Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Adding interfaces to Solaris 8
Name: Nish_R Date: February 14, 2004 at 16:31:26 Pacific OS: Soalaris 8 CPU/Ram: 512
Comment:
Hi All, I used to work in Solaris 5 and could add interfaces to the box using following command. #ifconfig hme0:1 192.17.0.2 netmask 255.255.255.0 up This used to add 192.17.0.2 network interface to the sun box(IP of the Sun Box 192.168.100.110) and I could connect any node in the n/w with 192.17.0.x. I need to do the same in Solaris 8, but failed. #ifconfig eri0:1 192.17.0.2 netmask 255.255.255.0 up FAILED !
Name: cbailey33 Date: February 15, 2004 at 19:02:23 Pacific
Reply:
Solaris 8 does not use the colon + interface To configure eri0: ----- ifconfig eri0 192.17.0.2 netmask 255.255.255.0 broadcast 192.17.0.255 up ----- To configure eri1 ----- ifconfig eri1 192.17.0.2 netmask 255.255.255.0 broadcast 192.17.0.255 up ----
Summary: We upgraded a Solaris 6 server to Solaris 8 server. After I installed Solaris 8 OS to the file server, I copied the user’s home directory “/export/home/” from the old hard drive to the new file server...
Summary: In earlier versions of Solaris, I could choose the public interface to use. I have a cluster and need to use qfe0 as my public and hme0/qfe1 as my private interfaces. Solaris 8 installs are defaulting...
Summary: I have a HDD Seagate Bardacular 40GB 7200 RPM When I install Sun Solaris 8 from CD. My computer auto restart after I choose type of install (b)booting or (i)interpreter. It does not install anything. ...