4sysops.com is also raffling off a free license for the product.
http://4sysops.com/archives/raffle-altaro-hyper-v-backup-easily-back-up-hyper-v-virtual-machines/
Windows Server, Cisco Networking, and other IT Pro Stuff
My place to share solutions and anything IT related that I feel is interesting or worth noting. Hopefully others in the www will also find information here useful. This blog focuses mostly on Microsoft Windows Server, Exchange 2007, Exchange 2010, and Cisco Networking and Voice.
Wednesday, March 14, 2012
Wednesday, March 7, 2012
Exchange 2007 Event 1021 Source MSExchangeFDS
Log Name: Application
Source: MSExchangeFDS
Date: 3/5/2012 5:00:40 AM
Event ID: 1021
Task Category: (1)
Level: Warning
Keywords: Classic
User: N/A
Computer: YourClientAccessServer.YourDomain.net
Description:
Process MSExchangeFDS.exe (PID=1656). Could not find directory \\YourClusterMailboxServer\ExchangeOAB\76d5f79d-4713-4f46-a7a9-7a187400e2bd. This is normal if the directory has never been generated. Otherwise, make sure this directory and share has read permission for the "Exchange Servers" group.
Symptom
This is likely to be accompanied by Warning 9395 and Error 9334 both Source MSExchangeSA. I began seeing this just after the mailbox cluster had been moved to another node to install Windows Updates.
Solution
The solution to all three events is to update the EnableOabGenOnThisNode registry setting for both nodes.
See my previous post for further explanation (http://itprostuff.blogspot.com/2010/07/exchange-2007-ccr-offline-address-book.html).
Source: MSExchangeFDS
Date: 3/5/2012 5:00:40 AM
Event ID: 1021
Task Category: (1)
Level: Warning
Keywords: Classic
User: N/A
Computer: YourClientAccessServer.YourDomain.net
Description:
Process MSExchangeFDS.exe (PID=1656). Could not find directory \\YourClusterMailboxServer\ExchangeOAB\76d5f79d-4713-4f46-a7a9-7a187400e2bd. This is normal if the directory has never been generated. Otherwise, make sure this directory and share has read permission for the "Exchange Servers" group.
Symptom
This is likely to be accompanied by Warning 9395 and Error 9334 both Source MSExchangeSA. I began seeing this just after the mailbox cluster had been moved to another node to install Windows Updates.
Solution
The solution to all three events is to update the EnableOabGenOnThisNode registry setting for both nodes.
See my previous post for further explanation (http://itprostuff.blogspot.com/2010/07/exchange-2007-ccr-offline-address-book.html).
Thursday, March 1, 2012
Great TSHOOT network diagram
Cisco Learning Network discussion with link to PDF of TSHOOT network diagrams to aid in study for CCNP.
https://learningnetwork.cisco.com/thread/10965
https://learningnetwork.cisco.com/thread/10965
Wednesday, February 29, 2012
Cisco Switch Interface Ranges
When completing tasks on Cisco switches, such as the configuration of VLANs or phone QoS, the use of interface ranges can save you a lot of time.
There are a couple of ways to use interface ranges.
There are a couple of ways to use interface ranges.
- At a global configuration prompt, use the interface range command with a list of ports to include. Use commas and or hypens to list or specify contiguous ports.
Example: Switch(config)#interface range fa0/1, fa0/5, fa0/7 - 12, fa0/17
following that command, any switchport commands you run will apply to all ports listed. - Another way is to define an interface group macro. First you use define interface-range macro-name interfaces.
Example: Switch(config)#define interface-range PhonePorts fa0/1,fa0/5,fa0/7 - 12,fa0/17
then run the macro to begin editing settings for that group of ports
Example: Switch(config)#interface range macro PhonePorts
Tuesday, February 28, 2012
Exchange 2010 Administrative Audit Logging
Article I authored a 4sysops.com about Exchange 2010 Administrative Audit Logging
http://4sysops.com/archives/exchange-2010-administrative-audit-logging/
http://4sysops.com/archives/exchange-2010-administrative-audit-logging/
Subscribe to:
Posts (Atom)