![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Printing hostname | gbiswal | UNIX for Dummies Questions & Answers | 7 | 05-29-2008 05:17 AM |
| Hostname alias | RPG | HP-UX | 2 | 09-21-2007 03:52 AM |
| Solaris - unknown hostname - how can I change hostname? | XNOR | UNIX for Dummies Questions & Answers | 1 | 03-29-2007 07:52 PM |
| looking up hostname | dangral | IP Networking | 2 | 10-28-2003 01:56 PM |
| Hostname | bache_gowda | UNIX for Dummies Questions & Answers | 1 | 09-22-2001 01:25 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hostname - System Name
Hello
Can anyone tell me the difference between a hostname and system name in UNIX?. Rgds D |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I believe system name in solaris refers to the operating system name. The host name is the actual name of the server.
|
|
#3
|
||||
|
||||
|
There is the output of the command "uname -n" which the docs call "nodename". Posix says: "nodename shall contain the name of this node within an implementation-defined communications network." And there is the output of the command "hostname" and Posix says nothing at all.
What we now call nodename came first and was not really standardized enough to be used in a real network. "hostname" was intended to be very standardized and matched to the Internet standards. Most people set them to the same thing. The output of "uname -s" has nothing to do with either, it identifies the OS and this is what is called system name. Typical values are HP-UX or SunOS. |
|
#4
|
|||
|
|||
|
Ok , many thanks for the information.
D |
|||
| Google The UNIX and Linux Forums |