Fencing with Intel SOL

maik

New Member
May 30, 2013
1
0
1
Does anyone have experience with issuing commands via Intel AMT SOL? I'm trying to setup fencing, but the systems I'm using don't support IPMI. If I use ipmitool -vv to a remote host I get the following:
Code:
ipmitool> chassis status
ipmi_lan_send_cmd:opened=[0], open=[4410336]
IPMI LAN host 1.2.3.4 port 623
Sending IPMI/RMCP presence ping packet
Received IPMI/RMCP response packet:
  IPMI NOT Supported
  ASF Version unknown
  RMCP Version 1.0
  RMCP Sequence 1
  IANA Enterprise 343


ipmi_lan_send_cmd:opened=[1], open=[4410336]
  No response from remote controller
Get Auth Capabilities command failed
ipmi_lan_send_cmd:opened=[1], open=[4410336]
  No response from remote controller
Get Auth Capabilities command failed
Error: Unable to establish LAN session
Failed to open LAN interface
Error sending Chassis Status command
So it clearly states IPMI is not supported, but I know I can use the Intel Manageability Commander Tool to connect to the system via SOL and issue media redirect and reboot commands. I feel like there's something I'm missing but I can't place it. Any help is appreciated.