efa inventory firmware-host
			register
 
   
  Registers the firmware host that will be
		used to download firmware builds to the devices.
 Syntax
 
	 efa inventory firmware-host
					register
				[--ip
					host-ip
					|
					--protocol
					{
					scp | ftp | sftp |
						http
					}
					|--username
					username
					|
					--password
					password
					]
			
 
	 Parameters
 
		 
		   
			 - --ip
							host-ip
					
  
			 - Specifies the IP address of the firmware
						host. 
  
		   
		   
			 - --protocol
							{
							scp | ftp | sftp
								| http
							}
					
  
			 - Specifies the protocol to use for downloading
						the firmware. 
  
		   
		   
			 - --username
							user
							name
					
 
					- Specifies the user name to use to log in to
						the firmware download host.
  
		  
		   
			 - --password
							password
					
  
			 - Specifies the password for the user name. 
  
		   
		
 
	 
		Usage Guidelines
			Simple connectivity test to the firmware-host by given IP. The complete firmware-host sanity
				check is performed later when a device is prepared and again when firmware-download
				is run.