Often with the Bigip-VEs, installing a hotfix via the GUI will be impossible because the volume drop-down menu is empty:
Solution is install via CLI:
(tmos)# bash # ls /shared/images/*.iso /shared/images/BIGIP-13.1.0.8-0.0.3.iso # tmsh (tmos)# install sys software image BIGIP-13.1.0.8-0.0.3.iso volume HD1.2 create-volume (tmos)# show sys software status ---------------------------------------------------------------- Sys::Software Status Volume Product Version Build Active Status ---------------------------------------------------------------- HD1.1 BIG-IP 13.1.0.7 0.0.1 yes complete HD1.2 BIG-IP 13.1.0.8 0.0.3 no installing 10.000 pct
At this point you can go back to GUI, watch the installation complete, and boot to that volume.
Advertisements