- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- HPMGMT agents not installing on ESX 3.5
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
04-07-2008 01:24 PM
04-07-2008 01:24 PM
./installvm800.sh
./installvm800.sh --silent --inputfile hpmgmt.conf
Every time i Get
: command not foundline 11:
: command not foundline 16:
: command not foundline 19:
: command not foundline 22:
: command not foundline 24:
: command not foundline 26:
'/installvm800.sh: line 97: syntax error near unexpected token '{
'/installvm800.sh: line 97: `Set Failure() {
I looked at the installvm800.sh file and at the lines above they are blank lines.
This was the clean download of the tar file and it is a clean install of the server. I am logged in as ROOT so it is not a permission issue either.
Looking for Ideas on why the default install will not work.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2008 01:44 PM
04-07-2008 01:44 PM
Re: HPMGMT agents not installing on ESX 3.5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2008 02:00 PM
04-07-2008 02:00 PM
Re: HPMGMT agents not installing on ESX 3.5
The inoput file is not where the problem is because I get the above without it. It is in the installvm800.sh that comes with it, but why should I be modifying the installvm800.sh file, that would mean HP screwed up in creating their own file. If I remember correctly I had the same problem with 7.8 and modified it to work by cleaning up the errors.
I am trying to find out why I am having a problem with a default file that comes with the install package that should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2008 04:30 PM
04-07-2008 04:30 PM
SolutionAre you copying extracted files to the ESX Host or are you copying the tar file and then extracting it on the host?
I always copy the tar file to the host and extract it there and don't get those issues. Not yet tried installing version 8.0 though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2008 09:25 AM
04-08-2008 09:25 AM
Re: HPMGMT agents not installing on ESX 3.5
I will try copying the tar file then decompress on the esx host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2008 08:36 AM
04-09-2008 08:36 AM
Re: HPMGMT agents not installing on ESX 3.5
I had this problem with 7.8 and thought I got around it but I can not seem to duplicate what ever I did.
I have attached the installvm800.sh file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2008 03:57 PM
04-09-2008 03:57 PM
Re: HPMGMT agents not installing on ESX 3.5
Did you do "tar xvf file" or "tar xzvf file". Without the z, it will fail as z instructs tar to uncompress the file.
Be sure that you do not modify the original file when you're copying it.
Here is a suggestion to copy your file without using an USB key:
1. On 3.x, root can no longer login directly without modifying the config of the ssh daemon, so create an "admin" user which is part of the "wheel" group, and enable it for shell access.
2. Download WinSCP on your computer (free), then use it to copy using SFTP an UNTOUCHED .tar.gz file in the "admin" account, in its default directory which will be /home/admin.
3. Go on the console through the iLO or a direct attached computer. Login as root. Then go in admin's home directory, "cd /home/admin". Then extract the file, "tar xzvf file"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2008 07:09 PM
04-09-2008 07:09 PM
Re: HPMGMT agents not installing on ESX 3.5
So something is not likeing the decompression of the files on windows. I will not do that again.
Thanks all for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 12:00 PM
04-10-2008 12:00 PM
Re: HPMGMT agents not installing on ESX 3.5
You need the SMB Client enabled under security for the host and you use the mount -t smbfs to mount the share. You need an account and password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 04:05 PM
05-30-2008 04:05 PM
Re: HPMGMT agents not installing on ESX 3.5
I had the same problem, even though the editor I was using is supposed to sort that out. ALWAYS use DOS2UNIX.EXE to make sure the script files are correctly formatted.