- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re : changing 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
05-03-2006 02:50 AM
05-03-2006 02:50 AM
Re : changing device files
Can someone advice if I can change a hardware device file from /dev/rmt2m to /dev/rmt/0m . This is because, I have a few script which is setup to backup the server to tape device /dev/rmt/0m. And after inserting the additional card for the tape drive dat72 on a rx2620 it seems to change the device file from /dev/rmt/0m to /dev/rmt/2m.
Pls advice??
Regards
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 02:57 AM
05-03-2006 02:57 AM
Re: Re : changing device files
the hardware device file should not be changed to something that you like.
I believe you can do it the following way.
Rename 0m to 0m.orig and then move 2m to 0m, and then mv /dev/rmt/0m.orig as /dev/rmt/2m
You don't lose anything, but when you are tracking devices with their controller name, you/someone else in your organization may make a mistake.
-Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 02:59 AM
05-03-2006 02:59 AM
Re: Re : changing device files
The only way to do this is to wipe out this file:
/etc/ioconfig
Boot the box and reinitialize the drivers.
Its dangerous and risks an unbootable system.
Some resources on the process:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=695058
http://docs.hp.com/en/B2355-60105/ioconfig.4.html
http://docs.hp.com/en/B2355-60103/ioinit.1M.html
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=425790
http://docs.hp.com/en/B2355-90691/ioinit.1M.html
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 03:07 AM
05-03-2006 03:07 AM
Re: Re : changing device files
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 04:09 AM
05-03-2006 04:09 AM
Re: Re : changing device files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 11:05 AM
05-03-2006 11:05 AM
Re: Re : changing device files
Bill Hassell, sysadmin