On Mon, 2007-04-16 at 15:05 -0400, Benjamin Sher wrote:
On Tuesday 17 April 2007 02:54, Garrick Staples wrote:
vm pvscan
Dear Garrick:
Please see output. There is something wrong.
Benjamin
[sher@localhost ~]$ lvm pvscan bash: lvm: command not found [sher@localhost ~]$ su Password: [root@localhost sher]# ./lvm pvscan bash: ./lvm: No such file or directory [root@localhost sher]#
Benjamin
The lvm program is not on the path of normal users. Use "su -" to switch to root and get root's environment. Then just do:
# lvm pvscan
to get the result you need. (don't use ./lvm - the program is not in the root directory)
HTH,