본문 바로가기

RedHatEnterpriseLinux12

kernel_module lsmod : 적재된 모듈 출력 modprobe : 모듈을 로드 및 언로드 할때 사용modinfo : 모듈의 정보 확인 insmod : 모듈 적재rmmod : 모듈 삭제 [root@rhel 바탕화면]#lsmodModule Size Used byfuse 66138 2 ip6table_filter 2855 0 ip6_tables 19424 1 ip6table_filterebtable_nat 1975 0 ebtables 18101 1 ebtable_natipt_MASQUERADE 2400 3 iptable_nat 6124 1 nf_nat 22788 2 ipt_MASQUERADE,iptable_natnf_conntrack_ipv4 9440 4 iptable_nat,nf_natnf_defrag_ipv4 1449 .. 2012. 3. 28.
RHEL - ethtool ethtool - Display or change ethernet card settings ethtool 로 Speed 및 auto-negotiation 및 Link detected 를 확인 할수 있다. [root@rhel 바탕화면]#ethtool eth0Settings for eth0:Supported ports: [ TP ]Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supports auto-negotiation: YesAdvertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full A.. 2012. 3. 27.
time 설정 ntp rdate date Server 시간 설정 1.rdate 사용하여 원격지의 time-server 와 동기화 - rdate -p time.bora.net //time.bora.net 에서 시간정보를 가져와서 보여준다. - rdate -s time.bora.net // 타임서버에서 날짜와 시간 정보를 가져와서 적용한다. 2. cmos 시간을 동기화 (cmos 시간이 정확하다고 할때) cmos 시각을 출력 [root@rhel 바탕화면]# clock -r 2012년 03월 09일 (금) 오후 02시 12분 02초 -0.656729 seconds 시스템 시각으로 cmos 시각을 조정 [root@rhel 바탕화면]# clock -w cmos 시각으로 시스템 시각을 조정 [root@rhel 바탕화면]# clock -s 3. ntpd사용.. 2012. 3. 9.
LV extend LVM extend 초기 hdd 2개로 구성된 lvm 에.. 2개의 hdd 추가 후 lvm extend 설정 참고 페이지 http://docs.redhat.com/docs/ko-KR/Red_Hat_Enterprise_Linux/6/html/Logical_Volume_Manager_Administration/lv_extend.html [root@test01 ~]# fdisk -l Disk /dev/sda: 10.7 GB, 10737418240 bytes 255 heads, 63 sectors/track, 1305 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 *.. 2012. 2. 14.