How to use the DLOCommandu.exe utility to publish and automatically upgrade Desktop and Laptop Option (DLO) Clients.

記事: 100018131
最終公開日: 2021-08-16
評価: 0 0
製品: Desktop Laptop Option

Problem

How to use the DLOCommandu.exe utility to publish and automatically upgrade Desktop and Laptop Option (DLO) Clients.

Solution

The DLOCommandu.exe utility is found in the DLO folder on the drive and location where it is installed. The following instructions will allow DLO clients to be automatically upgraded when they connect to the DLO Media Server.

  Using the Publish Command:
 
1) From the command line on the Media Server, change to the DLO directory. (e.g., C:\Program Files\Veritas\Veritas DLO)
 
Run DLOCommandu.exe with the update option to add the configuration file and make note of the ID number returned when this command is run:
 
DLOCommandu -update -add -f "Path to the DLOAgentUpdate_NBU.ini file"
 
Example:   C:\Program Files\Veritas\Veritas DLO>dlocommandu.exe -update -add -f "C:\Program Files\Veritas DLO\DLOAgent\update_9.6\DLOAgentUpdate_NBU.ini"


2) Run DLOCommandu.exe with the publish command to make the update available to Desktop Agent users:
 
DLOCommandu -update -publish -UI y -U UserName
 
OR 
 
DLOCommandu -update -publish -UI y -P ProfileName
 
Where ' y' is the ID number returned when the 'add' command was run in the previous step. Using a * in place of " UserName" or " ProfileName" will publish the update to all users. When this command is executed, it will return a list of all users targeted for update as given in the example below:
 
NOTE: It is very important that the number used in the next command come from the ID displayed above other wise the auto upgrade will not work.
 
Example: 
C:\Program Files\Veritas\Veritas DLO>DLOCommandu -update -publish -UI 273 -U *
 
Target User:

ID=18 Name="domain\user1"
ID=108 Name="domain\user2"
ID=138 Name="domain\user3"
ID=258 Name="domain\user4"
ID=558 Name="domain\user5"
ID=588 Name="domain\user6"

Users will be updated the next time the Desktop Agent application is started.

NOTE: The DLOAgentUpdate_NBU.ini file can be modified to be a silent install by changing the PromptUser=0
 

Was this content helpful?