Please follow the steps to copy the product patch to Aria Suite Lifecycle VA and trigger patch mapping to Aria Suite Lifecycle.
2. Copy the product patch file to /data folder in Aria Suite Lifecycle VA using SCP.
Note: Please make sure /data partition has enough disk space to copy and map the patch, if the storage is not enough, please extend the /data partition storage using EXTEND STORAGE option under Home -> Settings -> System Details tab in Aria Suite Lifecycle UI.
3. Add CD to or / data folder and run Curl Command to map Patch to Aria Suite Lifecycle as follows:
curl -X POST "http://localhost:8080/lcm/lcops/api/settings/patch/import" -H "accept: */*" -H "Content-Type: multipart/form-data" -H "Authorization: Basic <BASE64 encoded username: password>" -F "file=@{PATCH_FILE}" -k -v
Note: In the above curl command, update <BASE64 encoded username: password> to the password in the format username: password encoded using BASE64, and update {PATCH_FILE} to actual patch file name copied to data folder.
4. Once the curl command is successful, track the offline Patch Mapping request triggered from above API under Home -> Requests tab in Aria Suite Lifecycle UI.
5. Once the offline Patch Mapping request is completed, Patch will be mapped and listed under Home -> Settings -> Binary Mapping -> Patch Binaries.