- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tape drive
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
08-08-2003 12:15 AM
08-08-2003 12:15 AM
tape drive
Anyone have a document for issueing tape drive commands(ie.copy data to tape; list data copied to tape; deleting data from tapes). Ive tried the man pages but only found "mt", which is limited.
Regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 12:23 AM
08-08-2003 12:23 AM
Re: tape drive
# tar cv /tmp
list data copied to tape:
# tar tv
deleting data from tapes:
# dd if=/dev/null of=
or see 'mediainit' man page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 12:29 AM
08-08-2003 12:29 AM
Re: tape drive
tar
cpio
fbackup/frecover
dd
pax
dump
tcio
There are man pages on all of these. You can flatten data on a tape by simply rewinding the tape and starting a new archive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 03:20 AM
08-08-2003 03:20 AM
Re: tape drive
cat filename > /dev/tapedriverfile
cpio is very robust, and you can do almost anything you want with it. It would be my first man page to read.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 07:37 AM
08-08-2003 07:37 AM
Re: tape drive
tar
mt
cpio
pax
syntax
tar
****
Creating a tar file
#tar cvf /
use #ioscan -Fnc tape to determine the tape device.
Extracting tar file
******************
#tar -xvf /dev/rmt/
U can use SAM to extract or copy files to tape
Hope this helps
-Jagadesh