Syntax
pmclientinfo -v | [-z on|off[:<pid>]]] | -c [-h <host>]
Description
The pmclientinfo utility displays configuration information about a client host. This utility provides some information about the policy server group and the license features supported by the policy server group. You can specify a host on the command line to retrieve the details from a specific policy server host. Otherwise, the utility checks each policy server listed in the pm.settings file in turn until it finds one in a policy server group. Any user can run pmclientinfo.
Options
pmclientinfo has the following options.
Option | Description |
---|---|
-c | Displays CSV, rather than human-readable output. |
-h <host> | Specifies policy server host name to interrogate for policy group information. |
-v | Displays the version number of Privilege Manager for Unix and exits. |
-z |
Enables or disables debug tracing. Refer to Enabling program-level tracing before using this option. |
Examples
Any user on the host can run this utility. It displays the following information, in human readable or CSV format:
- Joined to a policy group : YES - Policy group name configured for this policy server group : adminGroup1 - Primary policy server hostname : adminhost1
Human Readable output from a client:
- Joined to a policy group : YES - Name of policy group : adminGroup1 - Hostname of primary policy server : adminhost1.example.com
CSV output from a client:
PMCLIENTINFO.JOINED,Joined to a policy group,YES PMCLIENTINFO.POLICYGROUPNAME,Name of policy group,adminGroup1 PMCLIENTINFO.PRIMARYPOLICYSERVER,Hostname of primary policy server,adminhost1.example.com
Files
- Settings file: /etc/opt/quest/qpm4u/pm.settings