- เปิด Service SSH ที่เครื่อง ESXi
echo ‘vhv.allow = “TRUE” ‘ >> /etc/vmware/config
- ติดตั้ง Windows 2012 ตามปกติ
- หลังจากติดตั้งเสร็จแล้วให้ไปแก้ไฟล์ .vmx ของ vmware guest ตัวที่เราติดตั้ง เช่น hyv-node-01.vmx
แก้บรรทัดคำสั่ง
จาก guestOS = “Microsoft 2012″ หรือ ชื่ออื่น
เป็น guestOS = “winhyperv”
เพิ่มบรรทัดคำสั่ง
hypervisor.cpuid.v0 = FALSE
- สั่ง Power On Guest
- ติดตั้ง VMware Tools
credit:http://www.vmware.in.th/pumpith/vmware-%E0%B8%95%E0%B8%B4%E0%B8%94%E0%B8%95%E0%B8%B1%E0%B9%89%E0%B8%87-hyper-v-%E0%B8%9A%E0%B8%99-windows-2012-%E0%B9%83%E0%B8%99-esxi-5-1.html
Wednesday, June 5, 2013
Monday, June 3, 2013
awk + for shell
#!/bin/bash
ff=$(awk -F: '{print $1}' /etc/passwd | grep user )
for i in $ff ; do something in $i ; done
ff=$(awk -F: '{print $1}' /etc/passwd | grep user )
for i in $ff ; do something in $i ; done
Get password from ORACLE local user
select dbms_metadata.get_ddl('USER', username) || '/' usercreate from dba_users where username like 'SCOTT';
select spare4 from user$ where name='SCOTT';
select spare4 from user$ where name='SCOTT';
Subscribe to:
Posts (Atom)
ALCATEL 6900
write memory copy running certified reload from working no rollback-timeout
-
SET LLDP System NAME: system name ALL-Uplink system location SIAM-FL11 SHOW LLDP Configure: show lldp config or show lldp local-syste...
-
grant execute on utl_http to wc grant execute on dbms_lock to wc; BEGIN DBMS_NETWORK_ACL_ADMIN.create_acl ( acl => ...
-
:system view system-view or sys :show all config dis current-configuration :create vlan vlan vlan_number :show ip interface ...