Microsoft has published the steps on how to manually install DPM agent. The information can be found at:- http://technet.microsoft.com/en-us/library/bb870935.aspx
Technorati Tags: Manual DPM Agent Installation
Remote Desktop (mstsc.exe) is a handy tool to support remote user. Most important, it comes free and shipped with standard MS Windows operating system like MS Windows XP, 2003, Vista, etc.
Below is the screen shot for enabling Remote Desktop via My Computer –> System Properties
What is the way to enable this setting across the domain?
There is no standard setting can be configured via Group Policy.
Below is the command to enable Remote Desktop via registry setting. You may deploy this command via a logon script.
For Ad Hoc, you can connect to the remote computer via Registry Editor and add fDenyTSConnections (REG_DWORD) to the HKEY_LOCAL_MACHINE\SYSTEM\Curre ntControlSet\Control\Terminal Server with value of 0.
The DPM System Recovery Tool (SRT) is software provided with DPM to facilitate bare metal recovery for the DPM 2007 server and the computers that DPM protects. Microsoft recommend that you install DPM SRT on a separate server from the DPM server. However, if you are protecting a small number of computers, (no more than four or five) you can install DPM 2007 and DPM SRT on the same server.
When you install DPM SRT, you must specify the location for the primary file store, which will contain the DPM SRT Recovery Points. We recommend that you place the primary file store on a disk separate from the disk on which the operating system and DPM SRT are installed. If that is not possible, you can place the primary file store on a separate volume on the same disk.
DPM SRT is not included on the DPM 2007 product DVD. It must be installed separately from the DPM System Recovery tool CD. For more information about installing DPM SRT, see the topics under the “Installation” node in the DPM System Recovery Tool Help (the .chm file) on the DPM SRT CD.
Recently, Microsoft has released the System Center Data Protection Manager 2007 Feature Pack (x86). Below is the information obtained from Microsoft site:
Overview
The DPM 2007 Update Rollup is a feature pack that includes previously released hotfixes alongside several new features aimed to enhance overall applicability and usability of DPM. Added features include: System state for Windows Server 2008 and SQL Server 2008 support, enhanced support for sharing tape libraries with other DPM servers, and support for better utilization of tape capacity by sharing tapes between multiple protection groups media co-location on tapes.This Data Protection Manager Update Package consists of three separate updates. Note: Depending on your configuration, some updates may not apply. Please see “Installation Instructions” for details.
Feature Bullet Summary: Issues Fixed:
946647 Description of the Data Protection Manager 2007 hotfix package: January 9, 2008
948373 The backup image may be corrupted if you use System Center Data Protection Manager 2007 to perform an online backup of a virtual machine that is running in Virtual Server 2005
950082 Description of the Data Protection Manager 2007 hotfix package rollup 2
948936 When synchronization runs in Data Protection Manager 2007, the DPM service may unexpectedly crash
One can protect a server at the host level where each virtual image is seen as a file and also within the virtual image. Below is the Virtual Server instances that seen in DPM:-
Often, people thoughts enable WPA-PSK on their wireless network is good enough. Is that true? WPA-PSK is as weak as WEP as well. There are many tools are widely available on the Internet for cracking WEP and WPA-PSK networks. Those tools are very easy to use. Recently, I have a customer plan to setup a wireless network in his company’s network. I have shared with the customer there are some security concerns on putting up wireless network. I also shared with him a WPA cracking tutorial that posted on the YouTube. If a wireless network is required, do plan and design it properly. Ensure all security countermeasure is in place to mitigate the security risks. Considering to disallow SSID broadcast and restrict access by MAC address. For maximum security, do use encryption protocol like IPSEC, TLS, VPN. Below is the WPA cracking tutorial:-
What TCP/IP port need to be opened on perimeter firewall or desktop firewall (i.e. Windows Firewall)?
Windows Firewall
Windows Firewall is included with Windows Server 2003 SP1. If you enable Windows Firewall on the DPM server before you install DPM, DPM Setup will properly configure the firewall for DPM. If you enable Windows Firewall on the DPM server after you install DPM, you must configure the firewall manually to permit communication between the DPM server and protected computers. Configure Windows Firewall on a DPM server by opening port 135 to TCP traffic and specifying the DPM service (Microsoft DPM/bin/MsDPM.exe) and the protection agent (Microsoft DPM/bin/Dpmra.exe) as exceptions to the Windows Firewall policy.
Perimeter Firewall
Protocol
Port
Details
DCOM
135/TCP
Dynamic
The DPM control protocol uses DCOM. DPM issues commands to the protection agent by invoking DCOM calls on the agent. The protection agent responds by invoking DCOM calls on the DPM server.
TCP port 135 is the DCE endpoint resolution point used by DCOM.
By default, DCOM assigns ports dynamically from the TCP port range of 1024 through 65535. However, you can configure this range by using Component Services. For more information, see Using Distributed COM with Firewalls (http://go.microsoft.com/fwlink/?LinkId=46088).
TCP
5718/TCP
5719/TCP
The DPM data channel is based on TCP. Both DPM and the protected computer initiate connections to enable DPM operations such as synchronization and recovery.
DPM communicates with the agent coordinator on port 5718 and with the protection agent on port 5719.
DNS
53/UDP
Used between DPM and the domain controller, and between the protected computer and the domain controller, for host name resolution.
Kerberos
88/UDP 88/TCP
Used between DPM and the domain controller, and between the protected computer and the domain controller, for authentication of the connection endpoint.
LDAP
389/TCP
389/UDP
Used between DPM and the domain controller for queries.
NetBIOS
137/UDP
138/UDP
139/TCP
445/TCP
Used between DPM and the protected computer, between DPM and the domain controller, and between the protected computer and the domain controller, for miscellaneous operations. Used for SMB directly hosted on TCP/IP for DPM functions.