WebLogic Server Command Reference
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Parses the domain's configuration file and reports any errors in the configuration of cluster-related elements.
You can run this command only on a WebLogic Server host that can access the domain's configuration file through the host's file system.
java [ SSL Arguments ] weblogic.Admin
[-urlURL
]
[ User Credentials Arguments ]
VALIDATECLUSTERCONFIG
-configPathpathname
Specify the listen address and listen port of any active server in the domain, regardless of whether it belongs to a cluster. If you specify a secure listen port, you must also specify a secure protocol. If you do not specify a value, the command assumes For more information, refer to the -url entry in Table 1-3 on page 11 and Protocol Support. |
|
The path and file name of the domain's configuration file. A relative pathname is resolved to the directory in which you issue the VALIDATECLUSTERCONFIG command. |
The following example validates the cluster-related configuration elements for the MedRec domain. In this example, the command is issued from the WL_HOME
directory:
java weblogic.Admin -url AdminHost:7001
-username weblogic -password weblogic
VALIDATECLUSTERCONFIG -configpath
samples\domains\medrec\config.xml
For more information about the environment in which this example runs, refer to Example Environment.
If the cluster configuration contains errors, the command returns a message that describes the error. For example:ERROR:Cluster name:MyCluster has an INVALID Multicast address:null Please pick an address between (224.0.0.1 and 255.255.255.255)
If the cluster configuration is free of errors, the command returns nothing.
![]() ![]() |
![]() |
![]() |