=====================================================================================================================================
3.11	sdr

	abstract: Get the sensors list and BMC SDR repository info.

	usage	: java -jar GbtUtility-2.1.76.jar [options] sdr <list | info>
	<list>			 : List all seneors reading.
	<info>			 : Show BMC SDR repository info.
	
	Example	:
		  by node list   : java -jar GbtUtility-2.1.76.jar sdr list
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 sdr info
		  by scan host   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 sdr list
=====================================================================================================================================