- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Are this command the same ?
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
06-17-2005 02:35 PM
06-17-2005 02:35 PM
At boot screen.
Or I just submit command after I am in the system login example :
Backup/rew/log/ign=lab/image/init dub0: mka0:saback.bck
are they the same or by doing that I might missing some files (on backup tape). I know example the operator.dat (something like that) will not get backup, since I am lockin. Or is that matter, just in case if my drive dead, will this backup o.k to install and everything back to normal.
Thanks!
SCC
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 07:08 PM
06-17-2005 07:08 PM
Solution1.Use console
2.Lock interactive access
$ SET LOGIN /INTERACT=0
3.Halt every running application you know
4.Stop various services; e.g.
$ @SYS$MANAGER:UCX$SHUTDOWN !If use TCP/IP
$ @SYS$STARTUP:PWRK$SHUTDOWN !If use pathwork
$ MC LATCP SET NODE /STATE=SHUT !Stop LAT
$ MC NCP !To halt decnet
SET KN LINE STATE OFF
SET KN CIRC STATE OFF
SET EXEC STATE SHUT
5.Run backup/image
$ BACKUP/IMAGE/REW/IGN=LAB/INT/OVER=INTER -
DUB0: MKA0:SABACK.BCK/SAVE
I prefer /over=inter so your backup can't stop when find system files like pagefile and I avoid /log to make backup quicker.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 07:20 PM
06-17-2005 07:20 PM
Re: Are this command the same ?
The commands are the same. Backup will complain on some open files. If there is no activity on them, they will be OK. So, if you cant go for a standalone backup, you can do this on a running system. Try to reduce the system activity in the time of backup with set logins/inter=0. One of the most vulnerable files are the queue manager files so you can stop the queue manager for the time of the backup. One other technique is to do a SHOW/QUEUE/FULL/ALL/OUTPUT=file. If something goes wrong you can refer to this file to reconstruct the queues and batch and print jobs. Also try to stop all network activity with stoping decnet and tcpip.
And one important thing, modify your backup command to /IGN=(LAB,INTER)!
The /IGNORE=INTERLOCK qualifier instruct backup to backup the open files.
Dont try to rely on such a backup on an havy active disk with user data. But for a system disk with a reduced activity can be sufficient.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 07:56 PM
06-17-2005 07:56 PM
Re: Are this command the same ?
> DUB0: MKA0:SABACK.BCK/SAVE
> I prefer /over=inter so your backup can't stop
> when find system files like pagefile and I avoid
> /log to make backup quicker.
That command does not sound right to me, Antonio.
BACKUP "/OVER" will translate to "/OVERLAY" - did you confuse this with MOUNT/OVERRIDE= ?
You might have thought about "BACKUP /IGNORE=(LABEL_PROCESSING, INTERLOCK)".
And do you really run all your backups with /INTERCHANGE? This limits the block size to 8192 and, at least according to the online help, drops all ACLs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 08:10 PM
06-17-2005 08:10 PM
Re: Are this command the same ?
I made a typo.
Qualifier /OVER has to changed by /IGN
BACKUP/IGN=(LAB,INTER) .... blah blah
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 10:49 PM
06-17-2005 10:49 PM
Re: Are this command the same ?
A standalone backup of the system disk will always get you a valid copy.
For backing up files such as queue manager etc then see
http://h71000.www7.hp.com/openvms/journal/v1/backup.html
http://h71000.www7.hp.com/openvms/journal/v3/backup_strategies.html
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2005 03:12 AM
06-18-2005 03:12 AM
Re: Are this command the same ?
When a system disk restore ever becomes necessary, those files are always out-of-date if restored from the last image backup.
I do copy (convert) those files every night to a separate disk, so I always have a reasonable up-to-date copy to restore.
Following this rule then it is less important if the image backup is from a 'live' system or from standalone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 04:35 AM
06-20-2005 04:35 AM
Re: Are this command the same ?
a backup/image/ignore=interlock
creates a bootable disk.
Often you will need to write boot block, regardless of the type of image backup.
I do recommend at least getting at least one backup off the CD and save it in a safe place for emergencies.
Don't forget that upgrades fragment the heck out of a system disk. It's a good time to do a backup/restore after an upgrade.
It great if you have a shadow set to remove one member of the shadow set, so if you have a problem you can go right back to the original disk. If everything is fine, that's a great candidate to do an image backup/restore.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 04:44 AM
06-20-2005 04:44 AM
Re: Are this command the same ?
Have you ever tried to find out what the problem is?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 06:44 PM
06-20-2005 06:44 PM
Re: Are this command the same ?
And in a previous period, when I mainly participated in converting new systems to turn-key graphical application clusters, I _HAVE_ done more than just a few...
just my EUR 0.02
Proost.
Have one on me.
jpe