ERROR_CANT_ACCESS_DOMAIN_INFO(1351) CSV Failover Cluster

OS: Microsoft Windows Server 2008 R2
Event ID: 5142
Source: Microsoft-Windows-FailoverClustering
Task Category: Cluster Shared Volume
Error Message: ERROR_CANT_ACCESS_DOMAIN_INFO(1351)

Notes: ClusterStorage folder empty on host server.

Resolution: Change service startup properties of “Cluster Server” to Automatic (Delayed Start), stop and restart the service

Posted in Hyper-V | Leave a comment

Unable to access public Folders in Outlook 2010 – Exchange 2010

Problem:
Error message when user trying to access public folders within outlook:

Cannot expand the folder. Microsoft Exchange is not available. Either there are network problems or the Exchange computer is down for maintenance.

You can access public folders using outlook webmail

Resolution:
On the Exchange Server Mailbox Server verify that the following services are started:

Microsoft Exchange RPC Client Access
Microsoft Exchange Service Host
Microsoft Exchange System Attendant

Posted in Microsoft Exchange | Leave a comment

SCCM 2007 OSD PXE Boot across VLANs

SCCM 2007 OSD PXE Boot across VLANs with Remote DHCP

DHCP server located on remote VLAN

1. Add a IP helper address that points to the DHCP Server on the VLAN
2. Add secondary IP helper address pointing to the SCCM server

Example:
Switch: Switch HP Procurve 5400zl
vlan-10: 192.168.101.0 (servers, DHCP, SCCM)
vlan-20: 192.168.100.0 (workstations)

ProCurve Switch 5412zl# config term
ProCurve Switch 5412zl(config)# vlan 20
ProCurve Switch 5412zl(vlan-20)# ip helper-address 192.168.101.250
ProCurve Switch 5412zl(vlan-20)# ip helper-address 192.168.101.217
ProCurve Switch 5412zl(vlan-20)# write mem
ProCurve Switch 5412zl(vlan-20)#

Posted in SCCm 2007 | Leave a comment