- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Unable to configure Ultrium 1760 SAS Tape on L...
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
11-24-2010 11:43 PM
11-24-2010 11:43 PM
Unable to configure Ultrium 1760 SAS Tape on Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2010 02:31 AM
11-25-2010 02:31 AM
Re: Unable to configure Ultrium 1760 SAS Tape on Linux
(If the command is not recognized, install the lsscsi RPM from the RedHat Enterprise Linux installation media.)
If the tape drive is visible to "lsscsi", then the udev subsystem should automatically create device nodes for it, like /dev/st0 and /dev/nst0. If this does not happen, then the SCSI tape driver might not be loaded: run "modprobe st" to load it manually.
If the device nodes exist, you can try querying the status of the tape drive with the "mt" command:
mt -f /dev/nst0 status
If that works, the hardware installation is complete; the rest will depend on what you want to do with your tape drive. If you want to use the "tar" command to backup files and directories to tapes, you can do that. If you want to use a more advanced tape backup program, read the documentation of that program to find out how to tell the program what device to use.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2010 04:23 AM
11-25-2010 04:23 AM
Re: Unable to configure Ultrium 1760 SAS Tape on Linux
You should be able to get it right from Matti's post...
Refer the doc that came with the drive if something else comes up - it may have certain other basic details that you would overlooked
HTH
SNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2010 05:48 AM
11-25-2010 05:48 AM
Re: Unable to configure Ultrium 1760 SAS Tape on Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2010 05:51 AM
11-25-2010 05:51 AM
Re: Unable to configure Ultrium 1760 SAS Tape on Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2010 12:12 AM
11-26-2010 12:12 AM
Re: Unable to configure Ultrium 1760 SAS Tape on Linux
yum install lsscsi
If your system is not connected to the Internet or not registered to the RedHat Network, you can install it from the RHEL 5 installation DVD too: mount the DVD, go to the Server subdirectory and find the lsscsi-
rpm -Uvh lsscsi-*.rpm
Or if you prefer to use the GUI, just double-click the lsscsi RPM package icon: the package installation tool should start automatically.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2010 04:52 AM
11-26-2010 04:52 AM
Re: Unable to configure Ultrium 1760 SAS Tape on Linux
[root@pwreveradb ~]# lsscsi
[0:0:0:0] cd/dvd hp DVD RW AD-7586H KP03 /dev/scd0
[root@pwreveradb ~]#
[root@pwreveradb ~]# modprobe st
[root@pwreveradb ~]#
[root@pwreveradb ~]# mt -f /dev/nst0 status
/dev/nst0: No such file or directory
[root@pwreveradb ~]#
it seems that the tape is note installed...unless i am gong wrong.
Please help