บทความ

Dell PowerEdge T20 RAID Config

รูปภาพ
Dell PowerEdge T20 RAID Config Dell PowerEdge T20 RAID Config หลังจากดู Spec เครื่อง DELL Server T20 กันไปแล้วเรามาลองติดตั้งการใช้งานแบบบ้านๆ ของผมกันดีกว่า อันดับแรกเครื่อง DELL PowerEdge T20 Server ตัวนี้มี Harddisk ติดตั้งมาแค่ตัวเดียว ผมเลยจัดการใส่ Harddisk เข้าไป 3 ลูกแบบ 500GB เพื่อการทดสอบครับ โดยจุดประสงค์คือการทำ RAID-0 RAID-1 และ RAID-5 และทดสอบการ Degrade RAID Level และ Upgrade RAID level ด้วยครับ *** ผมไม่ขออธิบายการติดตั้งแบบทั่วไปนะครับ แบบการติดตั้งโดยไม่ใช้ RAID ขั้นตอนการเริ่มต้น Setup RAID ครับ 1. เปิดเครื่อง Server 2. ระหว่างเครื่องกำลัง Boot ให้กดปุ่ม F2 เพื่อเข้า Bios Dell Server T20 มีการ Boot ระบบที่เร็วถ้าเรากดปุ่มไม่ทันมันจะข้ามไปนะครับให้ทำการ Reboot เครื่องใหม่แล้วกดปุ่ม F2 ใหม่ครับ 3. หลังจากเข้า Bios แล้วไปที่ Settings -> System Configuration -> SATA Configuration 4. ตรวจสอบว่าตั้งค่าเป็น RAID On ถ้ามีการเปลี่ยนการตั้งค่าจะมีการยืนยันให้ตอบ Yes แล้ว Apply 5. เครื่องจะ Restart ให้ทำการกดปุ่ม Ctrl+I ใน M...

Teamwork อย่างไรให้มีประสิทธิภาพ

“การทำงานเป็นทีม” คือ อีกหนึ่งรูปแบบการทำงานในฝันของใครหลายคน เพราะผลลัพธ์ของการทำงานรูปแบบนี้มักจะประสบความสำเร็จเป็นอย่างดี ทำให้องค์กรเติบโตขึ้นอย่างรวดเร็ว สิ่งนี้เป็นส่วนสำคัญในการผลักดันบุคลากรให้พัฒนาตัวเองตลอดเวลา เพราะหากในทีมช่วยเหลือเกื้อกูลกัน ทำงานเข้าขากัน ตลอดจนมีความสนิทชิดเชื้อกัน ทำผลงานเป็นที่น่าพอใจ ก็มีสิทธิได้ปรับเลื่อนตำแหน่งหรือเงินเดือนขึ้นพร้อม ๆ กันทั้งทีม โดยลักษณะและแนวทางของการทำงานเป็น Teamwork อย่างมีประสิทธิภาพ มี 6 ข้อ ดังนี้   1. เข้าใจการทำงานของตนเอง และคนอื่น จุดเริ่มต้นแรกของการทำงานเป็นทีมอย่างมีประสิทธิภาพนั่นก็คือ “ผู้ปฏิบัติงาน” แม้จะเป็นหน่วยเล็กที่สุดของทีม แต่ก็สำคัญที่สุดเช่นกัน เพราะการที่ทีมมีบุคลากรที่ดีมารวมตัวกัน รวมทั้งมีความเข้าใจถึงการทำงานของผู้อื่นในทีม โดยอาศัยข้อดีเกื้อหนุนซึ่งกันและกัน หากมีจุดไหนที่แตกต่างกันมาก ก็พร้อมจะเข้าใจ   2. สร้างและโฟกัสเป้าหมายร่วมกัน เมื่อทำงานเป็นทีมก็ควรเริ่มวางแผนโดยสร้างวัตถุประสงค์ร่วมกัน เพื่อโฟกัสเป้าหมายในการเดินไปข้างหน้าร่วมกัน และเพื่อใช้เป็นแนวทางในการ...

How to Install Open Source Zimbra Mail Server (ZCS 8.8.10) on CentOS 7

รูปภาพ
How to Install Open Source Zimbra Mail Server (ZCS 8.8.10) on CentOS 7 by  Pradeep Kumar   · Published  October 7, 2018  · Updated  October 8, 2018 Mail Server is one of the important and critical Server for any organization as most of business communication done via emails only. In Open source world there are couple of free email server but  Zimbra  is one of the leading mail servers. Zimbra Mail Server a.k.a  ZCS  (Zimbra Collaboration Suite) comes in two versions, Open Source and enterprise version. Prerequisites of Zimbra Mail Server (ZCS) Minimal CentOS 7 8 GB RAM At least 5 GB Free Space on /opt FQDN (Fully Qualified Domain Name), in my case it is “mail.linuxtechi.com” A & MX record for your Server In this article we will demonstrate how to install Open Source ZCS 8.8.10 on a CentOS 7. Step:1) Login to CentOS 7 and apply updates. Login to your CentOS 7 Server and apply the latest updates using fo...

Self signed SSL certificates with CA valid for 10 years in a multi-server setup.

Self signed SSL certificates with CA valid for 10 years in a multi-server setup. While deploying self signed SSL CA/certificates in a multi-server setup, please make sure that your localconfig on all servers allows untrusted certificates (untrusted means self signed) You can verify the same using below example commands. [zimbra@v01 ~]$ zmlocalconfig |egrep "ssl_allow_accept_untrusted_certs|ssl_allow_untrusted_certs" ssl_allow_accept_untrusted_certs = true ssl_allow_untrusted_certs = true [zimbra@v01 ~]$ If the untrsuted certs are not allowed, then please allow them using below commands. Run on all zimbra servers: su - zimbra zmlocalconfig -e ssl_allow_accept_untrusted_certs=true zmlocalconfig -e ssl_allow_untrusted_certs=true Take backup of "/opt/zimbra/bin/zmcertmgr" file. cp /opt/zimbra/bin/zmcertmgr /var/tmp/ Edit /opt/zimbra/bin/zmcertmgr file on LDAP master server (as root user) and search for "validation_days", then mo...

ZCS Certificates Tools

รูปภาพ
ZCS allows administrators to manage their certificates using either the Administration Console or the Command Line Interface (CLI). This article discusses the ZCS 8.x, 8.0.x, 7.0.x Administration Console, and the CLI tools for ZCS 8.x, 8.0.x, 7.0.x. A note on CN and subjectAltName By default ZCS requires valid certificates when communicating with hosts over TLS/SSL. As such, certificates within an install should be valid (not expired and have hostnames matching the certificate). Per https://tools.ietf.org/html/rfc2818#section-3.1 If a subjectAltName extension of type dNSName is present, that MUST be used as the identity. Otherwise, the (most specific) Common Name field in the Subject field of the certificate MUST be used. Although the use of the Common Name is existing practice, it is deprecated and Certification Authorities are encouraged to use the dNSName instead. See also RFC2459 section-4.2.1.7 for details on Subject Alternative Name handling and usage. In s...