Installation Description
As an independent trusted attribute process, kdc_agent manages the runtime parameters through a configuration file.
- Obtain the kdc_agent RPM package from the build artifacts directory. For compilation details, see KDC Deployment and Usage Guide.
- Run the installation command.
rpm -ivh kdcagent-<version>.rpm
- After the installation is complete, the default file paths are as follows.
Type
Installation Path
Description
Main program
/usr/bin/kdc_agent
kdc_agent executable file
Configuration file
/etc/kdc_agent/agent_conf.json
Startup configuration file
Plugin file
/usr/lib64/libkdc_agent.so
Main service SO file of kdc_agent
- Verify the installation.
- Check whether the main program exists.
ls -l /usr/bin/kdc_agent
- Check whether the configuration file exists.
ls -l /etc/kdc_agent/agent_conf.json
- Check whether the main program exists.
Parent topic: kdc_agent RPM Package Installation