|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
how to find server name
How to find server name , i need command .
|
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Code:
uname -n uname --help |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
hostname
|
|
#4
|
||||
|
||||
|
this does not solve purpose
uname -n ==it gives machine name not server name
and host name == gives current host system I WANT TO KNOW SERVER NAME |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
What is the Difference between them ??
|
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
Not enough information. Please state the Operating System of the computers involved and how you are connecting between them. Also please make it clear which is the client and which is the server. If you know the IP address you can try looking up the name with "nslookup". See: Code:
man nslookup |
| Sponsored Links | |
|
|
#7
|
|||
|
|||
|
maybe you mean server model.. try (solaris) Code:
prtdiag |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to find a non-keon server | trichyselva | UNIX for Advanced & Expert Users | 0 | 05-29-2008 05:04 AM |
| Find server details | lalelle | Solaris | 1 | 02-04-2008 12:27 PM |
| Need to find whether my unix server is a stand alone server or its in a cluster | Naveen Kumar V | Solaris | 1 | 09-06-2007 06:35 AM |
| How to find NFS server | vigsgb | UNIX for Dummies Questions & Answers | 1 | 07-22-2005 04:44 AM |
| How to find i.p address of our server | vpotluri | UNIX for Dummies Questions & Answers | 4 | 09-23-2002 02:09 PM |
|
|