- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Controlled access to shared external disks
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-30-2004 03:52 AM
08-30-2004 03:52 AM
Hoping to setup a cluster with 2 nodes and 2 external disks (rx2600 and ds2100). Each node has a SCSI cable connected to each of the external disks. SCSI ID switch set to 'A' on one ds2100 and to 'B' on the second
I can boot each machine on its own and each node can see both the disks, can create a volume group/logical volume across the two disks and mount a file system on this new logical volume. But what I want to do is to control the access to these devices (Hot/Standby using ServiceGuard). How do I prevent the OS (and “Autoconfiguration”) on each node taking control of the disks on each node. Do I have to disable ioinitrc from the inittab?
Thanks in advanc
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 04:14 AM
08-30-2004 04:14 AM
Re: Controlled access to shared external disks
Change the line:
AUTO_VG_ACTIVATE=1
To
AUTO_VG_ACTIVATE=0
This will stop all but the root volume group from being activated at boot time. Serviceguard will then control which host activates and mounts the volume.
Incidentally I hope you are not using the same SCSI bus that the rx2600s boot off for the shared disk, as I'm pretty sure thats not a supported configuration.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 04:21 AM
08-30-2004 04:21 AM
Re: Controlled access to shared external disks
You disable AUTO_VG_ACTIVATION as Duncan has said (don't forget to add VG00 to the manual section in /etc/lvmrc so it will get activated). Then you control the VG activation and mounting of LV's through the MC/SG package control scripts for each MC/SG package that you configure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 04:22 AM
08-30-2004 04:22 AM
Re: Controlled access to shared external disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 05:18 AM
08-30-2004 05:18 AM
Re: Controlled access to shared external disks
Thanks for the quick reply. I am talking about "control" at a lower level. At the ioscan level.
Here is what I get when I boot both nodes.
On node 1:
disk 3 0/1/1/1.8.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c3t8d0 /dev/rdsk/c3t8d0
On node 2:
disk 3 0/1/1/1.0.0 sdisk CLAIMED DEVICE HP 73.4GST373307LC
/dev/dsk/c3t0d0 /dev/rdsk/c3t0d0
What I want is to be able to see both disks on node one, create the volume group etc, do my vgchange -a y vg01. Then switch control to the other node using vgchange -a n vg01 on node one and vgchange -a y vg01 on the second node.
Thanks again,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 06:11 AM
08-30-2004 06:11 AM
Re: Controlled access to shared external disks
http://docs.hp.com/hpux/onlinedocs/B3936-90079/B3936-90079.html
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 07:15 AM
08-30-2004 07:15 AM
Re: Controlled access to shared external disks
For service guard vgchange use "c" option instead of "a" man vgchange for detailed info.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 08:23 AM
08-30-2004 08:23 AM
Re: Controlled access to shared external disks
Then I should see both 73GB disk from each host when both are up and running but I am not seeing this.
The one disk (/dev/rdsk/c3t8d0 on node one is /dev/rdsk/c3t0d0 on node 2?).
The second disk should be seen as something like c4t0d0 and c4t8d0.(no access to the machine right now)
As I said earlier I can see both disks if only one of the nodes is running. This would suggest that the SCSI cables are OK and it is some conflict/addressing issue when both nodes are running?
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 08:39 AM
08-30-2004 08:39 AM
Re: Controlled access to shared external disks
IIRC this can be changed from the BCH service prompt during boot. Can't remember the exact details but I'm sure someone will have them to hand.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 01:15 AM
08-31-2004 01:15 AM
Re: Controlled access to shared external disks
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 02:05 AM
08-31-2004 02:05 AM
Solutionhttp://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000075159044
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2004 01:40 AM
09-01-2004 01:40 AM
Re: Controlled access to shared external disks
Yes a bit of a struggle but we got there.
drvcfg -s drvr_handle cntrl_handle
is the command you need from the EFI shell for anyone doing this in the future.
It is all menu driven and is relatively easy with the aid of the document and a knowledge of the hardware paths.
Thanks Duncan