Viewing the Security Details of a Client Using the Command Line Interface

You can view the security associations and client owners for a client computer.

  1. Download the client_security.xml file and save it on the computer from where the command will be executed.

  2. Open the .xml file and update the XML parameters listed in the table below.

  3. From the command prompt, go to software_installation_directory/Base and type the following command:

    qlogin -cs commserve_host_name -u user_name
  4. From software_installation_directory/Base type the following command:

    qoperation execute -af client_security.xml

  5. To view the security details for the client, find the <securityAssociations> block in the response.

The following table displays the XML parameters needed before running the qoperation command:

Parameter

Description of Parameter Values

clientName

Name of the client computers for which you want to get the existing security details.

For example: If you want to get the security details of client1, client2 and client_x then you must add the following:

<entity>  <clientName>client1</clientName>
</entity>
<entity>  <clientName>client2</clientName>
</entity>
<entity>  <clientName>client_x</clientName>
</entity>
×

Loading...