Is there a way to test if the "system node image get -package" command can get data from a web server?
Applies to
- Service Processor
- Firmware upgrade
Answer
No, there is no way to test whether the
system node image get -package command can get data from a web server without actually downloading the image file.The following steps can test whether this command is successful when you download the FW image.
- Disable SP/BMC autoupdate using
system service-processor image modifycommand to prevent SP/BMC autoupdate. - Confirm whether the
system node image get -packagecommand completes successfully.
Example:
Software get http://web_server_name/path/SP_FW.zip started on node node_name
Downloading package. This may take up to 10 minutes.
.
Download complete
Software get http://web_server_name/path/SP_FW.zip completed on node node_name
- The file should be ready in the repository
system node image package show
::> set advanced
::*> system node image package show
Package
Node Repository Package File Name
------------ -------------- -----------------
node01 mroot SP_FW.zip
Additional Information
additionalInformation_text
