You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ssh -ntt $1 "ipmitool lan set 1 ipsrc static ; ipmitool lan set 1 ipaddr $ipmiip ; ipmitool lan set 1 netmask $BMC_NETMASK ; ipmitool lan set 1 defgw ipaddr $BMC_GW; ipmitool lan print ; ipmitool user set name 4 $U ; ipmitool user set password 4 $P ; ipmitool user priv 4 4 1 ; ipmitool user enable 4 ; ipmitool channel setaccess 1 4 callin=on ipmi=on link=on ; ipmitool user list 1"