Server [message #173064] |
Fri, 19 May 2006 04:19 |
gajini
Messages: 262 Registered: January 2006
|
Senior Member |
|
|
1. How to find IP address of Oracle server from oracle client?
2. How to find the Server model & no of CPUs of that server from oracle client?
3. Is it possible to find the total storage capacity of that server from oracle client?
|
|
|
Re: Server [message #173308 is a reply to message #173064] |
Sun, 21 May 2006 13:56 |
nmacdannald
Messages: 460 Registered: July 2005 Location: Stockton, California - US...
|
Senior Member |
|
|
1. How to find IP address of Oracle server from oracle client?
Use the 'ping' utility (i.e. ping <servername>)
2. How to find the Server model & no of CPUs of that server from oracle client?
I am not sure what 'Server model' means. If your server is a UNIX, use sar (try typing in 'man sar' to get the parameters you want.)
3. Is it possible to find the total storage capacity of that server from oracle client?
If your server is a UNIX(I use SSH2), log onto the server as an o/s user, or go to the console, and enter 'df -k'. That will show you all the disk mount points and available disk space.
Please specify the server's O/S. Your questions depend on knowing what Operating System is running on the server.
Neil.
|
|
|