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
1: use asu tools to flash the first step CMOS settings
[root@mgt ~]# cat stark1.cmos
loaddefault BootOrder
loaddefault uEFI
set OperatingModes.ChooseOperatingMode "Maximum Performance"
[root@mgt ~]# pasu all batch stark1.cmos
2: reboot to make sure the stark1.cmos take effect
3: use asu tools to flash the second step CMOS settings
[root@mgt ~]# cat stark2.cmos
set OperatingModes.ChooseOperatingMode "Custom Mode"
set Processors.CPUPstateControl Cooperative
set Processors.SNC Disable
set DevicesandIOPorts.Com1TerminalEmulation VT-UTF8
set DevicesandIOPorts.Com1ActiveAfterBoot Enable
set DevicesandIOPorts.Com1FlowControl Hardware
set DiskGPTRecovery.DiskGPTRecovery None
set EnableDisableAdapterOptionROMSupport.OnboardVideo UEFI
[root@mgt ~]# pasu all batch stark2.cmos
4: use the edr741 osimage for netboot all the node;reboot will cause the second cmos setting take effect
nodeset all osimage=edr741
rsetboot all net -u
rpower all reset
5: after all node up and running , update the opensm.conf to all compute node
6: check all node to make sure the ib port is up and active
[root@mgt install]# psh all ibstat | grep Active
node05: State: Active
node04: State: Active
node06: State: Active
node07: State: Active
node03: State: Active
node02: State: Active
node01: State: Active
node08: State: Active
## if you have problem to active the ib port ,retry the step 5 & 5