วันอังคารที่ 27 สิงหาคม พ.ศ. 2556

ตั้งค่า SNMP service ใน Windows Server

การ Add SNMP Windows Server

1.คลิกขวา My Computer
manager ---> service ดู snmp service
คลิกขวา snmp --> properties
tab traps - community name เพิ่ม MRTG
trap destination
เพิ่ม ip 10.10.2.29, 10.10.2.83 , 10.10.2.13

2.tap security  Read Only : MRTG
from these host : localhost : ip 10.10.2.29, 10.10.2.83  , 10.10.2.13
restart snmp service

3.allow snmp ที่ firewall ด้วย
windows firewall

inbound rules -- snmp service (Private)
scope : Remote IP address : Add เพิ่มทั้ง 2 ip

outbound rules -- snmp service (Private)
scope : Remote IP address : Add เพิ่มทั้ง 2 ip

วันอังคารที่ 13 สิงหาคม พ.ศ. 2556

[Linux] Copy File&Folder to Another Server

ก๊อปปี้ไฟล์และโฟลเดอร์ ไปยังเครื่องแม่ข่ายอื่น

login สิทธ์ root เข้าเครื่องต้นทางที่จะก๊อปปี้

รูปแบบคำสั่ง
scp -r sourcedir/ user@dest.com:/dest/dir/

ตัวอย่าง 
root# scp -r /data/users/staff/* root@192.168.1.100:/home/files/abc

เครื่องจะให้ยืนยัน พิมพ์ yes
ใส่รหัสผ่านสิทธิ์ root เครื่องปลายทาง :
เริ่มก๊อปปี้

วันพุธที่ 7 สิงหาคม พ.ศ. 2556

ปิด firewall บน Ubuntu Server

คำสั่ง sudo ufw disable
เสร็จแล้ว reboot 1 ครั้ง

วันอังคารที่ 6 สิงหาคม พ.ศ. 2556

คำสั่ง tar บีบอัดไฟล์

รวมไฟล์ และ บีบอัดไฟล์ไปพร้อมกันในคำสั่งเดียว

โค้ด:
#tar -cvfz backup.tar.gz  /home/myuser/www/*
 
ตัวอย่าง web# tar -cvzf bk-nipon.tar.gz /data/users/personnel/nipon/*

(zip รวมไฟล์ทั้งหมดใน www ไปเป็นไฟล์ backup.tar.gz )

วันอาทิตย์ที่ 4 สิงหาคม พ.ศ. 2556

แก้ปัญหา Enter full pathname of shell or RETURN for /bin/sh:


Enter full pathname of shell or RETURN for /bin/sh:
กด enter ลงมา 
# # fsck -y
รอจนสแกนเสร็จ แล้วสั่ง reboot เครื่อง

วันศุกร์ที่ 2 สิงหาคม พ.ศ. 2556

ปัญหา [Ldap]slapd: bdb_db_open: unclean shutdown detected; attempting recovery.

Asagidaki hatayi almanizin nedeni, ldap ‘in duzgun olarak kapatilmamasindandir. [root@test test]# /etc/init.d/ldap restart Stopping slapd:                                            [  OK  ] Checking configuration files for slapd:  bdb_db_open: unclean shutdown detected; attempting recovery. bdb_db_open: Recovery skipped in read-only mode. Run manual recovery if errors are encountered. config file testing succeeded Recovery etmek icin; [root@test test]# /usr/sbin/slapd_db_recover -v -h /var/lib/ldap/murat.ws/ [...]

[root@test test]# /etc/init.d/ldap restart
Stopping slapd:                                            [  OK  ]
Checking configuration files for slapd:  bdb_db_open: unclean shutdown detected; attempting recovery.
bdb_db_open: Recovery skipped in read-only mode. Run manual recovery if errors are encountered.
config file testing succeeded

Recovery etmek icin;

[root@test test]# /usr/sbin/slapd_db_recover -v -h /var/lib/ldap/murat.ws/
Finding last valid log LSN: file: 415 offset 2431351
Recovery starting from [415][2431223]
Recovery complete at Wed Mar 16 11:27:38 2011
Maximum transaction ID 8002afe9 Recovery checkpoint [415][2431351]

vim /etc/sysconfig/ldap

STOP_DELAY=60s 

อ้างอิง: http://www.murat.ws/ldapslapd-bdb_db_open-unclean-shutdown-detected-attempting-recovery/