2V0-32.24 Question 108
Select 3An organization is using VMware vRealize Suite Lifecycle Manager (vRSLCM) to manage their vRealize components. The administrator is tasked with extending the storage of the vRSLCM appliance due to low disk space. Which of the following steps are required to successfully extend the storage in vRSLCM?
- A
Stop all running services on the vRSLCM appliance before extending the storage.
- B
Use the vSphere Web Client or vCenter to increase the disk size of the vRSLCM appliance.
- C
Log in to the vRSLCM appliance via SSH and execute the 'resize2fs' command for the appropriate disk.
- D
Restart the vRSLCM appliance after resizing the disk.
- E
Update the vRSLCM configuration with the new storage size through the UI.
Show answer and explanation
Correct answers: B, C, D
Explanation
To extend storage in VMware vRealize Suite Lifecycle Manager (vRSLCM), you must first increase the disk size of the vRSLCM appliance using the vSphere Web Client or vCenter. Then, log into the appliance via SSH and use the 'resize2fs' command to resize the filesystem. Finally, restart the vRSLCM appliance to ensure the changes take effect. There is no need to stop services beforehand or update the configuration manually, as these steps are handled automatically by the system.
- A. Incorrect.
Stopping services is not a required step for extending storage in vRSLCM. vRSLCM is designed to handle disk resizing without needing to halt services.
- B. Correct.
Increasing the disk size using the vSphere Web Client or vCenter is a required first step, as this expands the virtual disk attached to the vRSLCM appliance.
- C. Correct.
Using the 'resize2fs' command ensures that the filesystem recognizes the new disk size and uses the additional space. This is a necessary step after expanding the disk.
- D. Correct.
Restarting the vRSLCM appliance allows the changes to take effect and ensures the appliance operates with the newly extended storage.
- E. Incorrect.
There is no need to manually update the vRSLCM configuration with the new storage size, as the system automatically detects the updated size after the resizing steps.