- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remove vg on cluster HP-UX
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
12-28-2005 01:21 AM
12-28-2005 01:21 AM
remove vg on cluster HP-UX
on node a: lvremove, vgremove, pvremove
on node b: ????
vgexport e vgimport are use only for create?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 01:27 AM
12-28-2005 01:27 AM
Re: remove vg on cluster HP-UX
Node b: vgexport the volume group.
Node a: lvremove vgremove.
That should be sufficient.
You can also vgexport on both nodes.
vgchange -a n vg##
Make sure the thing is deactivated before you start.
SEP
Graduate of the SG school of hard, HARD knocks.
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
12-28-2005 01:28 AM
12-28-2005 01:28 AM
Re: remove vg on cluster HP-UX
vgchange -c n vgXX
You can do the lvreduce, vgreduce....or just do a vgexport vgXX.
On node b, just a vgexport vgXX
Also,emove from any package control scripts.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 01:34 AM
12-28-2005 01:34 AM
Re: remove vg on cluster HP-UX
- lvremove lv
- vgremove vg
- pvremove
- unpresent the disk by SAN
On node b:
vgdisplay -v vg_xxx
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "vg_xxx"
vgchange -a y vg_xxx
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/ds:
Cross-device link
vgchange: Warning: couldn't query physical volume "/dev/dsk/c13t0d5":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query all of the physical volumes.
vgchange: Couldn't activate volume group "vg_xxx":
Quorum not present, or some physical volume(s) are missing.
?????? how i remove the the pv,vg,lv on node b ??????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 01:43 AM
12-28-2005 01:43 AM
Re: remove vg on cluster HP-UX
Just do a vgexport on node b
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 02:24 AM
12-28-2005 02:24 AM
Re: remove vg on cluster HP-UX
in node A do the normal procedure for removing the vg.
then after completeing the activity do
on node b
===================
vgexport -m vg01.mymap /dev/vg01 (without -s and p option )
regards
tvs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 02:37 AM
12-28-2005 02:37 AM
Re: remove vg on cluster HP-UX
Hi,
As long as you dont need tha VG anymore, you can use #vgexport to remove the VG info from the system.
This dosent remove the data in the DISKs. If you need to get this VG in some other system you can do #vgimport to get the VG back. If this is the case you can take a map file during the export, so that you can get the same lvol name etc.
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 09:33 PM
12-28-2005 09:33 PM
Re: remove vg on cluster HP-UX
make sure that the VG
is not a part of a package
shri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 09:42 PM
12-28-2005 09:42 PM
Re: remove vg on cluster HP-UX
If the volumegroup doesn't belong to a package anymore, then just execute
vgexport /dev/vgxx on each node