- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service guard failover Question...
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
06-04-2007 01:50 AM
06-04-2007 01:50 AM
Now, I need to verify package failover works....however, I have an issue...
on the primary host I have packages that run on controller C5txdx on the next server, the txdx is the same however the controller is different. How will service guard know to mount the vg on the new controller in the event of failover?
-TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 01:55 AM
06-04-2007 01:55 AM
Solutionvgexport vgxx
mkdir /dev/vgxx
mknod /dev/vgxx c 64 0x0x0000
vgimport vgxx /dev/dsk/cxtydz
vgchange -a r vgxx
vgcfgbackup vgxx
vgchange -a n vgxx
This can be done while the package is running on the first node
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 01:59 AM
06-04-2007 01:59 AM
Re: Service guard failover Question...
I'm assuming you also did a vgexport/vgimport on the non active node after the SAN migration.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 02:10 AM
06-04-2007 02:10 AM
Re: Service guard failover Question...
I assume the vgexport vgxx is exporting the volume group?
Is this correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 02:57 AM
06-04-2007 02:57 AM
Re: Service guard failover Question...
You can export the vg in preview mode that woudl create a map file, import if after you have exported the already existing vg in the same name.
once this process is complete the failover will work fine,we have done this many times in our site
Make sure the disks are seen on both the servers.
RGds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 04:32 PM
06-04-2007 04:32 PM
Re: Service guard failover Question...
vgexport -p -s -m /tmp/vgname.map /dev/
This will create a file under /tmp that you have to ftp to other nodes of the cluster and then run vgimport... This will populate the lvmtab with the vg information and it will take care of the disks naming as well since we have specified -s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2008 07:03 AM
01-31-2008 07:03 AM