
16
1. Power off GPGPU cards by ipmiutil command.
# Type “ipmiutil cmd -N 192.168.0.120 -U root -P root 00 20 c0 F0 00 01”
2. Power on GPGPU cards by ipmiutil command, type the same command again will switch
current status.
# Type “ipmiutil cmd -N 192.168.0.120 -U root -P root 00 20 c0 F0 00 01”
3. Reboot the HOST by ipmitool command.
#./ipmitool -I lanplus -H”HOST IP address” -U”root” -P”root” chassis power reset.
4. The “code 43” error will disappear after HOST reboot.
Example3. If GPGPU slot16 get “code 43” error
GPGPU SLOT 16 to switch on/off
1. Power off GPGPU cards by ipmiutil command.
# Type “ipmiutil cmd -N 192.168.0.120 -U root -P root 00 20 c0 F0 00 80”
2. Power on GPGPU cards by ipmiutil command, type the same command again to switch current
status.
# Type “ipmiutil cmd -N 192.168.0.120 -U root -P root 00 20 c0 F0 00 80”
3. Reboot the HOST by ipmitool command or other method of Remote control.
#./ipmitool -I lanplus -H”HOST IP address” -U”root” -P”root” chassis power reset.
4. The “code 43” error disappears after HOST reboot