Arkiv

Archive for the ‘Windows Server’ Category

Allocation Memory Error – SBS 2003

17. november 2009 willemoe Skriv en kommentar

SQLservr.exe – fejl i hukommelse/allokering. SBS 2003

http://msmvps.com/blogs/bradley/archive/2005/02/04/34984.aspx

tasklist /svc

Then go into Task Manager, click on the Processes tab [click on view/select columns options to make sure the PID [process identifier] option is selected and look for the different process IDs to see which process ID is using the memory.

PID is 672 in the one tracks to MSSQL$SBSMONITORING in the other.

osql -E -S YOURSERVERNAME\sbsmonitoring  [hit enter]

[you'll now enter like a command screen]

sp_configure ’show advanced options’,1 [hit enter]

reconfigure with override  [hit enter]]

go  [hit enter]

sp_configure ‘max server memory’, ### [enter the value of the max... I'm trying 70 ... I just guessed at this from the poster in the newsgroup]  [hit enter]

reconfigure with override  [hit enter]

go  [hit enter]

Herefter skulle der gerne stå:
DBCC execution completed. If DBCC printed error messages, contact your system
administrator.
Configuration option ‘max server memory (MB)’ changed from 2147483647 to 70.
Run the RECONFIGURE statement to install.
1>

Categories: SBS2003, Windows Server

Net time – Eventlog fejl

20. august 2009 willemoe Skriv en kommentar

RESOLUTION
To resolve this problem, configure Windows Time to use client mode when it synchronizes with the time server. To do this, follow these steps:1. Click Start, click Run, type cmd, and then press ENTER.
2. At the command prompt, type the following commands in the order that they are given. After you type each command, press ENTER.

w32tm /config /manualpeerlist:dk.pool.ntp.org,0×8 /syncfromflags:MANUAL

• net stop w32time
• net start w32time
• w32tm /resync

NTP servere:

pool.ntp.org
dk.pool.ntp.org
ntp.sektornet.dk
ntp.inet.tele.dk

w32tm /config /manualpeerlist:”0.dk.pool.ntp.org 1.dk.pool.ntp.org 2.dk.pool.ntp.org” /syncfromflags:manual
w32tm /resync /nowait /rediscover

Sikre dig efterfølgende at nedesntående reg nøgler er oprettet:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\ParametersNtpServer=0.dk.pool.ntp.org 1.dk.pool.ntp.org 2.dk.pool.ntp.org

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type = NTP

Kør net stop w32time + net start w32time. Tjek eventloggen og se at den
laver time-sync uden fejl

For mere info se dette link:
http://support.microsoft.com/kb/816042/en-us

Categories: Windows Server

Logon script

19. august 2009 willemoe Skriv en kommentar

net use * /d /y
net use P: \\servernavn\%username% (eller drevshare)

Categories: Scripts

EZ GPO Power Management

31. oktober 2007 willemoe Skriv en kommentar
Categories: Windows Server