Sunday, March 23, 2008

DPM - Installing DPM Agent

Before you protect your data/application on certain server, like other backup application, you will need to install its client agent. In DPM 2007, you will need to install DPM 2007 client.

For mass deployment, you can either deploy using AD GPO, SCCM 2007, install using DPM 2007 console or install manually.

In the following video, we will share on how to install using DPM 2007 console.

Video: How to install DPM 2007 agent.
Desc: This video will show on how to install DPM 2007 agent using DPM 2007 console.

DPM 2007 - Adding disk

Guys,

After successfully installed DPM 2007, you will need to add disk to allow DPM to protect data to store.

You wont be able to use removable storage for this usage, however, you can use ISCSI, the new technology as its disk spool, additional hdd, or SAN of course.

After you installed the nessasary hardware, you will need to add the disk to DPM.

Below the video on how to add disk

Video : How to install disk to DPM 2007.
Desc: After adding disk hardware, you will need to add the disk to allow DPM to store its protected data.

DPM 2007 - Intro with Video

Guys,

Long time never post any articles here. Recently, prepared a training for Microsoft Malaysia's customer. Managed to come out some video about DPM 2007.

Why DPM 2007? Yes this is Microsoft version of backup. Simple answer, because this is developed by Microsoft and it works well with Microsoft products! Windows, Files and Folders, Applications like SQL, Exchange +++. We will share the top reasons why DPM 2007 in our next posts.

Attached some video to share with you guys. We are producing more video. Come back to this blog for more stuff.

Video 1: Installing DPM 2007.
Desc: You will see the steps to install DPM 2007 here. Please search for another post on installing SQL for DPM manually.

Cheers

Sunday, November 4, 2007

How to customize SCCM 2007 Software Metering data collection timing

If Software Metering Client Agent is enable in your desktop management environment, some of the administrators may wonder where to customize the schedule for software metering data collection timing? and how frequent the software metering run for data collection?

Well, in SMS 2003 and SCCM 2007, there is a Predefined Maintenance Task for data collection and database maintenance. In this predefined maintenance task, you can specific the schedule for Software Metering data collection time. There are under:

Summarize Software Metering File Usage Data
Default Schedule: Runs daily, between midnight and 5:00 A.M.
Function of this task: Software metering collect the daily usage for the metered applications and store it inside the database.

Summarize Software Metering Monthly Usage Data
Default Schedule: Runs daily, between midnight and 5:00 A.M.
Function of this task: Software metering summarized the data's more than one month old.

Friday, October 26, 2007

System Center Partner Airlift - Seattle (23-26 Oct 2007)

Microsoft is preapring a partner readiness for System Center Product.

We are lucky to be the only one to travel here from Malaysia. Be able to listen to the presentation from the product team and the development team is rewarding. We will share more on this blog.

Tuesday, August 7, 2007

New Server Role in SCCM 2007 - Branch Distribution Point

In SCCM 2007, a new role called branch distribution point (Branch DP) is introduced. Branch distribution point is function in the same manner as standard distribution point. The fantastic for branch dp is, it can be install on a workstation!

If your network got a branch office which only got few machines, branch distribution point will be your option for efficient package distribution to a small office with limited bandwidth by using a workstation.

Below is the steps how to enable Branch DP role on a workstation:

1. In the Configuration Manager console, expand System CenterConfiguration Manager > [site database] > Site Management > [site name] > Site Settings.
2. Right-click Site Systems, point to New, and then click Server.
3. In the New Site System Server Wizard first page, type in the workstation name, click Next. (Ensure the user account have right to install the site system on remote system)
4. On the System Role Selection page, check on Distribution point. Click Next
5. On the Distribution Point page, select option Enable as a branch distribution point. Click Next. (The package files store partition and limitation on target workstation can be specific over here)
6. Verify the settings, click Next and confirm the installation status.

Is done! Pretty straight forward. But in order to setup a workstation as a branch distribution point, make sure the workstation local hard drive got enough disk space to store the package files for deployment.

Wednesday, July 25, 2007

Manually create System Management Container in Active Directory Domain Services

SMS 2003 and SCCM 2007 does not create the System Management container in Active Directory Domain Services when the schema is extended. The container need to be prepared for each domain that includes SMS 2003 or SCCM 2007 site server that will publish site information to Active Directory Domain Services. There are two method to prepare the System Management container inside Active Directory Domain Services.

Method 1:

Grant the Site Server computer account full control permission on the System container in Active Directory Domain Services. (This method is not recommended. It is more secure to create the System Management Container manually)

Method 2:

Manually create the System Management container in Active Directory Domain Services using ADSIEdit. ADSIEdit is part of Windows Server Support Tools. Windows Server Support Tools can be found in Windows 2000 Server or Windows 2003 Server CD.

1. Install Windows Server Support Tools.
2. Open ADSIEdit snap-in using MMC, and connect to domain which you would like to create the System Management Container.
3. In the console pane, expand Domain [computer fully qualified domain name], expand , and right-click CN=System. On the context menu, click New and then click Object.
4. In the Create Object dialog box, select Container and click Next.
5. In the Value field, type System Management and click Next, and then click Finish.

Now, your Site Server is able to publish site information in the Active Directory once the System Management container is created.