<?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: how to create package? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898243#M403602</link>
    <description>Thax alot</description>
    <pubDate>Tue, 06 Dec 2005 02:18:12 GMT</pubDate>
    <dc:creator>wish_1</dc:creator>
    <dc:date>2005-12-06T02:18:12Z</dc:date>
    <item>
      <title>how to create package?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898237#M403596</link>
      <description>Dear all&lt;BR /&gt;  I have HP rp7400 and HP-UX 11i OS. There are two servers in MC/ServiceGuard cluster mode having 4 live packages. Now I want to add one more packages in it(after installing disks) , So where can i find inforamtion about how to add package considering all the risks involved. Also plz send step-by-step process  and links for better explaination. I want to know is there any parameter describing limit how much packages can be created.    &lt;BR /&gt;Regards,&lt;BR /&gt;Wish</description>
      <pubDate>Tue, 26 Apr 2005 01:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898237#M403596</guid>
      <dc:creator>wish_1</dc:creator>
      <dc:date>2005-04-26T01:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to create package?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898238#M403597</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;try read:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3936-90065/index.html" target="_blank"&gt;http://docs.hp.com/en/B3936-90065/index.html&lt;/A&gt;&lt;BR /&gt;chapter 6</description>
      <pubDate>Tue, 26 Apr 2005 01:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898238#M403597</guid>
      <dc:creator>piotr wienckiewicz</dc:creator>
      <dc:date>2005-04-26T01:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to create package?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898239#M403598</link>
      <description>Hi&lt;BR /&gt;Can download the document from here:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/ha.html#Serviceguard" target="_blank"&gt;http://docs.hp.com/en/ha.html#Serviceguard&lt;/A&gt;&lt;BR /&gt;Choose the correct MC-SG version. Support in two format: PDF and HTML&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Regard,&lt;BR /&gt;HoangChiCong</description>
      <pubDate>Tue, 26 Apr 2005 01:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898239#M403598</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2005-04-26T01:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to create package?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898240#M403599</link>
      <description>to create a new package you'll need 3 commands&lt;BR /&gt;cmmakepkg (to create package control script and package ascii file)&lt;BR /&gt;cmcheckconf (to check the package configuration file)&lt;BR /&gt;cmapplyconf (to apply the package configuration to the cluster)&lt;BR /&gt;Have a look at the man pages of all these 3 commands before you proceed.&lt;BR /&gt;Also the number of package that a cluster handles is defined in cluster configuration file.&lt;BR /&gt;Also have a look at this manual&lt;BR /&gt;Below are the steps in brief&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3936-90065/ch06.html" target="_blank"&gt;http://docs.hp.com/en/B3936-90065/ch06.html&lt;/A&gt;&lt;BR /&gt;#mkdir /etc/cmcluster/&lt;PKG name=""&gt;&lt;BR /&gt;#cd /etc/cmcluster/&lt;PKG_NAME&gt;&lt;BR /&gt;#cmmakepkg -v -s pkg.sh&lt;BR /&gt;#cmmakepkg -v -p pkg.ascii&lt;BR /&gt;edit both the files to make the required changes like, add the filesystem and vg you want to activate, assign the package name and assign the primary and secondary node etc..&lt;BR /&gt;after this check the configuration using&lt;BR /&gt;#cmcheckconf -v -P pkg.ascii&lt;BR /&gt;if you dont get any errors then run&lt;BR /&gt;#cmapplyconf -v -P pkg.ascii&lt;BR /&gt;#cmviewcl &lt;BR /&gt;you should see the new package as down&lt;BR /&gt;now to test start the package&lt;BR /&gt;#cmrunpkg -v pkg&lt;BR /&gt;&lt;/PKG_NAME&gt;&lt;/PKG&gt;</description>
      <pubDate>Tue, 26 Apr 2005 01:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898240#M403599</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2005-04-26T01:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to create package?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898241#M403600</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The attached doc is very good one for MCSG&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Tue, 26 Apr 2005 01:42:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898241#M403600</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-26T01:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to create package?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898242#M403601</link>
      <description>Wish - all above are good answers...&lt;BR /&gt;&lt;BR /&gt;Have a look at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1237332&amp;amp;listType=unassigned&amp;amp;forumId=1" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA1237332&amp;amp;listType=unassigned&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As well as &lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#overview" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#overview&lt;/A&gt; - in particular the info on points.&lt;BR /&gt;&lt;BR /&gt;Welcome to the forums!&lt;BR /&gt;&lt;BR /&gt;Thanks...Geoff</description>
      <pubDate>Tue, 26 Apr 2005 08:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898242#M403601</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-04-26T08:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to create package?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898243#M403602</link>
      <description>Thax alot</description>
      <pubDate>Tue, 06 Dec 2005 02:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-package/m-p/4898243#M403602</guid>
      <dc:creator>wish_1</dc:creator>
      <dc:date>2005-12-06T02:18:12Z</dc:date>
    </item>
  </channel>
</rss>

