- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Copying a depot tape.
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
10-04-2002 10:11 AM
10-04-2002 10:11 AM
Copying a depot tape.
I have a software depot tape that I'd like to copy to another tape. Is there a simple way of doing this?
Thanks in advance.
Ron.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2002 10:21 AM
10-04-2002 10:21 AM
Re: Copying a depot tape.
If you have two tape drives you can use the "dd" command "dd if=/dev/rmt/0m of=/dev/rmt/1m" .
Have a look at the man page for dd (man dd).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2002 10:21 AM
10-04-2002 10:21 AM
Re: Copying a depot tape.
How about dumping the entire tape to another one?
dd if=/dev/rmt/0m of=/bigfile
Then insert a new blank tape and
dd if=/bigile of=/dev/rmt/0m
Choose device names according to your system layout.
HTH,
~AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2002 01:32 PM
10-06-2002 01:32 PM
Re: Copying a depot tape.
using "dd" as shown by the first two replies is one (and simple) solution, but you do not know wether the "new" tape really contains a valid depot...
If you do have the diskspace for this, you can "swcopy" everything from the "original" tape to a new directory (read: disk depot) and from there to the "new" tape using "swpackage".
Be careful to use all the needed "-x" options, though...
Oh, and that way you do have to opportunity to add something to that (disk) depot, like new patches!
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2002 11:49 PM
10-06-2002 11:49 PM
Re: Copying a depot tape.
You can swpackage to copy a depot to tape as follows:
swpackage -s /var/adm/sw/depot -d /dev/rmt/0m -x target_type=tape \*
Cheers,
Joseph.