Error :
Backup to Oracle Cloud Failing with Error: Failed to load Media Management Library, Additional information: 4004
Issue :
Unable to backup on-premises database running on AIX operating system to Oracle Cloud.
RMAN backup and sbttest diagnostic tool failing with errors.
Solution :
Change the configured stat at system restart from Defined to Available.
1. $ lsdev -c iocp
iocp0 Defined I/O Completion Ports
bash$ smitty iocp
2. Restart the server
3. Validate the new configuration:
bash$ lsdev -c iocp
iocp0 Available I/O Completion Ports
4. Run sbttest to test the cloud backup library:
bash$ sbttest a -libname /<cloud backup library path/libopc.so
Backup to Oracle Cloud Failing with Error: Failed to load Media Management Library, Additional information: 4004
Issue :
Unable to backup on-premises database running on AIX operating system to Oracle Cloud.
RMAN backup and sbttest diagnostic tool failing with errors.
Solution :
Change the configured stat at system restart from Defined to Available.
1. $ lsdev -c iocp
iocp0 Defined I/O Completion Ports
bash$ smitty iocp
2. Restart the server
3. Validate the new configuration:
bash$ lsdev -c iocp
iocp0 Available I/O Completion Ports
4. Run sbttest to test the cloud backup library:
bash$ sbttest a -libname /<cloud backup library path/libopc.so