Объект AdminTask предлагает большое число команд, выполняющих простые и комплексные административные задачи. Чтобы облегчить поиск команды для конкретной задачи, команды были логически разделены на группы. Например, чтобы найти команды AdminTask, относящиеся к администрированию сервисной интеграционной шины, нужно вывести на экран группу SIBAdminCommands. В примере 5.20 показаны все группы команд и команды, входящие в группу SIBAdminCommands.
Пример 5.20. Группы AdminTask и команды SIBAdminCommands
wsadmin>print AdminTask.help(‘-commandGroups’) WASX8005I: Available admin command groups:
AdminReports — Admin configuration reports
AuthorizationGroupCommands — Authorization Group
AutoGen Commands — Commands for autogenerating LTPA password and server Id.
CertificateRequestCommands — Command that manage certificate request.
ChannelFrameworkManagement — A group of admin commands that help in configuring the WebSphere Transport Channel Service
ClusterConfigCommands — Commands for configuring application server clusters and cluster members.
ConfigArchiveOperations — A command group that contains various config archive related operations.
ConfigLimits — No description available
CoreGroupBridgeManagement — A group of administrative commands that help in configuring core groups.
CoreGroupManagement — A set of commands for modifying core groups
CreateWebServerByHostNameCommands — Specify the configuration properties for IBM HTTP Server.
DescriptivePropCommands — Commands to configure Descriptive Properties.
wsadmin>print AdminTask.help(‘SIBAdminCommands’)
WASX8007I: Detailed help for command group: SIBAdminCommands
Description: A group of commands that help configure SIB queues and messaging engines.
Commands:
addSIBPermittedChain — Adds the specified chain to the list of permitted chains for the specified bus.
addSIBusMember — Add a member to a bus.
createSIBDestination — Create bus destination. createSIBEngine — Create a messaging engine. createSIBForeignBus — Create a SIB foreign bus. createSIBLink — Create a new SIB link. createSIBMQLink — Create a new WebSphere MQ link.
createSIBMediation — Create a mediation.
createSIBWMQServer — Create a new WebSphere MQ server. createSIBus — Create a bus.
deleteSIBDestination — Delete bus destination.
Все доступные команды AdminTask можно вывести одним списком с помощью команды help.
wsadmin>print AdminTask.help(‘-commands’)
Например, для вызова команды createSIBus необходимо указать ряд опций. Чтобы вывести список опций, вызовите справку по команде:
wsadmin>print AdminTask.help(‘createSIBus’)