- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- VMS Backup
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
04-05-2005 11:04 PM
04-05-2005 11:04 PM
VMS Backup
***********
"-SYSTEM-F-VOLINV, volume is not software enabled %BACKUP-I-OPERSPEC
%BACKUP-I-OPERASSIST, operator assistance has been requested
**********
Whenever I try to backup to tape. I have two tape drives installed, so it's unlikely to be a hardware error. Does anyone know what could be wrong?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2005 11:41 PM
04-05-2005 11:41 PM
Re: VMS Backup
what is the syntax you use to backup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 12:07 AM
04-06-2005 12:07 AM
Re: VMS Backup
***********
backup/log/ignore=(nobackup,label,interlock)
INGRESII_CKP:[INGRES.CKP.PPASDB]*.*;* PPAS01$MKC100:ppas35.bck/sav/media=compact
**********
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 12:13 AM
04-06-2005 12:13 AM
Re: VMS Backup
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 12:26 AM
04-06-2005 12:26 AM
Re: VMS Backup
There should be several factors causing such behaviour. Check between the
followings:
1) The tape is already mounted by another process
(show dev/full
If this occurs you have to dismount the tape before reusing it
WARNING: Do not unload the tape from the drive if it is already mounted,
otherwise you'll have other problems....
2) The tape is not loaded in the drive (I don't think this is your case)
3) The tape drive is offline :
show dev
In this case maybe:
1) The drive is broken
2) A scsi (if is it a scsi device) address conflicts with drive's one.
3) The scsi controller is broken
4) The scsi controller conflicts with other peripherals.
I think we have the same problem very rarely and have to do (on controller level) :
show tape full
to get the name xxx of the device
clear unknow xxx
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 06:51 AM
04-06-2005 06:51 AM
Re: VMS Backup
I noticed that you didn't include any information about how you are MOUNTing the tape volume. Could you provide us with the command that you use to MOUNT the tape?
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 09:36 PM
04-06-2005 09:36 PM
Re: VMS Backup
This message indicates that volume isn't mounted or loaded. If the response of:
sho dev mk
indicates that device is allocated the dismount the tape using:
dismount/nounload mkc100:
After you can reintent backup operation.
Else if device isn't allocated for other proccess, the tou need mount device previously using commando mount.
Saludos, Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 04:08 AM
04-07-2005 04:08 AM
Re: VMS Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 06:42 AM
04-07-2005 06:42 AM
Re: VMS Backup
this answer ASSUMES that the next quote is EXACT:
***********
backup/log/ignore=(nobackup,label,interlock)
INGRESII_CKP:[INGRES.CKP.PPASDB]*.*;* PPAS01$MKC100:ppas35.bck/sav/media=compact
**********
That would be consistent with the error.
A device $MKC100: would not exist.
If you have a single node, with VAXCLUSTER=0, then that device would be _MKC100:, without the "$", you may specify with or without "_"
If you have VAXCLUSTER=1, then there are two possibilities:
ALLOCLASS = 0 (zero)
Now you need SCSNODENAME, and the device is
and id ALLOCLASS is not equal 0, then the device is $
... if you know all of this, and my assumptions are based on typo or malformed forum presentation, then just ignore this post.
Proost.
Have one in me.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 06:47 AM
04-07-2005 06:47 AM
Re: VMS Backup
from your profile:
I have assigned points to 36 of 192 responses to my questions.
Maybe you can find some time to catch up?
Just click your own name, and in your profile click "Unanswered questions"
Even if you consider any answer not deserving any points, then you can assign 0 (zero), and the "unassigned" flag wiil go.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2005 03:43 AM
04-08-2005 03:43 AM
Re: VMS Backup
I eventually found that the tape was owned by a regular overnight backup batch job which had indicated that it had completed successfully hours earlier (Wim mentioned this in an earlier reply).
I entered the following commands:
$ dismount/abort
$ stop process/id=
$ deallocate
Since then we have not had a problem.
Regards,
Ian