albd_server process
When a client program needs access to a service (a VOB or view server, for example) on an HCL VersionVault server host, it uses a remote procedure call (RPC) to send a request to the albd_server process on that host. The albd_server starts the requested service if it is not already started, and provides the service's port number to the client. Thereafter, the client communicates directly with the service.
- Starting and stopping other HCL VersionVault services as needed.
- Setting up network communications between HCL VersionVault clients and servers.
- Managing execution of tasks run by the HCL VersionVault scheduler.
- Responding to requests for registry information on an HCL VersionVault registry server host.
- Responding to requests for licenses on an HCL VersionVault license server host.
- On hosts running Linux or the UNIX system, responding to load-balancing queries from a remote clearmake process.
- As root on Linux or on the UNIX system
- A specially created privileged user account on HCL VersionVault on Windows®
HCL VersionVault services started by the albd_server generally run with the identity of the resource (VOB or view) owner on Linux or the UNIX system, and with the identity of the albd_server on Windows.
Port assignment
- On Linux or the UNIX system, edit the local host's services database or the NIS services map.
- On Windows, create the appropriate entry in the file %SystemRoot%\System32\drivers\etc\services. (If there is no entry for the albd_server in this file, it uses port 371.)
The albd_server reads configuration file albd.conf during startup to determine which services to provide. Do not modify this file.