IBM Integration Bus v10.0 Solution Developer — Question 2
An administrator needs to upgrade their QRadar environment. The administrator has downloaded the Patchupdate File from Fixcentral and transferred this Image to the Appliance.
Which commands does the administrator need to run to start the upgrade process?
Answer options
- A. 1. cd/medial/updates 2. systemctl stop Qradar 3. Qradar.sh upgrade all 4. systemctl reboot
- B. 1. mount ג€"o loop ג€"t squashfs XX_patchupdate.sfs /media/updates 2. cd /media/updates 3. /installer
- C. 1. cd /media/updates 2. yum update XX_patchupdate.sfs
- D. 1. patch XX_patchupdate.sfs
Correct answer: B
Explanation
The correct answer is B because it properly mounts the Patchupdate file and prepares the environment for the upgrade process. The other options either do not follow the correct procedure for handling the Patchupdate file or involve incorrect commands that wouldn't initiate the upgrade successfully.