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

Message:The features supported by the processor(s) in this machine are different from the features supported by the processor(s) in the machine on whi

จากหัวข้อเกิดจากการ copy host ข้าม esxi ที่มี space เครื่องต่างกันมากๆ นะ ครับ บางที เราก็ไม่อยาก สร้างvm host ขึ้นมาใหม่ก็เลยก๊อปซะเลย จาก Message เรามีวิธีแก้อยู่ครับ

เข้าผ่าน SSH ไปยัง directory ที่เก็บ host ครับ แล้วหาไฟล์ นามสกุล .vmx เพิ่มโค้ดด้านล้างเข้าไป

checkpoint.disableCpuCheck = "true"


ครับแค่นี้เป็นอันจบครับ

วันจันทร์ที่ 1 สิงหาคม พ.ศ. 2554

How to get Dell Service Tag on Windows System in Console

How to get Dell Service Tag on Windows System in Console

Use WMI on Windows to get service tag as shown below:
C:\Users\john>wmic bios get serialnumber
SerialNumber
ABCDEF1



And We Use WMIC command will give make and model number along with service below:
C:\Users\john>wmic csproduct get vendor,name,identifyingnumber
IdentifyingNumber Name Vendor
ABCDEF1 PowerEdge 2950 Dell Inc.