Actually fix newer amm firmware

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9201 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-03-31 18:23:13 +00:00
parent 6a9195309b
commit 3253a7f1a2

View File

@ -12,7 +12,7 @@ if [ ! -f /tmp/xcat/$rvid_server.remotekvm.jar ]; then
wget --no-check-certificate -O /tmp/xcat/$rvid_server.remotekvm.jar http://$rvid_server/private/remotekvm.jar >& /dev/null
fi
if [ $fwpref == 'BPET' ]; then
if [[ "0x$fwmaj" -ge 46 ]]; then
if [[ "0x$fwmaj" -ge "0x46" ]]; then
java -jar /tmp/xcat/$rvid_server.remotekvm.jar -s $rvid_server -r $rvid_authtoken -b $rvid_slot -B -R >& /dev/null
elif [ $fwmaj -ge 42 ]; then
echo "Unable to securely support $rvid_fwrev in an adequately secure manner, please upgrade to BPET46C or better"