Hi Paul,
sorry for the delay for this fix. The next IMC release will include this but it will be some time before it's released.
You can obtain a patch from support for this problem, alternatively you can edit all the files yourself and remove the unsupported parameter from the deploy_image scripts.
Back up the files below $IMC\server\adapter\Hewlett Packard\*****\deploy_image.tcl to the desktop

Edit each file with notepad. Delete the string 'allow-no-signature'
from:
send "copy tftp flash $TFTPServer $TFTPFile primary allow-no-signature\r"
to
send "copy tftp flash $TFTPServer $TFTPFile primary\r"
and from:
send "copy tftp flash $TFTPServer $TFTPFile secondary allow-no-signature\r"
to:
send "copy tftp flash $TFTPServer $TFTPFile secondary\r"
------------------------------
Kind Regards
Paola
------------------------------
Original Message:
Sent: May 02, 2024 03:35 AM
From: Paul Marchant
Subject: IMC - Script Exist Error
I appreciate it has been some time since posting this but we has to put the upgrades on hold for a bit and upgrade manually due to this error.
Please can you advise on how to remove "allow-no-signature" from the code so it still works ok. I am no coding expert so appreciate this.
Paul
Original Message:
Sent: Sep 27, 2023 11:28 AM
From: pbit
Subject: IMC - Script Exist Error
Hi Paul, the parameter allow-no-signature can be found in all the deploy image scripts listed in the below picture. To remove it, back up the files, edit them and remove the parameter.
The location of the scripts is: $IMC/server/conf/adapters/ICC/Hewlett Packard/...

------------------------------
Kind Regards
Paola