- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 11.31 device files
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
09-04-2007 10:13 PM
09-04-2007 10:13 PM
11.31 device files
We have an EVA8000 and two rx3600 with 11.31.
Now we present a disk to the both server.
is there a way to be sure, that the /dev/rdisk/diskxx have the same name on both server? is there a way to rename this device files?
for our environment (ASM etc..) we need the sam e disknames.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 01:03 AM
09-05-2007 01:03 AM
Re: 11.31 device files
check 'man ioinit'
or
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1069989
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 04:29 AM
09-05-2007 04:29 AM
Re: 11.31 device files
Would be this the correct way to rename the disk205 to disk100
Class I H/W Path Driver S/W State H/W Type Description
===============================================================================
disk 205 0/3/1/0.3.0.0.0.0.2 sdisk CLAIMED DEVICE HP HSV200
/dev/dsk/c12t0d2 /dev/rdsk/c12t0d2
$cat infile
0/3/1/0.3.0.0.0.0.2 disk 100
$/sbin/ioinit -f infile -r
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 05:33 AM
09-05-2007 05:33 AM
Re: 11.31 device files
Since you are running 11iv3,
What about using this if it is applicable ?
http://docs.hp.com/en/MassStorageStack/The_Next_Generation_Mass_Storage_Stack.pdf
Page 26.
# io_redirect_dsf â d old_dsf_name â n new_dsf_name
WK
please assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 07:37 PM
09-05-2007 07:37 PM
Re: 11.31 device files
I'll try it next week and let you know whether it works.
Regards