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:
parent
6a9195309b
commit
3253a7f1a2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user