dalgibbard / citrix_xenserver_patcher

Auto / Manual Patching tool for Citrix XenServer Boxes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

host-uuid not used any longer on xe cli

opened this issue · comments

Hi Guys, nice work on this script. The host-uuid parameter on the xe cli is no longer used. It is just host. If you look at XS71E010 for example, on step 4, Citrix still has it wrong. Attempts to tell Citrix about the error have failed. I thought you would like to know.

Step 4 should be:
xe update-apply host= uuid=<UUID_of_file>
xe upload-apply host= uuid=<UUID_of_file>

Good luck

I thought I'd fixed this already as part of #65 - did you run the script and get an error at a certain point?

(Closing whilst awaiting an answer, as pretty sure this is a non-issue...)

Yes, you are correct. This is fixed now, I was using a commit prior to #65. Thanks for the effort.

Cool, no problem :)