<?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: RHEL kickstart post install PSP installation in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel-kickstart-post-install-psp-installation/m-p/3368268#M13787</link>
    <description>Michael,&lt;BR /&gt;&lt;BR /&gt;Thanks for your input. I believe you're right regarding the kernel source. The kernel source is installed but the psp can't seem to find it until i reboot the machine ( after the kickstart ). I was able to test and confirm this yesterday. I'm going to hack the install file for now and make it point directly to the kernel source and see if that works.&lt;BR /&gt;&lt;BR /&gt;I would rather not hack it permanently and just  reboot and automate it as a post-reboot type of thing.&lt;BR /&gt;&lt;BR /&gt;what do you recommend? Have you ever had problems installing the PSP right after the kickstart completes (without rebooting)?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Anoop</description>
    <pubDate>Tue, 31 Aug 2004 09:14:46 GMT</pubDate>
    <dc:creator>Anoop Bhat</dc:creator>
    <dc:date>2004-08-31T09:14:46Z</dc:date>
    <item>
      <title>RHEL kickstart post install PSP installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-kickstart-post-install-psp-installation/m-p/3368266#M13785</link>
      <description>In the %post (post install script) of my redhat kickstarts. I'm attempting to install the psp &lt;BR /&gt;v7.10 with the --inputfile tag.&lt;BR /&gt;&lt;BR /&gt;It installs the bcm5700 RPM and then complains about missing files for NC10XX/NC67XX/NC77XX gigabit eth driver.&lt;BR /&gt;&lt;BR /&gt;my script has tried to install it several ways,&lt;BR /&gt;&lt;BR /&gt;one by executing /full/path/to/install710.sh --inputfile filename&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;cd /full/path/to/psp&lt;BR /&gt;./install710.sh inputfile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;both methods do find the params file but complain about not being able to find the right files for the postprocessing of the bcm5700 package. Is there a particular place its looking for it?&lt;BR /&gt;&lt;BR /&gt;I execute the install file by coping the psp tar.gz to /root and then untarring it there and then trying one of the two install methods mentioned above.&lt;BR /&gt;&lt;BR /&gt;A manual install of the psp seems to work just fine and so i'm confused as to why its giving me this error.&lt;BR /&gt;&lt;BR /&gt;any ideas?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Anoop&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Aug 2004 11:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-kickstart-post-install-psp-installation/m-p/3368266#M13785</guid>
      <dc:creator>Anoop Bhat</dc:creator>
      <dc:date>2004-08-30T11:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL kickstart post install PSP installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-kickstart-post-install-psp-installation/m-p/3368267#M13786</link>
      <description>Anoop,&lt;BR /&gt;  There are a couple of possible causes for the problem you are seeing.&lt;BR /&gt;&lt;BR /&gt;1) Do you have the kernel source installed that matches the running kernel?  The PSP will check to ensure that the kernel source located in the /usr/src/linux-2.4.&lt;REST-OF-VERSION&gt; directory matches the running kernel returned from the uname -r command.  If the two don't match, then the installation will fail.&lt;BR /&gt;&lt;BR /&gt;2) Presence of the rpmbuild command in the /usr/bin directory.  If you don't have the rpmbuild command installed, the PSP can't build the binary RPM from the source RPM and will not allow the installation to proceed.&lt;BR /&gt;&lt;BR /&gt;3) The make command must be located in the /usr/bin directory.  As with rpmbuild, if it isn't there, the PSP can't build the object files and binaries from the source RPM.&lt;BR /&gt;&lt;BR /&gt;If all of these checks fail, then I'll need some more information to be able to determine why the PSP is not installing in the environment you have.&lt;BR /&gt;&lt;BR /&gt;a) Which distribution and errata kernel are you using?&lt;BR /&gt;b) What are the contents of the /var/log/hppldu.log file?&lt;BR /&gt;c) Can you run a debug output of the PSP by changing your install command to be:&lt;BR /&gt;&lt;BR /&gt;./install710.sh --inputfile filename --debug &amp;gt; out&lt;BR /&gt;&lt;BR /&gt;This will create a lot of debug output from the installation and redirect it to the out file.  If you zip this file, it should drop from about 60-80MB to about 2-4MB in size.  If you get the output file, let me know and I'll arrange for you to send it in to me for analysis.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Michael Garner&lt;BR /&gt;Linux PSP Developer&lt;/REST-OF-VERSION&gt;</description>
      <pubDate>Mon, 30 Aug 2004 22:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-kickstart-post-install-psp-installation/m-p/3368267#M13786</guid>
      <dc:creator>Michael Garner_1</dc:creator>
      <dc:date>2004-08-30T22:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL kickstart post install PSP installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-kickstart-post-install-psp-installation/m-p/3368268#M13787</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;Thanks for your input. I believe you're right regarding the kernel source. The kernel source is installed but the psp can't seem to find it until i reboot the machine ( after the kickstart ). I was able to test and confirm this yesterday. I'm going to hack the install file for now and make it point directly to the kernel source and see if that works.&lt;BR /&gt;&lt;BR /&gt;I would rather not hack it permanently and just  reboot and automate it as a post-reboot type of thing.&lt;BR /&gt;&lt;BR /&gt;what do you recommend? Have you ever had problems installing the PSP right after the kickstart completes (without rebooting)?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Anoop</description>
      <pubDate>Tue, 31 Aug 2004 09:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-kickstart-post-install-psp-installation/m-p/3368268#M13787</guid>
      <dc:creator>Anoop Bhat</dc:creator>
      <dc:date>2004-08-31T09:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL kickstart post install PSP installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-kickstart-post-install-psp-installation/m-p/3368269#M13788</link>
      <description>Anoop,&lt;BR /&gt;  I've done some additional work on this in the last couple of days and have only been able to reproduce this if the kernel source that is installed does not match the running errata kernel.  In other words, if I install a new errata kernel and its corresponding kernel source, the PSP will not recognize the server is rebooted.  This is because the PSP keys the path off the kernel source to the running kernel.  We use the uname -r command to determine the running kernel and derive the path to the kernel source off of the output.  &lt;BR /&gt;&lt;BR /&gt;When a new kernel and/or kernel source is installed, it is not active so we won't recognize it from the PSP until the next reboot.  We do this because when the drivers are built, we have no idea which kernel a user will reboot to.  We have to assume that the running kernel is the one that drivers must be built for.  This is especially true because users can insmod or modprobe the drivers immediately without a reboot in many cases.&lt;BR /&gt;&lt;BR /&gt;We may explore the possibility of adding another command-line switch to allow drivers to be built for kernels other than the running kernel if we get enough feedback that this is a needed feature.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2004 11:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-kickstart-post-install-psp-installation/m-p/3368269#M13788</guid>
      <dc:creator>Michael Garner_1</dc:creator>
      <dc:date>2004-09-03T11:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL kickstart post install PSP installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-kickstart-post-install-psp-installation/m-p/3368270#M13789</link>
      <description>Check my past questions.&lt;BR /&gt;&lt;BR /&gt;I have invested(kind term) a considerable amount of time into Linux and Gigabit Network Cards. I've also spent a pretty considerable chunk of change.&lt;BR /&gt;&lt;BR /&gt;Conclusion. By the $55 Intel NIC and be done with it. Its auto detected, built into the kernel and took exactly 12 minutes to install.&lt;BR /&gt;&lt;BR /&gt;Broadcom &amp;amp; other Gigabit w/ Linux=Admin suffering.&lt;BR /&gt;&lt;BR /&gt;That's my take. I no longer have the time for it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 03 Sep 2004 12:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-kickstart-post-install-psp-installation/m-p/3368270#M13789</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-03T12:53:11Z</dc:date>
    </item>
  </channel>
</rss>

