-
Notifications
You must be signed in to change notification settings - Fork 47
Not able to connect with Vcenter #205
Comments
Please run Set-PowerCLIConfiguration on webcommander. If the result is not persistent on the server, you may need to add it to objects.ps1 (just before connect-viserver ) |
Thanks jerry for the help !!!! Now i am able to connect with VCenter But vSphere\interfaces.ps1 script is getting failed and i am not able to fetch the details of datastore or any method on UI . Powercli version on my machine is belwo PS C:\WebCommander\powershell> Get-PowerCLIVersion PowerCLI VersionVMware PowerCLI 11.0.0 build 10380590Component VersionsVMware Cis Core PowerCLI Component PowerCLI Component 11.0 build 10335701 |
cd c:\webcommander\powershell Please run the commands and post the output |
below is the output . its the same output as observed on webcommander walnut UI dashboard. I have got stuck here and not able to proceed . Please help . PS C:\WebCommander\powershell> .\vSphere\interfaces.ps1 -serveraddress xxxxxxx -serveruser 10000-vw0\durgesh.pandey -serverpassword xxxxxxx -listDatastore
|
Interesting, the command should not output anything since it's not triggered by exec.ps1. |
Thanks jerry for the help !!!! Above issue was due to older version of php on the server. now i am able to run webcommander and webcommander walnut both on same server with different port . Now i am trying to execute script which are kept on a git server . Please help how can we do this . I am following the instructions in the manual but not getting success. I am doing the changes in local source.json but remote scripts are not visible on web gui example source.json . { |
Thanks Jerry !!! It working now . I am now able to run remote script kept in git now . I have two questions now.
Please respond . |
Hi Jerry , Please help on below point . If the git reposiory is private , then how scripts will accessible. I mean what will be changes in source.json . How the remote scripts kept on private repo can be accessed from webcommander |
I don't have this type of configuration on my side. But a reasonable guess is that you need to setup an access token for your private repository and add that token into webcommander code. |
HI ,
I have installed webcommader walnut .
But somehow i am not able to connect with vcenter using webcommander ui .
Need help.
Durgesh
The text was updated successfully, but these errors were encountered: