<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: About system backup and restore in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499287#M67192</link>
    <description>the problem with /IGNORE=INTERLOCK is that it is possible to write junk to the tape without any error messages.&lt;BR /&gt;&lt;BR /&gt;Read the wise words of the VMS Wizard&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_2467.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_2467.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_9265.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_9265.html&lt;/A&gt;&lt;BR /&gt;and in the FAQ&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/faq/vmsfaq_010.html#index_x_535" target="_blank"&gt;http://h71000.www7.hp.com/wizard/faq/vmsfaq_010.html#index_x_535&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Basically for files that are open you have to find another way.&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Mar 2005 12:56:24 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2005-03-07T12:56:24Z</dc:date>
    <item>
      <title>About system backup and restore</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499284#M67189</link>
      <description>Hello there,&lt;BR /&gt;&lt;BR /&gt;Our system backup strategy is &lt;BR /&gt;every six months, We do system and data disk &lt;BR /&gt;standalone image backup.&lt;BR /&gt;We do daiy rdb database full backup online and aslo we use the following command to backup file every day online&lt;BR /&gt;&lt;BR /&gt;for system disk&lt;BR /&gt;BACKUP/IMAGE/IGNORE=(INTERLOCK,LABEL) SYS$SYSDEVICE: -   &lt;BR /&gt;$1$MIA'TAPE':SYSTEM.SAV/SAVE_SET/REWIND&lt;BR /&gt;        &lt;BR /&gt;for data disk,&lt;BR /&gt;&lt;BR /&gt;BACKUP/IGNORE=(INTERLOCK,LABEL) DSA100:[000000...]*.*;*  -&lt;BR /&gt;$1$MIA'TAPE':DU_100.SAV/SAVE_SET/NOREWIND&lt;BR /&gt;&lt;BR /&gt;We noticed the online file backup with the command BACKUP/IGRNORE could get some corrupted file backed up.&lt;BR /&gt;&lt;BR /&gt;if the system or data disk corrupted,&lt;BR /&gt;we are thinking use the image backup restore the disk first, then use daily backup restore the disk again, the last is to do the database restore.&lt;BR /&gt;&lt;BR /&gt;if the file is corrupt from the daily file backup, we just delete the lastest file verion. then the system will use file verion from standalone image backup or we restore the file from standalone image backup&lt;BR /&gt;&lt;BR /&gt;Is there any problem for our backup strategy?&lt;BR /&gt;&lt;BR /&gt;I am really appreciate if you could share your&lt;BR /&gt;backup strategy for us.&lt;BR /&gt;&lt;BR /&gt;Thanks very much&lt;BR /&gt;&lt;BR /&gt;Lionel</description>
      <pubDate>Mon, 07 Mar 2005 12:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499284#M67189</guid>
      <dc:creator>Lionel Liu</dc:creator>
      <dc:date>2005-03-07T12:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: About system backup and restore</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499285#M67190</link>
      <description>sounds like a reasonable approach and its good that you reconsidering the use of /IGNORE=INTERLOCK. &lt;BR /&gt;The key thing is to test your backup strategy!&lt;BR /&gt;Consider it more from the point of view of that do you need to be able to restore and how much can you afford to loose.&lt;BR /&gt;&lt;BR /&gt;For background reading see&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/journal/v3/backup_strategies.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v3/backup_strategies.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/journal/v3/backup_strategies.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v3/backup_strategies.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2005 12:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499285#M67190</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-03-07T12:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: About system backup and restore</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499286#M67191</link>
      <description>Thanks fro your reply,&lt;BR /&gt;&lt;BR /&gt;As we know when do the following backup online&lt;BR /&gt;BACKUP/IMAGE/IGNORE=(INTERLOCK,LABEL) SYS$SYSDEVICE: - &lt;BR /&gt;$1$MIA'TAPE':SYSTEM.SAV/SAVE_SET/REWIND&lt;BR /&gt;&lt;BR /&gt;some files could be corrupted in save set backup file. Is there any way to know which files are corrupted in the save set file?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Lionel&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2005 12:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499286#M67191</guid>
      <dc:creator>Lionel Liu</dc:creator>
      <dc:date>2005-03-07T12:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: About system backup and restore</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499287#M67192</link>
      <description>the problem with /IGNORE=INTERLOCK is that it is possible to write junk to the tape without any error messages.&lt;BR /&gt;&lt;BR /&gt;Read the wise words of the VMS Wizard&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_2467.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_2467.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_9265.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_9265.html&lt;/A&gt;&lt;BR /&gt;and in the FAQ&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/faq/vmsfaq_010.html#index_x_535" target="_blank"&gt;http://h71000.www7.hp.com/wizard/faq/vmsfaq_010.html#index_x_535&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Basically for files that are open you have to find another way.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2005 12:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499287#M67192</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-03-07T12:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: About system backup and restore</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499288#M67193</link>
      <description>&amp;gt;As we know when do the following backup online&lt;BR /&gt;&amp;gt;BACKUP/IMAGE/IGNORE=(INTERLOCK,LABEL) &lt;BR /&gt;&amp;gt;some files could be corrupted in save set &amp;gt;backup file. Is there any way to know which &amp;gt;files are corrupted in the save set file?&lt;BR /&gt;&lt;BR /&gt;No, You just get warnings for those files open for write, but that does not tell You wether the file is corrupted or not.&lt;BR /&gt;&lt;BR /&gt;I would not follow Your backup strategy at all:&lt;BR /&gt;On the one side most files on the system disk are not changing at all, and can be restored from the base backup. And all files frequently changing can't be backup reliably with /ignore=interlock.&lt;BR /&gt;Instead of doing an image backup every day, &lt;BR /&gt;I would do an incremental backup (?since=backup) only, and copy all essential open files separately using convert.&lt;BR /&gt;In my nightly house-keeping job, I do:&lt;BR /&gt;convert/share to a save disk of:&lt;BR /&gt; sysuaf,rightslist,VMSMAIL_PROFILE,VMS$AUDIT_SERVER,&lt;BR /&gt;net$proxy,VMS$PASSWORD_HISTORY,QMAN$MASTER.DAT,&lt;BR /&gt;SYS$QUEUE_MANAGER.QMAN$QUEUES.&lt;BR /&gt;What can't be converted, is SYS$QUEUE_MANAGER.QMAN$JOURNAL.&lt;BR /&gt;One would have to stop the queue manager to backup that reliably. (If You have a long list of batch jobs, then there is no way around).&lt;BR /&gt;For audit,accounting,error,operator log , I start a new one every night, then the previous day ones can reliably backup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2005 04:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499288#M67193</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-03-08T04:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: About system backup and restore</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499289#M67194</link>
      <description>Thanks very much Joseph,&lt;BR /&gt;&lt;BR /&gt;I couldn't find the documenation about how to use CONVERT/SHARE command. Could you plesase check the following procedures if it is correct ( Our system is cluster system)&lt;BR /&gt;&lt;BR /&gt;For each file, run the following procedure&lt;BR /&gt;&lt;BR /&gt;Convert/share DSA50:[SYS0.SYSCOMMON.SYSEXE]rightslist.dat   DSA50:[BACKUP.SYS0]rightslist.dat&lt;BR /&gt;&lt;BR /&gt;Convert/share DSA50:[SYS1.SYSCOMMON.SYSEXE]rightslist.dat   DSA50:[BACKUP.SYS1]rightslist.dat&lt;BR /&gt;&lt;BR /&gt;Convert/share DSA50:[VMS$COMMON.SYSEXE]rightslist.dat DSA50:[BACKUP.COMMON]rightslist.dat&lt;BR /&gt;&lt;BR /&gt;if the file corrupted on the system, Is that using the COPY command to copy file from the backup directory to its original directory?&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Lionel&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2005 12:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499289#M67194</guid>
      <dc:creator>Lionel Liu</dc:creator>
      <dc:date>2005-03-08T12:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: About system backup and restore</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499290#M67195</link>
      <description>Lionel,&lt;BR /&gt;on an intact system disk you would pick up the same RIGHTSLIST.DAT three (3) times, because SYSCOMMON.DIR is an alias to VMS$COMMON.DIR.&lt;BR /&gt;&lt;BR /&gt;You can easily check this out by comparing the file's identifiers:&lt;BR /&gt;$ directory/file -&lt;BR /&gt; sys$sysdevice:[000000]vms$common.dir, -&lt;BR /&gt; [sys*]syscommon.dir&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;$ directory/file -&lt;BR /&gt; sys$sysdevice:[vms$common.sysexe]rightslist.dat, -&lt;BR /&gt; [sys*.syscommon.sysexe]</description>
      <pubDate>Tue, 08 Mar 2005 13:19:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499290#M67195</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-03-08T13:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: About system backup and restore</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499291#M67196</link>
      <description>As Uwe pointed out, there should be only one &lt;BR /&gt;rightslist file, namely the one in sys$common:[sysexe].&lt;BR /&gt;In Your systems case it might be so.&lt;BR /&gt;In more complicated system(-disk) envrionments it might be somewhere else on a common disk. see the logicals for the common files in sylogicals.template !&lt;BR /&gt;So a general "backup" procedure should first &lt;BR /&gt;translate the logical RIGHTSLIST, parse the output with the default sys$common:[sysexe]rightslist.dat, and then convert/share the resulting file-specification.&lt;BR /&gt;&lt;BR /&gt;I attach my update_cluster_files.com file running every night, which copies all those common files.</description>
      <pubDate>Wed, 09 Mar 2005 03:35:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499291#M67196</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-03-09T03:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: About system backup and restore</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499292#M67197</link>
      <description>Just to add to my attached command-file in previous reply:&lt;BR /&gt;If You have a single common system-disk, then &lt;BR /&gt;of course remove the conditional &lt;BR /&gt; if nodename.eqs.fnode&lt;BR /&gt;Otherwise nothing is copied.&lt;BR /&gt;My system is a poor mans Network-only cluster, and to reduce LAN traffic, each member of the cluster has its own local system disk. The cluster common files are served by one of the cluster members.&lt;BR /&gt;Every night the files are copied to the local system disk of each member (not "disk$reserve:"&lt;BR /&gt;as in my attached file).</description>
      <pubDate>Wed, 09 Mar 2005 03:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499292#M67197</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-03-09T03:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: About system backup and restore</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499293#M67198</link>
      <description>The way to be _ALWAYS_ sure of using the correct SYSUAF.DAT (and RIGHTSLIST.DAT, and almost all system files) is:&lt;BR /&gt;$ targetfile = f$parse("SYSUAF","SYS$SYSTEM:.DAT")&lt;BR /&gt;and now use 'targetfile' (of course, choose your own symbols!) for your operation.&lt;BR /&gt;&lt;BR /&gt;f$parse will first try to evaluate the logical name in the first param; if no translation, use that param as string.&lt;BR /&gt;Now we treat that as part of a complete filename. Any missing elements a completed using the second param.&lt;BR /&gt;In this case, if SYSUAF translates to ALT_SYSDIR:SYSUAF (although I would include ",.DAT" in the logical name for other resons, for this demonstration we leave out the filetype) we get:&lt;BR /&gt;nodename -- unspecified, so use default: local-node::&lt;BR /&gt;directory -- specified by logical name as "ALT_SYSDIR:"&lt;BR /&gt;name: -- specified by logical name as "SYSUAF"&lt;BR /&gt;type: -- specified by param 2 as ".DAT"&lt;BR /&gt;version -- unspecified. Most (nearly all) programms use ";0" , but eg. directory operations always use ".DIR;1"&lt;BR /&gt;&lt;BR /&gt;Now, same command without defined SYSUAF logical name:&lt;BR /&gt;&lt;BR /&gt;nodename -- default, local-node::&lt;BR /&gt;directory -- no logical name, so use param 1 as string. Syntactically evaluates to a string which does not specify directory, so use from param 2: "SYS$SYSTEM:"&lt;BR /&gt;name -- param1 syntactically contains filename, use that: "SYSUAF"&lt;BR /&gt;type -- like directory, have to use param 2: ".DAT" &lt;BR /&gt;version -- unspecified, same as above.&lt;BR /&gt;&lt;BR /&gt;Because RMS file specifying uses the same function, this ALWAYS GUARANTEES the correct file being used!!&lt;BR /&gt;&lt;BR /&gt;(well, minor detail: privileged mode functions use only logical names of at least the same privilege mode. Notably in this context: system RIGHTSLIST operations only use EXEC mode logical names!)&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 09 Mar 2005 05:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-system-backup-and-restore/m-p/3499293#M67198</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-03-09T05:43:14Z</dc:date>
    </item>
  </channel>
</rss>

