Hi,
I recently upgraded the installed OS on a Dell PowerEdge R710 from XenServer 6.1 to XenServer 6.5, and post-upgrade, patched the server to XenServer 6.5 SP1.
After the upgrades, I attempted to install OMSA 8.1 on this server, as the upgrade wiped out the previously installed version (which I had expected). However, I came across the following error attempting the install:
# xe-install-supplemental-pack /tmp/OM-SrvAdmin-Dell-Web-LX-8.1.0-1518.XenServer65_A00.iso
xe-install-supplemental-pack: line 50: ./install: No such file or directory
After verifying that my ISO image wasn't corrupted, I turned to Google, and came across the following page:
https://bugs.xenserver.org/browse/XSO-325
In short, with the upgrade to XenServer 6.5 SP1, xe-install-supplemental-pack now looks for ./install rather than ./install.sh in the ISO file, which breaks previously working vendor install packs.
So, does Dell have any plans to re-package or update the OMSA supplemental pack install ISO for XenServer 6.5 SP1, or are we stuck having to mount the ISO, copying its contents to another directory, renaming install.sh to install, and re-creating a new ISO (which is what I ended up doing)?