=====================================================================================================================================
3.2	chassis

	abstract: Set node chassis power state.
		
	usage	: java -jar GbtUtility-2.1.76.jar [options] chassis <on|off|cycle|reset>
	<on>	: power up target node.
	<off>	: power down target node.
	<cycle>	: provides a power off interval of at least 1 second.
	<reset>	: hard reset target node.

	Example	:
		  by node list	 : java -jar GbtUtility-2.1.76.jar chassis on
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 chassis off
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 chassis cycle
=====================================================================================================================================