- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating correct device file names in HPUX 11.23
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-28-2006 02:09 AM
02-28-2006 02:09 AM
I had the following device file names for DAT72 & Ultrium tape devices in a tape array: /dev/rmt/0m & /dev/rmt/1m. When the devices were removed & shipped to site (packaged separately to the array enclosure) & reassembled on site, the device file names had changed to 2m & 4m.
I realised firstly that I had put one of the devices in the wrong slot. I corrected this but still find I am getting these different file names when I run ioscan -fnCtape. I have tried removing the contents of /dev/rmt & running insf -e. Still no change though.
Thanks in advance.
David
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 02:16 AM
02-28-2006 02:16 AM
Re: Creating correct device file names in HPUX 11.23
Can you paste output of the follwoing command...
ioscan -fnC tape
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 02:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 02:19 AM
02-28-2006 02:19 AM
Re: Creating correct device file names in HPUX 11.23
You need to remove the special device files with rmsf.
# ioscan -fnCtape
mark the hardware path of the tape units.
in my case 0/0/1/0.3.0 and 0/3/0/0.3.0.
0/0/1/0.3.0 0m dds3
0/3/0/0.3.0 1m dlt8000
example of removing the DLT unit
# rmsf -H 0/3/0/0.3.0
# ll /dev/rmt/1m
check if its removed.
# insf -e
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 02:25 AM
02-28-2006 02:25 AM
Re: Creating correct device file names in HPUX 11.23
This is expected. Simply removing the device files and re-running 'insf' isn't going to accomplish what you want.
You can take an easy path and create a link for the device files to make the names 'om' and '1m' or you can follow the guidelines in the Technical Knowledge Base for changing instance numbers. There are quite a few documents. One good one is #KBAN00000795. Have a look therein for the gory details.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 02:28 AM
02-28-2006 02:28 AM
Re: Creating correct device file names in HPUX 11.23
Just a clarification ,how does the procedure outlined by you differ from just renaming the device file.
regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 02:41 AM
02-28-2006 02:41 AM
Re: Creating correct device file names in HPUX 11.23
If you look carefully at my procedure, the first line states:
"First, let me echo Bill Hassell in saying you can simply rename the existing device file. There is no significance other than historical to the device names as we know them."
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 02:55 AM
02-28-2006 02:55 AM
Re: Creating correct device file names in HPUX 11.23
I recreated the device files as per Pete's notes. I'll remember to use rmsf as well next time when removing them.
All fine now.
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 03:02 AM
02-28-2006 03:02 AM
Re: Creating correct device file names in HPUX 11.23
Sorry I missed it.
Senthil