Difference between revisions of "Command-Line Utility Reference"
From SDU
Angelr2112 (Talk | contribs) (→Executables) |
|||
| Line 19: | Line 19: | ||
* [[Pdm_d_refresh]] - selectively starts, stops and restarts sets of daemons | * [[Pdm_d_refresh]] - selectively starts, stops and restarts sets of daemons | ||
* [[Pdm_load]] - loads information directly into the database | * [[Pdm_load]] - loads information directly into the database | ||
| − | * [[ | + | * [[Pdm_tomcat_nxd]] - manages the tomcat daemon |
* [[Pdm_webcache]] - clears the web page cache | * [[Pdm_webcache]] - clears the web page cache | ||
* More to come... | * More to come... | ||
[[Category:Miscellaneous]] | [[Category:Miscellaneous]] | ||
Revision as of 14:02, 4 March 2008
Official Documentation
The CA Reference Guide provides basic information about key command-line executables that ship with Service Desk. Additional information may be found in the Administrator Guide and Advanced Customization Guide by doing a search on the executable name.
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
- add_user -
- animator_nxd -
- bop_adump - returns information about an attribute
- bop_cmd -
- bop_ddump - dumps all class information
- bop_ldump -
- bop_odump - dumps the object data
- bop_sinfo - returns information about objects (attributes, methods, triggers)
- pdm_extract - dumps data from the database to the screen or file
- Pdm_cache_refresh - refreshs object cache from the database
- Pdm_d_refresh - selectively starts, stops and restarts sets of daemons
- Pdm_load - loads information directly into the database
- Pdm_tomcat_nxd - manages the tomcat daemon
- Pdm_webcache - clears the web page cache
- More to come...