Deployment Solution 378
Command-Line Switches
If the /t switch is not used, the job is assigned to the computer but not scheduled. As a
result, it will not execute.
If you would like the job to run immediately, choose a date in the past.
If you have a group or computer name which include spaces, put the name in quotes.
All Computers can now be used as a group option.
Example 1: Schedule a job called Office2003 to run on Oscar’s computer at midnight on
12-31-2002.
axSched Oscar’s Office2003 /t "2009-12-31 00:00"
Example 2: Schedule a job called Office2003 to run on the Accounting Group
computers tonight at 10PM.
axSched Accounting Office2003 /t "2010-2-15 22:00"
Example 3: Schedule a job called ShutDown to run on all computers at tonight at 10
PM.
axSched "All Computers" ShutDown /t "2010-2-15 22:00"
Import Computer Utility
Syntax: axcomp <import-file> <options>
Options
Example 1: Import a computer using trusted account
axcomp <filename> /u <db-user> /p <db-password> /lu <login-user> /lp <login-
password>
Example 2: Import a computer using non-trusted account.
axcomp <filename> /u <db-user> /p <db-password>
axengine.exe
The Altiris eXpress Server (axengine.exe)is the Deployment Server
component of the Deployment Solution infrastructure. Command-line start parameters
/n Don't notify consoles of the changes
/y Suppress confirmation prompts
/dsn <odbc-dsn-name> ODBC data source name
/d <db-server> Database server name
/u <db-user> Database user name
/db <db-databaseName> Database name
/p <db-password> Database user password
/lu <login-user> Deployment Server login user name
/lp <login-password> Deployment Server login password