RE: find out ip

2001-10-04 Thread Guy Hammond
$ /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

Re: find out ip

2001-10-02 Thread Christian Trassens
$ who am i root pts/12 obre 2 09:11 (192.168.11.33) Regards. --- Tatireddy, Shrinivas (MED, Keane) [EMAIL PROTECTED] wrote: 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

Re: find out ip

2001-10-02 Thread Jan Pruner
Your IP address is 127.0.0.1 :-) JP Try ifconfig On Tue 2. October 2001 09:30, you wrote: 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:

RE: find out ip

2001-10-02 Thread Tatireddy, Shrinivas (MED, Keane)
Thanks a lot -Original Message- Sent: Tuesday, October 02, 2001 5:15 AM To: Multiple recipients of list ORACLE-L $ who am i root pts/12 obre 2 09:11 (192.168.11.33) Regards. --- Tatireddy, Shrinivas (MED, Keane) [EMAIL PROTECTED] wrote: Hi lists How to find out a

Re: find out ip

2001-10-02 Thread satar naghshineh
netstat -in Will also tell you if there are any other assigned ip addresses to that server, for example in a cluster configuiration. Regards, Satar --- Tatireddy, Shrinivas (MED, Keane) [EMAIL PROTECTED] wrote: Hi lists How to find out a server (solaris) IP address, that I logged in .