<?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: avoiding ghost disk devices across cluster in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/avoiding-ghost-disk-devices-across-cluster/m-p/3758676#M75302</link>
    <description>I wonder if  MSCP_SERVE_ALL = 9 would do what you want?&lt;BR /&gt;&lt;BR /&gt;from the cluster manual&lt;BR /&gt;"All disks except those with allocation classes that differ from the system's allocation class (set by the ALLOCLASS parameter) are served."&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 25 Mar 2006 10:21:02 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2006-03-25T10:21:02Z</dc:date>
    <item>
      <title>avoiding ghost disk devices across cluster</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/avoiding-ghost-disk-devices-across-cluster/m-p/3758674#M75300</link>
      <description>Large VMS 7.3-2 cluster.  Most systems have their own locally-attached system disk so I have MSCP_SERVE_ALL set so I can access them across the cluster (you can't use SET DEVICE/SERVED with system disks).&lt;BR /&gt;&lt;BR /&gt;In this environment how can I prevent a temporary disk device on one system from being seen by the rest of the cluster?&lt;BR /&gt;&lt;BR /&gt;I know I can stop the CONFIGURE process while I'm using the device, but when I restart CONFIGURE after the device is no longer online it still shows up thru out the rest of cluster.&lt;BR /&gt;&lt;BR /&gt;I have tried SET DEVICE /NOAVAILABLE before restarting CONFIGURE, but that doesn't help. For some reason VMS has never supported SET DEVICE /NOSERVED.  There isn't any way I know to "delete" an unused device from the VMS device tables.&lt;BR /&gt;&lt;BR /&gt;Why I want this: We have an EVA SAN and I use snapclones for online backups. On occasion I need to temporarily present a set of snapclones to one VMS node (not cluster wide).  I like to present them using device names that logically follow (i.e. if source volume is DGA101 then first backup will be presented as DGA201, next backup DGA301).  But this means that if over the course of a few months without a reboot I might have created dozens of DGA units that are no longer online.  It's ok that they still show up on that one node, but I really don't want dozens of ghost devices to show up on every node of the cluster.&lt;BR /&gt;&lt;BR /&gt;Or can anyone tell me is there is any downside to not running CONFIGURE at all after boot completes?  I noticed that even though CONFIGURE isn't running on node A that if node B reboots it still sees node A's system disk.</description>
      <pubDate>Fri, 24 Mar 2006 16:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/avoiding-ghost-disk-devices-across-cluster/m-p/3758674#M75300</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2006-03-24T16:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: avoiding ghost disk devices across cluster</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/avoiding-ghost-disk-devices-across-cluster/m-p/3758675#M75301</link>
      <description>I have MSCP_SERVE_ALL = 4 ("serve the system&lt;BR /&gt;disk"), and then I have an explicit "SET&lt;BR /&gt;DEVICE /SERVED device" command in the&lt;BR /&gt;procedure where the other (normal) disks get&lt;BR /&gt;mounted.  Thus, all the normal disks get&lt;BR /&gt;served, but exotic ones do not.&lt;BR /&gt;&lt;BR /&gt;I did this to avoid having a CD-R/RW drive&lt;BR /&gt;get served, as I usually leave it powered&lt;BR /&gt;off, and endless errors get logged if a&lt;BR /&gt;served disk goes away.&lt;BR /&gt;&lt;BR /&gt;I also have a SYS$MANAGER:SYCONFIG.COM, so&lt;BR /&gt;that I could configure an old Yamaha CD-R/RW&lt;BR /&gt;drive manually, to keep it from appearing&lt;BR /&gt;(spuriously) at multiple LUNs.  Since the&lt;BR /&gt;last round of hardware upgrades, I see now&lt;BR /&gt;that this is probably no longer needed, but&lt;BR /&gt;while looking around for the info relevant to&lt;BR /&gt;this reply, I was reminded that when I first&lt;BR /&gt;activated SYS$MANAGER:SYCONFIG.COM, my&lt;BR /&gt;CONFIGURE process vanished, due to quirks in&lt;BR /&gt;SYS$STARTUP:VMS$DEVICE_STARTUP.COM.  Before I&lt;BR /&gt;figured out (that is, "was told") what the&lt;BR /&gt;problem was, I got severely confused by disks&lt;BR /&gt;not being served as expected, dependent on&lt;BR /&gt;the boot order of the systems in the cluster.&lt;BR /&gt;So, I'd advise against whacking the CONFIGURE&lt;BR /&gt;process, unless you're sufficiently smarter&lt;BR /&gt;than I was.</description>
      <pubDate>Fri, 24 Mar 2006 18:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/avoiding-ghost-disk-devices-across-cluster/m-p/3758675#M75301</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-03-24T18:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: avoiding ghost disk devices across cluster</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/avoiding-ghost-disk-devices-across-cluster/m-p/3758676#M75302</link>
      <description>I wonder if  MSCP_SERVE_ALL = 9 would do what you want?&lt;BR /&gt;&lt;BR /&gt;from the cluster manual&lt;BR /&gt;"All disks except those with allocation classes that differ from the system's allocation class (set by the ALLOCLASS parameter) are served."&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Mar 2006 10:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/avoiding-ghost-disk-devices-across-cluster/m-p/3758676#M75302</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-03-25T10:21:02Z</dc:date>
    </item>
  </channel>
</rss>

