displaying network domain name in tru64


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers displaying network domain name in tru64
# 1  
Old 12-26-2006
displaying network domain name in tru64

Hello:
does anyone of you know how can I get the network domain name that my tru64 server belongs to???

Thanks alot
# 2  
Old 12-26-2006
I've not been on a tru64 machine and I'm not exactly sure what your question is but.....

Try -

$ hostname
$ cat /etc/hosts

Or if you know the IP address look into the host, dig or nslookup commands.

Also the following command my help -
$ man -k hostname

Kent
# 3  
Old 12-26-2006
I am not a True64 guy. But on most of the unix implementations, It will be recorded in the /etc/resolv.conf. [ I guess you are talking about FQDN i.e. Fully Qualified Domain Name ]

Regds,

Kaps
# 4  
Old 12-27-2006
Thanks alot for your reply guys.
actually yes it was the FQDN what i wanted, but it seems there is no /etc/resolve.conf in tru64 so i guess I will check what its equiv in tru64

Thanks again
# 5  
Old 12-27-2006
Sometimes this 'translator' is useful for getting commands unique to a given OS:
http://bhami.com/rosetta.html
# 6  
Old 12-28-2006
Quote:
Originally Posted by aladdin
Thanks alot for your reply guys.
actually yes it was the FQDN what i wanted, but it seems there is no /etc/resolve.conf in tru64 so i guess I will check what its equiv in tru64

Thanks again
It's not /etc/resolve.conf it's /etc/resolv.conf (in case you were looking for the wrong file). /etc/resolv.conf is used to access the DNS servers the system uses. At least on the boxes I've seen. There may be a "search" line which lists the domain name of the network but it doesn't have to.

Did you try any of the commands I suggested? If you know the IP address of the server you should be able to find the FQDN, if DNS is set up correctly. Use "ifconfig" to find the IP address and then, "host ip_address" or "nslookup ip_address."
Kent
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Tru64

Two part question, I was told that you can download Tru64 5.1b for free, is this true and if so where? Second part, could I load this on a XP Pro PC with vmware? (1 Reply)
Discussion started by: Troberts50
1 Replies

2. Windows & DOS: Issues & Discussions

How to: Linux BOX in Windows Domain (w/out joining the domain)

Dear Expert, i have linux box that is running in the windows domain, BUT did not being a member of the domain. as I am not the System Administrator so I have no control on the server in the network, such as modify dns entry , add the linux box in AD and domain record and so on that relevant. ... (2 Replies)
Discussion started by: regmaster
2 Replies

3. UNIX for Dummies Questions & Answers

tru64

hi i am trying to get ssh server on tru64 5.1 can anyone help? thanks ed. (1 Reply)
Discussion started by: deusprogrammer
1 Replies

4. HP-UX

HP Tru64 NFS help

Hi guys, I have a setup where I nfsmount a directory from a solaris 8 server to a Redhat linux laptop. Machine: Redhat Directory: /NFS_MOUNT Machine: Solaris 8 Directory: /export/home/remote $ mount Sol_8_Server:/export/home/remote /NFS_MOUNT But first I have to edit the... (1 Reply)
Discussion started by: Stin
1 Replies

5. HP-UX

HP-UX and Tru64

I had buy two old workstation: a Digital alpha 21164 and a HP C360... What version of tru64 on alpha and HP-UX on HP C360 run on those boxes? Where i can buy/download a small/workstation-base (if exists) version of those operating system ? Tnx in advance (1 Reply)
Discussion started by: antani
1 Replies

6. UNIX for Dummies Questions & Answers

Mail server in home network and without domain name

Hi peeps, I want to learn how to configure mail servers, I am in private network, I am running debian 4.0, practically I have tried courier-mta, courier-imap, postfix, and sendmail. sometimes I am able to send mail and not able to connect to my imap server which is localhost, sometimes I am... (1 Reply)
Discussion started by: squid04
1 Replies

7. UNIX for Dummies Questions & Answers

Cannot boot Tru64

Hi, I just got an AlphaServer DS10 in my lap with a note 'Fix it !'. It's just that I'm not very good with unix. Anyways, it seems like the osf_boot file is missing from root. I can boot the server in singel user mode with the Tru64 5.1 cd and from there open a console window. When I checked... (0 Replies)
Discussion started by: magher
0 Replies

8. UNIX for Dummies Questions & Answers

Top in Tru64

Hi all. Anyone know what permissions or anything is needed to give users the privileges to see top statistics information ? I ask this because I have a user on which I execute top from and display just this info load averages: 0.49, 0.47, 0.46 ... (3 Replies)
Discussion started by: fidodido
3 Replies

9. UNIX Desktop Questions & Answers

tru64 unix

Whick book would I get for dummies learning tru64, ie basics. thankyou (1 Reply)
Discussion started by: jacl
1 Replies
Login or Register to Ask a Question