I get HTTP 503 "Service unavailable" error messages when attempting to open SharePoint Central Administration . What is the solution?

link|improve this question

43% accept rate
feedback

3 Answers

The problem was because of change of password . All application were getting stopped so followed below steps

1.In Administrative tools, click Internet Information Services Manager.

2.For the identity of the site or Central Administration application pool is a domain user account that has an expired password, do the following:

a.Right-click the application pool name and select Advanced Settings.

b.Select Identity and click the … button to open the Application Pool Identity dialog box.

c.Click Set.

d.Type the username and password.

3.Run IISRESET. To do this, open an Administrator command prompt and type iisreset at the command.

4.In SharePoint Central Administration, in Security, select Configure managed accounts.

5.Click Edit to update the information of the managed account that has the expired password.

6.Select Change password now.

7.Click Use existing password.

8.Type the password, and then click OK.

link|improve this answer
feedback

Go to Start -> Administrative Tools -> IIS Manager -> open Application Pools -> start SharePoint Central Administration v4 app pool. Cause sometimes pool may be not started after deployment or IIS reset

link|improve this answer
feedback

Check out this :http://support.microsoft.com/kb/823552

This article is specific to WSS 2.0 but, In general, holds true for SharePoint 2010 as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.