How to Use ant to List All Available Partitions in the SOA Infrastructure
The following provides the syntax for listing all available partitions in the SOA Infrastructure.
ant -f ant-sca-mgmt.xml listPartitions -Dhost=host -Dport=port -Duser=user
Note:
After specifying the user name, enter the password when prompted.
Table 48-27 describes the syntax.
Table 48-27 ant SOA Infrastructure Partitioning List Commands
Argument | Definition |
---|---|
|
Hostname of the Oracle WebLogic Server (for example, |
|
Port of the Oracle WebLogic Server (for example, |
|
User name for connecting to the running server to get MBean information (for example, |
|
Password for the user name. |
The following provides an example of listing all available partitions in the SOA Infrastructure:
ant -f ant-sca-mgmt.xml listPartitions -Dhost=myhost10 -Dport=8001