<?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: redhat as4 install psp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837016#M24545</link>
    <description>My SERVER is installing in a totally new way.&lt;BR /&gt;It has space of 10 GB.&lt;BR /&gt;thanks</description>
    <pubDate>Mon, 07 Aug 2006 22:42:06 GMT</pubDate>
    <dc:creator>expect</dc:creator>
    <dc:date>2006-08-07T22:42:06Z</dc:date>
    <item>
      <title>redhat as4 install psp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837011#M24540</link>
      <description>os: redhat as4&lt;BR /&gt;psp: 7.4 or 7.5&lt;BR /&gt;/Tmp has 10gb,&lt;BR /&gt;install psp appear /tmp mistake.&lt;BR /&gt;If /Tmp is divided into  15gb can be installed,&lt;BR /&gt;why</description>
      <pubDate>Thu, 03 Aug 2006 22:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837011#M24540</guid>
      <dc:creator>expect</dc:creator>
      <dc:date>2006-08-03T22:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: redhat as4 install psp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837012#M24541</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Apparently /Tmp needs 15 GB for the install of psp. As to why, it may be due to an environment variable set by you or the install script. Read the install script for more on that.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 04 Aug 2006 01:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837012#M24541</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-04T01:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: redhat as4 install psp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837013#M24542</link>
      <description>appear:&lt;BR /&gt;This is inagequate disk space available in '/tmp 'to execute the hp------&lt;BR /&gt;&lt;BR /&gt;If it is normal to place the '/tmp' on the ' / '</description>
      <pubDate>Sat, 05 Aug 2006 19:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837013#M24542</guid>
      <dc:creator>expect</dc:creator>
      <dc:date>2006-08-05T19:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: redhat as4 install psp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837014#M24543</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Looks like a bug in the installation script.&lt;BR /&gt;&lt;BR /&gt;Excerpts from install752.sh :&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;SPACE_REQD=70000&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt; if [ "$IsItRHEL4" = "true" -o "$IsItRHEL4_64" = "true" ]&lt;BR /&gt;        then&lt;BR /&gt;          SPACE_AVAIL=`df /tmp |  awk '{if(NR &amp;gt; 1) print $3}'`&lt;BR /&gt;        else&lt;BR /&gt;          SPACE_AVAIL=`df /tmp |  awk '{if(NR &amp;gt; 1) print $4}'`&lt;BR /&gt;        fi&lt;BR /&gt;        if [ $SPACE_AVAIL -ge $SPACE_REQD ]&lt;BR /&gt;        then&lt;BR /&gt;            ...&lt;BR /&gt;            ...&lt;BR /&gt;        else&lt;BR /&gt;            cleanup "\n\nThere is inadequate disk space available in '/tmp' to execute\nthe HP ProLiant Linux Deployment Utility.\n Exiting...\n"&lt;BR /&gt;            exit 1&lt;BR /&gt;        fi&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As you can see, the output from "df /tmp" is interpreted in different manners, depending of the RHEL binary architecture (32 or 64 bits).&lt;BR /&gt;&lt;BR /&gt;On my IA32 (SuSE), filesystem available space is given by field NÂ°4, therefore "...print $4..." is the right one.&lt;BR /&gt;&lt;BR /&gt;Good lcuk.&lt;BR /&gt;Kodjo&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Aug 2006 15:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837014#M24543</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2006-08-06T15:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: redhat as4 install psp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837015#M24544</link>
      <description>The PSP requirement for /tmp is not how big /tmp is, but, how much space is currently available or unused in /tmp.  The PSP apparently requires a minimum of 70MB of available space in /tmp, in order for it to properly do its function.</description>
      <pubDate>Mon, 07 Aug 2006 07:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837015#M24544</guid>
      <dc:creator>Jess Long</dc:creator>
      <dc:date>2006-08-07T07:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: redhat as4 install psp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837016#M24545</link>
      <description>My SERVER is installing in a totally new way.&lt;BR /&gt;It has space of 10 GB.&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 07 Aug 2006 22:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-as4-install-psp/m-p/3837016#M24545</guid>
      <dc:creator>expect</dc:creator>
      <dc:date>2006-08-07T22:42:06Z</dc:date>
    </item>
  </channel>
</rss>

