- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- PSP install on RHEL 4
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2006 11:39 AM
08-21-2006 11:39 AM
[user@server psp752]# ./install752.sh --nui
: bad interpreter: No such file or directory
[user@server psp752]# bash install752.sh --nui
: command not found 10:
: command not found 13:
: command not found 17:
: command not found 19:
: command not found 27:
: command not found 31:
: command not found 45:
: command not found 47:
: command not found 62:
: command not found 66:
: command not found 69:
: command not found 89:
: command not found 102:
: command not found 111:
: command not found 112:
: command not found 151:
: command not found 161:
: command not found 175:
: command not found 179:
: command not found 183:
'nstall752.sh: line 185: syntax error near unexpected token `
'nstall752.sh: line 185: `function createRamDisk()
Any ideas what I'm doing wrong or missing?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2006 05:22 PM
08-21-2006 05:22 PM
Re: PSP install on RHEL 4
The first line of the script, the command interpreter is not present. Therefore the rest of the script fails.
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.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2006 11:54 AM
08-22-2006 11:54 AM
Re: PSP install on RHEL 4
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2006 05:02 AM
08-24-2006 05:02 AM
SolutionYou 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2006 05:37 AM
08-24-2006 05:37 AM
Re: PSP install on RHEL 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2006 05:40 AM
08-24-2006 05:40 AM