- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- VMS Stand-Alone 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
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
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
тАО09-25-2003 07:12 AM
тАО09-25-2003 07:12 AM
VMS Stand-Alone Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2003 07:30 AM
тАО09-25-2003 07:30 AM
Re: VMS Stand-Alone Backup
Here are the commands we use:
$ DISM/POLICY=MINICOPY $10$DKA502:
$ MOUNT/OVER=ID/NOWRITE $10$DKA502:
$ BACKUP/IMAGE/LOG/LABEL=SYSBCK $10$DKA502: AIT1:VMS731.BCK/SAVE/MEDIA=COMP/BLOCK=32256
$ DISMOUNT $10$DKA502:
$ MOUNT/SYS/POLICY=MINICOPY=OPTIONAL DSA200: /SHADOW=$10$DKA502: DILBRT_SYS DI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2003 07:37 AM
тАО09-25-2003 07:37 AM
Re: VMS Stand-Alone Backup
I am not sure if you could boot VAX/VMS 5.5 already from CD, but doubt it. If not the, IIRC you want to have a look at stabackit.com . Again for speed purposes of normal backup operations(not DR), you might want to build a SA backup root on disk too. The OpenVMS installation manual for your version should have all of the relevant details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2003 07:38 AM
тАО09-25-2003 07:38 AM
Re: VMS Stand-Alone Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2003 08:07 AM
тАО09-25-2003 08:07 AM
Re: VMS Stand-Alone Backup
First you have to get a good backup of your system disk, and this is by shutdowning your system abd boot from a floppy and then choose option 7 "execute DCL Commands" and issue the following commands:
$$$ init tape_drive: SYSTEM
$$$ mount/for tape_drive
$$$ mount/ov=id your_system_disk
$$$ backup/image/log your_system_disk: tape_drive:SYSTEM.sav/sav
This will get an image copy of your system disk to a tape save set
Then to restore this to a new_system_disk, just reverse the process
boot from the operating system CD and execute the following:
$$$ init new_system_disk: SYSTEM (it doesn't matter as you are doing an image restore)
$$$ mount/for new_system_disk:
$$$ backup/image/log tape_drive:SYSTEM.sav/sav new_system_disk:
Hope this helps
Mohamed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2003 08:34 AM
тАО09-25-2003 08:34 AM
Re: VMS Stand-Alone Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2003 08:46 AM
тАО09-25-2003 08:46 AM
Re: VMS Stand-Alone Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2003 08:52 PM
тАО09-25-2003 08:52 PM
Re: VMS Stand-Alone Backup
@sys$update:stabackit <>
would make the disk bootable for backup(just takes a few MBs). If you build this on the current system disk it will build the kit on SYSE(have to boot B/E0000000), if build on user disks it will put it in SYS0.
Remember that BACKUP is the only valid command in this old standalone backup mode while todays CD boot provide all VMS commands.
Also remember to test and document this before the disaster strikes!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2003 09:02 PM
тАО09-25-2003 09:02 PM
Re: VMS Stand-Alone Backup
If I recall correctly you can't boot from DAT but can from DLT so make the tape on a TK50/70, DLTIII/DLTIV.
I have Digital Manufactured VAX/VMS V5.5-2 CD which if booted give a DCL $ prompt at which standalone BACKUP can be performed. As previously mentioned you should also add a standalobe backup kit on your system disk (for performing standalone backups of your current system) and also on another disk (its a lot quicker booting from a local disk than from tape or CD).
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2003 03:16 PM
тАО09-28-2003 03:16 PM
Re: VMS Stand-Alone Backup
>>> B/10000000 device
(use whatever the your console equivalent for specifying boot flags of 10000000)
There's a catch though... the system will show the date and time in the year that the CD was created and ask you if it's correct. No matter what, ALWAYS ACCEPT whatever date you're offerred. If it's important you can SET TIME once you're at the $$$ prompt. If you try to change the time during STARTUP, the SET TIME command will fail because the new time can't be written back to the CD, and STARTUP.COM goes into an infinite loop.
(I think this bug was fixed, maybe in V7.3?)
Remember that for restoring a system, it doesn't matter what version CD you boot. Bits are bits. So, for example, you can quite happily restore a V5.5-2 image with a V7.2 standalone DCL.
Also note that booting from CD is not fast. Depending on your CD drive, it might take 20 minutes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2003 09:40 PM
тАО09-28-2003 09:40 PM
Re: VMS Stand-Alone Backup
I haven't been working with VAX quite a long time but I'm quite sure this still stands.
I found this in the (7.2) manuals:
http://h71000.www7.hp.com/doc/72final/6521/6521pro.html
Chpater 3 is about installing the OS (from tape or CD), chapter 5.4 tells you all about backing is up.
To create a stand-alone backup environment, read http://h71000.www7.hp.com/doc/72final/6521/6521pro_006.html#index_x_299:
Before beginning the upgrade, make sure you have a standalone BACKUP kit on one of these media. If you do not have one, create a standalone BACKUP kit using the STABACKIT.COM procedure as described in the upgrade and installation supplement for your VAX computer.
AFAIK, this will eventually create a system area you can boot from for backing up your system, be it from tape, but it can can also be on your system disk, in directory [SYSE] and/or [SYSF]. So I think there must be a way to boot from that location, to CREATE a backup anyway (it _might_ work for a restore operation as well).
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2006 09:03 AM
тАО01-04-2006 09:03 AM
Re: VMS Stand-Alone Backup
I followed the instructions in the manual. The CD we have is called binaries and I don't know if this is the bootable one. It failed to boot from this CD. So I tried to create the kit using the PCSI command procedure, mentioned as the alternate backup/restore method. But I don't have much luck there either.
I was able to boot from the kit I created on a user disk and I was able to look at all the devices. But when I try to mount the system disk, I get an error message that
parsing error on policy.
From the discussions here, I understand that policy qulaifier is used with mount/dismount commands in a volume shadowing environment. We do not have volume shadowing enabled. I don't know how to fix this.
There is no help on policy qualifier for mount/dismount commands on 6.2.
I would appreciate any input.
Thanks,
Malleka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2006 09:41 AM
тАО01-04-2006 09:41 AM
Re: VMS Stand-Alone Backup
I used the dcltables.exe copied to the kit in my command table and got the message as follows:
$ set command/table=$1$DKB200:[VMS$COMMON.][SYSLIB]dcltables.exe
$ mount/over=id dkb0:
%CLI-F-SYNTAX, error parsing 'POLICY'
-CLI-E-ENTNF, specified entity not found in command tables
I copied the dcltables.exe from the running system to the kit directory and used this to mount the disk successfully in the standalone backup environment.
back sys$library:dcltables.exe; $1$DKB200:[VMS$COMMON.][SYSLIB]/new/lo
%BACKUP-W-NOFILES, no files selected from $1$DKB100:[SYS0.][SYSLIB]DCLTABLES.EXE
;
%BACKUP-S-CREATED, created $1$DKB200:[VMS$COMMON.][SYSLIB]DCLTABLES.EXE;102
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2006 10:22 AM
тАО01-04-2006 10:22 AM
Re: VMS Stand-Alone Backup
Standalone backup does not exist for any modern version of OpenVMS Alpha, so I am not
sure how you could have tried
". . . to create and use standalone backup kit on OpenVMS Alpha 6.2.
I followed the instructions in the manual."
since there is no way that standalone backup would be documented for OpenVMS Alpha V6.2.
Additionally, you must be using a CD from OpenVMS Alpha V7.2-2 or newer, as that's when
the /POLICY qualifier was added to MOUNT and
DISMOUNT
Simply put, what are you trying to do?
Why do you think you need to create a standalone backup kit?
On OpenVMS Alpha, the distribution CD will boot, giving you a menu of options. Option 7, I believe, will drop you to DCL, where you can do a lot more than issue the BACKUP command.
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2006 11:40 AM
тАО01-04-2006 11:40 AM
Re: VMS Stand-Alone Backup
go off the rails seems to have been
moderately accurate, but a few people seem
pretty free with bad info:
> STABKIT.COM. I think it was in Sys$System:,
> V5.5-2 CDs is not bootable
It might help a little to know what sort of
disk, floppy, CD-ROM, and/or tape drives are
available on the VAX systems.
Generally, having a copy of standalone BACKUP
(SAB) on every bootable (VAX) device and/or
medium in the place is pretty harmless and
can be quite helpful when hardware fails.
> note that booting from CD is not fast.
Booting from a TK50 opens whole new vistas
of meaning for "not fast". CD-ROM drives as
old as the (1X) RRD42 can often be upgraded
at minimal cost, providing better speed as
well more reliable operation with recordable
media.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2006 08:28 PM
тАО01-04-2006 08:28 PM
Re: VMS Stand-Alone Backup
What you need to do is to write the recovery procedures for various situations and this will clarify what you need in order to be able to recover.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2006 01:59 AM
тАО01-05-2006 01:59 AM
Re: VMS Stand-Alone Backup
Standalone backup does not exist for any modern version of OpenVMS Alpha, so I am not
sure how you could have tried
". . . to create and use standalone backup kit on OpenVMS Alpha 6.2.
I followed the instructions in the manual."
since there is no way that standalone backup would be documented for OpenVMS Alpha V6.2.
I meant SYS$SYSTEM:AXPVMS$PCSI_INSTALL_MIN.COM which is an alternate method for creating a bootable media, just another name for standalone backup kit.
>>>Additionally, you must be using a CD from OpenVMS Alpha V7.2-2 or newer, as that's when
the /POLICY qualifier was added to MOUNT and
DISMOUNT
The CD which says 6.2 binaries is what is what I tried to boot from but it crashed and never came up. What I could boot was the standalone backup kit which is created by the SYS$SYSTEM:AXPVMS$PCSI_INSTALL_MIN.COM command procedure, on another user disk. This procedure was invoked from a 6.2 system, so I believed that it would create a compatible standalone boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2006 02:22 AM
тАО01-05-2006 02:22 AM
Re: VMS Stand-Alone Backup
> which is an alternate method for creating
> a bootable media, just another name for
> standalone backup kit.
Obviously, that's not "just another name for
standalone backup kit". Standalone BACKUP is
a VAX-only feature.
A specific problem like this really belongs
in a thread of its own.
And "a medium" would sound better than "a
media".