<?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: Upgrading hardware in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961949#M415871</link>
    <description>The software that is being copied is non-hp osftware, for example COBOL, which doesn't show up on the original 7400&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i cobol&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;So I have to copy the /opt/cobol directory and also the startup scripts the processes that run at boot</description>
    <pubDate>Wed, 22 Feb 2006 12:16:33 GMT</pubDate>
    <dc:creator>Seth Clarke</dc:creator>
    <dc:date>2006-02-22T12:16:33Z</dc:date>
    <item>
      <title>Upgrading hardware</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961947#M415869</link>
      <description>I'm in the process of replacing a RP7400 with a RP7420&lt;BR /&gt;&lt;BR /&gt;The OS is 11.11 and I started with the install: My goal now is to copy everything I need onto the 7420, do a vgexport and vgimport for the SAN disk, change the IP and test.  &lt;BR /&gt;&lt;BR /&gt;Although it has SAN disk, there's still applications that are in the /opt filesystem. So I decided to copy that over and test them. What else should I be checking?&lt;BR /&gt;&lt;BR /&gt;I made sure that I copied the /etc/rc.config.d/ and the /sbin/init.d/ files but do I need to copy the /sbin/rc*.d/* Startup and Kill files or will those links get created when the system reads the /etc/rc.confid.d/ files at boot time?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Feb 2006 11:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961947#M415869</guid>
      <dc:creator>Seth Clarke</dc:creator>
      <dc:date>2006-02-22T11:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading hardware</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961948#M415870</link>
      <description>Hi Clarke,&lt;BR /&gt;&lt;BR /&gt;      If I understand right, what you are doing is a manual copy of applications. But, in HPUX a repository called IPD is maintained (like registry in windows) for all the software installed, which can be manupulated only by SW commands (SD-UX).&lt;BR /&gt;&lt;BR /&gt;      The IPD keeps track of the patches to be istalled/its rollback and software upgrades etc,etc...&lt;BR /&gt;&lt;BR /&gt;      If I were you, I would install the apps required using swinstall, and use the app data files, which are usually ideally left out of Install directories (opt).&lt;BR /&gt;&lt;BR /&gt;      I reckon there are very few apps in HPUX that does not require swinstall.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil</description>
      <pubDate>Wed, 22 Feb 2006 12:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961948#M415870</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-22T12:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading hardware</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961949#M415871</link>
      <description>The software that is being copied is non-hp osftware, for example COBOL, which doesn't show up on the original 7400&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i cobol&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;So I have to copy the /opt/cobol directory and also the startup scripts the processes that run at boot</description>
      <pubDate>Wed, 22 Feb 2006 12:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961949#M415871</guid>
      <dc:creator>Seth Clarke</dc:creator>
      <dc:date>2006-02-22T12:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading hardware</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961950#M415872</link>
      <description>By bypassing the normal swinstall process, you are destroying the software database in /var/adm/sw. You will wind up with a system that is essentially unpatchable. The better answer is to use swlist on your old box to list all the installed software and patches and then follow that list to swinstall the applications and patches on the new box. Any other approach is going to lead to chaos. &lt;BR /&gt;&lt;BR /&gt;This is really a job for Ignite. It does make possible cloning systems and keeping the installed software database sane but you can also do it with a cold install and carefully matching the installed software on the old box with the new via swlist/swinstall.</description>
      <pubDate>Wed, 22 Feb 2006 12:17:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961950#M415872</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-02-22T12:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading hardware</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961951#M415873</link>
      <description>The COBOL that I have installed (although it's been about 4 years since I've done it; did I mention that I hate COBOL?) was installed and patched via swinstall. It's possible that your COBOL was copied from a still earlier box or that your COBOL version does not use swinstall. In any event, you can copy /opt/cobol but understand that it now can't be patched using HP swxxx tools.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Feb 2006 12:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961951#M415873</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-02-22T12:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading hardware</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961952#M415874</link>
      <description>Hi Seth,&lt;BR /&gt;&lt;BR /&gt;         I agree to a point that "COBOL" is a non-hp software. There are many non-hp softwares that get still installed using swinstall. ex: sudo&lt;BR /&gt;&lt;BR /&gt;         What u could do is double confirm from the old box, &lt;BR /&gt;&lt;BR /&gt;      swlist | grep -i cobol&lt;BR /&gt;&lt;BR /&gt;         If the output was nil, you may consider that it wasn't installed using swinstall.&lt;BR /&gt;&lt;BR /&gt;      In that case, you could copy the cobol app from opt directory and files in init.d and rc.config.d .&lt;BR /&gt;&lt;BR /&gt;       you may even want to copy the rc*.d files pertaining to only that app, because it will not be created automatically.&lt;BR /&gt;&lt;BR /&gt;       I would suggest you to anyway ask your predecessor, who installed cobol in the first machine, so that you could repeat the same process now on the new machine, instead of raw copy. because, do so manually, could leave certain directories and files of the app uncopied causing minor issue's in future.&lt;BR /&gt;&lt;BR /&gt;       The raw copy can be simply termed as trial and error method to perfection.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Senthil</description>
      <pubDate>Wed, 22 Feb 2006 12:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961952#M415874</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-22T12:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading hardware</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961953#M415875</link>
      <description>the original 7400 has Cobol that was installed by running a binary file - but I do recall that many configuration file changes were made after the install on files that resided in many subdirectories in Cobol, that's why I'm doing a straigt copy.  &lt;BR /&gt;&lt;BR /&gt;About the /sbin/rc*.d/ Startup and Kill links, will they need to be created?  or how does the system know what levels to kill or start them?</description>
      <pubDate>Wed, 22 Feb 2006 12:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961953#M415875</guid>
      <dc:creator>Seth Clarke</dc:creator>
      <dc:date>2006-02-22T12:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading hardware</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961954#M415876</link>
      <description>Hi Seth,&lt;BR /&gt;&lt;BR /&gt;       Basically these links in the directory rc*.d would be created for you by swinstall, beacause they are also included in them when the product is bundled.&lt;BR /&gt;&lt;BR /&gt;       Since you are going to copy app manually, you need to specifically create those links in the new box if a app has one. By the way i'm not too sure, cobol has any daemons to be started at system start up. pardon me I havent worked on cobol.&lt;BR /&gt;&lt;BR /&gt;       If i were to have my S* file in rc3.d directory, my init program when it does run level start up it starts , when the system is been pushed into run level 2, similarly a K* script in one level below, in this case rc1.d, the app is kill when a transition is made from runlevel run level 1 to 2.&lt;BR /&gt;&lt;BR /&gt;      By the way , sorry, its not copy, its "create". you don't require to copy the link, Just create a link in the rc*.d directory were appropiate for the new machine. u need to do it manually, it would not be done automatically, as ur query suggested.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil</description>
      <pubDate>Wed, 22 Feb 2006 12:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961954#M415876</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-22T12:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading hardware</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961955#M415877</link>
      <description>sorry in my previous example it is rc2.d and not rc3.d&lt;BR /&gt;&lt;BR /&gt;;)&lt;BR /&gt;Senthil</description>
      <pubDate>Wed, 22 Feb 2006 12:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961955#M415877</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-22T12:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading hardware</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961956#M415878</link>
      <description>again , in my previous example its "run level 2 to 1" and not "run level 1 to 2"..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; extremely sorry .. i did not go through the info before submission, I will be careful the next time..&lt;BR /&gt;&lt;BR /&gt;:(&lt;BR /&gt;&lt;BR /&gt;Senthil</description>
      <pubDate>Wed, 22 Feb 2006 12:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961956#M415878</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-22T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading hardware</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961957#M415879</link>
      <description>Ok, I'll create the links and test.  Hopefully I'm not forgetting anything but similar to cobol there are a few more apps that run at system time that are not installed by swinstall&lt;BR /&gt;&lt;BR /&gt;Some may have been compiled with the configure, make and make install.  Those are being copied over as well, I'm just hoping the since the architecture is the same, that it will work</description>
      <pubDate>Wed, 22 Feb 2006 12:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-hardware/m-p/4961957#M415879</guid>
      <dc:creator>Seth Clarke</dc:creator>
      <dc:date>2006-02-22T12:58:32Z</dc:date>
    </item>
  </channel>
</rss>

