Infos

Sie befinden sich aktuell in den Archiven des Blogs Techblog - Tim Wanierke für März, 2009.

Calendar
März 2009
M D M D F S S
« Feb   Apr »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Archive für März 2009

Autologin ( Windows and Novell )

Tool für Windows und Novell:
Autolog 3.0.1.3 - Novell Cool Solutions: Cool Tool
Link: http://www.novell.com/coolsolutions/tools/13525.html

Windows:
Sysinternals Tool “Autologon”
Link : http://technet.microsoft.com/de-de/sysinternals/bb963905.aspx

With this tool you can configure a account that will be logged on to the servers console automatically when the server starts. The password of this account will be encrypted.

Novell:
The following article descripes how to “Configure AutoAdminLogon” to log users into NDS and onto Windows.
Link : http://www.novell.com/support/php/search.do?cmd=displayKC&docType=kc&externalId=10087621&sliceId=&docTypeID=DT_TID_1_1&dialogID=36283437&stateId=0%200%2036281470

========= Novell Auto Login ==============
HKLM\Software\Novell\Login\AutoAdminLogon
Value: 1
Data Type: REG_SZ
HKLM\Software\Novell\Login\DefaultLocationProfile
Value: “Default”
Data Type: REG_SZ

HKLM\Software\Novell\Login\DefaultPassword
Value: NDS Password
Data Type: REG_SZ
HKLM\Software\Novell\Login\AutoAdminQueryNDS
Value: 0
Data Type: DWORD

HKLM\SOFTWARE\NOVELL\Location Profiles\Services\{1E6CEEA1-FB73-11CF-BD76-00001B27DA23}\[Location_Profile_Name]\UserName
Value: NDS Username
Data Type: REG_SZ

HKLM\SOFTWARE\NOVELL\Location Profiles\Services\{1E6CEEA1-FB73-11CF-BD76-00001B27DA23}\Default\Tab1\Context
Value: NDS Context (example: USERS.100MAINST.NYC.ACME)
Data Type: REG_SZ

HKLM\SOFTWARE\NOVELL\Location Profiles\Services\{1E6CEEA1-FB73-11CF-BD76-00001B27DA23}\Default\Tab1\Server
Value: Preferred Server (this is optional)
Data Type: REG_SZ

HKLM\SOFTWARE\NOVELL\Location Profiles\Services\{1E6CEEA1-FB73-11CF-BD76-00001B27DA23}\Default\Tab1\ Tree
Value: NDS Tree
Data Type: REG_SZ

HKLM\SOFTWARE\NOVELL\Location Profiles\Services\{1E6CEEA1-FB73-11CF-BD76-00001B27DA23}\Default\Tab3\DefaultDomainName
Value: The NT NetBios of the local machine or the domain name
Data Type: REG_SZ

HKLM\SOFTWARE\NOVELL\Location Profiles\Services\{1E6CEEA1-FB73-11CF-BD76-00001B27DA23}\Default\Tab3\DefaultUserName
Value: The NT Default User Name
Data Type: REG_SZ

Monitoring of drivers and ressources that startup within windows

To monitor drivers and ressources that startup within windows you can use 2 cool tools

1.) Bootvis
[http://en.wikipedia.org/wiki/BootVis]
BootVis is a computer application that allows PC manufacturers to check how long a Windows XP machine takes to boot, and then to optimize the boot process, sometimes considerably reducing the time required. It was formerly a Microsoft product, but it is no longer available from the company’s website.

[http://www.microsoft.com/whdc/system/sysperf/fastboot/default.mspx]
About Bootvis.exe
Bootvis.exe is a performance tracing and visualization tool that Microsoft designed to help PC system designers and software developers identify performance issues for boot/resume timing while developing new PC products or supporting software.

Please note that Bootvis.exe is not a tool that will improve boot/resume performance for end users. Contrary to some published reports, Bootvis.exe cannot reduce or alter a system’s boot or resume performance. The boot optimization routines invoked by Bootvis.exe are built into Windows XP. These routines run automatically at pre-determined times as part of the normal operation of the operating system.

Download:http://www.softpedia.com/progDownload/BootVis-Download-3465.html

2.) RegMon
[http://en.wikipedia.org/wiki/Regmon]
RegMon is a tool used in system administration, computer forensics, and application debugging. RegMon was primarily created by Mark Russinovich and Bryce Cogswell, employed by SysInternals prior SysInternals being bought out by Microsoft in 2006.

RegMon monitors and records all actions attempted against the Microsoft Windows Registry. RegMon can be used to detect failed attempts to read and write registry keys. It also allows for filtering on specific keys, processes, process IDs, and values.

Download: http://www.softpedia.com/get/Programming/Other-Programming-Files/Regmon.shtml

Monitoring Reliability and Availability of Windows 2000-based Server Systems

Basisc über Eventlogs und Meldungen,

http://technet.microsoft.com/en-us/library/bb742446.aspx

Startup Event
Windows 2000 records startup events in the System Event Log, as shown below. The Event Log service itself is the source of this event, and the Event ID is 6005. The time of this event is approximately the time the operating system becomes available to applications.

Clean Shutdown Event
Windows 2000 records a new event whenever an operating system shutdown is initiated. A clean shutdown can be initiated through several mechanisms.

Direct user interaction using a Shutdown screen as follows:
Shutdown or Restart using Ctrl+Alt+Delete
Shutdown or Restart using the Start menu
Shutdown or Restart using the Logon screen

Etc. …