VMware problem
Re: VMware problem
Actually nm I got it to work properly was a permission issue on the get vm script, However When I select 15-20 vm hosts on 1 vcenter It fails and gives me request failed: URI too long (longer than 8190)
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: VMware problem
One problem that causes the "VMware SDK has not yet been installed" issue can be your password.
I had a password with # in it and even though the wizard accepts it, it does not get passed to the getguests.pl script. A way to get around this is to escape the invalid character when typing the password. For example:
Instead of
#MyPassword
Type
\#MyPassword
And the wizard will work correctly.
I had a password with # in it and even though the wizard accepts it, it does not get passed to the getguests.pl script. A way to get around this is to escape the invalid character when typing the password. For example:
Instead of
#MyPassword
Type
\#MyPassword
And the wizard will work correctly.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: VMware problem
Good to know.