Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mhauff65
  • Content: Threads
  • Order by date
  1. mhauff65

    Removing unwanted characters

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

    SSH prompting for a password

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

Part and Inventory Search

Back
Top