- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: How can copy some data from disk to 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
12-08-2005 12:26 AM
12-08-2005 12:26 AM
How can copy some data from disk to tape drive?
I need to copy some traffic logs from disk to tape drive. The tape drive is not empty and i don't want to delete the data on the tape drive, but i want to add some other data on it.
Could somebody help me with this issue?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 12:40 AM
12-08-2005 12:40 AM
Re: How can copy some data from disk to tape drive?
can probably use BACKUP /NOREWIND, but it's
hard to say, knowing nothing about what is on
the tape now or how it got there.
Many people use more than one tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 12:48 AM
12-08-2005 12:48 AM
Re: How can copy some data from disk to tape drive?
$ BACKUP
The vital qualifier here is /NOREWIND
And, by the way, that _IS_ the default!
-- In the (unhoped for!) case that your tape contains COPYd files instead of BACKUPed savesets, AFAIK you are out of luck.
Success.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 01:33 AM
12-08-2005 01:33 AM
Re: How can copy some data from disk to tape drive?
> contains COPYd files instead of BACKUPed
> savesets, AFAIK you are out of luck.
What's the problem? I haven't done it for a
long time, but doesn't COPY _always_ append
to the tape?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 03:09 AM
12-08-2005 03:09 AM
Re: How can copy some data from disk to tape drive?
$ backup/list tape:non-exit-file
I would not use a plain $COPY to save data on tape (be glad you don't have to try that on a vanilla VAX/VMS V3.0 system ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 04:12 AM
12-08-2005 04:12 AM
Re: How can copy some data from disk to tape drive?
use /IGNORE=LABEL_PROCESSING qualifier which is necessary to prevent the BACKUP from processing tape expiration date.
MOunt cmd is not necessary as BACKUP automatically issues MOUNT/FOREIGN cmd for you.
Magnetic-tape save sets should only be processed with the BACKUP command; HP does not recommend that you use the COPY command. If the Magnetic-tape save sets created with the /INTERCHANGE qualifier, then probably DCL copy will work.
$backup/rewind/log/ignore=label disk:[log]*.log tape01:test
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 04:45 AM
12-08-2005 04:45 AM
Re: How can copy some data from disk to tape drive?
$backup/rewind/log/ignore=label disk:[log]*.log tape01:test
Tis command explicitly requires the tape to REWIND to the beginning-of-tape, and start writing there!
It does THE OPPOSITE of the requested (adding after anything already on the tape)!
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 04:48 AM
12-08-2005 04:48 AM
Re: How can copy some data from disk to tape drive?
I only just now looked at your profile, and noticed a big omission.
WELCOME to the VMS forum - the world's most stable and most secure OS.
Proost.
Have one on me.
jpe