Showing posts with label SBS2003. Show all posts
Showing posts with label SBS2003. Show all posts

Thursday, February 10, 2011

HOW TO - Fix WinRM Service failed to create

Small Business Server 2003, Event ID: 10154, Source: WinRM, Type: Warning

The WinRM service failed to create the following SPNs: WSMAN/hostname.domainname.local; WSMAN/INK.

Additional Data:

The error received was 8344: Insufficient access rights to perform the operation. .

User Action

The SPNs can be created by an administrator using setspn.exe utility.

   1. run - setspn -L <hostname>
   2. You’ll see no entries for WSMAN/<hostname> or WSMAN/<FQDN>
   3. Run ADSIEDIT.MSC
   4. Browse to Domain
         1. DC=domainname
               1. OU=Domain Controllers
                     1. CN=<HOSTNAME>
   5. Right click on CN=<HOSTNAME>, where <HOSTNAME> is the name of the server throwing the error, in this case it is the SBS2003, click Properties.
   6. Click the Security Tab
         1. click Add / “Network Service”
         2. Then check (X) to allow access to “Validated write to service principal name”
         3. Click OK
   7. Run Services.msc
   8. Restart the “Windows Remote Management (WS-Management)” service
   9. Check event log for errors.
  10. Re-Run - setspn -L <hostname>
  11. Locate entries for WSMAN/<hostname> or WSMAN/<FQDN>

Thursday, September 3, 2009

SBS 2003 IIS won't start - try a Metabase restore

Restoring the Metabase with History Files (IIS 6.0)

To manually restore the metabase

1. From the Start menu, click Run.
2. In the Open box, type cmd, and then click OK.
3. Stop the IIS services by typing iisreset /stop at the command prompt, and then press ENTER. The command prompt displays the following:

Attempting stop...

Internet services successfully stopped

If the IIS services do not stop, and it is possible to restart the computer, type iisreset /stop /rebootonerror, and then press ENTER.
4. Make copies of your current metabase files. At the command prompt, type cd %systemroot%\System32\Inetsrv, and then press ENTER to navigate to the folder where the files are. Next, type copy MBSchema.xml MBSchema.old, and then press ENTER to copy the schema file. Finally, type copy MetaBase.xml Metabase.old, and then press ENTER to copy the metabase configuration file.
5. Locate the metabase history files. At the command prompt, type cd %systemroot%\System32\Inetsrv\History, and then press ENTER.
6. Select the version of history files that you want. At the command prompt, type dir, and then press ENTER. All of the files appear in the following format:

<date> <time> <file size> MBSchema_<identifying number>_0000000000.xml

<date> <time> <file size> MetaBase_<identifying number>_0000000000.xml

When you restore the IIS metabase to a previous version, you will need matching metabase schema and configuration files. Select matching files by their identifying number.
7. Copy the chosen history schema file over the existing metabase schema. At the command prompt, type copy /y MBSchema_<identifying number>_0000000000.xml %systemroot%\System32\Inetsrv\MBSchema.xml, and then press ENTER. With this command, you copy the file and rename it at the same time.
8. Copy the matching history configuration file over the existing metabase configuration. At the command prompt, type copy /y Metabase_<identifying number>_0000000000.xml %systemroot%\System32\Inetsrv\MetaBase.xml, and then press ENTER. Again, this command copies the file and renames it at the same time.

Important

If you mix up the names or copy a schema and configuration file that do not match, the metabase restoration will fail when you start the IIS services.
9. Restart IIS. At the command prompt, type iisreset /start, and then press ENTER. The command prompt displays the following:

Attempting start...

Internet services successfully started

If the IIS services do not restart, repeat these steps beginning at step 4, and copy a different set of history files over the current metabase files.

Small Business Server 2003 generated these errors after a power failure.

MSExchangeMU - Event 1009  - Failed to access the metabase, error code is 80080005 (Server execution failed).

IIS Config - Event 51262 - Unable to decrypt the secure property. Ignoring the property./LM/SmtpSvc/1AdminACL
ErrorCode           : 0x80090006

Service Control manager - Event 7024 - The IIS Admin Service service terminated with service-specific error 2148073478 (0x80090006).