- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- create new lv on hp serviceguard cluster
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
03-28-2007 02:55 AM
03-28-2007 02:55 AM
On the main node
vgchange -a n /dev/vgxx
lvcreate -L 100 -n newlv /dev/vgxx
vgexport -p -f /tmp/vgxx.export
copy vgxx.export to second node
On second node
vgimport -f vgxx.export
vgchange -a n /dev/vgxx
vgchange -S y -c y /dev/vgxx
On both nodes
vgchange -s s /dev/vgxx
Let me know if I left out any steps as this needs to be done on a live system so I would like to be sure it is correct
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 03:04 AM
03-28-2007 03:04 AM
Solutionsteps look good, can't do any lvm work while mounted in shared mode.
Shmuel
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 03:08 AM
03-28-2007 03:08 AM
Re: create new lv on hp serviceguard cluster
http://docs.hp.com/en/7389/LVM_SNOR_whitepaper.pdf
This is the *only* way you can change a VG configuration online with SLVM in a RAC configuration. If you don't have the necessary patches discussed at the end of the document you're going to have to take the app offline (or at least the relevant tablespaces offline).
HTH
Duncan
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 03:08 AM
03-28-2007 03:08 AM
Re: create new lv on hp serviceguard cluster
1) With vgexport and vgimport you will need to specify the volume group name.
If you dont use the -s option with vgexport then you will need to manually specify the Physical Volumes with vgimport.
2) On the second node, before you can do a vgimport, you will need to export the VG export (ofcourse, assuming that this is an exsiting VG that has previously been imported on to the second node).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 03:19 AM
03-28-2007 03:19 AM
Re: create new lv on hp serviceguard cluster
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 03:23 AM
03-28-2007 03:23 AM
Re: create new lv on hp serviceguard cluster
This gives you step by step commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 03:45 AM
03-28-2007 03:45 AM