7.0.8 Insight Remote Support Monitored Devices Configuration Guide

Monitored Devices Configuration Guide
Chapter 11: Configuring Integrity HP-UX Servers
enableHttpsConnection=true
enableHttpConnection=false
4. Based on the above output, set the following variables in the CIM planned configuration:
# cimconfig –s enableSubscriptionsForNonprivilegedUsers=true –p
# cimconfig –s enableNamespaceAuthorization=true p
5. Stop and start the CIM Server to set the configuration changes in the CIM current configuration:
# cimserver –s
# cimserver
6. 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
7. 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
8. Verify the user's authorizations:
#cimauth -l
Example Output:
hpirs, root/PG_InterOp, "rw"
hpirs, root/PG_Internal, "rw"
hpirs, root/cimv2, "rw"
HP Insight Remote Support (7.0.8)Page 88 of 248