- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SG installation
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
08-08-2001 12:37 AM
08-08-2001 12:37 AM
SG installation
How can I change VGID on the internal disk??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 12:44 AM
08-08-2001 12:44 AM
Re: SG installation
How to change VGID on vg00:
1st metod:
SG will think that a VG is on the shared bus if it can see the identical volume group id (VGID) on two different nodes. This is usually a good assumption, if the machines were installed in a supported way. ;)
What we often see (and do not support) is that customers clone their disks with tools like dd(1m) or with copyutil (in the offline diagnostic). Also cloned disks created by hardware mirroring (e.g. EMC BCVs) are often seen. The common scenario is then that the LVM header is the same on the boot disks, thus confusing SG as the VGID is now the same.
The only way to get rid of this, is to change the VGID of one of the VGs by doing the following:
- boot one machine to maintenance mode (hpux -lm)
- vgchgid -f /dev/dsk/
(include all disks of vg00 in this command, -f (force) option is undocumented)
- vgexport vg00
- mkdir /dev/vg00
- mknod /dev/vg00/group c 64 0x0
- vgimport /dev/vg00 /dev/dsk/... /dev/dsk/..
- reboot
If the above scenario does NOT describe your situation, you may want to check the following:
- Has the /etc/lvmtab been copied from one node to the other?
In this case you should also follow the same procedure above (vgexport/vgimport in maintenance mode), but NOT run vgchgid (since only the lvmtab contains the wrong VGID, but the LVM header of the disks is ok)
- For specific diskarrays (e.g. Nike diskarray) SG checks the serial number. The serial numbers must be different. This can be checked by your h/w support. If the serial numbers of two diskarrays are the same, it can have a similar effect.
2nd metod
Use make_recovery, because make_recovery rebuld the correct VGID.
Eberardo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 12:45 AM
08-08-2001 12:45 AM
Re: SG installation
Please specify exactly the error message you get while installing SG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 06:18 AM
08-08-2001 06:18 AM
Re: SG installation
The problem is definatly NOT with the VGID on the two servers. In all our ServiceGuard installations each pair of servers, the software has been loaded identically, the only change we have made to the servers is changing the SCSI ID on the controller on one server from 7 to 6 so you don't have any conflicting SCSI ID's on a bus. Are you sure that the problem was with the internal boot disk? I sometimes have an error relating to the DVD/CD ROM drive, a message simmilar to can not identify disk ID of device /dev/dsk/c1t2d0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 06:26 AM
08-08-2001 06:26 AM
Re: SG installation
Re-reading you question I have to ask which VG does the aplication you are serviceguarding live. You cannot serviceguard an application using VG00 (root volume group). When using Serviceguard you have a VG available in exclusive mode (only seen by one system) of cause this can not be done with the root VG or else how would the redundent system run an O/S