- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to create Special Files for LTO drives
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
07-24-2001 05:26 AM
07-24-2001 05:26 AM
How to create Special Files for LTO drives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 08:18 AM
07-24-2001 08:18 AM
Re: How to create Special Files for LTO drives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 08:33 AM
07-24-2001 08:33 AM
Re: How to create Special Files for LTO drives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 09:28 AM
07-24-2001 09:28 AM
Re: How to create Special Files for LTO drives
From IBM's Ultrium Device Drivers Installation and User's Guide:
1. Modify the /stand/system file, adding a line if the form of:
driver 56/48.3.0 atdd
with the adapter/drive path for your device
2. Modify /etc/rc.config.d/atdd.cfg, adding the hardware path and instance:
ATDD_HWPATH[#]=56/48.3.0
where # denotes the next instance and the adapter/drive path for you device.
3. Build the kernel as root:
# mk_kernel -o /stand/vmunix -s /stand/system
4. Reboot the system:
# shutdown -r now
5. After the system is up, run /opt/OMNImag/bin/atdd_cfg to create the new special files for the device.
# atdd_mksf -ti
where instance is the number from the ioscan output for the newly installed device. This command echoes to console but does not create special files. To create special files pipe the command to 'sh'.
# atdd_mksf -ti
I would back the kernel files before recompiling.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 10:07 AM
07-24-2001 10:07 AM
Re: How to create Special Files for LTO drives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 10:56 AM
07-24-2001 10:56 AM
Re: How to create Special Files for LTO drives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 11:35 AM
07-24-2001 11:35 AM
Re: How to create Special Files for LTO drives
ioscan -kfnC tape shows the following:
tape 0 0/4/0/0.97.7.19.0.0.2 atdd CLAIMED DEVICE IBM ULTRIUM-TD1 /dev/rmt/0chng
tape 55 0/4/0/0.97.7.19.0.0.3 atdd CLAIMED DEVICE IBM ULTRIUM-TD1 /dev/rmt/55chng
tape 1 0/4/0/0.97.7.19.0.0.4 atdd CLAIMED DEVICE IBM ULTRIUM-TD1 /dev/rmt/1chng
tape 56 0/4/0/0.97.7.19.0.0.5 atdd CLAIMED DEVICE IBM ULTRIUM-TD1 /dev/rmt/56chng
tape 4 0/7/0/0.97.11.19.0.0.2 atdd CLAIMED DEVICE IBM ULTRIUM-TD1 /dev/rmt/4chng
tape 3 0/7/0/0.97.11.19.0.0.3 atdd CLAIMED DEVICE IBM ULTRIUM-TD1 /dev/rmt/3chng
tape 5 0/7/0/0.97.11.19.0.0.4 atdd CLAIMED DEVICE IBM ULTRIUM-TD1 /dev/rmt/5chng
tape 57 0/7/0/0.97.11.19.0.0.5 atdd CLAIMED DEVICE IBM ULTRIUM-TD1 /dev/rmt/57chng
The FC adapters are 0/4 and 0/7 so it appears that I am correctly seeing the two paths to each of the four tape drives which are assigned LUNs 2,3,4 and 5 respectively.
The robot is assigned LUN 1 and the ioscan -kfnC autoch shows the following:
autoch 0 0/4/0/0.97.7.19.0.0.1 schgr CLAIMED DEVICE ADIC Scalar 1000 /dev/rac/c5t0d1
autoch 1 0/7/0/0.97.11.19.0.0.1 schgr CLAIMED DEVICE ADIC Scalar 1000 /dev/rac/c7t0d1
For info the PathLight is LUN 0 and shows up as a ctl device as /dev/rscsi/c5t0d0 and /dev/rscsi/c7t0d0
Zones on the FC switch seem to be setup correctly and I can access the drives using the /dev/rmt/#chng special files to perform functions like rewinding or reading and writing a tar file to tape if I manually load a tape into one of the drives so I know that the data paths are valid.
This is our first time using either a SAN or a library with LTO drives so these are all new problems to me. I appreciate the help as ADIC doesn't seem to have any advice for me at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 02:59 PM
07-25-2001 02:59 PM
Re: How to create Special Files for LTO drives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 10:43 AM
07-26-2001 10:43 AM