The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > The UNIX Forums - Contact Us > Forum Support Area for Unregistered Users & Account Problems
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-29-2008
udhayashankar udhayashankar is offline
Registered User
 

Join Date: Jan 2008
Location: Pune
Posts: 2
Quote:
Originally Posted by phatan View Post
Hi,

How to change the ip address in solaris box , I have gone like this
fist i have #ifconfig <interface> 10.3.14.11 up
then i have edited in /etc/hosts and /etc/nodename.
i dont know how to start the services and is it complusary to reboot.
if i am wrong please guide me.

Please hlep me -- Thanks in advance.
Phatan
To change the ip address in solaris
#ifconfig eri0 10.3.14.11 up
There is no need to edit the host and nodename files manually, All the host config files will get updated automatically...
to start the services in solaris10 you have to user svcadm
Reply With Quote