- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- General
- >
- How to install and configure HP LTO-5 External Tap...
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
06-09-2017 07:32 AM
06-09-2017 07:32 AM
How to install and configure HP LTO-5 External Tape Drive to RHEL Server.
Hello Profs,
we just bought HP LTO-5 Ultrium 3000 SAS External Tape Drive with PCIe 3.0 SAS Host Bus Adapter to be installed on HP DL380p G9 RHEL Server for connectivity.
if we install the PCIe on the server and connect Tape drive to it, How do i access the tape drive on the server for backup.
Notice, server runlevel is 3. meaning that it is purely CLI.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-2017 11:23 PM
06-11-2017 11:23 PM
Re: How to install and configure HP LTO-5 External Tape Drive to RHEL Server.
If the driver for the SAS HBA is available, the system should automatically load it and the standard driver for SCSI tape drives (st.ko). Then the tape drive should be visible in "lsscsi" listing, and udev should automatically create some devices for it: at least /dev/st0 and /dev/nst0 should appear.
You should then install the "mt-st" RPM: it contains the "mt" command that is used for basic tape operations, like seeking forward and backward, rewinding and ejecting the tape. The "tar" command was actually originally designed for reading & writing tapes: its name comes from "Tape ARchive". With these tools, you can use the tape drive in a basic way.
According to HPE documentation for that tape drive, the material that comes with the drive should include something that allows you to download a more advanced tape backup program. I don't know anything about that specific program, but usually modern tape backup programs will keep track of your backup tapes and all the backups stored on them, so that you can specify things like "restore a copy of this file from 2 weeks ago" and the program will tell you to "please insert backup tape #5" and then does the job.
Even advanced Unix/Linux backup programs can usually be used from the command line too, so a GUI will not be necessary. And if your local workstation includes X server software and a SSH client with the X11 forwarding enabled, you can run GUI programs remotely and have their windows displayed on your local workstation's screen while the server is in runlevel 3. The only server-side requirement is that the server has the "xauth" RPM and the X11 application support libraries installed (and the libraries will probably get auto-installed as dependencies of you install any program that has the capability to use a GUI).
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP