Question 26 Discussion

Which two items demonstrate the creation of a new volume for software images? (Choose two answers)

  • A. tmsh install sys software image /shared/images/BIGIP-<version>.iso volume HD1.5 create-volume
  • B. Using the GUI, go to System > Disk Management > select new volume. In the pop-up window, type the name or number of the new volume and click Apply
  • C. tmsh install software image /shared/images/BIGIP-<version>.iso volume HD1.5 create-volume
  • D. Using the GUI, go to System > Software Management > select Available Images and select Install. In the install software image pop-up window, type the name or number of the new volume and select Install
  • E. tmsh install /sys software image BIGIP-<version>.iso volume HD1.5 create-volume
Correct Answer: A,D

Brave-Dump Clients Votes

AD 50%
DE 50%

Comments



Brave-Dumps Admin 2025-12-08 13:01:31

Selected Answers: A, D


As per Reference: https://my.f5.com/manage/s/article/K17406
tmsh install sys software image <image_name>.iso volume HDx.y create-volume

As per Reference: https://my.f5.com/manage/s/article/K13636984
System → Software Management → Available Images → Install


Anonymous User 2026-01-14 04:33:20

Selected Answers: D, E


Answer is DE, you don't need to specify image location so A isn't correct