Error CRS-5017 and ORA-12547 when using srvctl command to start/stop a database
issue: Solaris: SFRAC: Error CRS-5017 and ORA-12547 when using srvctl command to start/stop a database (Doc ID 1580878.1)
-------------------------------------------------------------------------------------------------------------------------
This looks like the LD_LIBRARY_PATH setting has no effect through ssh.
The dynamic library is not found: libskgxn2.so => (file not found)
Solution
Create a softlink as root user:
# ln -s /opt/VRTSvcs/rac/lib/libskgxn2_64.so /lib/64/libskgxn2.so
Once this is done, srvctl command can stop/start the database.
issue: Solaris: SFRAC: Error CRS-5017 and ORA-12547 when using srvctl command to start/stop a database (Doc ID 1580878.1)
-------------------------------------------------------------------------------------------------------------------------
This looks like the LD_LIBRARY_PATH setting has no effect through ssh.
The dynamic library is not found: libskgxn2.so => (file not found)
Solution
Create a softlink as root user:
# ln -s /opt/VRTSvcs/rac/lib/libskgxn2_64.so /lib/64/libskgxn2.so
Once this is done, srvctl command can stop/start the database.