JACE 랜카드 1개만 고장났을 때 다른 랜카드 사용하는 방법 (How to use the other one Ethernet Port when broken used Ethernet port)
개요 랜카드1이 물리적으로 고장났을 때 랜카드2를 활성화 시키고 이용한 방법에 대해 기술 How to use the other one Ethernet Port when broken used Ethernet port /proc/boot : 기본 명령어 집합소 (Space of basic commands) EX) qspy명령으로 리눅스의 top과같은 프로세스 점유율이나 pid등을 볼 수 있음 The "qspy" command works like the "top" command in the Linux system. # Start io-net using the devn-ppc405.so driver and the full TCP/IP stack: io-net -d ppc405 mac=0004ACE313DF -ptcpip 00 01 f0 95 82 93 ifconfig en0 192.168.0.10 /ffs0/etc/shells /sin/sh /bin/ksh /sys/bin/syssh 네트워크 설정할때 ifconfig en0 inetd 192.168.11.111 netmark 255.255.255.0 위와같이 설정하면 그 내용이 /ffs0/etc/net.cfg 에 저장된다. net.cfg안에는 아래와같은 정보가 들어가있다. [global] hostname localhost domain A route 192.168.11.1 [en0] type ethernet mode manual manual_ip 192.168.11.14 manual_netmask 255.255.255.0 [en1] type ethernet mode manual manual_ip 100.0.0.101 manual_netmask 255.255.255.0 랜카드1이 램프가 안들어옴 랜카드2는 램프가 들어옴 강제로 랜카드1을 죽임 랜카드2로...