Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect xapi after xenserver-install-wizard #652

Open
inigoml opened this issue Jul 3, 2015 · 0 comments
Open

Unable to connect xapi after xenserver-install-wizard #652

inigoml opened this issue Jul 3, 2015 · 0 comments

Comments

@inigoml
Copy link

inigoml commented Jul 3, 2015

Something is missing in install process.
Note: no OK when starting services due to another bug with service status, but they are running.

Starting xcp-rrdd:
Starting xenopsd-xc:
Starting xenopsd-xenlight:
Starting xapi-storage-script:
Starting squeezed:
Starting xapi:
Traceback (most recent call last):
File "/usr/share/xenserver-install-wizard/xapi.py", line 73, in start
x.login_with_password("root", "")
File "/usr/lib/python2.6/site-packages/XenAPI.py", line 199, in
return lambda _params: self._login(name, params)
File "/usr/lib/python2.6/site-packages/XenAPI.py", line 165, in _login
result = _parse_result(getattr(self, 'session.%s' % method)(_params))
File "/usr/lib/python2.6/site-packages/XenAPI.py", line 220, in _parse_result
raise Failure(result['ErrorDescription'])
Failure: ['UUID_INVALID', 'host', '437cbc8b-640f-4e25-a960-49d94c729bb7']
Caught ['UUID_INVALID', 'host', '437cbc8b-640f-4e25-a960-49d94c729bb7'], retrying in 5s
Traceback (most recent call last):
File "/usr/share/xenserver-install-wizard/xapi.py", line 73, in start
x.login_with_password("root", "")
File "/usr/lib/python2.6/site-packages/XenAPI.py", line 199, in
return lambda _params: self._login(name, params)
File "/usr/lib/python2.6/site-packages/XenAPI.py", line 165, in _login
result = _parse_result(getattr(self, 'session.%s' % method)(_params))
File "/usr/lib/python2.6/site-packages/XenAPI.py", line 220, in _parse_result
raise Failure(result['ErrorDescription'])
Failure: ['UUID_INVALID', 'host', '437cbc8b-640f-4e25-a960-49d94c729bb7']
Caught ['UUID_INVALID', 'host', '437cbc8b-640f-4e25-a960-49d94c729bb7'], retrying in 5s
Traceback (most recent call last):
File "/usr/share/xenserver-install-wizard/xapi.py", line 73, in start
x.login_with_password("root", "")
File "/usr/lib/python2.6/site-packages/XenAPI.py", line 199, in
return lambda _params: self._login(name, params)
File "/usr/lib/python2.6/site-packages/XenAPI.py", line 165, in _login
result = _parse_result(getattr(self, 'session.%s' % method)(_params))
File "/usr/lib/python2.6/site-packages/XenAPI.py", line 220, in _parse_result
raise Failure(result['ErrorDescription'])
Failure: ['UUID_INVALID', 'host', '437cbc8b-640f-4e25-a960-49d94c729bb7']
Caught ['UUID_INVALID', 'host', '437cbc8b-640f-4e25-a960-49d94c729bb7'], retrying in 5s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant