![]() |
|
|
|
|
|||||||
| 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 |
| change wc -l | francis_tom | Shell Programming and Scripting | 1 | 04-14-2008 10:02 AM |
| change log in name | PamRainwater | Post Here to Contact Site Administrators and Moderators | 1 | 09-16-2007 04:25 PM |
| Change IP | pascalbout | SUN Solaris | 7 | 02-02-2006 11:18 AM |
| IP change | kuultak | UNIX for Dummies Questions & Answers | 2 | 07-13-2005 06:01 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi there,
ic will change the dns entery on my unix box (hp-ux) but i donīt have a idea how i can change this. pls help me. thanks |
| Forum Sponsor | ||
|
|
|
|||
|
Okay, so what exactly do you need to do?
If the HP system is only a client, then you don't change any DNS entries on it. The only thing you can change is the nameservers that you point to or the default domain or search list. Example of /etc/resolv.conf from man page on HP (man resolv.conf OR man resolver): A typical resolv.conf file resembles the following: domain div.inc.com nameserver 15.19.8.119 nameserver 15.19.8.197 |