ExamGecko
Question list
Search
Search

Question 31 - 500-430 discussion

Report
Export

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

A.

Install libaio,

Answers
A.

Install libaio,

B.

Install MySQL.

Answers
B.

Install MySQL.

C.

Verify the user account has root access,

Answers
C.

Verify the user account has root access,

D.

Verify the open file descriptor limit.

Answers
D.

Verify the open file descriptor limit.

E.

Verify that Java is installed.

Answers
E.

Verify that Java is installed.

F.

Verify the process limit.

Answers
F.

Verify the process limit.

Suggested answer: A, D, F

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 runyum install libaio1.

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 runningulimit -nand modify it by editing the/etc/security/limits.conffile2.

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 runningulimit -uand modify it by editing the/etc/security/limits.conffile2.

Other steps that are not required but recommended for the Controller installation are verifying the user account permissions, configuring the virus scanners, installing the netstat network utility, and setting the NUMA configuration2.You do not need to install MySQL or Java separately, as they are included in the Controller installation package3.Reference:Prepare Linux for the Controller,Install the Controller on Linux, andController System Requirementsin the AppDynamics documentation.

asked 11/10/2024
Ismaiel Al-Mufleh
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first