วันเสาร์ที่ 16 สิงหาคม พ.ศ. 2557

External Harddisk error "not accessible"

วันนี้เจอปัญหาบน External Harddisk เสียบสายปุ๊บฟ้อง error แถมจ้องจะให้ Format ลูกเดียว
ใจหายแว๊บ ดูตามรูป พื้นที่อะไรไม่มีโชว์

โชคดีหน่อยมี น้ำใจบอกกัน ว่า "not accessible the file or directory is corrupted and unreadable"
ก็หาปัญญาตาม Google เลยคะแก้ตามด้านล่าง
เข้า Run พิมพ์ cmd

ไดร์ตามที่ขึ้นใน Mycom ของเครื่องเรา ในนี้คือ Drive F กด Enter นั่งรอเวลาเลยคะ

ระหว่างรอก็ภาวนาไปว่าขอให้ได้ข้อมูลคืน อย่างดีสุดขอให้มันไม่เจ๊งก็พอน่ะ.....ก็นั่งรอไปเถอะสักสิบนาทีเห็นจะได้ไม่รู้จะ Interrupt error อะไรกันหนักหนา ไม่ทันจะมองด้วยซ้ำว่าเสร็จเครื่องก็โดนสั่งรีสตาร์ทซะ ก็มันเสร็จแต่มันไม่บอก เอาๆ ข้อมูลมาก็โอเค ได้ผลนะ




วันพุธที่ 5 มีนาคม พ.ศ. 2557

วิธีการติดตั้ง Tool Monitor IRS

















เตรียมเครื่องสำหรับติดตั้ง IRS tool monitor

Pre-Installation Hosting Device
System Requirement
·         Supported 32-bit or 64-bit Microsoft® Windows® ProLiant server
·         Supported VMware guest

Hardware Requirement

Memory requirements for managing 100 devices or less:
·         Minimum 4 GB for new installations.
·         Recommended 6 GB
Free disk space requirements for managing 100 devices or less:
·         2 GB for installation.
·         500 MB for operation.

Important: When running the Hosting Device in a virtual environment, add an extra 10% to the resources for each Virtual Machine added to the ProLiant.


Operating System Requirements
HP Insight Remote Support 7.0.8 can be installed on a Windows HP ProLiant server or on a Windows VMware Guest
·         Microsoft Windows Server 2012 Standard Edition 11
·         Microsoft Windows Server 2012 Datacenter Edition
·         Microsoft Windows Server 2008 Standard Service Pack 2 for x64
·         Microsoft Windows Server 2008 Enterprise Service Pack 2 for x64
·         Microsoft Windows Server 2008 Datacenter Service Pack 2 for x64
·         Microsoft Windows Server 2008 Standard Service Pack 2 32-Bit1
·         Microsoft Windows Server 2008 Enterprise Service Pack 2 32-Bit1
·         Microsoft Windows Server 2008 Datacenter Service Pack 2 32-Bit1
·         Microsoft Windows Small Business Server 2008 Service Pack 21
·         Microsoft Windows Web Server 2008 Service Pack 21
·         Microsoft Windows Server 2008 R2 including Service Pack 11
·         Microsoft Windows Storage Server 2008 Standard edition Service Pack 21

User Requirement Install


·         User Administrator
·         User Add to Groups Administrator



Network bonding On Linux

Config File for Network Bonding *****

1.#/etc/modprobe.d/bond.conf
alias bond0 bonding
options bond0 mode=1 miimon=100  primary=eth0
2.#/etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
IPADDR=192.168.1.1
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
3.#/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
4.#/etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
 
***** Monitor Network Interface Bonding *****
#cat /proc/net/bonding/bond0