=====================================================================================================================================
3.44	hpmupdate

	abstract: update command for update BMC/BIOS by HPM firmware.

	usage	: java -jar GbtUtility-2.1.76.jar [optoins] hpmupdate <bmc | bios> [arguemts...]
*************************************************************************************************************************************
3.44.1	bmc
	usage	: java -jar GbtUtility-2.1.76.jar [options] update bmc [auto] [skip] <FW packages ...>

	[auto]			 : Do you want to continue main update process automatically after found the suitable FW package
	(optional)		   without ask your permission. If you want, set "auto" into command line arguments.

	[skip]			 : Do you want to skip the update BMC FW when the suitable FW package's revision
	(optional)		   as same as the current revision of the target BMC. If you want to, set "skip"
				   into command line arguments.

	<FW packages ...>	 : BMC update firmware packages.
				   (Note: Firmware packages only support .zip files and must set at least one)

	by node list (default)	 : java -jar GbtUtility-2.1.76.jar hpmupdate bmc auto 703.zip
				 : java -jar GbtUtility-2.1.76.jar hpmupdate bmc skip 703.zip
				 : java -jar GbtUtility-2.1.76.jar hpmupdate bmc skip 703.zip
		  by node list (specified)	 : java -jar GbtUtility-2.1.76.jar -L ./nodelist hpmupdate bmc auto 703.zip
				 : java -jar GbtUtility-2.1.76.jar -L ./nodelist hpmupdate bmc skip 703.zip
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 hpmupdate bmc /home/user/304.zip
				 : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 hpmupdate bmc auto /home/user/304.zip
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate bmc 505.zip
				 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate bmc auto /home/user/304.zip
				 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate bmc auto skip /home/user/304.zip
*************************************************************************************************************************************
3.44.2	bios
	usage	: java -jar GbtUtility-2.1.76.jar [options] hpmupdate bios [auto] <FW packages ...>

	[auto]			 : Do you want to continue main update process automatically after found the suitable FW package
	(optional)		   without ask your permission. If you want, set "auto" into command line arguments.

	[skip]			 : Do you want to skip check BIOS subject in release note or not.

	<FW packages ...>	 : BIOS update firmware packages.
				   (Note: Firmware packages only support .zip files and must set at least one)

	Example	:
		  by node list (default) : java -jar GbtUtility-2.1.76.jar hpmupdate bios auto 703.zip
				 : java -jar GbtUtility-2.1.76.jar hpmupdate bios  703.zip
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 hpmupdate bios /home/user/304.zip
				 : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 hpmupdate bios auto /home/user/304.zip
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate bios 505.zip
				 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate bios /home/user/304.zip
				 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate bios auto /home/user/304.zip
*************************************************************************************************************************************
3.44.3	scp
	usage	: java -jar GbtUtility-2.1.76.jar [options] hpmupdate scp [auto] <FW packages ...>

	[auto]			 : Do you want to continue main update process automatically after found the suitable FW package
	(optional)		   without ask your permission. If you want, set "auto" into command line arguments.


	<FW packages ...>	 : SCP update firmware packages.
				   (Note: Firmware packages only support .zip files and must set at least one)

	Example	:
		  by node list (default) : java -jar GbtUtility-2.1.76.jar hpmupdate scp auto 2.04.zip
				 : java -jar GbtUtility-2.1.76.jar hpmupdate scp 703.zip
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 hpmupdate scp /home/user/2.04.zip
				 : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 hpmupdate scp auto /home/user/2.04.zip
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate scp 2.04.zip
				 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate scp /home/user/2.04.zip
				 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate scp auto /home/user/2.04.zip
*************************************************************************************************************************************
3.44.4	erot
	usage	: java -jar GbtUtility-2.1.76.jar [options] hpmupdate erot [auto] <FW packages ...>

	[auto]			 : Do you want to continue main update process automatically after found the suitable FW package
	(optional)		   without ask your permission. If you want, set "auto" into command line arguments.


	<FW packages ...>	 : ERoT update firmware packages.
				   (Note: Firmware packages only support .zip files and must set at least one)

	Example	:
		  by node list (default) : java -jar GbtUtility-2.1.76.jar hpmupdate erot auto CG1_FW.zip
				 : java -jar GbtUtility-2.1.76.jar hpmupdate erot 703.zip
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 hpmupdate erot /home/user/CG1_FW.zip
				 : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 hpmupdate erot auto /home/user/CG1_FW.zip
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate erot CG1_FW.zip
				 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate erot /home/user/CG1_FW.zip
				 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate erot auto /home/user/CG1_FW.zip
*************************************************************************************************************************************
3.44.5	vbios
	usage	: java -jar GbtUtility-2.1.76.jar [options] hpmupdate vbios [auto] <FW packages ...>

	[auto]			 : Do you want to continue main update process automatically after found the suitable FW package
	(optional)		   without ask your permission. If you want, set "auto" into command line arguments.


	<FW packages ...>	 : VBIOS update firmware packages.
				   (Note: Firmware packages only support .zip files and must set at least one)

	Example	:
		  by node list (default) : java -jar GbtUtility-2.1.76.jar hpmupdate vbios auto CG1_FW.zip
				 : java -jar GbtUtility-2.1.76.jar hpmupdate vbios CG1_FW.zip
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 hpmupdate vbios /home/user/CG1_FW.zip
				 : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 hpmupdate vbios auto /home/user/CG1_FW.zip
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate vbios CG1_FW.zip
				 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate vbios /home/user/CG1_FW.zip
				 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 hpmupdate vbios auto /home/user/CG1_FW.zip
=====================================================================================================================================