發表文章

目前顯示的是 2013的文章

PowerCam 7 install

本播放軟體採免費授權方式,在第一次閱讀 EverCam 7 的講解時會自動下載並安裝,若電腦無法自動安裝(或 Win98),請下載  install_fsplayer7.exe  執行即可。 IT 部門可依需求下載  fsplayer7.dll ,複製到 windows 並執行 "regsvr32 fsplayer7.dll" 註冊。除此之外,也可以下載  網頁安裝  放在內部的網站供 Intranet 使用(直接透過內部網路安裝)。

Find out the lock disk in ESXi

圖片
在 ESXi 中用 command 刪除disk,出現訊息如下 /vmfs/volumes/4ae91056-0de6fab4-8069-0022642d4f1e/ABCDE # rm -rf ABCDE-flat.vmdk rm: cannot remove 'ABCDE-flat.vmdk': Device or resource busy /vmfs/volumes/4ae91056-0de6fab4-8069-0022642d4f1e/MTKDAPX3 # 在 DataStore 中刪除出現的畫面如附件,該怎麼處理才可以刪除這檔案。 Backup 確認目前沒有在作用中 ... Solution: 验证文件是否被锁  vmkfstools -D /vmfs/volumes/LUNname/filename 反馈 gen 7, mode 1, owner 00000000-00000000-0000-1234567890ab mtime 5312  (其中12345678910ab表示主机网卡的mac 地址) 然后在每个主机上执行esxcfg-nics -l 在反馈的结果内对比mac地址,确认被锁定的主机,然後reboot 被鎖定的主機。
在 P2V 之後,需要確認網卡與網路組態設定,可能會發現 IP 已經在使用中, 可以在 CMD 下指令: set devmgr_show_nonpresent_devices=1 (顯示隱藏裝置) start devmgmt.msc (開啟裝置管理員) 再點選『顯示隱藏裝置』,在隱藏裝置中找到原有的實體網卡後移除既可(或解除安裝)。

Query KMS record on DNS server

You need to configure the KMS host (Server)so that it has the credentials needed to create and update SRV, A, and AAAA resource records on your DDNS servers, or you need to manually create these records. The recommended solution for giving the KMS host the needed credentials is to create a security group in Active Directory® and add all KMS hosts to that group. In the Microsoft DNS server, ensure that this security group is given full control permission over the _VLMCS._TCP record on each DNS domain that will contain the KMS SRV records. This is the nslookup command to check if the correct record is in the DNS Server : nslookup -q = SRV  _VLMCS . _TCP