nerdexam
Cisco

500-430 · Question #3

Which two preparatory tasks are required prior to installing an AppDynamics Controller on Linux? (Choose two.)

The correct answer is D. Install libaio. E. Verify that sufficient temporary (tmp) space is available (at least 1 GB).. Before installing an AppDynamics Controller on Linux, you need to perform some preparatory tasks to ensure the system meets the requirements and the installation runs smoothly. Two of these tasks are: Install libaio on the host machine if it does not already have it installed. Th

AppDynamics Deployment and Sizing

Question

Which two preparatory tasks are required prior to installing an AppDynamics Controller on Linux? (Choose two.)

Options

  • AInstall JRE.
  • BEnsure that MySQL port (3388) is opened.
  • CInstall SSH.
  • DInstall libaio.
  • EVerify that sufficient temporary (tmp) space is available (at least 1 GB).

How the community answered

(56 responses)
  • A
    4% (2)
  • B
    2% (1)
  • D
    95% (53)

Explanation

Before installing an AppDynamics Controller on Linux, you need to perform some preparatory tasks to ensure the system meets the requirements and the installation runs smoothly. Two of these tasks are: 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 that you have enough temporary (tmp) space available on the system, at least 1 GB. The Controller installation uses the tmp space to extract and install the software components. You can check the tmp space by running df -h /tmp. If the tmp space is insufficient, you can either free up some space by deleting unnecessary files, or specify a different temporary directory for the installation by passing the -Djava.io.tmpdir parameter to the installer. Other preparatory tasks include verifying the user account permissions, configuring the virus scanners, installing the netstat network utility, and setting the file descriptor limit.

Topics

#Controller installation#Linux prerequisites#libaio#temp space

Community Discussion

No community discussion yet for this question.

Full 500-430 Practice