F5 BIG-IP LTM Specialist: Maintain and Troubleshoot — Question 2
An LTM Specialist must perform a hot fix installation from the command line.
What is the correct procedure to ensure that the installation is successful?
Answer options
- A. import the hot fix to the /var/shared/images directory check the integrity of the file with an md5 checksum tmsh apply sys software hotfix volume <volume_name> <hotfix_name>.iso
- B. import the hot fix to the /var/shared/images directory check the integrity of the file with an md5 checksum tmsh install sys software hotfix <hotfix_name>.iso volume <volume_name>
- C. import the hot fix to the /shared/images directory check the integrity of the file with an md5 checksum tmsh apply sys software hotfix volume <volume_name> <hotfix_name>.iso
- D. import the hot fix to the /shared/images directory check the integrity of the file with an md5 checksum
Correct answer: D
Explanation
The correct answer is D because it outlines the necessary steps to import the hot fix and verify its integrity without specifying the command for installation, which is not required for the installation process. Options A, B, and C incorrectly include additional commands related to the installation process that are not needed for the initial steps of ensuring a successful hot fix installation.