HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changing and creating device files for an auto...
Operating System - HP-UX
1834284
Members
1979
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-12-2005 03:03 PM
10-12-2005 03:03 PM
Changing and creating device files for an autochanger
I have 2 systems the need to have the autochanger /dev/rac/ files the same. How do I change the files and then create the files so the systems match.
Here's how I have to work with:
Server 1:
/dev/rac/c8t14d1 and /dev/rac/c14t0d1
Server 2:
dev/rac/c10t14d1 and /dev/rac/c15t0d1
I need to have both servers to be like Server 1
Here's how I have to work with:
Server 1:
/dev/rac/c8t14d1 and /dev/rac/c14t0d1
Server 2:
dev/rac/c10t14d1 and /dev/rac/c15t0d1
I need to have both servers to be like Server 1
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 03:18 PM
10-12-2005 03:18 PM
Re: Changing and creating device files for an autochanger
The device file names contain an instance number (c8, c10, c14, c15) and will always be different unless the two servers were created the same way (including adding devices in exactly the same order).
Most of the time, the need to have the same tape device file name on several servers is the lack of a configurable device file name for some backup program or script. To avoid future misunderstandings by other sysadmins, I would not rename these files. The best fix is to make changes to the programs/scripts. The next best is to use a symlink, something like this:
server-1
ln /dev/rac/c8t14d1 /dev/rac/autochg-1
ln /dev/rac/c14t0d1 /dev/rac/autochg-2
server-2
ln /dev/rac/c10t14d1 /dev/rac/autochg-1
ln /dev/rac/c15t0d1 /dev/rac/autochg-2
You can make up whatever names you like. By using a symlink, the ll command will document exactly what the links are.
Bill Hassell, sysadmin
Most of the time, the need to have the same tape device file name on several servers is the lack of a configurable device file name for some backup program or script. To avoid future misunderstandings by other sysadmins, I would not rename these files. The best fix is to make changes to the programs/scripts. The next best is to use a symlink, something like this:
server-1
ln /dev/rac/c8t14d1 /dev/rac/autochg-1
ln /dev/rac/c14t0d1 /dev/rac/autochg-2
server-2
ln /dev/rac/c10t14d1 /dev/rac/autochg-1
ln /dev/rac/c15t0d1 /dev/rac/autochg-2
You can make up whatever names you like. By using a symlink, the ll command will document exactly what the links are.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP