The primary and secondary policy servers need to communicate with each other. Run the pmloadcheck command on a policy server host to verify that it can communicate with other policy servers in the policy group.
To determine if there any issues with policy servers in the policy group
From the Privilege Manager for Unix host command line, enter:
# pmloadcheck -r
This command has output similar to this:
[0][root@sol10-x86 /]# pmloadcheck -r
** Reporting current availability of each configured master...
* Host:myhost1.example.com (172.16.1.129) ... [ OK ]
** Based on this data, the server list is currently ordered as:
1. myhosts.example.com
Related Topics
pmloadcheck
To check the PM Agent configuration status
- From the command line, enter:
# pmclientinfo
This command returns output similar to this:
# pmclientinfo
- Joined to a policy group : YES
- Name of policy group : MyPolicyGroup
- Hostname of primary policy server : myhost.example.com
- Policy type configured on policy group : pmpolicy
If the PM Agent has been properly configured, it will say ‘Joined to a Policy Group: YES’ and give the policy group name and primary policy server’s hostname.
Related Topics
pmclientinfo
To install a license file
- Copy the .dlv license file to the policy server.
- To install the license, run:
# /opt/quest/sbin/pmlicense -l <license_file>
This command displays your currently installed license and the details of the new license to be installed.
- When it asks, "Would you like to install the new license (Y/N) [Y]?", press Enter, or type: Y
- If there are other policy servers configured in your policy server group, it forwards the license configuration to the other servers.
Related Topics
pmlicense
Use the pmlicense command to display how many client licenses are installed on the policy server on which you run the command.
Use pmlicense without any arguments to show an overall status summary, including the number of licenses configured and the total licenses in use for each license option.
To display current license status information
-
At the command line, enter:
# pmlicense
Privilege Manager for Unix displays the current license information, noting the status of the license. Your output will be similar to the following:
*** One Identity Privilege Manager for Unix ***
*** QPM4U VERSION 7.2.1.0 (0xx) ***
*** CHECKING LICENSE ON HOSTNAME:user123.example.com, IP ADDRESS:10.10.178.123 ***
*** SUMMARY OF ALL LICENSES CURRENTLY INSTALLED ***
* License Type PERMANENT
* Commercial/Freeware License COMMERCIAL
* Expiration Date NEVER
* Max QPM4U Client Licenses 10
* Max Sudo Policy Plugin Licenses 0
* Max Sudo Keystroke Plugin Licenses 0
* Authorization Policy Type permitted ALL
* Total QPM4U Client Licenses In Use 4
* Total Sudo Policy Plugins Licenses In Use 0
* Total Sudo Keystroke Plugins Licenses In Use 0
The above example shows that the current license allows for ten QPM4U clients (PM Agent licenses) and four licenses are currently in use.
Use pmlicense with the -us option to view a summary usage report; use -uf to view the full usage report.
To show a full usage report including last use dates
-
At the command line, enter:
# pmlicense -uf
Your output will be similar to the following:
Detailed Licensed Hosts Report
----------------------------------------------------------------------------
Number | Last Access Time | Hostname
----------------------------------------------------------------------------
| QPM4U | SudoPolicy | SudoKeystroke |
----------------------------------------------------------------------------
1 | 2012/07/01 17:14 | | | admin1.example.com
2 | 2012/07/01 17:14 | | | user101.example.com
3 | 2012/07/01 16:28 | | | user123.example.com
4 | 2012/07/01 17:14 | | | dev023.example.com
The above output shows the full report, including the host names and dates the Unix agents used the policy server.
The pmlicense command supports many other command-line options.
Related Topics
pmlicense