2015年8月31日 星期一

方法一:下載ISO檔使用光碟開機更新,方法簡單方便
方法二:下載ZIP檔,用SSH登陸使用指令更新,在此只作方法二的紀錄
SSH登陸主機並下載更新的ZIP檔,或是下載完後用vSphere Client傳到esxi主機也可以
esxi更新步驟:1.JPG
查看目前ESXI版本(指令:esxcli software profile get)
esxi更新步驟:2.JPG





開始更新前先將ESXI切換到維護模式(指令:vim-cmd /hostsvc/maintenance_mode_enter)
esxi更新步驟:3.jpg
開始更新(指令:esxcli software vib install -d 檔案路徑)

esxi更新步驟:4.JPG

重新開機(指令:reboot)

esxi更新步驟:5.JPG

重開機後退出維護模式(指令:vim-cmd /hostsvc/maintenance_mode_exit)
esxi更新步驟:6.JPG

2015年8月24日 星期一

Windows 2012 安装.NET Framework 3.5方法

1. 首先必須將2012 光碟再放入光碟機

2. 安裝..NET Framework 3.5 然後在指定替代來源路徑選擇光碟為位置



3.輸入D:\Sources\sxs\ 按確定就可以執行安裝,就會安裝完畢


2015年8月6日 星期四

VNC Server on SUSE Linux Enterprise Server (SLES) 11

1. Installation of the software

  • Ensure you are logged in as 'root'
  • # yast2 -i tightvnc

2. Configure display and passwords

  • Log in as the user who wants to own the VNC session
    • # vncserver
      • Optional switches :
        • -geometry [insert resolution]
        • -depth [insert color depth]
        • -name [insert desktop name]
        • :[insert display #]
        • -kill :[insert display #]
    • Input password as requested
    • Example :
    • # vncserver -geometry 1024x768 -depth 16 -name remote-desktop :2
  • Repeat for each VNC user as necessary

3. Change VNC passwords

  • Log in as the user who wants the password changed
  • # vncpasswd

4. Display VNC configuration

  • # less /etc/xinetd.d/vnc