<?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: BACKUP/NOASSIST &amp;amp; MOUNT/NOASSIST in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164606#M65562</link>
    <description>Thnak you Volker, I learn things here very day :-)</description>
    <pubDate>Wed, 10 Nov 2004 08:22:01 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2004-11-10T08:22:01Z</dc:date>
    <item>
      <title>BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164594#M65550</link>
      <description>Mount/Noassist times out after 3600 seconds. (Depending on the setting SYSGEN param of MVTIMEOUT)&lt;BR /&gt;&lt;BR /&gt;When does Backup/Noassist timeout?&lt;BR /&gt;&lt;BR /&gt;Or do you just get &lt;BR /&gt;&lt;BR /&gt;%BACKUP-I-READYWRITE, mount volume 1 on MKA600: for writing&lt;BR /&gt;Enter "YES" when ready:&lt;BR /&gt;&lt;BR /&gt;Can it be set to timeout after 3600 seconds as well? &lt;BR /&gt;&lt;BR /&gt;As I want to use it in a batch job!</description>
      <pubDate>Wed, 14 Jan 2004 13:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164594#M65550</guid>
      <dc:creator>Rob Kersey</dc:creator>
      <dc:date>2004-01-14T13:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164595#M65551</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;if you are running a batch /noassist is not supposed to work anyhow, from the help:&lt;BR /&gt;&lt;BR /&gt;The /NOASSIST qualifier has no&lt;BR /&gt;     effect if the logical name SYS$COMMAND points to a device that&lt;BR /&gt;     is not a terminal (as is the case when you run BACKUP in a batch&lt;BR /&gt;     job).&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 14 Jan 2004 15:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164595#M65551</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-01-14T15:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164596#M65552</link>
      <description>I have a similar requirement to Rob i.e. I don't want a batch backup job, which runs unattended during the middle of the night, to ask for operator assistance and prevent subsequent jobs from executing. I would prefer a message to be logged and the backup job to abort.&lt;BR /&gt;&lt;BR /&gt;I agree with Martin that the documentation states that a BACKUP/NOASSIST combination is not intended for batch jobs.  But there is a question on Ask The Wizard (see BACKUP,Tapes and Operator Assistance?) where the answer implies that either BACKUP/NOASSIST or MOUNT/NOASSIST is the solution.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 04:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164596#M65552</guid>
      <dc:creator>Ian McKerracher</dc:creator>
      <dc:date>2004-11-10T04:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164597#M65553</link>
      <description>Ian, I think you are reffering to&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_7395.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_7395.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I usally am initialising the tape first so the INIT command fails if no tape is loaded and the job exits with an error. &lt;BR /&gt;&lt;BR /&gt;I can't see the text in help that Martin referred to but parhaps you could work around it by assigning SYS$COMMAND  to OPA0: for the duration of the mount command &lt;BR /&gt;$ DEFINE/USER SYS$COMMAND OPA0:&lt;BR /&gt;$ MOUNT/NOASSIST....</description>
      <pubDate>Wed, 10 Nov 2004 05:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164597#M65553</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-11-10T05:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164598#M65554</link>
      <description>If you use BACKUP without /NOASSIST, and there  are no enabled operators on the system the backup will end with an %BACKUP-F-NOOPER error.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 10 Nov 2004 05:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164598#M65554</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-11-10T05:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164599#M65555</link>
      <description>...&lt;BR /&gt;which you can conditionally react upon (well, along with other -F- errors) with&lt;BR /&gt;$ ON SEVERE_ERROR THEN GOTO &lt;FATAL-ERROR-PROCESSING-LABEL&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;/FATAL-ERROR-PROCESSING-LABEL&gt;</description>
      <pubDate>Wed, 10 Nov 2004 05:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164599#M65555</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-11-10T05:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164600#M65556</link>
      <description>Bojan, I think the issue is what happens if there are enabled operators but for a particular job you want the BACKUP to end with a error rather than ask.</description>
      <pubDate>Wed, 10 Nov 2004 05:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164600#M65556</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-11-10T05:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164601#M65557</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;please note that MOUNT/NOASSIST does NOT wait until MVTIMEOUT expires, it will return with an appropriate error (after a couple of mount/device specific internal retries). This may take up to 2-3 minutes...&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;(MVTIMEOUT=3600 on this system).&lt;BR /&gt;&lt;BR /&gt;$ show time&lt;BR /&gt;  10-NOV-2004 11:41:06&lt;BR /&gt;$ mount/noassist/over=id $1$mkb0:&lt;BR /&gt;%MOUNT-F-MEDOFL, medium is offline&lt;BR /&gt;$ show time&lt;BR /&gt;  10-NOV-2004 11:43:05&lt;BR /&gt;&lt;BR /&gt;So first trying to mount the tape with MOUNT/FOR/NOASSIST before letting BACKUP use it, will probably be the best method to detect a problem with the device/medium.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 10 Nov 2004 05:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164601#M65557</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-11-10T05:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164602#M65558</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;In my post I try to explain what happens when you use the /ASSIST qualifier. It will not work if an operator leaves withot logout (which is a  security issue).&lt;BR /&gt;&lt;BR /&gt;I use the backup command as it was in the old days when backup was not able to mount tapes. So first INIT if needed (as you) and then MOUNT/FOREIGN.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 10 Nov 2004 06:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164602#M65558</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-11-10T06:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164603#M65559</link>
      <description>Bojan - I know we are all just being helpful here and its a very good thing.&lt;BR /&gt;&lt;BR /&gt;Volker - are you saying that the behavior of MOUNT/FOR/NOASSIST is different to what BACKUP/NOASSIST does when mounting tapes?&lt;BR /&gt;&lt;BR /&gt;If so then this suggests doing the MOUNT first is a good thing.</description>
      <pubDate>Wed, 10 Nov 2004 06:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164603#M65559</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-11-10T06:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164604#M65560</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;_OUR_ main reason for mounting the tape first, is that we can than do good label checking, and take appropriate action.&lt;BR /&gt;&lt;BR /&gt;-- for unattended backups, we REQUIRE the tape to have the correct label, or be a new, unlabelled tape. If using a tape loader, human error IS to be expected (hopefully not too often),and needs to be prevented from causing more damage than "just" a day's backup skipped.&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 10 Nov 2004 06:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164604#M65560</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-11-10T06:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164605#M65561</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;Volker - are you saying that the behavior of MOUNT/FOR/NOASSIST is different to what BACKUP/NOASSIST does when mounting tapes?&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Example from the same system:&lt;BR /&gt;(there is no tape in the drive)&lt;BR /&gt;&lt;BR /&gt;$ backup/noassist *.com mkb0:x.bck/save/rew/ign=label&lt;BR /&gt;%MOUNT-F-MEDOFL, medium is offline&lt;BR /&gt;%BACKUP-I-READYWRITE, mount volume 1 on _$1$MKB0: for writing&lt;BR /&gt;Enter "YES" when ready:&lt;BR /&gt;&lt;BR /&gt;You have to abort this with CTRL/Y (QUIT won't work).&lt;BR /&gt;&lt;BR /&gt;If the same command is run in batch job, then you would get:&lt;BR /&gt;&lt;BR /&gt;%MOUNT-I-OPRQST, medium is offline&lt;BR /&gt;%MOUNT-I-OPRQST, Please mount volume X      in device _$1$MKB0: (AXPVMS)&lt;BR /&gt;BACKUP requests: Saveset X.BCK, Volume number 01, write ENABLED&lt;BR /&gt;&lt;BR /&gt;Even if OPA0: is not logged in, it may still be enabled as an OPERATOR terminal. So once I did&lt;BR /&gt;&lt;BR /&gt;$ DEF/USER SYS$COMMAND OPA0:&lt;BR /&gt;$ REPLY/DISABLE&lt;BR /&gt;&lt;BR /&gt;the BACKUP command in the batch job immediately finished with:&lt;BR /&gt;&lt;BR /&gt;%MOUNT-F-BATCHNOOPR, no operator available to service batch request&lt;BR /&gt;&lt;BR /&gt;So yes, the behaviour of /NOASSIST is different when used with MOUNT or BACKUP.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 10 Nov 2004 07:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164605#M65561</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-11-10T07:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164606#M65562</link>
      <description>Thnak you Volker, I learn things here very day :-)</description>
      <pubDate>Wed, 10 Nov 2004 08:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164606#M65562</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-11-10T08:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164607#M65563</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;$ backup/noassist *.com mkb0:x.bck/save/rew/ign=label&lt;BR /&gt;%MOUNT-F-MEDOFL, medium is offline&lt;BR /&gt;%BACKUP-I-READYWRITE, mount volume 1 on _$1$MKB0: for writing&lt;BR /&gt;Enter "YES" when ready:&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; I am not really in a position to test this now (test system is long-time in use for some big test sequence), but does the above react to the ON SEVERE_ERROR, or is it converted to Informational before DCL is allowed to react?&lt;BR /&gt;In the second case, that would mean that Rob would have to discard my previous answer   :-(&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 15:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164607#M65563</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-11-10T15:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164608#M65564</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;well in a batch it explicitly gets converted to -I-, so no severe error to catch. Here is &lt;BR /&gt;a log of a test I just ran:&lt;BR /&gt;&lt;BR /&gt;$ on severe_error then goto err_exit&lt;BR /&gt;$ backup/noass *.com $1$mkb400:x.bck/save/rew/ign=label&lt;BR /&gt;%MOUNT-I-OPRQST, medium is offline&lt;BR /&gt;%MOUNT-I-OPRQST, Please mount volume X      in device _$1$MKB400: (NC4001)&lt;BR /&gt;BACKUP requests: Saveset X.BCK, Volume number 01, write ENABLED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The same executed interactively has status -F-.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 10 Nov 2004 16:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164608#M65564</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-11-10T16:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/NOASSIST &amp; MOUNT/NOASSIST</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164609#M65565</link>
      <description>Jan,&lt;BR /&gt;&lt;BR /&gt;BACKUP catches/handles the %MOUNT-F-MEDOFL condition, so it never gets to DCL. Note this happens when run INTERACTIVELY and you can't get out of it except with CTRL/Y.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 11 Nov 2004 02:47:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-noassist-amp-mount-noassist/m-p/3164609#M65565</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-11-11T02:47:12Z</dc:date>
    </item>
  </channel>
</rss>

