- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MC/ServiceGuard - Virtual Array 7400
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
10-12-2001 02:03 AM
10-12-2001 02:03 AM
MC/ServiceGuard - Virtual Array 7400
At the moment, ioscan shows the same disks with different hardware paths on the individual machines.
Any clues?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 02:10 AM
10-12-2001 02:10 AM
Re: MC/ServiceGuard - Virtual Array 7400
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 03:28 AM
10-12-2001 03:28 AM
Re: MC/ServiceGuard - Virtual Array 7400
This is something that you would like to adjust. You can do that by adjusting the hardware pad in you kernel.
for references see man ioinit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 03:41 AM
10-12-2001 03:41 AM
Re: MC/ServiceGuard - Virtual Array 7400
The HBA's in each node could have a difierent Instance or "c" number in the /dev/dsk/c_t_d_
fields, but as long as they have the same t and d(target and lun) numbering then there is nothing wrong with that.
Havig said that , I have seen instances where for some weird reason, arrays have been configured such that on one node (primary) they have the luns at one address, say c1t2d5, and on the other node (backup) they have set the array to show the lun at c?t15d7.
I guess you need to ensure you are presenting the Luns on the array at the same target an dlun number, and then lets see the ioscan outputs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 08:14 AM
10-15-2001 08:14 AM
Re: MC/ServiceGuard - Virtual Array 7400
see attached ioscan output from both machines:
Note: I have already created a dummy FS into the primary node PV. It works fine.
Qs: Even though I cannot pvcreate the same device on secondary node, should I take it that serviceguard software will take care of the data access share concern?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 08:27 AM
10-15-2001 08:27 AM
Re: MC/ServiceGuard - Virtual Array 7400
The fact that the paths differ on the nodes matters not at all - once the vg has been imported by all the nodes. After you do the vgchange -c y to make the vg cluster aware data is written on the disks themselves to not allow mounting by more than one node (assuming you want 'exclusive' mode).
It is very common to not be able to have identical device path names for all the volume groups to all the nodes in the cluster. Life is a bit easier (or more convenient) that way but it is certainly not necessary or even very difficult if the device paths differ.
Consider the case of a cluster with a D-box and and N-box sharing a package. It would be most unusual if the device pathes were the same and yet MC/SG works just fine.
Clay