XPSConfig is an interactive command-line utility that allows administrators and members of operations to view product parameters and, if allowed, edit their settings. While you may have your own product-specific configuration tool using XPS programming interfaces, XPSConfig is available so that this is not a requirement.
For each vendor and installed product, XPSConfig manages the parameters or named settings that are defined in the product's Data Dictionary. Each product can read, write, and validate its own parameter settings.
To use XPSConfig, you must be an administrator with XPSConfig rights.
Parameters have the following attributes:
Specifies the name of the parameter.
Limits:
Specifies the data type of the parameter value:
Logical | Numeric | String
Specifies a Boolean value: TRUE or FALSE.
Specifies an integer.
Specifies a string of characters.
Specifies the value or scope of the parameter:
Ask | Global | Local | Managed | Overrideable | Read Only
Specifies that the value is managed by the product, not by XPS, and that the value is read only.
Specifies that the value is stored in the policy store and accessible by all Policy Servers sharing that policy store.
Specifies that each Policy Server stores its own value.
Specifies that the value is managed by the product, not by XPS, and that the value is read-write.
Specifies that a value stored locally on a Policy Server can override a value stored globally on a shared policy store.
Specifies that the value is both the default value and read only.
Specifies whether the parameter is included in exports of the policy store.
Type: Boolean
Specifies whether the parameter is included in capabilities reporting for the Policy Server.
Type: Boolean
Specifies what type of access the remote API has to the parameter:
None | Read | ReadWrite
Describes the purpose of the parameter.
Specifies the type of license limit:
None | SoftLimit | HardLimit | ExpDate
Specifies that the parameter is not a license limit.
Specifies that the parameter is a soft or advisory license limit.
Specifies that the parameter is a hard or absolute license limit.
Specifies that the parameter is the date on which the license expires.
Specifies a default value for use when the current value is undefined.
Note: If the default value is undefined, its value is specified according to its data type:
space
zero
FALSE
Specifies whether the parameter is visible to XPSConfig.
Type: Boolean
XPSConfig has the following format:
XPSConfig [-vendor vendor] [-product product] [-?] [-vT | -vI | -vW | -vE | -vF] [-l log_path] [-e err_path] [-r rec_path]
XPSConfig includes the following options:
(Optional) Specifies the name of the vendor whose data you want to view.
(Optional) Specifies the name of the product whose data you want to view.
(Optional) Displays help information for this utility.
(Optional) Specifies when to log error information to the error file and how much information to log.
Logs detailed information so that you can TRACE errors.
Logs information in case there is an error.
Logs error information in the event of a WARNING, ERROR, or FATAL error.
Logs error information in the event of an ERROR or FATAL error.
Logs error information in the event of a FATAL error.
(Optional) Outputs logging information to the specified location.
Default: stdout
(Optional) Outputs error information to the specified location.
Default: stderr
(Optional) Outputs a record of the session to the specified location.
Copyright © 2015 CA Technologies.
All rights reserved.
|
|