Creating a startup configuration member
To create a startup configuration member
- Locate the #NORMAL member in the UIM sample library.
Copy #NORMAL from your product sample library into your configuration file, and rename the copied member.
The following figure shows the startup configuration member. hlq is the high-level qualifier that you specified during installation.<bmchttp>
<bmc_parm id="PORT" value="9999" />
<bmc_parm id="AUTH_TIMEOUT_SECS" value="1800" />
<bmc_parm id="AFF_TIMEOUT_SECS" value="1800" />
<bmc_parm id="HFS_DATASET" value="hlq.HFS" />
<bmc_parm id="ALLOW_NETCMD" value="YES" />
<bmc_parm id="ENCRYPTION_LEVEL" value="SSL-IF" />
<bmc_parm id="USS_HFS_ROOT" value="/tmp/bmcuim" />
</bmchttp>Edit the new startup configuration member by changing the following variables as needed:
Variable
Definition
Accepted value
Reference
PORT
Port value for the UIM server
Numeric value from 1 through 65535 where the numeric value chosen is unique on the hosts where this configuration member is used
AUTH_TIMEOUT_SECS
Security authorization timeout for the console
Numeric value in seconds
AFF_TIMEOUT_SECS
Idle timeout period for affinity tasks
Unique numeric value in seconds
HFS_DATASET
BMCHFS server-side storage data set name
PDSE data set name for storing the BMCHFS data
ALLOW_NETCMD
Whether to enable or disable network browser command interface
YES (default), NO, or AUTHORIZE
ENCRYPTION_LEVEL
Whether to enable encryption of user credentials
SSL-IF (default) or NO
USS_HFS_ROOT
Root directory in USS HFS for web service configuration members
/tmp/bmcuim (default)