The following patch is required to deal with current uxspi binaries which have been renamed.
diff mktoolscenter /opt/xcat/share/xcat/tools/mktoolscenter.orig
430c430
< export UXSPI_BINARY_PATH=find /toolscenter/uxspi -name 'ibm_utl_uxspi*anyos*bin' | sort | tail -n 1
export UXSPI_BINARY_PATH=
find /toolscenter/uxspi -name 'uxspi*.anyos' | sort | tail -n 1
I assigned this mktoolscenter to a more recent xCAT release to Xiao Peng Wang as the owner. Xiao Peng can you sync in with Guangcheng Li, Jarrod and Bruce on this xCAT bug
I'll check this with Jarrod.
This is now a customer problem, I am raising the priority
For 2.8 and 2.9
[root@xcat20rrmn tools]# diff mktoolscenter mktoolscenter.new
436c436
< export UXSPI_BINARY_PATH=
find /toolscenter/uxspi -name '*uxspi*.anyos*' | sort | tail -n 1Attach is a patch for 2.8 or 2.9
Run patch -p0 <maketoolscenter.patch
Last edit: Lissa Valletta 2013-03-08
Please check in the fix to 2.7, 2.8 and 2.9 and add revision numbers here
The fix has been checked into 2.7, 2.8 and trunk.
revision 15460
revision 15458
revision 15459