nerdexam
Cisco

500-430 · Question #10

What are three recommended steps to prepare a Linux environment for the installation of an AppDynamics Controller with a Large performance profile? (Choose three.)

The correct answer is A. Install libaio, D. Verify the open file descriptor limit. F. Verify the process limit.. To prepare a Linux environment for the installation of an AppDynamics Controller with a Large performance profile, which is suitable for monitoring up to 1000 agents, you need to perform the following steps: Install libaio on the host machine if it does not already have it instal

AppDynamics Deployment and Sizing

Question

What are three recommended steps to prepare a Linux environment for the installation of an AppDynamics Controller with a Large performance profile? (Choose three.)

Options

  • AInstall libaio,
  • BInstall MySQL.
  • CVerify the user account has root access,
  • DVerify the open file descriptor limit.
  • EVerify that Java is installed.
  • FVerify the process limit.

How the community answered

(38 responses)
  • A
    89% (34)
  • B
    5% (2)
  • C
    3% (1)
  • E
    3% (1)

Explanation

To prepare a Linux environment for the installation of an AppDynamics Controller with a Large performance profile, which is suitable for monitoring up to 1000 agents, you need to perform the following steps: Install libaio on the host machine if it does not already have it installed. This library facilitates asynchronous I/O operations on the system, which are required by the Controller. You can use the package manager of your Linux distribution to install libaio, such as yum or apt-get. For example, on CentOS, you can run yum install libaio. Verify the open file descriptor limit on the system. The file descriptor limit determines how many files a process can open at a time. The Controller requires a high file descriptor limit to handle the large number of connections and transactions. AppDynamics recommends setting the file descriptor limit to at least 65535 for the user account that runs the Controller. You can check the current file descriptor limit by running ulimit -n and modify it by editing the /etc/security/limits.conf file. Verify the process limit on the system. The process limit determines how many processes a user can run at a time. The Controller requires a high process limit to handle the large number of threads and subprocesses. AppDynamics recommends setting the process limit to at least 65535 for the user account that runs the Controller. You can check the current process limit by running ulimit -u and modify it by editing the /etc/security/limits.conf file.

Topics

#Linux preparation#Controller installation#file descriptor limit#process limit

Community Discussion

No community discussion yet for this question.

Full 500-430 Practice