A.05.80 HP Insight Remote Support Advanced Managed Systems Configuration Guide (June 2013)

Table Of Contents
Managed Systems Configuration Guide
Chapter 12: HP-UX Server Configuration
#cimconfig –l –p
Example Output:
sslClientVerificationMode=disabled
enableSubscriptionsForNonprivilegedUsers=false
shutdownTimeout=30
authorizedUserGroups=
enableRemotePrivilegedUserAccess=false
enableHttpsConnection=true
enableHttpConnection=false
3. Based on the above output, set the following variables in the CIM planned configuration:
#cimconfig –s enableSubscriptionsForNonprivilegedUsers=true –p
#cimconfig –s enableNamespaceAuthorization=true –p
4. Stop and start the CIM Server to set the configuration changes in the CIM current configuration
#cimserver –s
#cimserver
5. Verify the settings in the CIM current configuration:
#cimconfig –l -c
Example Output:
sslClientVerificationMode=disabled
enableSubscriptionsForNonprivilegedUsers=true
shutdownTimeout=30
authorizedUserGroups=
enableRemoteprivilegedUserAccess=true
enableHttpsConnection=true
enableNamespaceAuthroization=true
enableHttpConnection=false
6. Add read and write authorizations for the user ‘hpirs’ to each of the namespaces, root/cimv2,
root/PG_InterOp, and root/PG_Internal:
#cimauth –a –u hpirs –n root/cimv2 –R –W
#cimauth –a –u hpirs –n root/PG_InterOp –R –W
#cimauth –a –u hpirs –n root/PG_Internal –R –W
#cimauth –a –u hpirs –n root/cimv2/npar –R –W
#cimauth –a –u hpirs –n root/cimv2/vpar –R –W
HP Insight Remote Support Advanced (A.05.80)Page 81 of 204