On 05/22/2013 09:59 AM, wlbleaboy@126 wrote: > Hi all: > > When I connect to ovirt-engine use ovirt-shell like this: It’s > failed, I don’t know why. > > The ovirt-engine is build and deployed by myself and base ovirt-engine 3.2 > > > > But when I connect to the ovirt-engine use rmp installed, > ovirt-shell work well. > > > > > > ++++++++++++++++++++++++++++++++++++++++++ > > > > Welcome to oVirt shell > > > > ++++++++++++++++++++++++++++++++++++++++++ > > > > > > [oVirt shell (disconnected)]# connect --url http://192.168.1.201 --user > admin@internal --password 111111
The URL should be in a format of http://address:port/api for example: if running from the command line, you can connect to it via (verify your host address and port): ovirt-shell -l http://localhost:8080/api -u admin@internal -c and provide the password when prompted to. > > > > > > error: [ERROR]::No response returned from server. If you're using HTTP > protocol > > against a SSL secured server, then try using HTTPS instead. > > > > > > [oVirt shell (disconnected)]# > > > > > > > > _______________________________________________ > Engine-devel mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/engine-devel > _______________________________________________ Engine-devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-devel
