- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- The Agile View and the renaming of disk DSFs - suc...
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
05-09-2008 10:30 AM
05-09-2008 10:30 AM
I have been poking around in the Agile View for a few days and I pretty much 'get' the legacy path, LUN path and persistent DSF jibba-jabba.
scsimgr is nice too but one feature that I was expecting from it was the ability to arbitrarily rename the persistent DSF's in order, for example, to sync up the device names on hosts that are part of a RAC cluster.
I was a bit surprised to discover that this functionality is available thanks to an enhancement (is this even documented?) to ioinit rather than a scsimgr command. It does make sense since it seems that the device name is directly bound to the instance number.
It was actually pretty easy to do....too easy.. I fear I might be doing something wrong and/or dangerous/risky.
The renaming of disk DSF's seems to be a recurring topic on the forums and so far all the posts I have found seem to say that it is doable but those threads rarely have a conclusion.
Please read the attached screen dump to see how I did it. It is so simple i fear this just cant be right ...
Note that the DSF rename was effective immediately, no reboot required, as demonstrated by the diskinfo command.
I rebooted the host after setting this up and the new name survived the reboot.
Running rmsf -H on the lunpath followed by an insf -e restores the original DSF.
All comments are welcome.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2008 10:56 AM
05-09-2008 10:56 AM
Re: The Agile View and the renaming of disk DSFs - success ?
http://docs.hp.com/en/dsfmigration/persistent_dsf_migration.pdf
and also visit
http://docs.hp.com/en/LVMmigration1/LVM_Migration_to_Agile.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2008 11:17 AM
05-09-2008 11:17 AM
Re: The Agile View and the renaming of disk DSFs - success ?
I did go through those documents a few weeks back and they are pretty good at presenting the technology but I'm pretty sure that renaming DSF's was not among the topics covered.
io_redirec_dsf is in there and looks similar but it is only usable in a context where a disk is replaced or moved as it expects the old and new DSF to exist.
Would the correct way of doing this imply the manual creation of a device node with the desired minor number folowed by a call to io_redirect_dsf rather than using ioinit ? It is a possibility but I have not explored it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 11:04 AM
05-12-2008 11:04 AM
Re: The Agile View and the renaming of disk DSFs - success ?
ioinit -f is the right method to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 11:08 AM
05-12-2008 11:08 AM
Re: The Agile View and the renaming of disk DSFs - success ?
Do you know if modifying only the persistent DSF on the LUNpath, without rebooting, is supported/allowed by HP or am I taking chances here ?
I.E. is this method viable in a production environment ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 11:18 AM
05-12-2008 11:18 AM
Re: The Agile View and the renaming of disk DSFs - success ?
Well the man page:
http://docs.hp.com/en/B2355-60130/ioinit.1M.html
Wouldn't give an example of exactly this if it wasn't supported!
Note that you can't reassign more than 14 devices at a time using this method without a reboot.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 11:25 AM
05-12-2008 11:25 AM
Re: The Agile View and the renaming of disk DSFs - success ?
I agree with you completely but I saw so many threads stating that you had to reboot (ioinit -r) or just plain saying it could not be done that it just looked to simple, and too good, to be true.
Do you happen to know if the 14 device limit is cummulative ? I.E. if after modifying 14 devices, one-at-a-time, one would be forced to reboot once device 15 is reached ?
Sorry for all the questions guys but this is a great new functionality and a big selling point for v3 in our organization, gotta make sure I get it right.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 11:52 AM
05-12-2008 11:52 AM
SolutionThe internal documenets I've seen on this indicate 14 entries *per invocation*
However, a quick dig on the patch database turned up a couple of patches that seem to remove even this limitation.
See PHCO_37481 and PHKL_37459
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 11:54 AM
05-12-2008 11:54 AM
Re: The Agile View and the renaming of disk DSFs - success ?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 11:57 AM
05-12-2008 11:57 AM
Re: The Agile View and the renaming of disk DSFs - success ?
10 points and many Internets for you sir.
That pretty much des it for me, I'll leave the thread open until quitting time just in case someone has anything to add.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2008 12:59 PM
05-12-2008 12:59 PM
Re: The Agile View and the renaming of disk DSFs - success ?
Pretty good thread here, hope this helps others use the feature.