Archive

Archive for 4월, 2008

solaris ndd

4월 28th, 2008

원문 : 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

H/W(하드웨어), Solaris(솔라리스)

Oracle 설치관련…

4월 14th, 2008

우분투에 오라클 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

Application(어플리케이션)

mod-security

4월 11th, 2008

http://www.modsecurity.org/

웹방화벽에 관한 자료를 찾다가 modsecurity라는 아파치 모듈에관한 사이트를 찾았음.

Application(어플리케이션)

solaris7 SUNW_1.2 error.

4월 1st, 2008

어플리케이션(netbackup6.0 client)을 실행했을때 에러 발생. 해결방안은? 

fatal:librt.so.1: version ‘SUNW_1.2′ not found

1. SUNWcsl 확인  2. LD_NOVERSION 이 yes인지 확인?

Q&A(질문과답), Solaris(솔라리스)

Bad Behavior has blocked 453 access attempts in the last 7 days.