廣告聯播

2015年10月23日 星期五

Generate New SID in Server 2012

From: Polin Wei


Generate New SID in Server 2012

Log on to Windows Server. Open Windows Explorer, and browse, C:\Windows\System32\Sysprep
Browse Sysprep Location
Right-click sysprep application and click Run as Administrator.
run as
System Preparation tool will open as shown below. Choose Enter System Out-of-Box Experience (OOBE) option, check Generalize option, choose Reboot as shutdown options and click OK.
Generate New SID in Server 2012
The application will generate new SID and perform all the required actions and will reboot.
Preparing
After the reboot, you will be asked to enter the product key (optional), accept License terms, and enter new Administrator password. You can then, login to the server and change Host name and IP address. In this way you can generate new SID.




參考: http://www.mustbegeek.com/generate-new-sid-server-2012/

2015年10月20日 星期二

vCenter6 安裝

From: Polin Wei



下載頁面

要去點選 VMware vSphere 的 Download Product 連結
這個時候就會看到 VMware vCenter Server 6.0.0
點選 Go to Downloads
2015-04-13 19:48:51 的螢幕擷圖.png

這個時候可以看到 vCenter Server 下載連結
我是使用 VMware vCenter Server Appliance, 點選他旁邊的 Download Now
2015-04-13 19:51:17 的螢幕擷圖.png


這個時候會要求登入 VMware 帳號
請登入自己的VMware 帳號
2015-04-13 19:53:41 的螢幕擷圖.png

登入完成之後就可以下載了.

然後就是參考文件中心的時間到了

下載之後因為是 iso 檔案, 所以要使用虛擬光碟的軟體把他掛載上來.
這個時候也會想, 執行的檔案都是 .exe 那 Linux and Mac 使用者是不是就一定要有 Windows 環境...

首先把 iso 掛載上來,  進入 vsca 目錄

1.png

安裝 VMware Client Integration Plugin

2.png


出現安裝精靈, 點選 下一步
3.png


授權合約點選 我接受 -- > 點選下一步
4.png


選取目的地資料夾 -- > 點選 下一步
5.png


點選 安裝
6.png


點選 完成
7.png


接下來點選 vcsa-setup.html 開始安裝 Vcenter
8.png

這邊會檢查 plugin , 這也是為何剛剛要先安裝的原因
9.png


點選 安裝
10.png

勾選 我接受 -- > 點選 下一步
11.png


輸入 ESXi 主機 IP 還有帳號, 密碼 點選 下一步
12.png

接受憑證警告, 點選
13.png


輸入 vCenter 主機名稱, 輸入之後管理者密碼, 點選 下一步
14.png


選取佈署類型, 如果沒有特殊需求的話, 將所有內嵌式整合在一起即可, 點選 下一步
15.png


SSO 設定, 這邊看是要建立新的還是要加入現有的 SSO 網域
16.png


這邊以建立新的為例, 輸入
SSO 密碼 / 網域名稱 / 站台名稱
點選 下一步
17.png


依照 vCenter 管理的 ESXi 主機選取大小
選取 下一步
18.png


選取 datastore ( 並看看要不要使用 thin 模式? )
點選 下一步
19.png


設定資料庫
我這邊是使用 內嵌式資料庫, 以 vCenter 6 的設定已經足夠
點選 下一步
20.png

設定 vCenter IP 相關設定
決定是否啟用 SSH, 以及 NTP 相關設定
點選 下一步
21.png

接下來就會自動完成佈署作業
 
 
參考: http://sakananote2.blogspot.tw/2015/04/20150413-vcenter6.html
 

2015年10月1日 星期四

在 Windows Server 2003 上安裝 KMS Server 與加入版權金鑰

From: Polin Wei
在企業環境啟動 windows 7 需使用到 KMS 或是 MAK 啟動,在此使用 KMS 來作為啟動 win7  Server 。首先到微軟網站下載 KMS 相關安裝套件 ( 如下圖 )KMS 安裝在 windows 2003 Server 上。

安裝好 KMS 套件後重新開機,開啟命令提示字元,輸入指令 slmgr 查看有哪些參數可以使用

接著輸入 slmgr –ipk 序號 來安裝 KMS 金鑰

輸入 slmgr –ato 連線到微軟線上啟動 KMS Server

指令 slmgr –dli 來查看目前啟動 windows 7 C lient 數量,需要 25 vista/win7 才能正常啟動
在此 KMS Server 端已經安裝啟動完畢。目前 Client 數量為 0

裝好 windows 7 c lient 端後,執行命令提示字元並使用管理者身分執行

輸入 slmgr –skms [server 名稱 ] 來指定要連線啟動的 KMS Server

再接著輸入 slmgr –ato 啟動 windows 7 ,此為第一台 windows 7 故會出現數量不足的提示視窗,此為正常現象

切換到 KMS Server 輸入 slmgr –dli 查看目前 windows 7 數量為 1

等累積到 25 台後, Client 端再次執行 slmgr –ato 就可以正常啟動。 

參考:
http://blog.xuite.net/ganpin917/home/46562966-Windows+7+KMS+Server%E5%AE%89%E8%A3%9D%E8%88%87%E5%95%9F%E5%8B%95

https://sofree.cc/windows7-kms/