我要评分
获取效率
正确性
完整性
易理解

Installation Description

As an independent trusted attribute process, kdc_agent manages the runtime parameters through a configuration file.

  1. Obtain the kdc_agent RPM package from the build artifacts directory. For compilation details, see KDC Deployment and Usage Guide.
  2. Run the installation command.
    rpm -ivh kdcagent-<version>.rpm
  3. 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

  4. Verify the installation.
    1. Check whether the main program exists.
      ls -l /usr/bin/kdc_agent
    2. Check whether the configuration file exists.
      ls -l /etc/kdc_agent/agent_conf.json