Difference between revisions of "Command-Line Utility Reference"

From SDU
Jump to: navigation, search
m (Executables)
m (Executables)
Line 17: Line 17:
 
* [[pdm_extract]] - dumps data from the database to the screen or file
 
* [[pdm_extract]] - dumps data from the database to the screen or file
 
* [[pdm_cache_refresh]] - refreshes object cache from the database
 
* [[pdm_cache_refresh]] - refreshes object cache from the database
 +
* [[pdm_configure]]
 
* [[pdm_d_refresh]] - selectively starts, stops and restarts sets of daemons
 
* [[pdm_d_refresh]] - selectively starts, stops and restarts sets of daemons
 
* [[pdm_deref]] - used for finding and replacing data with data found in another database table.
 
* [[pdm_deref]] - used for finding and replacing data with data found in another database table.

Revision as of 12:59, 5 July 2008

Official Documentation

Appendix E of the Unicenter Service Desk Administrator Guide provides basic information about key command-line executables that ship with Service Desk.

Basic Information

  • Located in the [servicedesk]/bin folder
  • Basic syntax is available for most commands by typing "commandname -h" or just "commandname"
    NOTE: It is best to check a command's reference below to determine the best way to retrieve information. "-h" works with some commands. No parameters work with commands. Some commands attempt to perform actions even if -h is specified. Unfortunately, there appears to be no consistency with the command line syntax.

Executables