Hello
Here's the code
ps -ef |grep pmon |grep -v grep |awk '{print $9}'
which returns this:
ora_pmon_DEV_ORCL1
ora_pmon_ORCL2
ora_pmon_DEV_ORCL3
ora_pmon_ORCL4
ora_pmon_DEV_ORCL5
When I tried another iteration to awk to just get the SIDS
with this code:
ps -ef |grep pmon |grep -v grep |awk...
QatQat Thanks for your suggestion.
Here's the output from the command:
[oracle@exproserv03 ~]$ ssh -i /home/oracle/.ssh/id_rsa exproserv
oracle@exproserv's password:
I've created these keys without a pass phrase. The .ssh directory has the proper permissions of 600 on them. I have appended...
Folks I apologize. I have set permissions on the authorized_keys2 to 600, and I have appended the id_rsa.pub to the authorized_keys2 file. here are the commands I've used:
chmod 600 .ssh/*
cat id_rsa.pub >> .ssh/authorized_keys2
Problem:
I have generated key pairs using RSA on all three servers. I have copied the id_rsa.pub to the /$HOME/.ssh of all three servers involved. The permissions on .ssh/* are 600. Server A can ssh to server B & C without a password. server B can ssh to server C and vice versa; however server...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.