Feb 2, 2007 #1 jwholey Technical User Joined May 8, 2001 Messages 4 Location US In Linux, you can issue "hostname -f" to display the fqdn of your host. Is there a similar command in aix?
In Linux, you can issue "hostname -f" to display the fqdn of your host. Is there a similar command in aix?
Feb 2, 2007 #2 khalidaaa Technical User Joined Jan 19, 2006 Messages 2,323 Location BH I'm not sure of this as i don't have an aix box for now but could you try uname -a regards, Khalid Upvote 0 Downvote
Feb 2, 2007 #3 khalidaaa Technical User Joined Jan 19, 2006 Messages 2,323 Location BH namerslv -s | grep domain | awk '{ print $2 }' This is what i got from this link http://www.tek-tips.com/faqs.cfm?fid=4668 regards, Khalid Upvote 0 Downvote
namerslv -s | grep domain | awk '{ print $2 }' This is what i got from this link http://www.tek-tips.com/faqs.cfm?fid=4668 regards, Khalid
Feb 2, 2007 #4 DukeSSD Technical User Joined Jun 28, 2004 Messages 792 Location GB I seem to remember: hostname (shows the short hostname) ping <hostname> and ping displays the fqdn as the ping starts. Upvote 0 Downvote
I seem to remember: hostname (shows the short hostname) ping <hostname> and ping displays the fqdn as the ping starts.