<?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: start a queue for backup in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976378#M76108</link>
    <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;Create a BATCH queue. The command is INITIALIZE/QUEUE/BATCH (full description of the options can be found in the online HELP text). You will likely need to specify large enough WSEXTENT to accomodate the BACKUP operations needs.&lt;BR /&gt;&lt;BR /&gt;To submit a job to this queue, put the needed commands in a command file (e.g., BACKUPJOB.COM) and use the command SUBMIT/NOPRINT/QUEUE=&lt;NAME of="" the="" queue=""&gt; BACKUPJOB.COM.&lt;BR /&gt;&lt;BR /&gt;This will submit the job to the named queue. The /NOPRINT means that the log file will NOT be queued for printing, but will remain in your default directory. The SUBMIT command is also fully documented in the HELP text.&lt;BR /&gt;&lt;BR /&gt;I hope that the above is helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;&lt;/NAME&gt;</description>
    <pubDate>Mon, 01 May 2006 12:38:13 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2006-05-01T12:38:13Z</dc:date>
    <item>
      <title>start a queue for backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976377#M76107</link>
      <description>Hi,&lt;BR /&gt;I have openvms 7.3-2. Currently we run the backup operation from the terminal screen usign &lt;BR /&gt;&lt;BR /&gt;$ backup source-drive target-drive&lt;BR /&gt;&lt;BR /&gt;I currently have 4 execution queues queue 1, 2, 3 &amp;amp;4&lt;BR /&gt;&lt;BR /&gt;Currently when the backup operation starts no one can end teh current session until the operation is completed. Is there a way we can start the operation as a queue so that it continues even when we have to end the session and thereby close the terminal. &lt;BR /&gt;&lt;BR /&gt;Nipun &lt;BR /&gt;</description>
      <pubDate>Mon, 01 May 2006 12:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976377#M76107</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2006-05-01T12:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: start a queue for backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976378#M76108</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;Create a BATCH queue. The command is INITIALIZE/QUEUE/BATCH (full description of the options can be found in the online HELP text). You will likely need to specify large enough WSEXTENT to accomodate the BACKUP operations needs.&lt;BR /&gt;&lt;BR /&gt;To submit a job to this queue, put the needed commands in a command file (e.g., BACKUPJOB.COM) and use the command SUBMIT/NOPRINT/QUEUE=&lt;NAME of="" the="" queue=""&gt; BACKUPJOB.COM.&lt;BR /&gt;&lt;BR /&gt;This will submit the job to the named queue. The /NOPRINT means that the log file will NOT be queued for printing, but will remain in your default directory. The SUBMIT command is also fully documented in the HELP text.&lt;BR /&gt;&lt;BR /&gt;I hope that the above is helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;&lt;/NAME&gt;</description>
      <pubDate>Mon, 01 May 2006 12:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976378#M76108</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-05-01T12:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: start a queue for backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976379#M76109</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;well, ESSENTIALLY, you just put your command in a .COM file, say, DO_BACKUP.COM, and then&lt;BR /&gt;$ SUBMIT DO_BACKUP&lt;BR /&gt;&lt;BR /&gt;Normally you would extend the file a bit, at least with a SET VERIFY, and add a /LOG=&lt;FILE&gt; to your SUBMIT.&lt;BR /&gt;That way, you can afterward trace what happened.&lt;BR /&gt;It is also highly advisable to add some error handling.&lt;BR /&gt;In essence, you can make it as sophisticated as you wish to make it.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me (maybe at the Bootcamp in Nashua?)&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/FILE&gt;</description>
      <pubDate>Mon, 01 May 2006 12:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976379#M76109</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-05-01T12:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: start a queue for backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976380#M76110</link>
      <description>Thanks for the reply Bob and Jan.&lt;BR /&gt;&lt;BR /&gt;So Jan I already have a backup_file.com script file. So all I need to do is &lt;BR /&gt;&lt;BR /&gt;$submit backup_file.com /log=bk_test.log /que=execution_queue1&lt;BR /&gt;&lt;BR /&gt;This will execute the *.com" script through the execution queue "execution_queue1"&lt;BR /&gt;Where is the log file stored ?&lt;BR /&gt;&lt;BR /&gt;Is this correct ?&lt;BR /&gt;&lt;BR /&gt;One more question what if I don't write the queue does it go queue manager who assigns to any of the 4 execution queues we have ?&lt;BR /&gt;i.e if the command is as shown below&lt;BR /&gt;&lt;BR /&gt;$submit backup_file.com /log=bk_test.log /que=execution_queue1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Nipun&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 May 2006 13:08:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976380#M76110</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2006-05-01T13:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: start a queue for backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976381#M76111</link>
      <description>nipun,&lt;BR /&gt;&lt;BR /&gt;"Where is the log file stored ?"&lt;BR /&gt;&lt;BR /&gt;-  anywhere you SPECIFY  (recommanded)&lt;BR /&gt;eg: /LOG=&lt;DISKSPEC&gt;:[&lt;DIRSPEC&gt;]&lt;FILENAME&gt;&lt;BR /&gt;or&lt;BR /&gt;- in the SYS$LOGIN of the account running the queue&lt;BR /&gt;&lt;BR /&gt;"what if I don't write the queue does it go queue manager who assigns to any of the 4 execution queues we have ?&lt;BR /&gt;&lt;BR /&gt;It goes to SYS$BATCH.&lt;BR /&gt;If there is a logical SYS$BATCH (in the context of the process issuing the submit) that is where it goes.&lt;BR /&gt;If not, it goes to the queue SYS$BATCH.&lt;BR /&gt;If both do not exist, you get an error stating so.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me (maybe at the Bootcamp in Nashua?)&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;/FILENAME&gt;&lt;/DIRSPEC&gt;&lt;/DISKSPEC&gt;</description>
      <pubDate>Mon, 01 May 2006 13:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976381#M76111</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-05-01T13:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: start a queue for backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976382#M76112</link>
      <description>Thanks for your help Jan and Bob.&lt;BR /&gt;Your suggestions worked perfectly. I just had to choose the right queue. &lt;BR /&gt;&lt;BR /&gt;Nipun&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 May 2006 10:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/start-a-queue-for-backup/m-p/4976382#M76112</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2006-05-04T10:28:15Z</dc:date>
    </item>
  </channel>
</rss>

