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

Support for XenServer 8.2 #82

Open
loquanet opened this issue Dec 20, 2020 · 7 comments
Open

Support for XenServer 8.2 #82

loquanet opened this issue Dec 20, 2020 · 7 comments

Comments

@loquanet
Copy link

Getting host list using: /opt/xensource/bin/xe host-list hostname=grep "^HOSTNAME=" /etc/sysconfig/network | awk -F= '{print$2}' params=uuid --minimal
Detected HOST UUID:
Error: Failed to obtain HOSTUUID from XE CLI

./patch_checker.py -D
Citrix_XenServer_Patcher_Version: 1.5.2
Detected XenServer Version: 8.2.0

xsver: 82
XenServer machine identified.
XenServer Version 82 detected.
XE utility located OK
Testing XE CLI function using: /opt/xensource/bin/xe host-list
XE working OK
Downloading patch list XML

@dalgibbard
Copy link
Owner

Does this help at all? #70

@loquanet
Copy link
Author

loquanet commented Dec 21, 2020 via email

@dalgibbard
Copy link
Owner

Probably worth checking this :) #81

@loquanet
Copy link
Author

loquanet commented Dec 21, 2020 via email

@dalgibbard
Copy link
Owner

I mean specifically, that xenserver patcher isn't required for this build, as it's managed by a different update process (yum or similar)

@loquanet
Copy link
Author

loquanet commented Dec 21, 2020 via email

@dalgibbard
Copy link
Owner

I haven't had to support xenserver hosts since 6.2 unfortunately, so this hasn't been tested past v7.

Maybe check forked versions of this repo in case someone has continued to support it in their own branch?

According to the linked ticket, the patch application process might just be via yum, which wouldn't need a new utility, but I can't confirm that unfortunately.

@dalgibbard dalgibbard changed the title Failed to obtain HOSTUUID from XE CLI Support for XenServer 8.2 Dec 21, 2020
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

2 participants