Using the HP Rapid Deployment Pack 3.7 to Deploy Microsoft Windows Server 2003 for IA64

4. Paste the following script into the Run this script field:
# Set ACPI to Windows
/mnt/ds/lib/binia64/linux/hpsetacpi Windows
rc=$?
case $rc in
0)
severity=1
status="hpsetacpi: Completed successfully.";;
1)
severity=3
status="hpsetacpi: Fail setting ACPI Mode.";;
2)
severity=3
status="hpsetacpi: Wrong option or argument.";;
3)
severity=3
status="hpsetacpi: SFW version not supported.";;
4)
severity=3
status="hpsetacpi: General failure.";;
*)
severity=3
status="Unknown error.";;
esac
/opt/altiris/deployment/adlagent/bin/logevent -c:"$rc" -l:"$severity" -ss:"$status"
5. Click Next.
6. In the Client Run Environment field, select Automation>Linux Managed 64bits.
7. Click Next >Finish.
Creating the Set ACPI Mode to Linux (Windows) job
Tasks included in the Set ACPI Mode to Linux (Windows) job are:
Copy File to (wlogevent.exe)
Run Script (Set ACPI to Linux)
16 Performing customization