1-
sudo apt-get install wsmancli
2-nano amtninamk
ip=<IP of AMT> AMT_PASSWORD="<your password for the 'admin' user>" # Must be exactly *8 characters long* and contain at least one of each: # [ lower case, upper case, number, special character ] VNC_PASSWORD="<what password you want for VNC>" # Enable KVM wsman put http://intel.com/wbem/wscim/1/ips-schema/1/IPS_KVMRedirectionSettingData -h $ip -P 16992 -u admin -p ${AMT_PASSWORD} -k RFBPassword=${VNC_PASSWORD} # Enable KVM redirection to port 5900 wsman put http://intel.com/wbem/wscim/1/ips-schema/1/IPS_KVMRedirectionSettingData -h $ip -P 16992 -u admin -p ${AMT_PASSWORD} -k Is5900PortEnabled=true # Disable opt-in policy wsman put http://intel.com/wbem/wscim/1/ips-schema/1/IPS_KVMRedirectionSettingData -h $ip -P 16992 -u admin -p ${AMT_PASSWORD} -k OptInPolicy=false # Disable session timeout wsman put http://intel.com/wbem/wscim/1/ips-schema/1/IPS_KVMRedirectionSettingData -h $ip -P 16992 -u admin -p ${AMT_PASSWORD} -k SessionTimeout=0 # Enable KVM wsman invoke -a RequestStateChange http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_KVMRedirectionSAP -h ${ip} -P 16992 -u admin -p ${AMT_PASSWORD} -k RequestedState=2
2-a
sh amtninamk
3- sudo apt-get install gtkvncviewer
4- gtkvncviewer
go go go ?
02:28 itibari ile basarili bir baglanti kuramadim henuz.
ancak KVM vnc 5900 den dinliyor. Maasallah!