=====================================================================================================================================
3.37	raw

	abstract: Send IPMI raw command.
		
	usage	: java -jar GbtUtility-2.1.76.jar [options] raw <netFn> <cmd> [request data...]
	<netFn>			 : IPMI raw command network function.
	<cmd>			 : IPMI raw command code.
	[request data...]	 : IPMI raw request data.
	Example	:
		  by node list	 : java -jar GbtUtility-2.1.76.jar raw 0x06 0x01
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 raw 0x0c 0x02 0x01 0x05 0x00 0x00
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 raw 0x06 0x01
=====================================================================================================================================