Hi
I have net/vmware-vsphere-cli installed. All scripts worked fine. Two days ago I upgraded net/p5-Net-HTTP from 6.03 to 6.05.
Now vsphere based scripts stops working.
e.g.
gives me
instead expected performance counters.
Any suggestions
Kryol
I have net/vmware-vsphere-cli installed. All scripts worked fine. Two days ago I upgraded net/p5-Net-HTTP from 6.03 to 6.05.
Now vsphere based scripts stops working.
e.g.
Code:
/usr/local/share/examples/vmware-vsphere-cli/performance/viperformance.pl --host XX.XX.XX.XX --server XX.XX.XX.XX --countertype net --samples 1 --instance "*" --username root --password XXXXXXXXX
gives me
Code:
SOAP request error - possibly a protocol issue: <?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
..... (very long xml string)
instead expected performance counters.
Any suggestions
Kryol