Operating System - Linux
1827866 Members
1926 Online
109969 Solutions
New Discussion

Adding disk to volume group in service guard environment

 
Waqar Razi
Regular Advisor

Adding disk to volume group in service guard environment

I am an HPUX administrator and new to Red Hat Linux. We are adding disk to a vg01 that is under service guard environment. In HPUX we make a map file and then import vg on the other node. What is the proceedure in Linux. Can some one please provide me steps to do this task.
2 REPLIES 2
Roopesh Francis_1
Trusted Contributor

Re: Adding disk to volume group in service guard environment

can you please check below link.
http://docs.hp.com/en/B9903-90068/B9903-90068.pdf
loco_vikide
Frequent Advisor

Re: Adding disk to volume group in service guard environment

Hello,

Use vgextend command to add new disks to existing volume group from primary node then simply run vgscan on second node. That should be it.

If a problem occurs, a reboot of both nodes is necessary afer adding the disk. However this should not be the case.

Cheers