搜尋此網誌

2012年12月19日 星期三

HP A5120 & E5500 SI Switch設定筆記


By default the 5120 does not have the web GUI enabled

The following should get you going.

Log into the cli as administrator and Issue the following commands

system-view

ip http enable

ip http port 80

local-user  admin *enter a name to access the web GUI here*

password simple 123456 *enter a password here*

authorization-attribute level 3 *enter the access level you want for this user* 3最高,0最低

 

# Log in to the device via the console port and configure the IP address of VLAN 1 of the device. VLAN 1 is the default VLAN.

system-view

[Sysname] interface vlan-interface 1  (此處可以直接設定您要的Vlan ID, Ex: 28)

[Sysname-VLAN-interface1] ip address 192.168.20.66 255.255.255.0

[Sysname-VLAN-interface1] quit

 

# Create a local user named admin, and set the password to admin for the user. Specify the Telnet

service type for the local user, and set the command level to 3 for this user.

[Sysname] local-user admin

[Sysname-luser-admin] service-type telnet

[Sysname-luser-admin]

[Sysname-luser-admin] password simple admin

quit

Save

  • Assign一個Port給剛剛設定的vlan ID,然後將此port接到同一個網段。
  • 看看可不可以Ping到上面所設定的IP,如果可以才能繼續往下。
  • 利用電腦Browser連進去
  • 如果要和L3 Switch trunk連線的話,要各設定一個porttrunk且帶tag
 
#如果要將 ip address移除,請用undo ip address
ip address
Syntax
ip addressip-address { mask | mask-length }
undo ip address [ ip-address { mask | mask-length } ]
Link Aggregation設定的方法:
先設定 Link Aggregation 的成員埠,設定完 Link Aggregation 後再針對該 Link Aggregation Group 設定。
所以要成為 Link Aggregation member port link-type 必須為 [access]
再將該 Link Aggregation Group Port 設為 trunk 即可。
也就是說,以後針對 class-two 的設定不能單獨對 member port 設定,要對 group 設定。
參考範例:
建立動態Link Aggregation Group,其成員埠為 23 & 24VLAN Allow All
system-view
# 建立編號為 2 Link Aggregation
[HP]interface Bridge-Aggregation 2
# 將該 Link Aggregation 模式設為動態 (LACP Enable)
[HP-Bridge-Aggregation2]link-aggregation mode dynamic
 
[HP-Bridge-Aggregation2]quit
 
# port 23 & 24 加入 [Link Aggregation 2]
[HP]interface GigabitEthernet 1/0/23
[HP -GigabitEthernet1/0/23]port link-aggregation group 2
[HP -Bridge-Aggregation2]interface GigabitEthernet 1/0/24
[HP -GigabitEthernet1/0/24]port link-aggregation group 2
# 切換到 Bridge-Aggregation 2,設定其為 trunk port VLAN
[HP]interface Bridge-Aggregation 2
[HP -Bridge-Aggregation2]port link-type trunk
[HP -Bridge-Aggregation2]port trunk permit vlan all
# 完成記得存檔
[HP -Bridge-Aggregation2]save


ps.如果後端接的是nas or server,則Bridge-Aggregation 2就不用設定成Trunk,要設定成Access。

[HP]interface Bridge-Aggregation 2
[HP -Bridge-Aggregation2]port link-type access
[HP -Bridge-Aggregation2]port access vlan 28


 

2012年11月14日 星期三

用Command Line安裝印表機,Runas AutoIt

要在user端安裝Printer Server上的印表機,比較沒有權限上的問題,可以Run一些簡單的VB Script即可,Ex:

add one printer ===================
Set WshNetwork10 = CreateObject("WScript.Network")
WshNetwork10.AddWindowsPrinterConnection \\PrinterServer\PRN-Color


Delete All Print==============

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colInstalledPrinters =  objWMIService.ExecQuery _
    ("Select * from Win32_Printer")
For Each objPrinter in colInstalledPrinters
    objPrinter.Delete_
Next

但如果要在User 端直接連到printer(不透過printer server),安裝時需要管理者權限,如果要請user自行安裝因為權限不足,無法安裝,所以腦筋動行RUNAS,雖然可以處理,但管理者密碼會有洩露之虞,此可參考網友文章
set WshShell = CreateObject("WScript.Shell")
WshShell.Run "runas /user:domain\administrator ""c:\test\h.bat"""
WScript.Sleep 1000
WshShell.Sendkeys "password~"
WScript.Sleep 5000

注意administrator後面紅色部份是一個space
使用AutoIt也是一個不錯的選擇 http://www.autoitscript.com/site/

2012年11月7日 星期三

利用psexec將遠端電腦的遠端桌面開啟RDP enable

有時候遠端電腦的RDP被關起來,但我們用想要使用,怎麼辦呢?!
不用跑去遠端設定,可利用psexec將遠端電腦的遠端桌面開啟RDP enable。

做法:
如何得到psexec,略...
在CMD中下指定
psexec -u {username} -p {password} \\{iP-Address} reg add “hklm\system\currentcontrolset\control\terminal server” /f /v fDenyTSConnections /t REG_DWORD /d 0

{username} = Administrator (must be administrator)
{password} = Administrator’s password
{IP-Address} = System IP Address

Note:
To deactivate RDP, just change “0″ to “1″.

如何還是沒有開啟,應是Remote端之firewall問題,所以下指令開啟firewall rule:

psexec \\ {iP-Address} netsh firewall set service remoteadmin enable
psexec \\ {iP-Address} netsh firewall set service remotedesktop enable

2012年10月17日 星期三

Outlook表單筆記 ,Outlook custom form,好的參考網站

如何在custom form中使用Date/Time pick
  • 在【設計表單】狀態下---將【控制工具箱】叫出來---在【控制工具箱】上click mouse右鍵---選自訂控制---勾選microsoft outlook date control & microsoft outlook time control。
    即可於【控制工具箱】使用此元件。
Search Google key word: 【outlook formula field】

公式參考:

某個欄位的公式
  • "請假單 ( "+[請假人]+" 自 "+Str([FromDateTime])+" "+[假別] +" "+ Str( [day] ) +" 天 " +    Format(Str([time] ), "0.##" )+ " 時 )"
  • Switch(FollowupDate - Date() < -5, "Very Overdue", FollowupDate - Date() < 0, "Overdue",
        FollowupDate - Date() < 6, "OK", True, "Future")
  • Switch(Month(SomeDate) = 1, "Cold", Month(SomeDate) = 2, "Cold", Month(SomeDate) = 3, "Cold",
        Month(SomeDate) = 4, "Mild", Month(SomeDate) = 5, "Mild", Month(SomeDate) = 6, "Hot",
        Month(SomeDate) = 7, "Hot", Month(SomeDate) = 8, "Hot", Month(SomeDate) = 9, "Hot",
        Month(SomeDate) = 10, "Mild", Month(SomeDate) = 11, "Cold", True, "Cold")
好的網站:

http://www.outlook-tips.net/

2012年10月9日 星期二

outlook公司表單檔案庫(組織表單)及個人表單的管理 刪除、新增...等

●在Outlook 2010刪除或新增公司表單檔案庫(組織表單)及個人表單:

outlook --> 檔案 --> 選項 --> 進階 --> 自訂表單 --> 管理表單
即可刪除或新增公司表單檔案庫(組織表單)及個人表單

●如何在 Exchange 中建立新的組織表單:
  1. 啟動 Exchange 系統管理員。
  2. 展開 [組織] 物件。
  3. 展開您的Administrative Group
  4. 展開 [資料夾]
  5. 滑鼠右鍵按一下 [公用資料夾}
  6. 按一下 [檢視系統資料夾
  7. 在清單中的資料夾出現在右邊窗格中,按一下 [ EFORMS 登錄] 資料夾。
  8. [[ EFORMS 登錄] 資料夾中,以滑鼠右鍵按一下,然後按一下 [新增]
  9. 按一下 [組織表單
  10. 輸入您組織的表單的名稱,然後按一下[確定]
  11. 重複這些步驟來建立文件庫的多個表單。
Outlook 2010 Cannot Open Form Published to Organizational Library Public Folder
Shorten the Names File cache time out value
The cache time out value is 24 hours. You can shorten this by specifying the number of hours the cache should be retained. To specify how often the cache should be refreshed in hours, use the following steps:
  1. Click Start, type Regedit, and then click OK.
  2. In the Registry Editor, locate the following key for Outlook 2010:
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Forms\ClassNamesCache
    Note You may need to create the Formsand ClassNamesCachesubkeys if they do not exist.
  3. On the Edit menu,click New, and then click DWORD Value.
  4. Type Timeout and then press ENTER.
  5. Right-click Timeout and then click Modify.
  6. In the Base frame, click the Decimalradio button. In the Value text box, type in a number from 1 to 24 (the default is 24 hours) and then click OK.
  7. Exit the Registry Editor.

Disable the Names File cache
The cache can also be disabled by using the following registry setting:
  1. Click Start, type Regedit, and then click OK.
  2. In the Registry Editor, locate the following key:
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Forms\ClassNamesCache
    Note You may need to create the Formsand ClassNamesCache subkeys if they do not exist.
  3. On the Edit menu, click New, and then click DWORD Value.
  4. Type Disabled and then press ENTER.
  5. Right-click Disabled and then click Modify.
  6. In the Value text box, enter a value of 1and then click OK.
  7. Exit the Registry Editor.

How to Open Outlook Templates and Files using Toolbar Buttons

http://www.slipstick.com/outlook/hyperlink-templates/

2012年8月24日 星期五

如何防止使用者因windows update重新開機,如果使用terminal server的話,重新開機就麻煩了。

如果是使用雲端 or Terminal server的管理者,在windows update後,使用者會看到重新開機的提示,如果有人按了重新開機,那就麻煩了,所以有一個gpo可以disable,不讓user看到重新開機的劃面。

Computer Configuration > Administrative Templates > Windows Components > Windows Update > Allow non-administrators to receive update notifications

還有一個GPO是如果有user登入,就不重新開機,其位置在

Computer Configuration > Administrative Templates > Windows Components > Windows Update > 這邊請自己找一下



How can I prevent Terminal Server Users from restarting the server after an Automatic Update?

2012年7月16日 星期一

Virtual Iron manager Restore Practice

Virtual Iron前幾年已經被Oracle買走了,所有的support都收回oracle,可惜VI就此消失了...

日前忽然停電,UPS撐不住,全斷電,VI Manager開起來後,裡面所有的VM都不見了,呼~~~嚇死人了....

還好問了Google大神後查到了這篇文章,http://www.trialworks.com/wiki/index.php?title=VirtualIron

其中我利用了Restore那段
Restore
Performing a backup and restore of the Virtualization Manager.
The Virtual Iron system backup policy performs daily backups of the Virtualization Manager installation. The default behavior is to perform a system backup at 2:00 AM and to keep the last ten backup files. The default backup location is the following directory on the management node:
Windows: C:\Program Files\VirtualIron\backup\
These parameters are configurable in the Virtualization Manager Console, "Policies and Reports" view. You can create a new system backup anytime you like by clicking the "Backup Now" button on the system backup policy.
The naming convention for system backup files is: backup.${YEAR}${MONTH}${DAY}${TIME}.${VERSION}.tar
To restore a backup, follow this procedure:
 
These backup files are tar files but they cannot be restored by simply untarring them in the VirtualizationManager directory. The proper way to restore a backup is to first make sure the Virtualization Manager is not running, then running these commands in a command prompt with root or Administrator privileges:
Windows:
cd c:\Program Files\VirtualIron\restore.bat backup\backup.${YEAR}${MONTH}${DAY}${TIME}.${VERSION}.tar

我是這樣做的:

  1. Stop the Virtualization Manager Service
  2. cd \program files\virtualiron
  3. restore.bat backup\backup.${YEAR}${MONTH}${DAY}${TIME}.${VERSION}.tar
    說明:切換到restore.bat的路徑,restore.bat後面跟的參數就是一個tar的檔,長的像這樣: backup.201206280200.4.5.16.11.tar
  4. Start the VirtualizationManager Service
這樣就可以將VI設定restore回來了。

2012年7月6日 星期五

Linux常用指令

lpstat -t 查看queue的狀態

Enable Printer Queue

用法:/usr/bin/enable [Printer queue name]

 #enable bill

lprm 刪除貯列中的工作

用法:/usr/bin/lprm [P] [file...]
說明:
尚未完成的打印機工作會被放在印表機貯列之中,這個命令可用來取消未送到印表機的工作。
每一個印表機都有一個獨立的貯列,你可以用 -P 這個命令設定想要作用的queue。如果沒有設定的話,會使用系統預設的印表機。
這個命令會檢查使用者是否有足夠的權限刪除指定的檔案,一般而言,只有檔案的擁有者或是系統管理員才有這個權限。
Ex:
將印表機 bill中的第 1234 號工作移除
#lprm -Pbill 1234

2012年7月4日 星期三

outlook 2010開啟某些email時會當機。Outlook crashes when opening email gdiplus.dll

看到網路很多人也有同樣的問題,看來可能和vga driver有關係。

但我的環境為windows 2008 r2 + Hyper-v + nComputing,當以outlook2010讀到某一個email時,outlook就會當機,不是每封email都會當。

解決方案:
因為Hyper-v vga只有16bits,但我的nComputing L300設成24bits,所以在某些時候會發生crash,只要將L300設定16bits就不會發生了

Log的錯誤訊息:

失敗的應用程式名稱: OUTLOOK.EXE,版本: 14.0.6117.5001,時間戳記: 0x4f3e2d20
失敗的模組名稱: gdiplus.dll,版本: 6.1.7601.17825,時間戳記: 0x4f9235ab
例外狀況碼: 0xc0000005
錯誤位移: 0x000b1e8d
失敗的處理程序識別碼: 0x2cdc
失敗的應用程式開始時間: 0x01cd3e26cc9a646d
失敗的應用程式路徑: C:\Program Files (x86)\Microsoft Office\Office14\OUTLOOK.EXE
失敗的模組路徑: C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144cc...\gdiplus.dll
報告識別碼: 38d774c3-aa1b-11e1-baed-00155d080311

2012年6月12日 星期二

如何利用windows 2008 r2 group policy設定IE的信任的網站

如何利用windows 2008 r2 group policy設定IE的信任的網站:




設定Group Policy:



Ex:http://tt.com.tw 值的內容要看你要設定哪一個區域如果是要設信任的網站請輸入2

2012年4月25日 星期三

每當儲存文件時,與修訂記錄或註解相關聯的姓名都會變成「作者」(追蹤修訂),不要誤會這不是bug哦!!

在修改一份客戶來的文件,啟用追蹤修訂功能,但每次存檔後,修訂者的名字都會變成【作者】,其不只於此,原來每當儲存文件時,與修訂記錄或註解相關聯的姓名都會變成「作者」。

原來是有個選項打勾了:
  • word 2003是在 [選項] 對話方塊的 [安全性] 索引標籤下選取了 [存檔時自檔案中移除個人資訊] 核取方塊。如果選取這個選項,儲存文件時便會移除個人資訊,包括與修訂記錄及註解相關聯的姓名。
  • word 2010已不支援[存檔時自檔案中移除個人資訊] 核取方塊,但為了要和舊版compatible,其選項在【檔案】----【選項】----【信認中心】----【信認中心設定】----【隱私選項】----【存檔時自檔案摘要中移除私人資訊】,勾勾拿掉就OK啦

2012年3月29日 星期四

如何在 Exchange 2003 中的公用資料夾上設定儲存大小之限制

exchange 2003 公用資料夾大小限制在一個範圍內,請依下列方式進行:

詳請參考MS網站:
http://support.microsoft.com/kb/823144/zh-tw

如何在個別的公用資料夾上設定限制

您可以在公用資料夾儲存區,儲存區限制會覆寫中存在的資料夾上設定個別的公用資料夾限制:
  1. 按一下 [開始],指向 [程式集]、 指向 Microsoft Exchange,然後再按一下 [系統管理員]。
  2. 在左窗格中,展開 Exchange 2003 階層,直到您找到 [伺服器] 容器。

    如果顯示 系統管理群組 容器 [伺服器] 容器是個別的系統管理群組下面。
  3. 展開 [伺服器] 容器、 按一下主控您要設定,公用資料夾儲存區的伺服器然後再按兩下 [在右窗格中的 [儲存群組
  4. 展開您想要設定,公用資料夾儲存區],然後按一下 [公用資料夾]

    在右窗格中顯示的裝載在選取的公用資料夾儲存區之公用資料夾清單。
  5. 連按兩下您想要設定,公用資料夾,然後按一下 [限制] 索引標籤。

    預設情況下,已選取 [使用公用儲存預設值] 核取方塊,且公用儲存區限制是灰色。
  6. 按一下以清除 [使用公用儲存預設值] 核取方塊然後再設定下列的設定,此公用資料夾,並要求 (以 KB 為單位) 限制:
    • 在問題警告
    • 超過下列大小就禁止張貼
    • 最大項目
  7. 若想執行這項操作,您可以按一下以清除 [刪除設定],以在此公用儲存區上設定不同設定已刪除項目的下的 [使用公用儲存預設值] 核取方塊。
  8. 按一下 [確定]
在 Exchange 2003 SP2 當您建立父公用資料夾內的子系公用資料夾儲存限制的子資料夾並非自動繼承自上層資料夾。唯一的方法來管理子資料夾中的儲存限制是父資料夾上按一下滑鼠右鍵、 選取 [所有工作]、 都選取 [管理設定值、 都選取 [強制覆寫設定,然後都選取 [存放裝置限制。然後,從父代大小限制也會傳播上層資料夾中的所有子資料夾上。

如何確認您已正確設定公用資料夾儲存區限制

確認已正確設定公用資料夾限制:
  1. 變更產生警告排程,以在公用資料夾儲存區上不斷地執行。
  2. 變更測試公用資料夾權限,讓只有您可以新增項目到該公用資料夾。
  3. 以您自己,登入 Outlook,然後再新增 [郵件及附件至公用資料夾直到您收到警告訊息。

    附註可能是最多 15 分鐘後您新增郵件或附件之前您會收到警告訊息。
  4. 新增有大於大小限制的附件的郵件。

    這些訊息不能儲存到資料夾。
如果您瀏覽 prohibit 張貼限制上述任何您傳送給公用資料夾的郵件會傳回無法傳遞的訊息。確認公用資料夾儲存區限制之後使用相同的程序確認,您可以在此設定個別的容量限制的公用資料夾中的限制。

若要確認資料夾大小,在 Outlook 中:
  1. 登入 Outlook 用戶端電腦。
  2. 在 [資料夾清單] 欄展開 公用資料夾所有公用資料夾,] 上按一下滑鼠右鍵,然後按一下 [內容]。
  3. 按一下 [一般] 索引標籤,然後按一下 [資料夾大小]。
若要確認資料夾大小在 Exchange 系統管理員 」 按一下 公用資料夾]公用資料夾儲存區 (Servername) 在左窗格中。裝載該儲存區、 它們的大小和它們所包含的項目數目之公用資料夾會顯示在右窗格中。

附註確認限制正確、 重設之後排程產生警告。

2012年3月22日 星期四

自己裝機參考文件

ex:user = Apple

  1. 在VM的Local machine regedit中加入啟用clear type
  2. check sherry所在OU是否有二個gpo,VM user、Redirect my document
  3. 在Nas-5特定目錄,roaming my document or roeming my document 1中新增apple子目錄,權限為R/W
    1. 進入Nas-5管理介面,將共用資料夾之該資料夾擁有者換成apple==>套用
    2. 將自己的權限先拿掉=>套用
  4. 在AD 中,將Apple加入VM user Group or VM-1 user group
  5. 將apple設定檔===設定檔路徑加入Roaming Profile路徑\\ha-2\rup$\%username%
  6. 請Apple於新的機器login,此時Apple子目錄會自動新增一些目錄。
  7. 至Nas-5管理介面,將自己的權限加入Apple資料夾====套用。
  8. copy Apple舊機的資料至Nas-5相對的位置
    • 匯出我的最愛
    • Copy我的文件至新機
    • 注意Outlook中之PST檔也要copy
    • 將Outlook表單加入本公司使用的表單
    • ...
  9. 裝機,調整網路

2012年3月19日 星期一

Windows 2008 r2 event id 602 printservice log error解決方式

我查2008r2 log發現Event id 602的error如下:

記錄檔名稱:         Microsoft-Windows-PrintService/Admin
來源:            Microsoft-Windows-PrintService
日期:            2012/3/7 上午 08:20:15
事件識別碼:         602
工作類別:          用戶端轉譯
等級:            錯誤
關鍵字:           用戶端轉譯 (CSR),傳統多工緩衝處理器事件
使用者:           aABC\julie
電腦:            qqq
描述:
列印多工緩衝處理器無法重新開啟現有的印表機連線,因為它無法讀取登錄機碼 S-1-5-21-1377716548-1285913859-623647154-1965\Printers\Connections\,,server1,B-3-PRN 的設定資訊。機碼名稱或值若遺漏或格式錯誤的話,都可能發生此情況。
可用Microsoft出的Hot Fix來修正,以我的case來說,上了hotfix就不會出現這種錯誤了。

http://support.microsoft.com/kb/2457866

Consider the following scenario in a domain environment:
  • You deploy a network printer by using a printer server.
  • You install the network printer on a computer that is running Windows 7 or Windows Server 2008 R2.
  • You log on to the computer.
In this scenario, an event that resembles the following is logged in the Application and Services log:
Event ID: 602
Source: Microsoft-Windows-Printservice
Level: Error
Message: The print spooler failed to reopen an existing printer connection because it could not read the configuration information from the registry key %1\%2. This can occur if the key name or values are malformed or missing.
Additionally, you experience a delay in seeing the network printer in the Devices and Printers item in Control Panel after you log on to the computer.

powerpoint範本網站及投影片網路存儲存

powerpoint投影片網路存儲存,並可以利用瀏覽器動態展示,不限作業系統,Mac 、 Linux都行。
http://www.slideshare.net/  可參考重灌狂人文章http://briian.com/?p=2561

教學網站:

小咖PPT曹學斌 也有youtube影片

PowerPoint範本網站 PPT 模板網站 free

Selfone:https://en.selfone.slidor.fr/  
Glide:https://glide.slidor.fr/  
Slides Carnival:https://www.slidescarnival.com/  
Slidesgo:https://slidesgo.com/  
PPT BIZCAM:http://pptbizcam.co.kr/

http://www.free-power-point-templates.com/  (這個網站不錯)
http://www.presentationmagazine.com/free_powerpoint_template.htm (這個網站不錯)
http://www.powerpointstyles.com/

http://www.templateswise.com/
http://sagittarius.dip.jp/~toshi/template.php

以下是參考此網站,謝謝網友的收集
http://powerpoint.22ace.com/2010/05/powerpoint-templates-download.html

1. 必到,微軟官網 http://office.microsoft.com/en-us/templates/CT101172721033.aspx

2. http://www.brainybetty.com/

3. http://www.presentationhelper.co.uk/free_powerpoint_template.htm

4. http://www.presentationpoint.com/powerpoint-templates/index.htm

5. http://inzones.com/free-templates.htm

6. http://www.indezine.com/powerpoint/templates/freetemplates.html

7. http://www.presentersresource.com/

8. http://jc-schools.net/tutorials/PPT-games/

9. http://www.mastertemplates.com/powerpoint-templates.htm

10. http://www.ebibleteacher.com/backgrnd.html

11. http://www.templateswise.com/

12. http://www.freeppttemplates.com/

13. http://www.presentationmagazine.com/free_powerpoint_template.htm

14. http://www.soniacoleman.com/templates.htm

15. http://www.poweredtemplates.com/free-ppt-powerpoint-templates.html

16. http://powerbacks.com/

17. http://www.pppst.com/templates.html

2012年1月13日 星期五

Hyper-v CSV 線上 及重新導向的觀念

Best Practices for CSV defrag in Hyper-V (Windows Server 2008R2)

by Michael 28. 三月 2011 04:33
One of the most significant features in Windows 2008R2 (for Hyper-V) is Cluster Shared Volumes (CSV) for virtual disks (vhd). This allows NTFS to behave similar to a clustered file system, addressing many limitations found in Hyper-V storage with the original release (Windows 2008).
There are three online modes/states for CSV:
  • Direct Access: In this state, the CSV is available to all nodes in the cluster (i.e. all your VMs) for direct high performance storage access. This is the state you want in production.
  • Redirected Access: In this state, the CSV is still available to all nodes in the cluster, but all I/O is redirected through a single "coordinator" node. Redirected access is used in planned situations where you need to perform certain disk actions that can't have multiple nodes accessing and locking files concurrently, such as a VSS backup or defrag. Channeling all I/O through a coordinator slows I/O and is more likely to cause bottlenecks for production demands.
  • Maintenance mode: enabling this mode is a safe means to get to a state where processes that require exclusive access to a volume can be used, such as a maintenance routine like chkdsk.
參考的中文文件:(有圖)

2012年1月4日 星期三

從Excel檔要匯入 Outlook連絡人、行事曆時會出現【當取得檔案系統的內容時,在 Microsoft Excel 中的轉換程式發生錯誤。】

當您嘗試從 Microsoft Excel 中匯入行事曆、連絡人或工作資訊時,可能會收到下列其中一個訊息:

當取得檔案系統的內容時,在 Microsoft Excel 中的轉換程式發生錯誤。
Microsoft Excel 檔案 沒有命名範圍。使用 Microsoft Excel 命名您要匯入的資料範圍。

其時可以將excel另存成CVS格式,利用CVS檔匯入Outlook及可。
但是,如果內容是日文、韓文等內容時...存成CVS時,碼會亂掉,所以要用下一個方式:

在 Microsoft Excel 工作表中定義一個命名範圍。指派至該範圍的名稱,不應與其中的欄位標頭名稱相同。 若要在 Microsoft Excel 中定義一個命名範圍,請依照下列步驟執行:

新版excel:
  1. 在 Microsoft Excel 工作表中,選取包含要匯入之資訊的列和欄。
  2. 在【公式】功能表中,按一下【定義名稱】
  3. 【名稱】 欄位中,輸入所指定範圍的名稱,例如:TEST (該名稱不得包含空格,也不應該與其中一個欄位標頭名稱相同),然後按一下 【確定】
  4. 儲存並結束工作表。
  5. 再匯入Outlook即可

舊版excel
  1. 在 Microsoft Excel 工作表中,選取包含要匯入之資訊的列和欄。
  2. [插入] 功能表中,指向 [名稱],然後 [定義]
  3. [現有名稱] 方塊中,輸入所指定範圍的名稱 (該名稱不得包含空格,也不應該與其中一個欄位標頭名稱相同),然後按一下 [新增]
  4. 按一下 [確定],然後在 [檔案] 功能表上,按一下 [儲存]
  5. 儲存並結束工作表。

可參考http://support.microsoft.com/kb/196743/zh-tw

2012年1月2日 星期一

DNS除錯,有時明明網址沒錯,就是上不了網,也許是DNS有錯哦!!

DNS查詢 除錯的好網站:DNS traversal checker

利用它,就可以查出DNS哪兒出錯。也我的例子:我要去http://arbitrator.arbitration.org.tw/,但都上不去,所以我去查了一下,結果真的出現問題,結果參考如下:

Namearbitrator.arbitration.org.tw
TypeA
Date2012-01-02 08:43:03 UTC
Summary
40% resulted in an exception
60% resulted in an error
Results
20.0% No such domain (NXDOMAIN) at admns2.hinet.net (168.95.1.11)
20.0% No such domain (NXDOMAIN) at admns1.hinet.net (168.95.192.11)
5.0% No such domain (NXDOMAIN) at ns2.dynamicnetworkservices.net (204.13.250.100)
While querying ns2.everydns.net/IN/A

5.0% No such domain (NXDOMAIN) at ns4.dynamicnetworkservices.net (204.13.251.100)
While querying ns2.everydns.net/IN/A

5.0% No such domain (NXDOMAIN) at ns1.dynamicnetworkservices.net (208.78.70.100)
While querying ns2.everydns.net/IN/A

5.0% No such domain (NXDOMAIN) at ns3.dynamicnetworkservices.net (208.78.71.100)
While querying ns2.everydns.net/IN/A

20.0% Query timed out at ns1.everydns.net (208.76.61.100)
20.0% Query timed out at arbitrator.arbitration.org.tw (59.124.95.59)

正常的樣子,就請自行至該網測試一下嚕!!!