<?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 control file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593247#M715965</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;LV[0]=/dev/vg01/lvol1; FS[0]=/pkg1a; &lt;BR /&gt;LV[1]=/dev/vg01/lvol2; FS[1]=/pkg1b; &lt;BR /&gt;&lt;BR /&gt;If i replace LV[0] by LV[5] and LV[1] by LV[2],&lt;BR /&gt;may I find a probleme if i run cmapplyconf ?&lt;BR /&gt;&lt;BR /&gt; thanks</description>
    <pubDate>Thu, 11 Oct 2001 14:23:19 GMT</pubDate>
    <dc:creator>Matrah</dc:creator>
    <dc:date>2001-10-11T14:23:19Z</dc:date>
    <item>
      <title>control file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593247#M715965</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;LV[0]=/dev/vg01/lvol1; FS[0]=/pkg1a; &lt;BR /&gt;LV[1]=/dev/vg01/lvol2; FS[1]=/pkg1b; &lt;BR /&gt;&lt;BR /&gt;If i replace LV[0] by LV[5] and LV[1] by LV[2],&lt;BR /&gt;may I find a probleme if i run cmapplyconf ?&lt;BR /&gt;&lt;BR /&gt; thanks</description>
      <pubDate>Thu, 11 Oct 2001 14:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593247#M715965</guid>
      <dc:creator>Matrah</dc:creator>
      <dc:date>2001-10-11T14:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: control file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593248#M715966</link>
      <description>The answer is it depends. If all the lvols have all been created and exported/imported to all the nodes then all you need is a cmapplyconf BUT is these are new lvols, then you must do the export/import first.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Oct 2001 14:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593248#M715966</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-11T14:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: control file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593249#M715967</link>
      <description>Matrah,&lt;BR /&gt;&lt;BR /&gt;I would say no. You will not have any problem if you change the order of LV[].&lt;BR /&gt;&lt;BR /&gt;If you check further the script, you will find in the fuction check_and_mount&lt;BR /&gt;&lt;BR /&gt;for I in ${LV[@]} &lt;BR /&gt;&lt;BR /&gt;LV[@] will take care of the order however you set it up in the LV definitions.&lt;BR /&gt;&lt;BR /&gt;You don't need to run cmapplyconf if you are changing the control file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 11 Oct 2001 15:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593249#M715967</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-11T15:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: control file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593250#M715968</link>
      <description>You don't need the reapply the cluster for changing a pkg cntl file. The order matters only if you mount imbricated file systems.&lt;BR /&gt;&lt;BR /&gt;FS[0]=/mount1&lt;BR /&gt;FS[1]=/mount1/mount2&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ovidiu</description>
      <pubDate>Thu, 11 Oct 2001 15:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593250#M715968</guid>
      <dc:creator>Ovidiu D. Raita</dc:creator>
      <dc:date>2001-10-11T15:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: control file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593251#M715969</link>
      <description>I will say no. The key is if the information of the mount point and logic device is correct or not.&lt;BR /&gt;&lt;BR /&gt;JH Yang</description>
      <pubDate>Fri, 12 Oct 2001 17:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593251#M715969</guid>
      <dc:creator>jh_yang</dc:creator>
      <dc:date>2001-10-12T17:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: control file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593252#M715970</link>
      <description>The order in which you mount the filesystems shouldn't matter, but just out of curiosity, why are you trying to do this?  All the filesystems get mounted pretty much at the same time, so what does it really buy you?&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 12 Oct 2001 20:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-file/m-p/2593252#M715970</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-12T20:16:26Z</dc:date>
    </item>
  </channel>
</rss>

