원문 : http://www.brandonhutchinson.com/Solaris_NIC_speed_and_duplex_settings.html
OS 새로 설치한 후 hme0 가 동작하지 않아서 ndd로 설정변경해봄
Setting NIC speed and duplex
Solaris is often unable to correctly auto-negotiate duplex settings with a link partner (e.g. switch), especially when the switch is set to 100Mbit full-duplex. You can force the NIC into 100Mbit full-duplex by disabling auto-negotiation and 100Mbit half-duplex capability.
Example with hme0:
1. Make the changes to the running system.
# ndd -set /dev/hme adv_100hdx_cap 0
# ndd -set /dev/hme adv_100fdx_cap 1
# ndd -set /dev/hme adv_autoneg_cap 0
우분투에 오라클 11g 설치
http://www.pythian.com/blogs/654/installing-oracle-11g-on-ubuntu-linux-710-gutsy-gibbon
그대로 따라한 후
sqlplus /nolog
SQL> conn / as sysdba
ERROR:
ORA-12162: TNS:net service name is incorrectly specified
에러…
검색결과 oraenv 실행
ORACLE_SID = [oracle] ?
ORACLE_HOME = [/home/oracle] ?
The Oracle base for ORACLE_HOME=/home/oracle is /home/oracle
해결안됨…
oracle 10g로 재시도중…
참고사이트: http://www.bywoong.com/blog_v2/1116
Tags: oracle
http://www.modsecurity.org/
웹방화벽에 관한 자료를 찾다가 modsecurity라는 아파치 모듈에관한 사이트를 찾았음.
어플리케이션(netbackup6.0 client)을 실행했을때 에러 발생. 해결방안은?
fatal:librt.so.1: version ‘SUNW_1.2′ not found
1. SUNWcsl 확인 2. LD_NOVERSION 이 yes인지 확인?
Tags: solaris7 librt.so.1