=====================================================================================================================================	
3.9	sel

	abstract: IPMI SEL command inculding get SEL list, BMC SEL repository info,
		  SEL time, set SEL time and clear the SEL logs.
	
	usage	: java -jar GbtUtility-2.1.76.jar [options] sel <actions> [args...]
		<actions> :		SEL command actions.
		info			Get SEL repository info.
		get			List all sensors event logs.
		clear			Clear all SEL logs.
		time			SEL time command.
			<get>		Get the current SEL time.
			<set>		Set the SEL current time by given "T" argument.		
			<T>		The time you want to set. Notice the valid time
					string format pattern as follows:
					1. "yyyy.MM.dd G 'at' HH:mm:ss z"
					2. "yyyy-MM-dd HH:mm:ss"
					3. "yyyy-MM-dd"
					4. "yyyy/MM/dd"
					5. "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
					6. "yyyyy.MMMMM.dd GGG hh:mm aaa"
					7. "EEE, MMM d, ''yy"
					8. "EEE, d MMM yyyy HH:mm:ss Z"
	Example	:
		  by node list   : java -jar GbtUtility-2.1.76.jar sel time set 2017-05-07
				   java -jar GbtUtility-2.1.76.jar sel time get
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 sel get
				   java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 sel clear
		  by scan host   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 sel info
=====================================================================================================================================	