- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to do the vgimport in this case
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
11-10-2000 02:07 AM
11-10-2000 02:07 AM
How to do the vgimport in this case
we are undergoing a project in which i had one fc30 connected to one K-class server which use to have m/c service guard on it at one time.But we had broken the m/c service guard but all the vgs use to mount in cluster mode.
Now for upgradation we connected the fc30 to N-class server.After doing vgimport i was not able to activate the vgs, because the vgs were configured in cluster mode. some how for activating i found the solution i.e by giving vgchange -c n "volume group name"
and then vgchange -a y "volume group name"
Now for some reasons i have to connect fc30 back to K-class server, i want to know after connecting it whether all the vgs will get activated automatically or not.(note: none of the vgs were exported from K-class
server).
If anybody can please help me to get the command for activating th vgs in K-class
regards,
an
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2000 02:24 AM
11-10-2000 02:24 AM
Re: How to do the vgimport in this case
vgchange -a y "volume group name"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2000 02:25 AM
11-10-2000 02:25 AM
Re: How to do the vgimport in this case
From what you describe, the K still has the VG's recorded in /etc/lvmtab but as it was Serviceguarded, they were deactivated.
It's likely that you will need to modify /etc/lvmrc in order to get them activated automatically. Set the variable AUTO_VG_ACTIVATE to 1.
First though you will need to remove the 'cluster aware' flag from the VG as you did on the N server-
vgchange -c n
vgchange -a y
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2000 02:27 AM
11-10-2000 02:27 AM
Re: How to do the vgimport in this case
If you want to use it in a cluster then you have to set up the cluster flag on that volume group again. Start the cluster softfare and run vgchange -c y "volume name" command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2000 02:51 PM
11-22-2000 02:51 PM
Re: How to do the vgimport in this case
since you have changed the cluster flag for the VG's "vgchange -c n" while mounting on the N class You will not have any problems activating the the VG's on K class again since the VG's would be activated in the normal mode and wont be cluster aware.They have to be cluster aware only if the VG's are to be activated on the adoptive node, which is not your case now as you say you have destroyed the service guard config on the system.vgchange -a y Vgname should just do the job for you.You may want to edit the /etc/lvmrc so that you may not have to manually activate these VG's.
Goodluck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 04:47 AM
12-01-2000 04:47 AM
Re: How to do the vgimport in this case
want to modify the VG that is.
Later,
Bill