<?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: mount all disk in the system at startup in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754944#M101281</link>
    <description>#Gunther Froehlin&lt;BR /&gt;# /NOASSIST&lt;BR /&gt;if mounting of the disk fails then it should not ask for &lt;BR /&gt;operator assistance as the boot will get stalled.&lt;BR /&gt;it should skip that disk and continue.&lt;BR /&gt;is this the purpose ?&lt;BR /&gt;&lt;BR /&gt;#John Gillings&lt;BR /&gt;thanks for detailed response.&lt;BR /&gt;that helps.&lt;BR /&gt;&lt;BR /&gt;Scotty</description>
    <pubDate>Sat, 19 Feb 2011 02:35:57 GMT</pubDate>
    <dc:creator>Scotty HD</dc:creator>
    <dc:date>2011-02-19T02:35:57Z</dc:date>
    <item>
      <title>mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754936#M101273</link>
      <description>when system starts i want all the disk in the system to get mounted.&lt;BR /&gt;where is the correct place to do this.&lt;BR /&gt;any better place than user login.com ?&lt;BR /&gt;&lt;BR /&gt;Scotty</description>
      <pubDate>Fri, 18 Feb 2011 16:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754936#M101273</guid>
      <dc:creator>Scotty HD</dc:creator>
      <dc:date>2011-02-18T16:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754937#M101274</link>
      <description>Scotty&lt;BR /&gt;&lt;BR /&gt;Personally, I would have a call from SYLOGICALS.COM to a MOUNT_DISK procedure with a P1 of something like MIN&lt;BR /&gt;&lt;BR /&gt;So that even when a conversational boot is performed those disks that are needed for the system to fucntion (e.g. if the SYSUAF file is off the system disk) are still accessible.&lt;BR /&gt;&lt;BR /&gt;Then I would have another call in SYSTARTUP_VMS.COM with a P1 of ALL or FULL which mounts the MIN disks (if not already mounted) and then the remaining disks. &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Craig&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Feb 2011 16:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754937#M101274</guid>
      <dc:creator>Craig A</dc:creator>
      <dc:date>2011-02-18T16:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754938#M101275</link>
      <description>#Craig A&lt;BR /&gt;thanks for reply&lt;BR /&gt;&lt;BR /&gt;#MOUNT_DISK procedure &lt;BR /&gt;this is done so that all the code is in one place instead ot &lt;BR /&gt;embedding it in two command procedures ?&lt;BR /&gt;&lt;BR /&gt;how to know which disks are there is system. should i hard code it ?&lt;BR /&gt;once i hard code, if that disk is not present will the code fail and cause boot &lt;BR /&gt;problem ?&lt;BR /&gt;&lt;BR /&gt;#Then I would have another call in SYSTARTUP_VMS.COM&lt;BR /&gt;why another call, can this can be done in SYLOGICALS.COM itself ?&lt;BR /&gt;&lt;BR /&gt;Scotty</description>
      <pubDate>Fri, 18 Feb 2011 16:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754938#M101275</guid>
      <dc:creator>Scotty HD</dc:creator>
      <dc:date>2011-02-18T16:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754939#M101276</link>
      <description>Yes.&lt;BR /&gt;&lt;BR /&gt;See the SYS$EXAMPLES:MSCPMOUNT.COM template, as one potential starting point.  That's intended to run continuously in a cluster, and bring the disks back online as nodes come and go within a cluster.  Probably more than you need here, but something to review regardless.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Feb 2011 16:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754939#M101276</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-02-18T16:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754940#M101277</link>
      <description>Normally it is a hard coded list as the number of disks devices and their volume labels do no change very often. I would have a separate DCL procedure as already described as this gives one place to change.</description>
      <pubDate>Fri, 18 Feb 2011 16:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754940#M101277</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2011-02-18T16:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754941#M101278</link>
      <description>thanks all for replies&lt;BR /&gt;&lt;BR /&gt;#Ian Miller&lt;BR /&gt;yes. for test systems where there is lot change, i wanted a generic method.&lt;BR /&gt;&lt;BR /&gt;i will read the file Hoff has mentioned.&lt;BR /&gt;&lt;BR /&gt;Scotty</description>
      <pubDate>Fri, 18 Feb 2011 16:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754941#M101278</guid>
      <dc:creator>Scotty HD</dc:creator>
      <dc:date>2011-02-18T16:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754942#M101279</link>
      <description>And make sure that all mount commands used during startup procedures contain a /NOASSIST.&lt;BR /&gt;&lt;BR /&gt;/Guenther</description>
      <pubDate>Fri, 18 Feb 2011 21:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754942#M101279</guid>
      <dc:creator>GuentherF</dc:creator>
      <dc:date>2011-02-18T21:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754943#M101280</link>
      <description>Scotty,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  i wanted a generic method.&lt;BR /&gt;&lt;BR /&gt;  There is no universal generic method, as there are too many possibilities for how a particular disk is mounted. Consider shadow sets, volume sets, different labels, protections etc...&lt;BR /&gt;&lt;BR /&gt;  You can hunt for disk devices using F$DEVICE. Here's an example:&lt;BR /&gt;&lt;BR /&gt;$  HeadLoop: dsk=F$DEVICE("*","DISK")-"_"-":"&lt;BR /&gt;$    IF dsk.NES.""&lt;BR /&gt;$    THEN&lt;BR /&gt;$!        Skip devices that are not mounted or are shadow set members&lt;BR /&gt;$      IF     F$GETDVI(dsk,"MNT").AND.-&lt;BR /&gt;         .NOT.F$GETDVI(dsk,"SHDW_MEMBER")&lt;BR /&gt;$      THEN&lt;BR /&gt;$        c=c+1&lt;BR /&gt;$        dsk'c'=dsk                       ! Save disk name&lt;BR /&gt;$        WRITE out "[DS]''dsk'Max"        ! Column heading&lt;BR /&gt;$      ENDIF&lt;BR /&gt;$    GOTO HeadLoop&lt;BR /&gt;$    ENDIF&lt;BR /&gt;&lt;BR /&gt;This is an extract from a procedure which generates disk usage in T4 format. Note that it checks if the found disk is mounted using F$GETDVI. In your case you probably want the opposite test. You then have to work out a MOUNT command, and in particular a label. One possibility is to choose a labelling scheme based on the device name. As long as all your devices are mounted the same way you're all set.&lt;BR /&gt;&lt;BR /&gt;Another possibility is a table driven mechanism. You maintain a data file which describes the disks, labels, and how they're mounted. Write a procedure that reads the file, interprets the desciptions and generates appropriate MOUNT commands. This might be easier than hard coding the complete commands, and it would make it simpler to make general changes to the way disks are mounted.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Feb 2011 21:32:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754943#M101280</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2011-02-18T21:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754944#M101281</link>
      <description>#Gunther Froehlin&lt;BR /&gt;# /NOASSIST&lt;BR /&gt;if mounting of the disk fails then it should not ask for &lt;BR /&gt;operator assistance as the boot will get stalled.&lt;BR /&gt;it should skip that disk and continue.&lt;BR /&gt;is this the purpose ?&lt;BR /&gt;&lt;BR /&gt;#John Gillings&lt;BR /&gt;thanks for detailed response.&lt;BR /&gt;that helps.&lt;BR /&gt;&lt;BR /&gt;Scotty</description>
      <pubDate>Sat, 19 Feb 2011 02:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754944#M101281</guid>
      <dc:creator>Scotty HD</dc:creator>
      <dc:date>2011-02-19T02:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754945#M101282</link>
      <description>Correct, /NOASSIST avoids stalling the boot if there is ANY problem with mounting this disk device.&lt;BR /&gt;&lt;BR /&gt;/Guenther</description>
      <pubDate>Sat, 19 Feb 2011 04:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754945#M101282</guid>
      <dc:creator>GuentherF</dc:creator>
      <dc:date>2011-02-19T04:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754946#M101283</link>
      <description>You may find the OpenVMS Management Station of interest&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/products/argus/index.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/argus/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"OpenVMS Management Station makes it easy for you to manage a wide range of storage devices across multiple OpenVMS Cluster systems. It provides a database that can automatically determine and configure your system's storage configuration at system startup. "&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Feb 2011 19:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754946#M101283</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2011-02-19T19:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754947#M101284</link>
      <description>Ian,&lt;BR /&gt;"You may find the OpenVMS Management Station of interest&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/products/argus/index.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/argus/index.html&lt;/A&gt;"&lt;BR /&gt;&lt;BR /&gt;As far as my experiences go, this fails to work on Vista or Windows 7. (Yet more antiquated software from HP!)&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 22 Feb 2011 21:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754947#M101284</guid>
      <dc:creator>MarkOfAus</dc:creator>
      <dc:date>2011-02-22T21:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: mount all disk in the system at startup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754948#M101285</link>
      <description>no problem. I'm still using XP on my work laptop like most people I know :-)</description>
      <pubDate>Tue, 22 Feb 2011 21:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mount-all-disk-in-the-system-at-startup/m-p/4754948#M101285</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2011-02-22T21:35:49Z</dc:date>
    </item>
  </channel>
</rss>

