Online Interactive Help

The scripting client provides general and dynamic help on using the tool and its commands. You can use the online help for the running objects to help you in writing your scripts with the AdminControl commands. There are help commands provided in each scripting object to obtain general help and specific help on each command. Using the AdminConfig object as an example, the following help command

In Jacl:

 $AdminConfig help

In Jython:

  print AdminConfig.help()

returns the static help information on all the commands available in the AdminConfig object. To get help on a specific command, you can provide the command name as an argument to the help command, for example, running

In Jacl:

  $AdminConfig help create

In Jython: ...

Get IBM® WebSphere® System Administration now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.