솔라리스 network card인식하기
시스템에 새로운 ethernet interface(le, hme, qfe, qe)를 추가하고 시스템이 이를 인식하게 하려면 아래와 같이 /etc directory 밑에 hostname.xxN 화일을 만든 후 시스템을 reconfigure 하도록 rebooting 한다. 1. 각 ethernet interface 이름은 network card에 따라 아래와 같이 지정된다. lance Ethernet : le Fast Ethernet v1.0 : be Fast Ethernet v2.0 : hme Quard Ethernet : qe Quard fast Ethernet : qfe 2. /etc/hostname.xxN 화일 시스템이 rebooting되는 동안에 /etc/rcS.d/S30rootusr.sh 화일이 ..