Listing attributes of configuration objects using the wsadmin tool
Procedure
- Start wsadmin
- List the attributes of a given configuration object type, using the attributes command, for example:
where:
This command returns a list of attributes and its data type.
$ is a Jacl operator for substituting a variable name with its value AdminConfig is an object that represents the WAS configuration attributes is an AdminConfig command type is an object type To get a list of attributes for the JDBCProvider type, use the following example command:
- List the required attributes of a given configuration object type, using the required command, for example:
where:
This command returns a list of required attributes.
$ is a Jacl operator for substituting a variable name with its value AdminConfig is an object that represents the WAS configuration required is an AdminConfig command type is an object type To get a list of required attributes for the JDBCProvider type, use the following example command:
- List attributes with defaults of a given configuration object type, using the defaults command, for example:
where:
This command returns a list of all the attributes, types, and defaults.
$ is a Jacl operator for substituting a variable name with its value AdminConfig is an object that represents the WAS configuration defaults is an AdminConfig command type is an object type To get a list of attributes with the defaults displayed for the JDBCProvider type, use the following example command:
See Also
AdminConfig object for scripted administration
See Also
Commands for the AdminConfig object