Lenovo ThinkPad Edge 15 User Manual

Page 155

Advertising
background image

:InPE
exit 1

4. Place go.rrs in C:\ADM\PATCHBUILD directory and run:

apkgmes.exe /key mykey.prv C:\ADM\PATCHBUILD PATCHBUILD

5. Copy PATCHBUILDYYDDHHMM.ZAP to your mailbox.

6. The patch will be installed either on next scheduled run of the mailman.exe file for the client machine or

on reboot of the client machine.

Package completion logs

Fail logThis file is typically stored in the C:\Program Files\Lenovo\Rescue and Recovery\ADM directory. If

a zap file exits with any non-zero value, it will be logged into this file.

Rescue.logThis file is typically located in the C:\SWSHARE directory. This file provides more detailed

information that may help determine why a package may have failed, or to make sure a package worked.
It has line by line logging of what occurs in a zap file.

Success LogThis file is typically stored in the C:\Program Files\Lenovo\Rescue and Recovery\ADM

directory. If a zap file exited with value of zero then it is logged here.

Example 3

This example uses an FTP or HTTP site in the Predesktop Area:

1. Define an external Web site for packages:

ftp.yourmailbox.com

2. Create public private keys See Step 5.

3. Add mailbox to registry.

mailbox=ftp://username:[email protected]

4. When the user presses F11 or the Enter key to enter the Predesktop area, the Antidote Delivery Manager

package runs at boot time in the Predesktop area.

Example 4

This example uses the xmltool.exe file to target certain clients:

1. Distribute the XML file that has information in it that you would like compared to your client machines

either through Active Directory, Systems Management Server, or some other management tool.

<file>
<activedirgroup>Marketing</activedirgroup>
</file>

2. In the first line of your go.rrs file, place a line that uses the XML tool. This line is an example that would

ONLY target machines in the Marketing group;

xmltool.exe c:\mycompany\target.xml //file/activedirgroup /c EQU Marketing
if errorlevel 0 goto RUNIT
exit errorlevel

:RUNIT

Appendix B. Antidote Delivery Manager

147

Advertising