วันพฤหัสบดีที่ 24 ธันวาคม พ.ศ. 2558

แก้ปัญหา IPMI System Event.log และ Reset Sensor ใน Exsi 5.5

1. เปิด vCenter Server โดยใช้ vSphere Client.
2. เลือก Host ที่ขึ้น Alarm Event.log
3. คลิกที่แถบ Hardware Status.
4. ในช่อง View เลือก System Event log
5. คลิก Reset Event Log. แล้วรอจนกว่าจะทำงานเสร็จ
6. คลิก Reset Sensors เพื่อรีเซ็ตค่าเซ็นเซอร์ใหม่

วันศุกร์ที่ 11 ธันวาคม พ.ศ. 2558

How To Install Linux-Dash

1.Update system
# apt-get update

2.Install required packages
# apt-get install apache2 curl php5 php5-curl php5-json git

3.Change working directory to /var/www/html or your web directory

4. Download package
git clone https://github.com/afaqurk/linux-dash.git

5.Start apache service
# /etc/init.d/apache2 start

6. Open Browser and start linux-dash monitoring system
<IP_address>/linux-dash



Reference : http://www.unixmen.com/quick-install-linux-dash-linux/