<?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: MOUNTING A RAM DISK IN A CLUSTER in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657906#M99451</link>
    <description>Hi Ana,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; No, I haven't used the /SERVE qualifier. Through the procedure I have used&lt;BR /&gt;&amp;gt;&amp;gt; (SYSMAN IO CONNECT) there was no /SERVE option or similar. &lt;BR /&gt;If you want to use a DECRAM device cluster-wide then you have use the&lt;BR /&gt;/SERVE qualifier when you are creating the DECRAM device.&lt;BR /&gt;&lt;BR /&gt;For more information about the /SERVE qualifier, refer the DCL help&lt;BR /&gt;COEREF&amp;gt;&amp;gt;mc mdmanager&lt;BR /&gt;DECRAM&amp;gt; help create disk/serve&lt;BR /&gt;CREATE&lt;BR /&gt;&lt;BR /&gt;  DISK&lt;BR /&gt;&lt;BR /&gt;    /SERVE&lt;BR /&gt;&lt;BR /&gt;        /[no]SERVE&lt;BR /&gt;&lt;BR /&gt;       This qualifier is not required and defaults to /NOSERVE. It&lt;BR /&gt;       controls whether or not disk serving is available for the&lt;BR /&gt;       VMSCluster. When /SERVE is selected, the disk is MSCP&lt;BR /&gt;       served. Once a disk is selected /SERVE it cannot be selected&lt;BR /&gt;       /NOSERVE.&lt;BR /&gt;&lt;BR /&gt;       Note that /nopersist and /serve are mutually exclusive. Also&lt;BR /&gt;       note that served device numbers cannot exceed 9999.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to use the DECRAM device in a cluster environment then you can &lt;BR /&gt;use the example given in my previous response. That should solve your problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
    <pubDate>Wed, 07 Jul 2010 13:52:29 GMT</pubDate>
    <dc:creator>P Muralidhar Kini</dc:creator>
    <dc:date>2010-07-07T13:52:29Z</dc:date>
    <item>
      <title>MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657897#M99442</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;Openvms V8.3-1H1.&lt;BR /&gt;&lt;BR /&gt;I have a cluster with four nodes. I have defined a ram disk in one of them following the recommendations given in the manual:&lt;BR /&gt;NODE1 $ MC SYSMAN&lt;BR /&gt;SYSMAN&amp;gt; IO CONNECT MDA0:/DRIVER=SYS$MDDRIVER/NOADAPTER&lt;BR /&gt;NODE1 $ INIT $1$MDA0: RAMDISK/SIZE=90000/STRUC=5&lt;BR /&gt;NODE1 $ MOUNT/CLUSTER $1$MDA0: RAMDISK&lt;BR /&gt;&lt;BR /&gt; Now I have:&lt;BR /&gt;&lt;BR /&gt;NODE1 $ SHOW DEV MD&lt;BR /&gt;Device                  Device           Error    Volume         Free  Trans Mnt&lt;BR /&gt; Name                   Status           Count     Label         Space Count Cnt&lt;BR /&gt;$1$MDA0:      (NODE1)   Mounted              2  RAMDISK        97.42MB     1   1&lt;BR /&gt;&lt;BR /&gt;In the second node I have connected the device:&lt;BR /&gt;&lt;BR /&gt;NODE2 $ MC SYSMAN&lt;BR /&gt;IO CONNECT MDA0:/DRIVER=SYS$MDDRIVER/NOADAPTER&lt;BR /&gt;NODE2 $ SHOW DEV MD&lt;BR /&gt;Device                  Device           Error    Volume         Free  Trans Mnt&lt;BR /&gt; Name                   Status           Count     Label         Space Count Cnt&lt;BR /&gt;$1$MDA0:      (NODE2)  Mounted              0  (remote mount)                 1&lt;BR /&gt;&lt;BR /&gt;If I try to cluster mount this device in the second node I get the following error:&lt;BR /&gt;&lt;BR /&gt;NODE2 $ MOUNT/CLUSTER $1$MDA0: RAMDISK &lt;BR /&gt;%MOUNT-F-FORMAT, invalid media format&lt;BR /&gt;&lt;BR /&gt;I have found this error reported and it seems that one of the possible solutions would be to increase the S2_SIZE parameter to the ram disk size. I have increased from 0 to 500M (five times the disk size), rebooted and the same error message.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is the process I am following correct?.&lt;BR /&gt;&lt;BR /&gt;Another question: Is it really necessary a license to create and use a ram disk with this operating system version?. I have seen reported that it's necessary but I have no license and I've been able to create and use a ram disk in a standalone node. &lt;BR /&gt;&lt;BR /&gt;Thank you very much in advance.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Wed, 07 Jul 2010 08:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657897#M99442</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2010-07-07T08:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657898#M99443</link>
      <description>Hi Ana,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Is the process I am following correct?.&lt;BR /&gt;The following set of commands is what i use when trying to use a RAMDISK cluster-wide&lt;BR /&gt;&lt;BR /&gt;You have to use the /SERVE qualifier when creating a RAMDISK.&lt;BR /&gt;This way RAMDISK created on one node will be visible to another node.&lt;BR /&gt;&lt;BR /&gt;Node1 - Create a RAMDISK&lt;BR /&gt;-----&lt;BR /&gt;NODE1&amp;gt;&amp;gt;mc mdmanager create disk mdb90/capacity=1000/serve&lt;BR /&gt;NODE1&amp;gt;&amp;gt;init MDB90 RAMDISK&lt;BR /&gt;NODE1&amp;gt;&amp;gt;mount MDB90 RAMDISK&lt;BR /&gt;%MOUNT-I-MOUNTED, RAMDISK mounted on _$7$MDB90: (NODE1)&lt;BR /&gt;NODE1&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Note: The /SERVE qualifier would make the RAMDISK device MDB90 to be&lt;BR /&gt;visible on the other node.&lt;BR /&gt;&lt;BR /&gt;Node2 - Use RAMDISK created on Node1&lt;BR /&gt;-----&lt;BR /&gt;NODE2&amp;gt;&amp;gt;show dev mdb&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;$7$MDB90:      (NODE1)  Mounted alloc        0  (remote mount)                 1&lt;BR /&gt;NODE2&amp;gt;&amp;gt;&lt;BR /&gt;NODE2&amp;gt;&amp;gt;mount/system $7$MDB90: RAMDISK&lt;BR /&gt;%MOUNT-I-MOUNTED, RAMDISK mounted on _$7$MDB90: (NODE2)&lt;BR /&gt;NODE2&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;In your case, the problem is not because of the S2_SIZE size but rather looks&lt;BR /&gt;like with the procedure used to create a RAMDISK.&lt;BR /&gt;&lt;BR /&gt;In the procedure that you have used, have you created the RAMDISK MDA0:&lt;BR /&gt;with /SERVE qualifier ?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; MC SYSMAN IO CONNECT MDA0:/DRIVER=SYS$MDDRIVER/NOADAPTER&lt;BR /&gt;I dont think this will make Node2 to use the same MDA0 device that was&lt;BR /&gt;created on Node1. Node2 is trying to use a different MDA0 device and hence is&lt;BR /&gt;failing.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Wed, 07 Jul 2010 08:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657898#M99443</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-07-07T08:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657899#M99444</link>
      <description>Hi Ana,&lt;BR /&gt;&lt;BR /&gt;I basically use below commands to create the ram disks.&lt;BR /&gt;&lt;BR /&gt;$ decram :== $sys$system:mdmanager.exe&lt;BR /&gt;$ IF .NOT. F$GETDVI("MDA0:","EXISTS") THEN decram create disk mda0/capacity=zzz&lt;BR /&gt;$ IF .NOT. F$GETDVI("MDA1:","EXISTS") THEN decram create disk mda1/capacity=zzz&lt;BR /&gt;$ IF .NOT. F$GETDVI("MDA2:","EXISTS") THEN decram create disk mda2/capacity=zzz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jul 2010 09:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657899#M99444</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2010-07-07T09:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657900#M99445</link>
      <description>Ana,&lt;BR /&gt;&lt;BR /&gt;regarding licensing:&lt;BR /&gt;&lt;BR /&gt;from an answer by Guy P. in comp.os.vms:&lt;BR /&gt;&lt;BR /&gt;Starting with V8.2 DECRAM is shipping as part as the base O/S Just install VMS, have a valid license (either DECRAM or EOE) &lt;BR /&gt;and you should be set.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 07 Jul 2010 09:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657900#M99445</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-07-07T09:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657901#M99446</link>
      <description>Hi Ana,&lt;BR /&gt;&lt;BR /&gt;From the output you have provided -&lt;BR /&gt;Node1 is referring to $1$MDA0: device on NODE1.&lt;BR /&gt;Node2 is referring to $1$MDA0: device on NODE2.&lt;BR /&gt;&lt;BR /&gt;i.e. Both the nodes are reffering to different devices.&lt;BR /&gt;&lt;BR /&gt;Node1&lt;BR /&gt;-----&lt;BR /&gt;NODE1 $ SHOW DEV MD&lt;BR /&gt;...&lt;BR /&gt;$1$MDA0: (NODE1) Mounted 2 RAMDISK 97.42MB 1 1&lt;BR /&gt;...&lt;BR /&gt;NODE1 $&lt;BR /&gt;&lt;BR /&gt;Node2&lt;BR /&gt;-----&lt;BR /&gt;NODE2 $ SHOW DEV MD&lt;BR /&gt;...&lt;BR /&gt;$1$MDA0: (NODE2) Mounted 0 (remote mount) 1&lt;BR /&gt;...&lt;BR /&gt;NODE2 $&lt;BR /&gt;&lt;BR /&gt;But then intrestingly the allocation class of the devices on Node1 and Node2&lt;BR /&gt;are both same i.e. 1. Is it that the two nodes are having the same allocation class ??&lt;BR /&gt;&lt;BR /&gt;Provide the output of the following command from both Node1 and Node2&lt;BR /&gt;$MC SYSGEN SHOW ALLOCLASS&lt;BR /&gt;&lt;BR /&gt;Note that each node in the cluster should have different values of allocation&lt;BR /&gt;class so that each device on a every node is unique through out the cluster.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Wed, 07 Jul 2010 09:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657901#M99446</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-07-07T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657902#M99447</link>
      <description>Thanks all for your answers.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;In the procedure that you have used, have &amp;gt;&amp;gt;&amp;gt;you created the RAMDISK MDA0:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;with /SERVE qualifier ?&lt;BR /&gt;&lt;BR /&gt;No, I haven't used the /SERVE qualifier. Through the procedure I have used (SYSMAN IO CONNECT) there was no /SERVE option or similar.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;Provide the output of the following &amp;gt;&amp;gt;&amp;gt;command from both Node1 and Node2&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;$MC SYSGEN SHOW ALLOCLASS&lt;BR /&gt;&lt;BR /&gt;ALLOCLASS=1 , the same for the four nodes.&lt;BR /&gt;&lt;BR /&gt;If I'd change the ALLOCLASS parameter with a different value in each node (for example, 1, 2, 3 and 4, respectively), would this change have any effect on the SAN disks shared among them that are referred to as $1$DGAxxx?&lt;BR /&gt;&lt;BR /&gt;As soon as I can test your proposals I'll let you know.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Wed, 07 Jul 2010 10:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657902#M99447</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2010-07-07T10:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657903#M99448</link>
      <description>Ana,&lt;BR /&gt;&lt;BR /&gt;couldn't you also use different MDA device names (like MDA1:) to allow the RAM-disks on the different nodes to get cluster-wide unique devices names ?&lt;BR /&gt;&lt;BR /&gt;Also note that the others seem to have used MDMANAGER commands to create DECRAM disk devices. Please consider to have a look at the DECRAM documentation.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jul 2010 10:52:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657903#M99448</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-07-07T10:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657904#M99449</link>
      <description>Ana,&lt;BR /&gt;    I would avoid using ALLOCLASS values 1,2,3,...    "1" is used for SAN volumes, "2" is used for SAN Tapedrives and Libraries, etc.&lt;BR /&gt;&lt;BR /&gt;I suggest you use 10, 20, 30, etc. for individual nodes,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Wed, 07 Jul 2010 12:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657904#M99449</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2010-07-07T12:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657905#M99450</link>
      <description>Hi Ana,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; No, I haven't used the /SERVE qualifier. Through the procedure I have used (SYSMAN IO CONNECT) there was no /SERVE option or similar.&lt;BR /&gt;&lt;BR /&gt;/SERVE Qualifier is used for whether or not disk serving is enabled for the cluster system.&lt;BR /&gt;&lt;BR /&gt;Once /SERVE Qualifier is used it cannot be selected as /NOSERVE. For cluster wide mount you need to create the DECram disk using /SERVE qualifier.&lt;BR /&gt;&lt;BR /&gt;For more details have a look at DECram userâ  s manual:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/731final/documentation/pdf/decram_v31_users_gd.pdf" target="_blank"&gt;http://h71000.www7.hp.com/doc/731final/documentation/pdf/decram_v31_users_gd.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bhadresh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jul 2010 12:10:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657905#M99450</guid>
      <dc:creator>Bhadresh</dc:creator>
      <dc:date>2010-07-07T12:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657906#M99451</link>
      <description>Hi Ana,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; No, I haven't used the /SERVE qualifier. Through the procedure I have used&lt;BR /&gt;&amp;gt;&amp;gt; (SYSMAN IO CONNECT) there was no /SERVE option or similar. &lt;BR /&gt;If you want to use a DECRAM device cluster-wide then you have use the&lt;BR /&gt;/SERVE qualifier when you are creating the DECRAM device.&lt;BR /&gt;&lt;BR /&gt;For more information about the /SERVE qualifier, refer the DCL help&lt;BR /&gt;COEREF&amp;gt;&amp;gt;mc mdmanager&lt;BR /&gt;DECRAM&amp;gt; help create disk/serve&lt;BR /&gt;CREATE&lt;BR /&gt;&lt;BR /&gt;  DISK&lt;BR /&gt;&lt;BR /&gt;    /SERVE&lt;BR /&gt;&lt;BR /&gt;        /[no]SERVE&lt;BR /&gt;&lt;BR /&gt;       This qualifier is not required and defaults to /NOSERVE. It&lt;BR /&gt;       controls whether or not disk serving is available for the&lt;BR /&gt;       VMSCluster. When /SERVE is selected, the disk is MSCP&lt;BR /&gt;       served. Once a disk is selected /SERVE it cannot be selected&lt;BR /&gt;       /NOSERVE.&lt;BR /&gt;&lt;BR /&gt;       Note that /nopersist and /serve are mutually exclusive. Also&lt;BR /&gt;       note that served device numbers cannot exceed 9999.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to use the DECRAM device in a cluster environment then you can &lt;BR /&gt;use the example given in my previous response. That should solve your problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Wed, 07 Jul 2010 13:52:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657906#M99451</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-07-07T13:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657907#M99452</link>
      <description>Hi Ana,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; If I'd change the ALLOCLASS parameter with a different value in&lt;BR /&gt;&amp;gt;&amp;gt; each node (for example, 1, 2, 3 and 4, respectively), would this&lt;BR /&gt;&amp;gt;&amp;gt; change have any effect on the SAN disks shared among them that&lt;BR /&gt;&amp;gt;&amp;gt; are referred to as $1$DGAxxx? &lt;BR /&gt;Thats a good point.&lt;BR /&gt;&lt;BR /&gt;When you have a set of disks, Allocation class is the unique ID for&lt;BR /&gt;one or more disks that support multiple paths.&lt;BR /&gt;&lt;BR /&gt;You will find a good documentation about this at -&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/349" target="_blank"&gt;http://labs.hoffmanlabs.com/node/349&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You are using a SAN shared disk and hence, all the nodes should be using the&lt;BR /&gt;same Allocation class because all of them refer to the same device.&lt;BR /&gt;Also as Dave has pointed out, for SAN shared disks, its recommended to have&lt;BR /&gt;the allocation class value set to of 1. You need to keep the Allocation Class&lt;BR /&gt;value as it is on all nodes in the cluster.&lt;BR /&gt;&lt;BR /&gt;You can try out the RAMDISK commands that i had given (with the /SERVE&lt;BR /&gt;qualifier) and let us know how that goes.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Wed, 07 Jul 2010 15:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657907#M99452</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-07-07T15:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657908#M99453</link>
      <description>Murali, as Dave said already, the allocation class for SAN disks is always 1, regardless of the setting of ALLOCLASS.&lt;BR /&gt;&lt;BR /&gt;This means that you can safely set the ALLOCLASS parameter to 10,20,30,40 etc. This means that local devices, such as RAM disks will have unique names, without affecting the names of SAN devices. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jul 2010 15:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657908#M99453</guid>
      <dc:creator>Richard Brodie_1</dc:creator>
      <dc:date>2010-07-07T15:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657909#M99454</link>
      <description>Short answer: this looks to be an incorrect allocation class configuration.  And bad allocation class configurations can lead to pain and corruptions.&lt;BR /&gt;&lt;BR /&gt;I wouldn't expect the hosts here to be in the same allocation class as the disks and tapes out on the SAN controller(s), and I wouldn't tend to configure hosts into the same allocation class as any other hosts or any storage unless those hosts shared local shared storage; shared SCSI, for instance.    And maybe not then.&lt;BR /&gt;&lt;BR /&gt;Given the better flexibility provided, I'd look to use port or disk allocation classes or (where available) controller-level allocation classes, and would tend to reserve the big-hammer host allocation class setting for those cases where most or all of the associated disk and tape devices are shared with another host.&lt;BR /&gt;&lt;BR /&gt;The FC SAN stuff co-opts both $1$ and $2$, which means that sites will usually have the host and port or disk allocation classes in some other allocation class.&lt;BR /&gt;&lt;BR /&gt;Given host-based volume shadowing (HBVS), allocation class zero isn't permissible; HBVS member volumes need to have non-zero allocation classes.&lt;BR /&gt;&lt;BR /&gt;To put this another way, having the hosts in $1$ here looks to be problematic, and it also looks that there are multiple different disks all representing themselves as $1$MDA0:.  Contrary to what the HP replies here   Neither case would be recommend.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jul 2010 16:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657909#M99454</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-07-07T16:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657910#M99455</link>
      <description>Richard,&lt;BR /&gt;&amp;gt;&amp;gt; as Dave said already, the allocation class for SAN disks is always 1,&lt;BR /&gt;&amp;gt;&amp;gt; regardless of the setting of ALLOCLASS.&lt;BR /&gt;Thanks for this information. Now this thing is clear to me.&lt;BR /&gt;(I should have paid attention to the $1$... disk on my test system with&lt;BR /&gt;ALLOCLASS of 8)&lt;BR /&gt;&lt;BR /&gt;Ana,&lt;BR /&gt;The SAN shared disk will always show up as $1$.... even if the ALLOCLASS&lt;BR /&gt;is set to a different value. Also when using the ALLOCLASS, its better to&lt;BR /&gt;have ALLOCLASS set to a value other than 1 so that the value of 1 always&lt;BR /&gt;represents a SAN shared disk.&lt;BR /&gt;&lt;BR /&gt;Hence the ALLOCLASS parameter that is set to 1 on all nodes is definitely not&lt;BR /&gt;recommeneded as it can lead to corruptions. If Node1 has a its DKA0 and&lt;BR /&gt;Node2 has its DKA0, both would appear as $1$DKA0 because the value of&lt;BR /&gt;ALLOCLASS SYSGEN parameter is 1 on both the nodes.&lt;BR /&gt;&lt;BR /&gt;You have to change the value of ALLOCLASS parameter so that every node has&lt;BR /&gt;a unique value.&lt;BR /&gt;&lt;BR /&gt;To change the ALLOCLASS parameter -&lt;BR /&gt;$MC SYSGEN&lt;BR /&gt;SYSGEN&amp;gt;USE CURRENT&lt;BR /&gt;SYSGEN&amp;gt;SET ALLOCLASS 10  !Give a value&lt;BR /&gt;SYSGEN&amp;gt;WRITE CURRENT&lt;BR /&gt;SYSGEN&amp;gt;EXIT&lt;BR /&gt;&lt;BR /&gt;Note that once the ALLOCLASS SYSGEN parameter is changed, you need to&lt;BR /&gt;reboot all the nodes in the cluster so that all the other nodes are aware of it.&lt;BR /&gt;&lt;BR /&gt;You need to use the above set of commands to change the value of&lt;BR /&gt;ALLOCLASS sysgen parameter on all nodes of the cluster.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Thu, 08 Jul 2010 02:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657910#M99455</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-07-08T02:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657911#M99456</link>
      <description>Murali,&lt;BR /&gt;&lt;BR /&gt;when suggesting system parameters changes with SYSMAN/SYSGEN (like ALLOCLASS in your previous reply), do not forget to advise also changing the parameter value in MODPARAMS.DAT ! Otherwise you're up for a big surprise after the reboot after the next AUTOGEN.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 08 Jul 2010 04:05:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657911#M99456</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-07-08T04:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657912#M99457</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; when suggesting system parameters changes with SYSMAN/SYSGEN (like&lt;BR /&gt;&amp;gt;&amp;gt; ALLOCLASS in your previous reply), do not forget to advise also&lt;BR /&gt;&amp;gt;&amp;gt; changing the parameter value in MODPARAMS.DAT&lt;BR /&gt;Thats a very good point.&lt;BR /&gt;&lt;BR /&gt;SYSGEN would change the file ALPHAVMSSYS.PAR (Alpha) and&lt;BR /&gt;IA64VMSSYS.PAR (Integrity). Whereas AUTOGEN would use the MODPARAMS.DAT file.&lt;BR /&gt;&lt;BR /&gt;Hence as you said, if any parameter is modified using SYSGEN/SYSMAN then&lt;BR /&gt;one has to add entries for the modified parameter to MODPARAMS.DAT file.&lt;BR /&gt;This would preseve the value of the modified parameter in case a AUTOGEN&lt;BR /&gt;is run and system reboots.&lt;BR /&gt;&lt;BR /&gt;Thanks for this information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Thu, 08 Jul 2010 07:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657912#M99457</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-07-08T07:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A RAM DISK IN A CLUSTER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657913#M99458</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;Thanks all for the valuable information that has clarified me some doubts I had about ALLOCLASS parameter in the SAN environment (although it wasn't the main topic of this note).&lt;BR /&gt;&lt;BR /&gt;Fortunately, my cluster is not still at production level so I can change the parameters. I'll give NODE1, 2, 3 and 4 the ALLOCLASS values 10, 20, 30 and 40, respectively. I'll reboot the four nodes and I'll create a decram device with the command and attributes you advised me, and I'll let you know.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;Ana</description>
      <pubDate>Thu, 08 Jul 2010 09:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-a-ram-disk-in-a-cluster/m-p/4657913#M99458</guid>
      <dc:creator>Ana M. García Olivencia</dc:creator>
      <dc:date>2010-07-08T09:01:25Z</dc:date>
    </item>
  </channel>
</rss>

