- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Configuring ServiceGuard and shared volume gro...
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-11-2002 01:41 PM
06-11-2002 01:41 PM
Error: Unable to determine a unique identifier for physical volume /dev/dsk/c4t8d0 on node castor. Use pvcreate to give the disk an identifier.
This seems odd, I've already created a vg using this disk, and was able to create a logical volume. I also did a vgexport, then copied over the lvm_map file to the other node and used vgimport.
On both nodes, the 36 GB disk has the same hardware path, 0/4/0/0.8.0, and is connected to a SCSI C895 Ultra2 Wide LVD controller, which is located at 0/4/0/0 on both systems, with the Initiator at 0/4/0/0.7. Is this right or is ther something I'm doing wrong?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 01:52 PM
06-11-2002 01:52 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 01:53 PM
06-11-2002 01:53 PM
Re: Configuring ServiceGuard and shared volume group
Make the VG cluster aware
vgchange -c y /dev/vg01
Then try to activate the VG exclusive on both systems
vgchange -a e /dev/vg01 (host #1)
vgchange -a n /dev/vg01
vgchange -a e /dev/vg01 (host #2)
vgchange -a n /dev/vg01
If that's OK then try to check cluster conf
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 11:06 AM
06-12-2002 11:06 AM
Re: Configuring ServiceGuard and shared volume group
I think you're right, I remember the SG cluster we set up in class had the controllers on different IDs. My question then becomes how can I control what Scsi ID the controller uses. These systems are on loan from HP for us to use in testing our software line for compatibility with ServiceGuard. So I agree the configuration isn't the best, but it won't be used for a HA production application, just to get our apps to failover correctly on a SG cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 11:27 AM
06-12-2002 11:27 AM
Re: Configuring ServiceGuard and shared volume group
You should set one of the controllers to SCSI ID 6 and the other should be left at the default value (7). I would check both. Good SA's assume nothing. Termination should also be enabled on both controllers and no other terminators should be on the bus. You may have other MC/SG-LVM problems but until you get this fixed the rest is moot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 12:06 PM
06-12-2002 12:06 PM
Re: Configuring ServiceGuard and shared volume group
You are correct, I was able to interrupt the boot on one of the systems, then do the following:
1. Service Menu
2. scsi init
When I booted the system, the controller had the correct id of 6.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 12:31 PM
06-12-2002 12:31 PM