Note: The instances of Linux in this section refer to both the Linux and zLinux operating environments.
You can configure CA Harvest SCM servers to connect with distinct database instances. The server must be installed prior to performing this step.
Follow these steps:
Note: Make note of the datasource name, as it will be used later in the installation. In addition, datasource names for CAI/PT ODBC cannot include an underscore character '_'.
EnableScrollableCursors=1;ApplicationUsingThreads=1
“ServerType” refers to the class of Net server accessing the database server installation. If the database server installation is being accessed through an Enterprise Access or EDBC server, specify the gateway server. Valid definitions are:
The product does not require a list of additional arguments to this prompt.
For example, suppose you are using the default server and two server versions named version1 and version2. Create two version directories in the $CA_SCM_HOME location: $CA_SCM_HOME/version1 and $CA_SCM_HOME/version2.
Specifies the directory containing the server process. Replace dir with the full path to the $CA_SCM_HOME/bin directory.
Specifies the minimum number of server processes to be started.
Specifies the maximum number of server processes to be started.
Specifies the directory containing the server process argument file, HServer.arg. The default is the CA_SCM_HOME location.
Specifies the number of requests allowed in queue before the broker starts a temporary server.
The following is a sample HBroker.arg file based on the previous example.
//Default Version: Broker -dirserver=/home/ca scm-d/bin -minserver=5 -maxserver=50 -queuesize=2
// Version: Broker/version1 -dirserver_version1=/home/ca scm-d/bin -minserver_version1=3 -maxserver_version1=10 -queuesize_version1=10 -homeserver_version1=/home/ca scm-d/version1 // Version: Broker/version2 -dirserver_version2=/home/ca scm-d/bin -minserver_version2=3 -maxserver_version2=10 -queuesize_version2=10 -homeserver_version2=/home/ca scm-d/version2
When the broker is started, five default servers, three servers of version1, and three servers of version2 are also started. When no version tag is appended to a parameter name, the default value is used. In the homeserver directory, an HServer.arg must exist that specifies the configuration for that pool of server processes such as their distinct (nondefault) database information. The default location of homeserver is the $CA_SCM_HOME directory.
./svrenc -h
This utility creates a hidden file that stores the encrypted database username and password for the product server. For example, to create an encrypted file for the server version1 using a database user named admin, execute the following command:
./svrenc -s -usr admin -pw admin -dir /home/ca SCM/version1
Note: This utility has already been run for the “default” server during installation.
./bkrd
To connect to a particular version of the product, enter brokercomputer/versionname into the Broker field for the GUI or command line argument. To connect to server version1 using broker computer cascmcm, specify the broker name as cascmcm/version1.
|
Copyright © 2013 CA.
All rights reserved.
|
|