Back up the /bin/rpm file by using the cp /bin/rpm /bin/rpm.bak command.
Change the security level preference to rug set security-level none command.
by using the For more information, see rug (1)
in the Novell ZENworks 7.2 Linux Management Administration Guide.
Open any text editor and create an install script ia64_72IR2_Install.sh with the following information:
if [ ! -f /bin/rpm.orig/rpm ];then mkdir -p /bin/rpm.orig mv /bin/rpm /bin/rpm.orig fi echo "/bin/rpm.orig/rpm --nosignature \$*" > /bin/rpm chmod +x /bin/rpm
Save the install script file and exit the editor.
Run the install script by using the sh ia64_72IR2_Install.sh command.
Install ZENworks 7.2 Linux Management with IR2on the managed device. For more information on how to install, see Section 7.2, Installing the ZENworks Agent and Registering the Device.
Restore the rpm.bak file by using the mv /bin/rpm.bak /bin/rpm command.