I am following the Upgrading the Hard Drive Size in SME Server:Documentation:Technical Manual:Chapter5.
Everything goes well until I get to the command in section 6, command 3 witch says
lvresize -l +$(vgdisplay -c main | cut -d: -f16) main/root [-l (lower case L)] Which I slightly modify to be
lvresize -l +$(vgdisplay -c main | cut -d: -f16) main/root [-l]
When I execute this command I receive the following error
Volume group "main" not found
Invalid argument +
Error during parsing of command line.
I am not sure where to go from here
I have entered bug 3180
http://bugs.contribs.org/show_bug.cgi?id=3180TIA