Costas Tsaklas’ Blog

Technical bits and pieces

Jul-3-08

Change the Central Admin app. pool account

posted by Costas Tsaklas

SBS 2008 includes the latest version of Windows SharePoint Services, WSS 3.0 and companyweb is built on this version.

In order to properly configure the environment we have to go through a list of Administrative Tasks that are listed in the SharePoint 3.0 Central Administration module (which is accessed from the Administrative Tools menu).

This post is focusing on changing the Central Administration pool account and could seem simplistic for many, but I thing is very important for those with not much experience in SharePoint to understand what the necessary steps are to configure it properly.

Let’s start by creating a new user account for the Application Pool.  This should be a Standard User account

After the account is created, we can go to its Properties and we’ll see that the account is a member of the default SBS groups.

We can safely remove all the groups listed there and click OK

Now that we created the account, let’s go back Central Administration.  Towards the bottom of the screen we see the ‘Central Administration application pool account should be unique’ task.

 

Let’s see what is the current account that is used by the Central Admin Pool.  If we go to Internet Information Services (IIS) Manager (from the Administrative Tools menu) and click on the Application Pools option, we’ll see on the right pane the SharePoint Central Administration pool using the NetworkService account.  This is the account we want to change.

This application pool is used by the SharePoint Central Administration site and we can verify that, by clicking on Sites, then select SharePoint Central Administration and click on Basic Settings… on the right pane.

From the window that opens up we can see that under Application Pool, the SharePoint Central Administration pool is listed

Now that we know what we need to change, let’s go back to the Administration Console and select the task we want to work on.

Here is the tricky part.  When we select the Change Service Accounts option,

we come to a page that let’s us select the Web Application pool , but the Central Administration Application Pool is not listed.  The only application pools listed there are the SBS SharePoint AppPool and the SharePoint - 80 pool.

In order to change the Central Administration Application Pool account we have to go to the Command Prompt(with Administrative credentials) and issue the following statement from the 12 hive (which is under C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin) :

stsadm -o updatefarmcredentials -userlogin <DOMAIN>\useraccount -password <password>

After that we must issue the iisreset /noforce command.

If we now go back to IIS Manager, and examine the account for the Central Admin. Pool, we’ll see that it was changed to our custom account…

 Running the stsadm command, added the user account to the appropriate security groups as well.

That’s all it takes to change the Central Administration Application Pool account.  The question now is what does the Service Accounts page change?  The next post will explain and show how to change the SBS SharePoint AppPool account.

One thing to keep in mind…. In SharePoint, everything must change from within the environment.

Tags:
Jul-2-08

Add custom links to RWW on SBS 2008

posted by Costas Tsaklas

Remote Web Workspace had a very nice face lift in SBS 2008. Along with it came the ability to add custom links, which it comes handy when you want to track different sites.

The URL is the same https://servername/remote.

After supplying the user credential the new interface shows up and in the bottom half of the screen there are two columns of links which are customizable

In order to add custom links we have to go to the Windows SBS Console click on the Users and Groups tab, and then click on the Manage Desktop Links Gadget to the right of the window

 From the Properties window there are options to add Links to either the Organization or Administration columns.  For this post, I selected the Organization links section, and added a link to the SBS 2003 newsgroup.

The next time we log in, the custom link is visible under the appropriate section

Tags:
Jun-26-08

Join a Vista computer to the SBS 2008 domain

posted by Costas Tsaklas

SBS 2008 RC0 is out and I’m very excited with everything I’ve seen so far. The server is 64 bit so I had to go and buy a new hard drive for my Intel Core 2 Duo test machine (which has 4GB of memory).

After reading a couple of documents about the new features, I decided to go through the step and join a Vista computer in the domain.  The first difference between SBS 2003 and 2008 is that we don’t have to set up a computer account anymore.  The wizard does that for us.

The second difference is that instead of typing http://servername/connectomputer , we now need to type http://connect.  The process starts and the following are the screens I encountered while going through the process.

 

After successfully  joining the computer to the domain, I clicked the plus ( + ) button the Windows Sidebar and selected to add a Gadget.  I selected to add the ‘Windows Small Business Server Desktop Links’ gadget that is installed when the computer joins the domain.

 

 

The following picture shows the gadget on the Sidebar

 

Tags:
Jun-17-08

Firefox 3 is here

posted by Costas Tsaklas

 

Firefox 3

Tags:
May-23-08

Expanding VM disk and adjusting the O/S partition

posted by Costas Tsaklas

One of my test servers (Windows Server 2003 R2) runs as VM within VMWare. When I looked at the remaining disk space, I saw that I had just 3GB left (the total allocated space for the VM was 10GB).

I decided to expand the VM file, so I went to the command prompt, switched to the VMWare directory and issued the following command.

vmware-vdiskmanager -x 20GB “C:\Virtual Machines\WS2K3\Windows Server 2003 Standard Edition.vmdk”

The command completed successfully and after I rebooted to Windows Server I saw an extra 10GB of unallocated space. I had to expand the system partition to that space so I went and downloaded the GParted LiveCD.

I mounted the ISO file to the VM and configured it to boot from it. When the GUI appeared, I selected the system partition and I dragged it to expand to the unallocated space.

That was it. A couple of reboots later and the VM disk has an extra 10GB of space. Not bad…

Tags:
May-15-08

Backup and Restore of IIS Configuration

posted by Costas Tsaklas

With the tight integration of the SBS components, IIS is in the center of all of them. Backup, Monitoring, OWA, OMA etc., all rely on IIS. Although the backups of the IIS metadata happens automatically, it’s always good to have backup before major changes take place.

SBS Best Practice: Backup and Restore of IIS Configuration

Tags:
May-13-08

Pricing for Windows Essential Server

posted by Costas Tsaklas

The first public news, as far as pricing goes, for Microsoft Windows Essential Server came out of Redmond today. The full announcement can be found here

The first thing that I noticed is the doubling of the price for Small Business Server 2008, Standard Edition. That’s not too bad though considering that the CAL pricing was reduced.

Anyone interested to see a preview (read ‘beta’) of Windows Essential Business Server 2008 can go here

Tags:
May-11-08

Another successful TechBash

posted by Costas Tsaklas

TechBash 2008 was a big success!

Everything run smoothly, the presenters were great and the swags…. well… can’t say much about the swags other than they must have been about $10K worth of software and books that were raffled out during the day.

Unfortunately I didn’t win anything, but I can’t complain. Last year I won 4 books and two licenses of Vista Ultimate. I guess I kinda knew this year wouldn’t be the same.

Big thanks to Jason, Rachel and Mike for the hard work putting this event together.

My advise to anyone interest in a free, information packed, one day conference, keep TechBash in your calendar. We had people coming from PA, NY and NJ. It is definitely, worth it.

Tags:
Apr-27-08

Active Directory Backup and Restore in WS2K8

posted by Costas Tsaklas

The most recent issue of TechNet magazine had a very informative article on the backup and restoration of Active Directory in Windows Server 2008.

The article goes into also describing the new backup component of Windows Server 2008 and how it is different from NTBackup. Very interesting article that worth reading. Here is the link

Tags:
Apr-17-08

Techbash 2008

posted by Costas Tsaklas

TechBach 2008 logo

On Saturday, May 10th our .NET user group will present its annual FREE technology conference.

Last year it was a blast. Very interesting presentations both for developers as well as IT professionals and lots of freebies. It was a very enjoyable day. This year the group planned many more sessions and invited more speakers

If you are around Northeast PA on the 10th of May, this function is not to be missed.

Tags: