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...
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.