10K 中途折返時,看到許多 21K 的還在我後面 ^___^
下星期自己試跑 21K,如果可以 3.5 小時內回來,下次就可以報名 21K了。
2017年3月4日 星期六
2017年3月3日 星期五
How to Change WSUS Contents to a new location
Reference:
How to Change WSUS Contents to a new location
WsusUtil.exe MoveContent E:\WSUSContent\ E:\MoveLog.Log
How to Change WSUS Contents to a new location
WsusUtil.exe MoveContent E:\WSUSContent\ E:\MoveLog.Log
2017年3月2日 星期四
連線到印表機 生效的原則 無法連接 列印佇列
新增網路印表機時出線的錯誤訊息:
連線到印表機
由於您電腦的一個生效的原則,所以您無法連接到這個列印佇列,請連絡您的系統管理員。
解法為自行安裝驅動程式。
步驟:
1. 準備印表機的驅動程式。
2. 安裝本地印表機,連接埠選 TCPIP,輸入印表機 IP address。
3. 驅動程式選擇由磁片安裝,並瀏覽到放區棟程式的目錄。
4. 安裝驅動程式後,不共享印表機
5. 再次新增網路印表機,安裝完成後可將本地印表機移除
參考:
您電腦上一個生效原則阻止你連線到這個列印佇列,請聯絡您的系統管理員
連線到印表機
由於您電腦的一個生效的原則,所以您無法連接到這個列印佇列,請連絡您的系統管理員。
解法為自行安裝驅動程式。
步驟:
1. 準備印表機的驅動程式。
2. 安裝本地印表機,連接埠選 TCPIP,輸入印表機 IP address。
3. 驅動程式選擇由磁片安裝,並瀏覽到放區棟程式的目錄。
4. 安裝驅動程式後,不共享印表機
5. 再次新增網路印表機,安裝完成後可將本地印表機移除
參考:
您電腦上一個生效原則阻止你連線到這個列印佇列,請聯絡您的系統管理員
2017年3月1日 星期三
Exchange 2010 move mailbox
How to Move Mailboxes in Exchange Server 2010
Exchange 2010 SP2 搬移 mailbox 後無法刪除原信箱,retry 次數過多造成很久才結束。
修改 C:\Program Files\Microsoft\Exchange Server\V14\Bin\MSExchangeMailboxReplication.exe.config
將 MaxCleanupRetries = "5" 改為 "1"
Reference:
MAPIEXCEPTIONUNEXPECTEDMAILBOXSTATE: UNABLE TO DELETE MAILBOX
升級到 SP3 可以解此問題。尚未升級前可以用指令刪除沒用到的信箱。
1.) Run the command to find the specific mailboxes that were impacted by this bug.
Get-MailboxStatistics -Database <MAILBOXDATABASE> | Where { $_.DisconnectReason -eq “SoftDeleted” } | fl LegacyDN, DisplayName, MailboxGUID,DisconnectReason
2.) Run this command to remove those disconnected mailboxes cleanly.
Remove-StoreMailbox –Database <MAILBOXDATABASE> –Identity <MAILBOXGUID> –MailboxState Softdeleted
Reference:
Error with moving mailbox in Exchange 2010 SP2 RU3+
Exchange 2010 SP2 搬移 mailbox 後無法刪除原信箱,retry 次數過多造成很久才結束。
修改 C:\Program Files\Microsoft\Exchange Server\V14\Bin\MSExchangeMailboxReplication.exe.config
將 MaxCleanupRetries = "5" 改為 "1"
Reference:
MAPIEXCEPTIONUNEXPECTEDMAILBOXSTATE: UNABLE TO DELETE MAILBOX
升級到 SP3 可以解此問題。尚未升級前可以用指令刪除沒用到的信箱。
1.) Run the command to find the specific mailboxes that were impacted by this bug.
Get-MailboxStatistics -Database <MAILBOXDATABASE> | Where { $_.DisconnectReason -eq “SoftDeleted” } | fl LegacyDN, DisplayName, MailboxGUID,DisconnectReason
2.) Run this command to remove those disconnected mailboxes cleanly.
Remove-StoreMailbox –Database <MAILBOXDATABASE> –Identity <MAILBOXGUID> –MailboxState Softdeleted
Reference:
Error with moving mailbox in Exchange 2010 SP2 RU3+
Exchange 2010 mail database create and mount fail
Reference:
Failed to create and mount database exchange 2010
Error message:
Couldn't mount the database that you specified. Specified database: <MailDB>; Error code: An Active Manager operation failed. Error The database action failed. Error: Operation failed with message: MapiExceptionNotFound: Unable to mount database. (hr=0x8004010f, ec=-2147221233)
. [Database: <MailDB>, Server: <MAIL server>].
SOLUTION:
Microsoft notes that the issue is related to having conflicting Domain Controller and Global Catalogue Server entries. So do the following:
1. Open EMC and right-click on “Organization Configuration”. Choose “Modify Configuration Domain Controller”.
2. Specify the domain and the DC.
3. Open EMC and right-click on “Recipient Configuration”. Choose “Modify Recipient Scope”.
4. Specify the global catalog server. Make sure it is the same as the chosen DC.
上面步驟做完後,再試一次錯誤變成
Couldn't mount the database that you specified. Specified database: <MailDB>; Error code: An Active Manager operation failed. Error Couldn't find the specified mailbox database with GUID 'b8974f86-80d6-4cfc-ae68-6b5fa110xxxx'.. [Database: <MailDB>, Server: <MAIL server>].
再次 mount MailDB 卻成功了!
Failed to create and mount database exchange 2010
Error message:
Couldn't mount the database that you specified. Specified database: <MailDB>; Error code: An Active Manager operation failed. Error The database action failed. Error: Operation failed with message: MapiExceptionNotFound: Unable to mount database. (hr=0x8004010f, ec=-2147221233)
. [Database: <MailDB>, Server: <MAIL server>].
SOLUTION:
Microsoft notes that the issue is related to having conflicting Domain Controller and Global Catalogue Server entries. So do the following:
1. Open EMC and right-click on “Organization Configuration”. Choose “Modify Configuration Domain Controller”.
2. Specify the domain and the DC.
3. Open EMC and right-click on “Recipient Configuration”. Choose “Modify Recipient Scope”.
4. Specify the global catalog server. Make sure it is the same as the chosen DC.
上面步驟做完後,再試一次錯誤變成
Couldn't mount the database that you specified. Specified database: <MailDB>; Error code: An Active Manager operation failed. Error Couldn't find the specified mailbox database with GUID 'b8974f86-80d6-4cfc-ae68-6b5fa110xxxx'.. [Database: <MailDB>, Server: <MAIL server>].
再次 mount MailDB 卻成功了!
2017年2月28日 星期二
IBM TS3100 Tape library error message (磁帶櫃錯誤訊息)
錯誤訊息:
Robotic Failure 94 61
Mechanical Block 8A 61
用 I/O station 還可以把磁帶退出,所以機器手臂應該沒壞。
嘗試把磁帶櫃斷電十分鐘在開機,橘燈還在。
在磁帶櫃面板上選擇 “run system test”,做完後橘燈就消失了。
訂閱:
文章 (Atom)



