The operations performed using NIM can be very complex. To help ensure that the operations can be completed successfully, NIM requires that a machine be in the ready state before operations can be run on it. While an operation is being performed, the state of the machine will reflect the current operation. After the operation completes, the machine returns to the ready state.
If an operation on a machine is interrupted, the machine state may continue to reflect the operation. If this occurs, the machine must be reset to the ready state before performing any further operations. To return a machine to the ready state, use the NIM reset operation.
You can also do this task from the Troubleshooting menu. From the Selected menu, select Troubleshooting > Clean Up Failed or Interrupted Installation.
nim -Fo reset MachineName
nim -o deallocate -a ResourceType=ResourceName MachineNamewhere ResourceType is the type of the resource being deallocated (for example, lpp_source, SPOT, Script, etc.), ResourceName is the name of the resource being deallocated, and MachineName is the name of the machine that has been allocated the resources.
Note: Resetting a machine will not automatically deallocate all the resources that were allocated for the operation. To deallocate resources, use the NIM deallocate operation.