View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000785 | bareos-core | vmware plugin | public | 2017-02-17 20:13 | 2017-02-24 14:07 |
Reporter | richardfernan | Assigned To | stephand | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | x86_64 | OS | opensuse leap 42.1 | OS Version | 4.1.12-1-default |
Product Version | 16.2.4 | ||||
Summary | 0000785: Caught vmodl fault : Cannot complete login due to an incorrect user name or password. | ||||
Description | Canot login vcenter 6, says this message: vmware_cbt_tool.py -s 192.168.20.4 -o 443 -u administrator@vsphere.local -p 12#$VMr00t -d Cloud -f /Vms -v NFE --enablecbt /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) Caught vmodl fault : Cannot complete login due to an incorrect user name or password. I have checking user and password, this as correct | ||||
Steps To Reproduce | vmware_cbt_tool.py -s 192.168.20.4 -o 443 -u administrator@vsphere.local -p 12#$VMr00t -d Cloud -f /Vms -v NFE --enablecbt | ||||
Tags | No tags attached. | ||||
Hi, you have a dollar-sign character ($) in your password, you must use single quotes to prevent the shell from interpreting $VMr00t as a variable: vmware_cbt_tool.py -s 192.168.20.4 -o 443 -u administrator@vsphere.local -p '12#$VMr00t' -d Cloud -f /Vms -v NFE --enablecbt Does it work then? Regards, Stephan |
|
Does it work when using single quotes around the password? |
|
Hello, this fix worked. The special symbol in the password stalls causing the error. Thank you. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2017-02-17 20:13 | richardfernan | New Issue | |
2017-02-24 11:56 | stephand | Note Added: 0002581 | |
2017-02-24 11:57 | stephand | Note Added: 0002582 | |
2017-02-24 11:57 | stephand | Assigned To | => stephand |
2017-02-24 11:57 | stephand | Status | new => feedback |
2017-02-24 13:16 | richardfernan | Note Added: 0002583 | |
2017-02-24 13:16 | richardfernan | Status | feedback => assigned |
2017-02-24 14:07 | stephand | Status | assigned => closed |
2017-02-24 14:07 | stephand | Resolution | open => no change required |