Posts

Showing posts from March, 2013

System Center 2012 Operations Manager

File name Size SC2012_OpsMgr_Authoring.pdf 6.2 MB DOWNLOAD SC2012_OpsMgr_Cmdlets.pdf 5.0 MB DOWNLOAD SC2012_OpsMgr_CompleteDocumentation.pdf 15.6 MB DOWNLOAD SC2012_OpsMgr_Deployment.pdf 2.1 MB DOWNLOAD SC2012_OpsMgr_GetStarted.pdf 253 KB DOWNLOAD SC2012_OpsMgr_KeyConcepts.pdf 368 KB DOWNLOAD SC2012_OpsMgr_Operations.pdf 7.9 MB DOWNLOAD SC2012_OpsMgr_SuppConfig.pdf 516 KB DOWNLOAD SC2012_OpsMgr_WhatsNew.pdf 387 KB DOWNLOAD

Basic steps to troubleshoot AD

What are the basic steps to troubleshoot Active Directory (AD)? 1. DCDIAG To deploy an additional domain controller:   dcdiag /test:dcpromo /DnsDomain:domain_name.com /ReplicaDC To deploy a child domain: dcdiag /test:dcpromo /DnsDomain:child_domain_name. forest.com /ChildDomain Test the FSMO dcdiag /s:<DomainControllerName> /test:fsmocheck Check DNS dcdiag /test:dns Check for missing and duplicate SPNs as well as other errors dcdiag /test:checksecurityerror Check the rid pool dcdiag /s:server /v /test:ridmanager 2. NSLOOKUP Test SRV records cmd >  nslookup set q=srv _ldap._tcp.dc._msdcs. yourdomain.com _ldap._tcp.gc._msdcs. yourdomain.com _ldap._tcp.pdc._msdcs. yourdomain.com Command to Troubleshoot DNS Issues   3. Repadmin Disable replication repadmin /options <dc-fqdn> +DISABLE_OUTBOUND_REPL Enable replication repadmin /options <dc-fqdn> -DISABLE_OUTBOUND_REPL 4. W32TM Time sync issue in DC w32tm /config /manualpeerlist:<DC1.conto

System Center Configuration Manager2007 SP2 and R3

Image
In this track you will learn about the importance of an environment with centralized management.We'll see how SCCM 2007 can help you distribute software, perform inventories, manage compliance, remote support, save energy, management reports in machinery and other important functions. Managing environment, initial installation and configuration of the environment We begin with a briefing on management environments and how SCCM 2007 fulfills this task.  We will go to the installation prerequisites and initial configuration for the environment with SCCM 2007 on a network Test the new version of Microsoft System Center Configuration Manager 2012 (BETA 2) A snapshot management Installation prerequisites and SCCM 2007 SP2 and R3 Initial configuration of the network environment for SCCM Configuring secondary sites Prerequisites and installation (English) Configuring sites for good performance (English) What's New in System Center Configuration Manager 2007 SP2 and R3 S

How to upgrade PHP 5.1 to PHP 5.3 using yum on CentOS

This information explains how to update the standard PHP 5.1.x packages in CentOS 5.x 32-bit to the current development versions 5.3.x. These guidelines were designed using CentOS 5.5 32-bit and with the following PHP packages installed: # rpm -qa |grep php php-common-5.1.6-15.el5.i386 php-cli-5.1.6-15.el5.i386 php-5.1.6-15.el5.i386 php-pdo-5.1.6-15.el5.i386 php-bcmath-5.1.6-15.el5.i386 php-ldap-5.1.6-15.el5.i386 php-devel-5.1.6-15.el5.i386 php-gd-5.1.6-15.el5.i386 php-xml-5.1.6-15.el5.i386 php-mbstring-5.1.6-15.el5.i386 php-mysql-5.1.6-15.el5.i386 php-dba-5.1.6-15.el5.i386 Provided that you're using the standard PHP packages on your CentOS server you won't need to do anything additional. If you're using additional PHP packages that aren't part of the standard CentOS repositories (like php-mcrypt) you'll have to remove them or find out updated versions of them. Add the Atomic repositories First thing we need to do is add the atomic repos