Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: find out ip

RE: find out ip

From: Guy Hammond <guy.hammond_at_avt.co.uk>
Date: Thu, 04 Oct 2001 02:31:13 -0700
Message-ID: <F001.003A197A.20011004020025@fatcity.com>

$ /usr/sbin/ifconfig -a

That will give you all the IP addresses that are assigned to the machine. To find out which one you are logged in on,

$ who am i

If you are using a shell like bash, you can say

$ export PS1='(\u@\h:\w) '

Which I find saves a great deal of confusion - it will embed your username, the host you are logged into and your current working directory into the shell prompt, for example:

(oracle_at_test02:~) sqlplus...

HTH, g

-----Original Message-----
[mailto:Shrinivas.Tatireddy_at_med.ge.com]
Sent: Tuesday, October 02, 2001 8:30 AM
To: Multiple recipients of list ORACLE-L

Hi lists

How to find out a server (solaris) IP address, that I logged in . Any command ?

thanx in advance
srinivas

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Tatireddy, Shrinivas (MED, Keane)
  INET: Shrinivas.Tatireddy_at_med.ge.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Guy Hammond INET: guy.hammond_at_avt.co.uk Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Thu Oct 04 2001 - 04:31:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US