I am running into a problem when trying to connect to a VMWare Infrastructure client that is listening on a non-standard TCP port. Due to other things that are installed on this server, port 443 is not available, so i have the Infrastructure client listening on 8843, but when I issue a connect-VIServer SSV-MGMT:8843, which has worked in the past, i get the following:
Connect-VIServer : Invalid URI: A port was expected because of there is a colon (':') present but the port could not be parsed.
At line:1 char:17
+ connect-VIServer <<<< ssv-mgmt:8843
This started happening after i updated my VMWare PowerShell tool kit to the latest version.
I can run that command against other VMWare servers that are listening on the standard port, but this one is giving me fits. Any thoughts?
app
Subscribe to:
Post Comments (Atom)
2 comments:
Try:
Connect-viserver SSV-MGMT -Port 8843
Alan
I sent this to a VMWare specialist I know. He likes challenges :-)
Post a Comment