<?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: Moving the queue manager to a non-system disk in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061082#M24563</link>
    <description>Apologies the startup.log is an older one, but essentially all the information is the same except the volume label of the disk.</description>
    <pubDate>Thu, 02 Aug 2007 02:31:25 GMT</pubDate>
    <dc:creator>MarkOfAus</dc:creator>
    <dc:date>2007-08-02T02:31:25Z</dc:date>
    <item>
      <title>Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061067#M24548</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Queue Manager has been moved to dkc300:[common.system]. VMS=7.3. The queue manager fails to start up. I set startup_p2 to "D" in modparams.dat, and observed the following in the startup.log.&lt;BR /&gt;&lt;BR /&gt;There is a common disk, called COMMON$DISK. Within sylogicals.com, QMAN$MASTER is defined to common$disk:[common.system].&lt;BR /&gt;&lt;BR /&gt;In sylogicals.com, the disk is mounted using clu_mount_disk.com. The disk mounts ok, BUT, has %MOUNT-I-REBUILD, volume was improperly dismounted; rebuild in progress.&lt;BR /&gt;&lt;BR /&gt;Later, the following command is issued within sylogicals.com:&lt;BR /&gt;START/QUEUE/MANAGER QMAN$MASTER&lt;BR /&gt;At this point this error occurs:&lt;BR /&gt;%SYSTEM-F-DEVOFFLINE, device is not in configuration or not available&lt;BR /&gt;&lt;BR /&gt;(This is not true as a show device and a directory of the device (within sylogicals.com) show it is very much alive and running)&lt;BR /&gt;&lt;BR /&gt;Anticipating that this error message could somehow be due to the disk rebuild, I modified clu_mount_disk.com and added /NOREBUILD. Then, after the START/QUEUE/MANAGER QMAN$MASTER, I put a SET VOLUME/REBUILD COMMON$DISK:. Still the same error message appears and the queue manager fails to start. I suspect this is some sort of timing issue.&lt;BR /&gt;&lt;BR /&gt;The disk is running ok, and has reported no errors or other anomalies. I guess I could just as easily start a new queue manager from scratch pointing to the newly defined QMAN$MASTER, but I would much rather solve this problem. &lt;BR /&gt;&lt;BR /&gt;Does anyone have any clues or hints as to the obious thing I am missing here?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mark.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Aug 2007 22:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061067#M24548</guid>
      <dc:creator>MarkOfAus</dc:creator>
      <dc:date>2007-08-01T22:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061068#M24549</link>
      <description>&lt;!--!*#--&gt;Please execute the following command and post the results.&lt;BR /&gt;&lt;BR /&gt;For example,&lt;BR /&gt;&lt;BR /&gt;Nodea&amp;gt; sh que/manager/full&lt;BR /&gt;Master file:  COMMON:[SYSEXE]QMAN$MASTER.DAT;&lt;BR /&gt;&lt;BR /&gt;Queue manager SYS$QUEUE_MANAGER, running, on nodea::&lt;BR /&gt;  /ON=(*)&lt;BR /&gt;  Database location:  COMMON:[SYSEXE]&lt;BR /&gt;&lt;BR /&gt;Our queue manager uses a common cluster wide disk. I cannot recall the command required to move the .dat file but it was straight forward. &lt;BR /&gt;modparams did not get involved.</description>
      <pubDate>Wed, 01 Aug 2007 23:39:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061068#M24549</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2007-08-01T23:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061069#M24550</link>
      <description>From VMS help&lt;BR /&gt;start/queue/manager&lt;BR /&gt;&lt;BR /&gt; 3.$ START/QUEUE/MANAGER/NEW_VERSION -&lt;BR /&gt;             _$ /ON=(SATURN,VENUS,NEPTUN,*) DUA5:[SYSQUE])&lt;BR /&gt;                .&lt;BR /&gt;         &lt;BR /&gt;&lt;BR /&gt;In our case we specified the new location common:[sysmgr].&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Aug 2007 23:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061069#M24550</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2007-08-01T23:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061070#M24551</link>
      <description>Can you check if QMAN$QUEUE_MANAGER.EXE is in SYS$SYSTEM. I've seen a similiar problem like this before.</description>
      <pubDate>Wed, 01 Aug 2007 23:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061070#M24551</guid>
      <dc:creator>Simon Fedele</dc:creator>
      <dc:date>2007-08-01T23:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061071#M24552</link>
      <description>Thomas,&lt;BR /&gt;&lt;BR /&gt;sho /queue/manager/full:&lt;BR /&gt;Master file:  DKC300:[COMMON.SYSTEM]QMAN$MASTER.DAT;&lt;BR /&gt;&lt;BR /&gt;Queue manager SYS$QUEUE_MANAGER, running, on EMU2::&lt;BR /&gt;  /ON=(EMU2)&lt;BR /&gt;  Database location:  DKC300:[COMMON.SYSTEM]&lt;BR /&gt;&lt;BR /&gt;The file(s) exists, as I can start the queue manager manually after startup, it just won't start up within sylogicals.com.&lt;BR /&gt;&lt;BR /&gt;All our batch queues are autostart, all our print queues are lpd symbiont controlled.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mark.</description>
      <pubDate>Wed, 01 Aug 2007 23:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061071#M24552</guid>
      <dc:creator>MarkOfAus</dc:creator>
      <dc:date>2007-08-01T23:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061072#M24553</link>
      <description>Simon,&lt;BR /&gt;" Can you check if QMAN$QUEUE_MANAGER.EXE is in SYS$SYSTEM. I've seen a similiar problem like this before."&lt;BR /&gt;&lt;BR /&gt;Yes:&lt;BR /&gt;Directory SYS$COMMON:[SYSEXE]&lt;BR /&gt;&lt;BR /&gt;QMAN$QUEUE_MANAGER.EXE;1            350KB/379KB      14-APR-2006 09:01:58.24&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As I stated to Thomas, and omitted initially, the queue manager can be started up without a problem AFTER startup, just not during.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 01 Aug 2007 23:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061072#M24553</guid>
      <dc:creator>MarkOfAus</dc:creator>
      <dc:date>2007-08-01T23:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061073#M24554</link>
      <description>I may be wrong here but i think sylogicals is to early in the startup. It runs before the job controller process has completed and that is where start/queue/manager sends a request to job controller to start the queue manager. Maybe try it in systartup_vms</description>
      <pubDate>Thu, 02 Aug 2007 00:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061073#M24554</guid>
      <dc:creator>Simon Fedele</dc:creator>
      <dc:date>2007-08-02T00:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061074#M24555</link>
      <description>Mark, our sequence is to mount the disk in the fist step of sylogicals. &lt;BR /&gt;Extract&lt;BR /&gt;&lt;BR /&gt;In&lt;BR /&gt; sys$manager:sylogicals.com &lt;BR /&gt;&lt;BR /&gt;$ mount/system/noassist/norebuild DSA15: /shadow=($1$dga15:,$1$dga1501:) common  common&lt;BR /&gt;&lt;BR /&gt;Then we run syslogicals. &lt;BR /&gt;&lt;BR /&gt;$ @common:[sysmgr]sylogicals&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Aug 2007 00:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061074#M24555</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2007-08-02T00:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061075#M24556</link>
      <description>This might help also, from Chapter 13 of VMS system manager's manual&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.itec.suny.edu/scsys/vms/OVMSDOC073/V73/6017/6017pro_054.html#start_q_mgr" target="_blank"&gt;http://www.itec.suny.edu/scsys/vms/OVMSDOC073/V73/6017/6017pro_054.html#start_q_mgr&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;13.3.1 Specifying the Location of the Queue Master File&lt;BR /&gt;&lt;BR /&gt;"If the location you specify is on a disk other than the node's system disk, add a command in SYLOGICALS.COM to mount the disk. SYLOGICALS.COM is normally used to define logical names; however, it is important that SYLOGICALS.COM contain the command to mount the disk holding the master file so that the master file is available before the job controller starts the queue manager. "&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Aug 2007 00:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061075#M24556</guid>
      <dc:creator>Simon Fedele</dc:creator>
      <dc:date>2007-08-02T00:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061076#M24557</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;there is no need to manually issue the START/QUEUE/MANAGER command (since approximately V5.5-2) during startup.&lt;BR /&gt;&lt;BR /&gt;All you need to do in SYLOGICALS.COM is:&lt;BR /&gt;&lt;BR /&gt;- define QMAN$MASTER logical to point to the disk and directory where QMAN$MASTER.DAT resides. The location of the queue-manager database files are stored in QMAN$MASTER.DAT.&lt;BR /&gt;&lt;BR /&gt;- MOUNT the QMAN disk&lt;BR /&gt;&lt;BR /&gt;The %MOUNT-I-REBUILD operation is a synchronous operation, so the MOUNT command does not return to DCL until the volume has been rebuilt.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 02 Aug 2007 00:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061076#M24557</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-08-02T00:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061077#M24558</link>
      <description>Simon, the disk is mounted before the queue manager is started via the clu_mount_disk command provided by HP. All of this is done is sylogicals.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Incidentally,&lt;BR /&gt;&lt;BR /&gt;If I move the files back to sys$system, remove the start/queu/manager from sylogicals, the system starts the queue manager correctly at startup.</description>
      <pubDate>Thu, 02 Aug 2007 00:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061077#M24558</guid>
      <dc:creator>MarkOfAus</dc:creator>
      <dc:date>2007-08-02T00:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061078#M24559</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;the DEVOFFLINE error is most likely NOT related to the access to the qman disk - as one might think - but to an non-existing mailbox used to communicate with the JOB_CONTROL process, which does not exist when SYLOGICASL.COM is being invoked !&lt;BR /&gt;&lt;BR /&gt;Just leave the START/QUE/MANA command out of SYLOGICALS.COM and try again. It will work (of you have the disk mounted and the logical assigned).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 02 Aug 2007 00:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061078#M24559</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-08-02T00:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061079#M24560</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;"there is no need to manually issue the START/QUEUE/MANAGER command (since approximately V5.5-2) during startup.&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;Ok. So I will remove that from the commands.&lt;BR /&gt;It still doesn't start up. Ack!&lt;BR /&gt;&lt;BR /&gt;"All you need to do in SYLOGICALS.COM is:&lt;BR /&gt;&lt;BR /&gt;- define QMAN$MASTER logical to point to the disk and directory where QMAN$MASTER.DAT resides. The location of the queue-manager database files are stored in QMAN$MASTER.DAT."&lt;BR /&gt;&lt;BR /&gt;Done it!&lt;BR /&gt;&lt;BR /&gt;"- MOUNT the QMAN disk"&lt;BR /&gt;&lt;BR /&gt;Done it!&lt;BR /&gt;&lt;BR /&gt;"The %MOUNT-I-REBUILD operation is a synchronous operation, so the MOUNT command does not return to DCL until the volume has been rebuilt."&lt;BR /&gt;&lt;BR /&gt;As I thought, hence I added norebuild "just in case"...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 02 Aug 2007 00:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061079#M24560</guid>
      <dc:creator>MarkOfAus</dc:creator>
      <dc:date>2007-08-02T00:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061080#M24561</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;is there an error message - please also check OPERATOR.LOG !&lt;BR /&gt;&lt;BR /&gt;Did you manually do a STOP/QUE/MANA/CLUSTER before moving the data to the common disk ? Try manually starting the queue manager ONCE:&lt;BR /&gt;&lt;BR /&gt;$ START/QUE/MANAGER DKC300:[COMMON.SYSTEM]&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 02 Aug 2007 00:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061080#M24561</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-08-02T00:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061081#M24562</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;"is there an error message - please also check OPERATOR.LOG !"&lt;BR /&gt;&lt;BR /&gt;The only error message is in the startup.log. There is 1 error in the operator.log referring to decdtm. This has never been an issue though.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"Did you manually do a STOP/QUE/MANA/CLUSTER before moving the data to the common disk ? "&lt;BR /&gt;&lt;BR /&gt;Yes, the order of details was:&lt;BR /&gt;stop the queue, wait for it to drop its process (and close the files), then copy the files from the current location to the new one. It should have been a simple thing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"Try manually starting the queue manager ONCE:&lt;BR /&gt;&lt;BR /&gt;$ START/QUE/MANAGER DKC300:[COMMON.SYSTEM]"&lt;BR /&gt;&lt;BR /&gt;Ok, I have done this, but I will try it again.&lt;BR /&gt;&lt;BR /&gt;I moved the files back to their original position and then rebooted. Viola, the queue manager started! No logical defined, either. Is that the problem?&lt;BR /&gt;&lt;BR /&gt;Here's the sylogicals.com exerpt:&lt;BR /&gt;$ THIS_NODE = F$GETSYI("NODENAME")&lt;BR /&gt;$ if THIS_NODE .eqs. "EMU2"&lt;BR /&gt;$ then&lt;BR /&gt;$       @sys$sysdevice:[vms$common.sysmgr]clu_mount_disk dkc300 sys3&lt;BR /&gt;$ sho dev/mount&lt;BR /&gt;$ dir dkc300:[000000]&lt;BR /&gt;$       define/system/exec common$disk dkc300:&lt;BR /&gt;$ endif&lt;BR /&gt;$ if THIS_NODE .eqs. "EMU1"&lt;BR /&gt;$ then&lt;BR /&gt;$       @sys$sysdevice:[vms$common.sysmgr]clu_mount_disk dka300 set02&lt;BR /&gt;$       define/system/exec common$disk dka300:&lt;BR /&gt;$ endif&lt;BR /&gt;$&lt;BR /&gt;$ define/system/exec comsys common$disk:[common.system]&lt;BR /&gt;$ define/system/exec datsys common$disk:[common.system]&lt;BR /&gt;$ define/system/exec comadm common$disk:[common.admin]&lt;BR /&gt;$&lt;BR /&gt;$ DEFINE/SYSTEM/EXECUTIVE       SYSUAF          comsys:sysuaf.dat&lt;BR /&gt;$ DEFINE/SYSTEM/EXECUTIVE       RIGHTSLIST      comsys:rightslist.dat&lt;BR /&gt;$ DEFINE/SYSTEM/EXECUTIVE       NETPROXY        comsys:NETPROXY.DA&lt;BR /&gt;$ define/system/executive       LMF$LICENSE     comsys:LMF$LICENSE.LDB&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;$ write sys$output "SYLOGICALS&amp;gt; Defining Qman$Master"&lt;BR /&gt;$ DEFINE/SYSTEM/EXECUTIVE QMAN$MASTER  common$disk:[common.system]&lt;BR /&gt;$ sho log qman$master&lt;BR /&gt;$ write sys$output "SYLOGICALS&amp;gt; Setting rebuild of common$disk"&lt;BR /&gt;$ SET VOLUME/REBUILD COMMON$DISK:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So there is nothing startling in here - except a lot of debugging info.&lt;BR /&gt;&lt;BR /&gt;The startup.log:&lt;BR /&gt;&lt;BR /&gt;%STDRV-I-STARTUP, OpenVMS startup begun at  2-AUG-2007 15:30:23.26&lt;BR /&gt;Searching for disk DKC300...&lt;BR /&gt;%MOUNT-I-MOUNTED, SHAD03B mounted on _$4$DKC300: (EMU2)&lt;BR /&gt;%MOUNT-I-REBLDREQD, rebuild not performed; some free space unavailable; diskquo &lt;BR /&gt;&lt;BR /&gt;Device                  Device           Error    Volume         Free  Trans Mnt&lt;BR /&gt; Name                   Status           Count     Label        Blocks Count Cnt&lt;BR /&gt;$4$DKC0:        (EMU2)  Mounted              0  ALPHASYS      57731334   188   1&lt;BR /&gt;$4$DKC300:      (EMU2)  Mounted              0  SYS3          66528972     1   1&lt;BR /&gt;&lt;BR /&gt;Directory DKC300:[000000]&lt;BR /&gt;&lt;BR /&gt;000000.DIR;1        BACKUP.DIR;1        BACKUP.SYS;1        BADBLK.SYS;1&lt;BR /&gt;BADLOG.SYS;1        BITMAP.SYS;1        COMMON.DIR;1        CONTIN.SYS;1&lt;BR /&gt;CORIMG.SYS;1        INDEXF.SYS;1        ORACLE_CONV.DIR;1   RESTORE.DIR;1&lt;BR /&gt;RSDBLIST.LIS;1      SECURITY.SYS;1      SMART.DIR;1         SMART_BASE.BCK;1&lt;BR /&gt;VOLSET.SYS;1&lt;BR /&gt;&lt;BR /&gt;Total of 17 files.&lt;BR /&gt;SYLOGICALS&amp;gt; Defining Qman$Master&lt;BR /&gt;   "QMAN$MASTER" = "COMMON$DISK:[COMMON.SYSTEM]" (LNM$SYSTEM_TABLE)&lt;BR /&gt;SYLOGICALS&amp;gt; Starting Queue Manager.&lt;BR /&gt;%SYSTEM-F-DEVOFFLINE, device is not in configuration or not available&lt;BR /&gt;SYLOGICALS&amp;gt; Queue Manager started.&lt;BR /&gt;SYLOGICALS&amp;gt; Setting rebuild of common$disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Aug 2007 02:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061081#M24562</guid>
      <dc:creator>MarkOfAus</dc:creator>
      <dc:date>2007-08-02T02:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061082#M24563</link>
      <description>Apologies the startup.log is an older one, but essentially all the information is the same except the volume label of the disk.</description>
      <pubDate>Thu, 02 Aug 2007 02:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061082#M24563</guid>
      <dc:creator>MarkOfAus</dc:creator>
      <dc:date>2007-08-02T02:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061083#M24564</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;you still seem to issue the START/QUE/MANA command in SYLOGICALS.COM - remove it.&lt;BR /&gt;Then reboot - any error message ?&lt;BR /&gt;&lt;BR /&gt;$ SHO QUE/MANA/FULL&lt;BR /&gt;&lt;BR /&gt;If it's not running: $ START/QUE/MANA COMMON$DISK:[COMMON.SYSTEM]&lt;BR /&gt;&lt;BR /&gt;Then reboot - any errors ? Is the queue manager running now ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 02 Aug 2007 02:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061083#M24564</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-08-02T02:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061084#M24565</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;Apologies, the log was an old one. Sorry.&lt;BR /&gt;&lt;BR /&gt;"you still seem to issue the START/QUE/MANA command in SYLOGICALS.COM - remove it.&lt;BR /&gt;Then reboot - any error message ?"&lt;BR /&gt;&lt;BR /&gt;No errors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"$ SHO QUE/MANA/FULL"&lt;BR /&gt;&lt;BR /&gt;SRS$USER:MARK&amp;gt; SHO QUE/MANA/FULL&lt;BR /&gt;Master file:  DKC300:[COMMON.SYSTEM]QMAN$MASTER.DAT;&lt;BR /&gt;&lt;BR /&gt;Queue manager SYS$QUEUE_MANAGER, running, on EMU2::&lt;BR /&gt;  /ON=(EMU2)&lt;BR /&gt;  Database location:  DKC300:[COMMON.SYSTEM]&lt;BR /&gt;&lt;BR /&gt;So, the queue manager is now running!!&lt;BR /&gt;&lt;BR /&gt;Therefore, the sylogicals.com explanation is incorrect? You should only run the START/QUEUE/MANAGER QMAN$MASTER once after the copy?&lt;BR /&gt;&lt;BR /&gt;To quote sylogicals.com:&lt;BR /&gt;"$! default.  To place the queue manager database in another location, enter&lt;BR /&gt;$! the START/QUEUE/MANAGER command with a parameter.  For example, to put&lt;BR /&gt;$! the queue database files in the same cluster common directory as the&lt;BR /&gt;$! queue master file, enter the command:&lt;BR /&gt;$!&lt;BR /&gt;$!   $ START/QUEUE/MANAGER/ON=(NodeX,NodeY,NodeZ) QMAN$MASTER&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mark.</description>
      <pubDate>Thu, 02 Aug 2007 02:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061084#M24565</guid>
      <dc:creator>MarkOfAus</dc:creator>
      <dc:date>2007-08-02T02:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061085#M24566</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;you need to ONCE run the START/QUE/MANA disk:[dir] manually after moving the files after STOP/QUE/MANA/CLUSTER.&lt;BR /&gt;&lt;BR /&gt;So the comments in SYLOGICALS.TEMPLATE are a little bit misleading...&lt;BR /&gt;&lt;BR /&gt;The disk:[dev] information is stored in QMAN$MASTER.DAT, so the QUEUE_MANAGER will find this information, if you correctly define QMAN$MASTER and mount the disk.&lt;BR /&gt;&lt;BR /&gt;You need to issue the START/QUE/MANA disk:[dir] command only ONCE to WRITE that info into QMAN$MASTER.DAT.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 02 Aug 2007 03:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061085#M24566</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-08-02T03:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Moving the queue manager to a non-system disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061086#M24567</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;  Could you please show your exact and complete logical name:&lt;BR /&gt;&lt;BR /&gt;$ SHOW LOG/FULL QMAN$MASTER*&lt;BR /&gt;&lt;BR /&gt;Make sure it's EXEC mode.&lt;BR /&gt;&lt;BR /&gt;I suspect the problem is the disk name in the definition. "dkc300" may work for most things, but the queue manager is a bit more fussy than most. The definition of QMAN$MASTER must be identical across all nodes, and must point to the same file. Some ways of referring to a device work differently across nodes. It looks like cluster wide working name should be $4$DKC300</description>
      <pubDate>Thu, 02 Aug 2007 18:43:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-the-queue-manager-to-a-non-system-disk/m-p/5061086#M24567</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-08-02T18:43:24Z</dc:date>
    </item>
  </channel>
</rss>

