HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- extend vg in serviceguard cluster in hp ux
Operating System - HP-UX
1829594
Members
1625
Online
109992
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2011 09:57 PM
02-07-2011 09:57 PM
extend vg in serviceguard cluster in hp ux
Hi guru,
we have two HP UX 6600 server runnning in serviceguard environment. everything is working fine. now i have to add one san virtual disk to existing VG. how can i extend vg in shared mode.
Thnaks in advance.
Regards
Sarfraz
we have two HP UX 6600 server runnning in serviceguard environment. everything is working fine. now i have to add one san virtual disk to existing VG. how can i extend vg in shared mode.
Thnaks in advance.
Regards
Sarfraz
sarfraz khan
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2011 11:09 PM
02-07-2011 11:09 PM
Re: extend vg in serviceguard cluster in hp ux
There are many discussions on this forum with this particular topic. Standard procedure is as follows.
- present new LUN's from SAN;
- do a ioscan, insf to make LUN's visible on both nodes;
- extend volume group with new LUNs;
- extend logical volume as above;
- export in PREVIEW mode volume group and create map file of the group;
- on the other node(s) export same group, recreate /dev/vg01/group node and import group from map file.
Are you looking for something different than this ?
- present new LUN's from SAN;
- do a ioscan, insf to make LUN's visible on both nodes;
- extend volume group with new LUNs;
- extend logical volume as above;
- export in PREVIEW mode volume group and create map file of the group;
- on the other node(s) export same group, recreate /dev/vg01/group node and import group from map file.
Are you looking for something different than this ?
Regards
Shibin
Shibin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2011 05:10 AM
02-08-2011 05:10 AM
Re: extend vg in serviceguard cluster in hp ux
1.pvcreate /dev/rdsk/c10t1d0
2. vgextend /dev/vg01 /dev/dsk/c10t1d0
After that do export and import disk to another node
3. the step must do at server A:
vgexport -v -s -p -m vg01.map vg01
4. copy vg01.map to server B at /tmp
5. At server B run :
ll /dev/vg01 ( check minor number for vg01. ex : 0x010000)
vgexport vg01
mkdir /dev/vg01
mknod /dev/vg01/group c 64 0x010000
vgimport -v -s -m /tmp/vg01.map vg01
check /etc/lvmtab. make sure vg01 has entry over there for the imported VG.
Hope this helps.
Thanks
Manix
2. vgextend /dev/vg01 /dev/dsk/c10t1d0
After that do export and import disk to another node
3. the step must do at server A:
vgexport -v -s -p -m vg01.map vg01
4. copy vg01.map to server B at /tmp
5. At server B run :
ll /dev/vg01 ( check minor number for vg01. ex : 0x010000)
vgexport vg01
mkdir /dev/vg01
mknod /dev/vg01/group c 64 0x010000
vgimport -v -s -m /tmp/vg01.map vg01
check /etc/lvmtab. make sure vg01 has entry over there for the imported VG.
Hope this helps.
Thanks
Manix
HP-UX been always lovable - Mani Kalra
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP