1.Use PuTTY to log in to the FSM node through the management-plane floating IP address as user dsware.
2.Run the following command to go to the specified directory:
cd /opt/dsware/client/bin
3.Run the following command to deploy and start the OpenSM process.
sh dswareTool.sh --op startupOpenSM -ip Management IP address of the node where the OpenSM process is deployed-num Number of processes -ports IB network port
In the preceding command, num indicates the number of started processes and ports indicates the network port where the process is started. The number of processes is the same as the number of ports. The number of configured processes and the network port where the process is started must be the same as those before the fault occurs.
Example:
sh dswareTool.sh --op startupOpenSM -ip 192.168.40.101 -num 1 -ports ib0
or
sh dswareTool.sh --op startupOpenSM -ip 192.168.40.101 -num 2 -ports ib0,ib1.