The SAP Class of the Core Configuration Server Database contains samples for each type of Server Access Profile (SAP).
You need to create new instances for each Satellite in your environment. Full-service Satellites generally have two instances each, and streamlined Satellites a single instance, as discussed in this section.
Note: The Configuration Server Database changes that are detailed in this must be done on a Core CSDB.
A Satellite server CSDB is a replication of its upstream server CSDB (either a Core or another Satellite) and should never be modified.
hostname_RCS Instance: Use the CORE_RCS instance to create a hostname_RCS
instance for full-service Satellites.
The URI
value of the hostname_RCS
instance must be modified to point to the hostname of the machine that is hosting the Satellite.
hostname_RPS Instance
: Use the CORE_RPS instance to create a SAT_RPS
instance for each full-service and each streamlined Satellite. For a friendly name, you could use hostname - Data
to represent its role of providing data resources to HPCA agents.
The URI
value of the hostname_RPS
instance must be modified to point to the hostname of the machine that is hosting the Satellite.
Assume an environment that includes two Satellites (PARISSAT3 and EUROSAT1) and requires the three SAP instances that are listed in the following table:
Hostname | Satellite Mode | SAP Instance Name (Friendly Name) |
SAP Type | SAP Priority |
---|---|---|---|---|
PARISSAT3 | Streamlined | PARISSAT3_RPS (PARISSAT3 - DATA) |
Data | 10 |
EUROSAT1 | Full-service | EUROSAT1_RPS (EUROSAT1 - DATA) |
Data | 20 |
EUROSAT1 | Full-service | EUROSAT1_RCS (EUROSAT1 - RCS) |
RCS | 30 |
To create a Server Access Profile instance for a Satellite:
On the Core server, open the HP Client Automation Administrator CSDB Editor and navigate to the Primary File, Client Domain, Server Access Profile (SAP) Class of the CSDB.
For information on how to access the HPCA Administrator, see the HP Client Automation Enterprise Administrator User Guide.
CORE_RCS Instance
(friendly name: Core - RCS
) to an instance named hostname_RCS
with a friendly name of hostname - RCS
. (In the example, the EUROSAT1_RCS instance has a friendly name of EUROSAT1 - RCS.)Select and modify the hostname_RCS
Instance; change the URI attribute to point to the hostname of the machine that is hosting the Satellite, as in:
URI = tcp://
satellite_hostname:3464
TYPE = RCS
ROLE = OSMR
Copy the CORE_RPS
Instance (friendly name: Core - RPS
) to a CLIENT.SAP.
hostname_RPS
instance with a friendly name of hostname - Data
.
Data
indicates that this SAP entry addresses the server’s role of providing data resources to the HPCA agents. (In the example, the EUROSAT1_RPS instance has a friendly name of EUROSAT1 - Data.)
Select and modify the new hostname_RPS
Instance; change the URI attribute to point to the full-service Satellite’s hostname, as in:
URI = http://
satellite_hostname:3466
becomes http://EUROSAT1:3466
TYPE =
DATA
ROLE = DZ
_RPS
Instance to create another instance for the streamlined Satellite. (In the example, the PARISSAT3_RPS instance has a friendly name of PARISSAT3 - Data.)