1752720 Members
5727 Online
108789 Solutions
New Discussion юеВ

vgchange error

 
Hoefnix
Honored Contributor

Re: vgchange error

Hi,

To check if you do not have a problem with the vgchange binary (like I mentioned before) try to run the command manually(as root):
vgchange -a e vg01

HTH,
Peter
Dietmar Konermann
Honored Contributor

Re: vgchange error

The script logs "Activating volume group /dev/vg_fods1 with exclusive option" ... so the vg argument seems to be ok. Then we see "vgchange: xxx not found"... this seems *not* to be an error printed by vgchange. It's seems to be printed by the shell after trying to execute "vgchange". So I would also have a look at the binary... by default the control script uses /usr/sbin/vgchange.

Please post the output of "ll /usr/sbin/vg* /sbin/vg*". Try to execute /usr/sbin/vgchange from the command line.

Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
V.Venkatesh_1
Occasional Advisor

Re: vgchange error

Hi Lee

Please check the conf file with the cmcheckconf utility. See if there are any errors.
# cmcheckconf -v -P (package conf file)
Also as other have mentioned please check the vgchange file which could be a link file.
# which vgchange
Copy the correct vgchange command to the $PATH and check if you still see the problem.

All the best!
V.Venkatesh