...
1=TASK_TYPE - The constant "FIRMWARE-UPGRADE-TASK"
2=TASK_STAGE - The constant "PRE"
3=TASK_ID - The ID of the firmware upgrade task
4=PLAN_NAME - The name of the firmware upgrade plan that generated this task
5=DEVICE_NAME - The name of the device
6=DEVICE_HOST - The host of the device
7=SOMA_PORT - The soma port of the device
8=VERSION_BEFORE - The firmware version of the device before the task started
9=IMAGE_FILE_NAME - the image file name to use for the upgrade
Example:
1=FIRMWARE-UPGRADE-TASK
2=PRE
3=12
4=firmware1
5=IDG-QA-2
6=192.168.72.100
7=5550
8=IDG.7.1.0.17
9=idg75210.oradco.scrypt4
Parameters Sent to the Firmware Upgrade Post-Task Script
...
1=TASK_TYPE - The constant "FIRMWARE-UPGRADE-TASK"
2=TASK_STAGE - The constant "POST"
3=TASK_ID - The ID of the firmware upgrade task
4=PLAN_NAME - The name of the firmware upgrade plan that generated this task
5=FINAL_STATUS - Final status code of the firmware upgrade task
6=FINAL_ERROR_MSG - Final error message of the firmware upgrade task, or "NONE" if there were no errors
7=FFU1 - The constant "FFU" (For future use)
8=FFU2 - The constant "FFU" (For future use)
9=IMAGE_FILE_NAME - the image file name to use for the upgrade
10=DEVICE_NAME - The name of the deviceĀ
1011=DEVICE_HOST - The host of the device
1112=SOMA_PORT - The soma port of the device
1213=VERSION_BEFORE - The firmware version string before the task was started
1314=VERSION_AFTER- The firmware version string after the task finished
Example:
1=FIRMWARE-UPGRADE-TASK
2=POST
3=13
4=firmware1
5=SUCCESS
6=NONE
7=FFU
8=FFU
9=idg75210.oradco.scrypt4
10=IDG-QA-2
1011=192.168.72.100
1112=5550
1213=IDG.7.1.0.17
1314=IDG.7.5.2.10