- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hpux 11.31 and SAN issues
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
11-17-2008 10:40 AM
11-17-2008 10:40 AM
I have a call into HP Call Center about this issue as well, but thought in the meantime I would chat it up with fellow SAs about it too.
We have a two node cluster of rx4640's running hpux 11.31 both connected to IBM DS8000. I am focusing on the failover node at this time. We originally had 12 LUNs (shared and dedicated) when server was first built. Now an additional 61 dedicated and 31 shared have been added from another DS8000.
The other day, I tried to configure the drives, however, they were not lining up properly and I was getting a ton of NO_HW errors, so I had SAN team relook at their side and all was well with the world.
In my inexperience with ia64 servers and 11.31 I didn't realize there was both the agile and legacy formats when addressing disk drives, I performed an rmsf -a /dev/dsk/c?t?d? and tried to ioscan -f, ioscan -fnC disk, etc and insf -e, however my ctd drives did not come back.
Of course now (in having this ticket opened with HP) I know about the legacy to agile disks, my question is, should I have performed an rmsf -a /dev/disk/disk?? as well?
At this time we are looking at remapping the ioconfig table, but it appears I still show the new LUNs mapped with the multipathing and a starting ext_bus number
0/2/0.106.45.255.1 ext_bus 70
0/2/0.106.76.255.1 ext_bus 77
0/4/2.107.45.255.1 ext_bus 60
0/4/2.107.76.255.1 ext_bus 66
I'm trying to grasp the understanding on how replacing this file will assist me and why I can't just rmsf -a /dev/disk/disk??? of all the new LUNs and rescan with ioscan and insf -e?
The reason I ask this is what would happen if this SAN was deallocated and the server moved to another project, but the OS remained the same (no reload) and new SAN from another DS8000 or even EMC was added, wouldn't I be in the same predicament?
I've been doing this UNIX SA stuff for a bit, but have never run across the issue of going passed the 255 ext_bus limit.
Thanks in advance for reading my long winded thread.
Lynn
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2008 03:32 PM
11-17-2008 03:32 PM
SolutionSome new commands on HP-UX 11.31
insf -L
Restores legacy DSFs and legacy configuration information.
rmsf -L
Aids in migration by removing all legacy DSFs and legacy configuration information.
ioscan â m dsf
Maps persistent DSFs to their equivalent legacy DSFs and vice versa.
We need to read the manuals before working with hp-ux v3 storage stack.
Now it has lot of new features.
http://www.docs.hp.com/en/MassStorageStack/The_Next_Generation_Mass_Storage_Stack.pdf
http://docs.hp.com/en/LVMmigration1/LVM_Migration_to_Agile.pdf
http://www.docs.hp.com/en/dsfmigration/persistent_dsf_migration.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2008 03:34 PM
11-17-2008 03:34 PM
Re: hpux 11.31 and SAN issues
#ioscan -m dsf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2008 10:17 AM
12-09-2008 10:17 AM
Re: hpux 11.31 and SAN issues
Once we figured out the way the assignments were being done, we were able to then deallocate the SAN space just presented, reboot server to clean up NO_HW, remove any stale paths (rmsf -x), then check the ioconfig file to ensure it was clean, then readd the SAN again the "correct" way.
Problem solved and I appreciate the information I received out here. I will be closing this thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2008 10:18 AM
12-09-2008 10:18 AM
Re: hpux 11.31 and SAN issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2008 12:50 PM
12-09-2008 12:50 PM
Re: hpux 11.31 and SAN issues
What I'm not clear on is that 11.31 was supposed to remove the limit of 255 ext_bus instances for agile DSFs at least. Were you having to use the legacy DSFs for some reason?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2008 01:17 PM
12-09-2008 01:17 PM
Re: hpux 11.31 and SAN issues
So there's the story, client using legacy drives. The SAN team was utilizing essentially only 1 LSS per LUN address, and dual pathing (4 paths total), so for each LUN, we were issuing a new ext_bus, take 98 LUNs multiply that by 4, and you've already went way pass the ext_bus addressing, not to inclue the LUNs already in place.
So, in all my dilemma, I can honestly say at least I learned a great deal that I will NEVER forget.
Thanks for keeping me honest Duncan!