Update 'Linux/connect_idrac_kvm.sh'
This commit is contained in:
parent
d1a83e76ab
commit
8b8c06cd0f
@ -11,7 +11,7 @@ read -s dracpwd
|
||||
echo
|
||||
|
||||
echo 'Downloading avctKVM.jar from host...'
|
||||
curl -q -k -O "https://$drachost/software/avctKVM.jar" > avctKVM.jar
|
||||
curl -s -k -O "https://$drachost/software/avctKVM.jar" > avctKVM.jar
|
||||
|
||||
echo 'Executing JKVM Client...'
|
||||
java -cp avctKVM.jar -Djava.library.path=./lib com.avocent.idrac.kvm.Main ip=$drachost kmport=5900 vport=5900 user=$dracuser passwd=$dracpwd apcp=1 version=2 vmprivilege=true "helpurl=https://$drachost:443/help/contents.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user