- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Different path on two HPUX system for the same...
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
02-20-2006 06:09 AM
02-20-2006 06:09 AM
Different path on two HPUX system for the same volume.
I have installed 2 EVA 4000 connected at two HPUX RX2620. The 2 systems must be configured with service guard. The problem:
iosca -fnC disk and autopath display commands show a different path for the same volumes.
Do You know lime assign teh same controller number at two servers?
Example of autopath display output system A
Array WWN : 5000-1FE1-5007-C5A0
==================================================================
Lun WWN : 6005-08B4-0010-3F0B-0000-E000-0011-0000
Load Balancing Policy : No Load Balancing
==================================================================
Device Path Status
==================================================================
/dev/dsk/c16t0d1 Active
/dev/dsk/c17t0d1 Active
/dev/dsk/c18t0d1 Active
/dev/dsk/c19t0d1 Active
Example autopath display of the same volum system B
Array WWN : 5000-1FE1-5007-C5A0
==================================================================
Lun WWN : 6005-08B4-0010-3F0B-0000-E000-0011-0000
Load Balancing Policy : No Load Balancing
==================================================================
Device Path Status
==================================================================
/dev/dsk/c14t0d1 Active
/dev/dsk/c15t0d1 Active
/dev/dsk/c18t0d1 Active
/dev/dsk/c19t0d1 Active
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 06:15 AM
02-20-2006 06:15 AM
Re: Different path on two HPUX system for the same volume.
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080025317
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 06:17 AM
02-20-2006 06:17 AM
Re: Different path on two HPUX system for the same volume.
Just create your VG on one of the nodes, then run a 'vgexport -p -m /var/tmp/mapfile -v -s vg??' (where vg?? is the vgname) on the first machine. Copy the /var/tmp/mapfile to the 2nd machine.
Then on the 2nd machine, create your /dev/vg?? directory and the /dev/vg??/group file and then run a 'vgimport -m /var/tmp/mapfile -v -s vg??'. This will import the VG on the 2nd machine from teh appropriate disks.
No need for identical device names.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 03:05 PM
02-20-2006 03:05 PM
Re: Different path on two HPUX system for the same volume.
Thats right you don't need to have same path on both the servers.
Just create the VG and while exporting it export it with shared mode on and with a map file and then import it on the second node of the cluster.
Regards,
Abhijit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 10:13 PM
02-20-2006 10:13 PM
Re: Different path on two HPUX system for the same volume.
In this case the solution is to use ioinit to re-map the instance numbers. You can create a text file where you specify the hardware path class and instance number you reqiure and pass this to ioinit to allow you to remap these so they will be the same on all systems. See ioinit(1M).
However, you do not have to do this. There is no problems in having your volumes using different device files on different nodes in the cluster as long as you are careful and are aware they are different.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 12:21 AM
02-22-2006 12:21 AM
Re: Different path on two HPUX system for the same volume.
I have used thi procedure to rescan every devices:
disconnected all fibre cables
mv /etc/ioconfig /etc/ioconfig.save
mv /stand/ioconfig /stand/ioconfig.save
shutdown -ry 0 (da console)
At reboot this message:
/sbin/ioinitrc /etc/ioconfig is missing. Restore it frombackup or invoke /sbin/ioinit -c to recreate it from the kernel. When finished type ^d to continue boot.
The follow command has been typed
(in ioinitrc)# ioinit -c ^d
After reboot:
ioscan
insf -e
For future use :
# cp /etc/ioconfig /etc/ioconfig.clean
# cp /stand/ioconfig /stand/ioconfig.clean
Riconnected all fibre cables
ioscan
insf -e
shutdown -ry 0
for existent Vg:
vgimport -p -s -m vgxx.map vgxx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 12:29 AM
02-22-2006 12:29 AM
Re: Different path on two HPUX system for the same volume.
If you have two cards with address 7 on the same bus, you'll get SCSI errors and system crashes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 08:47 AM
07-31-2006 08:47 AM
Re: Different path on two HPUX system for the same volume.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 10:09 AM
07-31-2006 10:09 AM
Re: Different path on two HPUX system for the same volume.
to make 8/0 SCSI card have an instance of 2, and the 8/8 SCSI card have an instance 0,
create a file called /tmp/mappings which contains;
8/0 ext_bus 2
8/4 ext_bus 1
8/8 ext_bus 0
then excute ioinit -f /tmp/mappings -r and the system reboot with new mapping..