Arkiv

Archive for the ‘Teknik’ 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

Send Mail via helo (command prompt)

16. oktober 2009 willemoe Skriv en kommentar

DOS/Command Prompt way.

Alle linjer efterfulgt af “enter”

start-kør-cmd
telnet
servernavn: 25
helo
mail from: admin@domain.dk
rcpt to: admin@domain.dk
data
subject: 100% pure testing (dette er emnefeltet)
her er der noget indhold (dette kommer i mailen)
. (punktum efterfulgt af enter sender mailen)

Categories: Exchange, Teknik

Ripping. Links

13. september 2009 willemoe Skriv en kommentar
Categories: DVD- og Blu-ray

DanID / Refhost

9. september 2009 willemoe Skriv en kommentar

www.danid.dk - support

Categories: Teknik

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

Setup Cisco Airpoint 1131

27. januar 2009 willemoe Skriv en kommentar
Categories: Cisco, Wireless

Missing or corrupt ntoskrnl.exe file

1. december 2007 willemoe Skriv en kommentar
Categories: Windows XP

Windows XP Home sharing

29. november 2007 willemoe Skriv en kommentar

I share
HOME and PRO all the time with no problem.  I set up an automatic routine on the HOME box so I don’t have to mess with things more than once.
   
Here’s what I do to share out an entire drive:
1. In PRO right click on drive go to properties and sharing tab.
2. I click ‘New Share‘ and name it CDrive.
3. I click ‘Permissions’ and give everyone full control.
4. After OK’ing back to the PC desktop I write down a username and password that can log into the PRO so I have that info handy.
5. I go to START–>RUN and type cmd.  Once a DOS box pops up I type ‘ipconfig’.
6. Write down the IP Address and close the DOS window.
7. Go to my HOME pc, goto START–>RUN and type cmd.  Once a DOS box popus up type ping and then the ip address you wrote down e.g. (ping 10.233.222.222).  Then hit enter.  If you get a reply proceed.  If not then you can’t talk to the machine until you can ping it.
8. On the HOME pc you’ll use the net use command to access the PRO Box automatically. Here is NET USE syntax:
net use DRIVE_LETTER: \\IP_ADDRESS\SHARE_NAME PASSWORD /USER:Computer_Name\USERNAME /PERSISTENT:NO

for example if my computer name is PROBOX and my username is John and my password is pass I would type into notepad
net use x: \\10.233.222.222\CDrive pass /user :P ROBOX\John /Persistent:no
9. I then go to File Save As Connect.bat
10.  Then anytime you want to connect click Connect.bat and it will map an X Drive on your Home box to the CDrive share on the Pro Box.

Didn’t mean to write that much but it kept on going.  Guess I’m trying to keep from working.  Let me know if you have any questions.

Categories: Windows XP

Windows XP Professional Fast Logon Optimization feature

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