<?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: PSP install on RHEL 4 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998738#M47647</link>
    <description>You have somehow added carriage returns to the end of every line in the script.  When you run it as "./install752.sh" the error message is complaining that there is no "/bin/bash^M" program.  When you run it as "bash install752.sh" the blank lines result in error messages like "command not found 10: ^M".&lt;BR /&gt;&lt;BR /&gt;You could use dos2unix to fix the script.  I would be concerned about what has happened to other files that you transferred in a similar way.</description>
    <pubDate>Thu, 24 Aug 2006 12:02:18 GMT</pubDate>
    <dc:creator>Mike Stroyan</dc:creator>
    <dc:date>2006-08-24T12:02:18Z</dc:date>
    <item>
      <title>PSP install on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998735#M47644</link>
      <description>I'm trying to install the PSP 7.5.2 on a DL360 G4p running RHEL ES 4 Update 4.  The install script seems to fail immediately with these errors:&lt;BR /&gt;&lt;BR /&gt;[user@server psp752]# ./install752.sh --nui&lt;BR /&gt;: bad interpreter: No such file or directory&lt;BR /&gt;&lt;BR /&gt;[user@server psp752]# bash install752.sh --nui&lt;BR /&gt;: command not found 10:&lt;BR /&gt;: command not found 13:&lt;BR /&gt;: command not found 17:&lt;BR /&gt;: command not found 19:&lt;BR /&gt;: command not found 27:&lt;BR /&gt;: command not found 31:&lt;BR /&gt;: command not found 45:&lt;BR /&gt;: command not found 47:&lt;BR /&gt;: command not found 62:&lt;BR /&gt;: command not found 66:&lt;BR /&gt;: command not found 69:&lt;BR /&gt;: command not found 89:&lt;BR /&gt;: command not found 102:&lt;BR /&gt;: command not found 111:&lt;BR /&gt;: command not found 112:&lt;BR /&gt;: command not found 151:&lt;BR /&gt;: command not found 161:&lt;BR /&gt;: command not found 175:&lt;BR /&gt;: command not found 179:&lt;BR /&gt;: command not found 183:&lt;BR /&gt;'nstall752.sh: line 185: syntax error near unexpected token `&lt;BR /&gt;'nstall752.sh: line 185: `function createRamDisk()&lt;BR /&gt;&lt;BR /&gt;Any ideas what I'm doing wrong or missing?</description>
      <pubDate>Mon, 21 Aug 2006 18:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998735#M47644</guid>
      <dc:creator>David Mundy</dc:creator>
      <dc:date>2006-08-21T18:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: PSP install on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998736#M47645</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The first line of the script, the command interpreter is not present. Therefore the rest of the script fails.&lt;BR /&gt;&lt;BR /&gt;You need to check that line and adjust it to something that is present in your system. Seems maybe PHP is not present, but I'd need to see the script to know for certain.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Aug 2006 00:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998736#M47645</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-22T00:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: PSP install on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998737#M47646</link>
      <description>I've attached the install script that came with the PSP.&lt;BR /&gt;&lt;BR /&gt;I'm using a minimal install of RHEL and then I added the components that are specified as required in the PSP documentation.  The bash shell is being used.</description>
      <pubDate>Tue, 22 Aug 2006 18:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998737#M47646</guid>
      <dc:creator>David Mundy</dc:creator>
      <dc:date>2006-08-22T18:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: PSP install on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998738#M47647</link>
      <description>You have somehow added carriage returns to the end of every line in the script.  When you run it as "./install752.sh" the error message is complaining that there is no "/bin/bash^M" program.  When you run it as "bash install752.sh" the blank lines result in error messages like "command not found 10: ^M".&lt;BR /&gt;&lt;BR /&gt;You could use dos2unix to fix the script.  I would be concerned about what has happened to other files that you transferred in a similar way.</description>
      <pubDate>Thu, 24 Aug 2006 12:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998738#M47647</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2006-08-24T12:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: PSP install on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998739#M47648</link>
      <description>Thanks Mike, that was definitely the problem.  Copied a fresh copy of that script to the server and then it worked no problem.</description>
      <pubDate>Thu, 24 Aug 2006 12:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998739#M47648</guid>
      <dc:creator>David Mundy</dc:creator>
      <dc:date>2006-08-24T12:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: PSP install on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998740#M47649</link>
      <description>Mike's suggestion that the script was corrupted was correct</description>
      <pubDate>Thu, 24 Aug 2006 12:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/psp-install-on-rhel-4/m-p/4998740#M47649</guid>
      <dc:creator>David Mundy</dc:creator>
      <dc:date>2006-08-24T12:40:52Z</dc:date>
    </item>
  </channel>
</rss>

