Daily Archives: Friday, 29 October 2004

das beste an dem virtual server von microsoft ist neben dem preis mit sicherheit die tatsache, dass er von microsoft supported wird. auch tools wie das Virtual Server 2005 Migration Toolkit stellen einen absoluten mehrwert dar; doch es kommt noch mehr bewegung in die sache; das dokument Running Domain Controllers in Virtual Server 2005 sollte man auf jeden fall gelesen haben…

On servers running Windows Server 2003 and Virtual Server 2005, you can install multiple domain controllers in separate virtual machines. This platform is well suited for test environments. With strict adherence to requirements described in this paper, domain controller virtual machines can also be used in production.

auch, wenn der vmware esx server bei der virtualisierung und vergabe der ressourcen viel mehr möglichkeiten bietet (was ich vor kurzem auf zwei kursen ein wenig genauer kennenlernen durfte) und somit meist in produktiven umgebungen weit besser geeignet ist – so drängt sich ms immer mehr als alternative auf: preis, support, tools, whitepapers – gefällt mir :wink:

Microsoft provides a useful command-line tool called err.exe that can help you find the meanings of error codes. When you run err.exe and specify an error code, the program searches all the error-code definitions from the various header files that Windows uses to generate a list of possible error meanings. You can download err.exe at Microsoft Web site. (Although the Web page is called “Exchange Server Error Code Look-up,” err.exe actually handles Windows OS error codes.)

You can use err.exe in several ways. Entering the command

err

with no parameters returns a list of all the header files the command checks. If you run err.exe and specify an error code–for example,

err 1645

the output looks like this:

D:tempErr>
# for decimal 1645 / hex 0x66d :
ERROR_INSTALL_REMOTE_PROHIBITED winerror.h
# The Windows Installer does not permit installation from a
# Remote Desktop Connection.
# for hex 0×1645 / decimal 5701 :
NELOG_NetlogonFailedToUpdateTrustList lmerrlog.h
SQL_5701_severity_10 sql_err
# Changed database context to ‘%.*ls’.
# 3 matches found for “1645″

via windowsitpro