Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Commands:
shutdown - Shuts the entire server down
jvmdump <servername> - Asks the specified server for a JVM Dump
stop <servername> - Asks the specified server to stop itself
start <servername> - Asks the specified server to start itselflisturls <servername> [...servername] [-onelist]
- Asks the specified dispatcher for its list of recently accessed URLs. If -onelist is specified,
all entries will be concatenated into one list, sorted by date
showwebserverstatus - Lists the status of all dispatcher and their web servers.
Changewebserverstatuschangewebserverstatus <dispatchers> <alternateservers> <servers> <unavailable>
- Change the “unavailable” bit on the servers – if true, the servers will be marked as being
unavailable. The dispatcher/alternateservers/servers is a name to match – use the word “all” to
match all servers.
reloadconfiguration - Ask the config server to reload its configuration.
createpdf - Create a PDF report based on the template in the xml and the timestamps given.
<xml template> <pdf filename> <from timestamp> <to timestamp>
deletestatistics <server pattern> <function pattern> [-donotdelete]
- Delete statistics entries for the specified server/functions - use to clean up specific statistics entries. Note that "all" can be used to replace *. if -donotdelete is added, it will only list the entries it would otherwise have deleted.
commitconfiguration - Ask the config server to commit any uncommitted configuration.
rollbackconfiguration - Rollback any uncommitted configuration updates - back to the active configuration.
configdiff - Show differences between active and uncommitted configuration.

...