Saturday, June 23, 2007
How to shut down a remote server from DOS
For all parameters for the command go to the DOS prompt and type:
Shutdown /?
If you are looking to give a remote computer/server a quick restart type this command, replace computername with the Name of the computer that you want to restart.
shutdown /r /m \\computername /t seconds /f {force shutdown, no warning}
Monday, June 18, 2007
Event ID 7023 on Windows 2000 Server
In the application log the following error was being reported:
Event ID 7023
The Kerberos Key Distribution Center service terminated with the following error:
The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.
Solution:
Kerberos Key Distribution is a service that should only be running on DC. Since this is not a DC, microsoft recommends that startup type of this service be disabled.
Please see this MS Knowledgebase article for more info.
http://support.microsoft.com/?id=295381
Tuesday, June 12, 2007
Black Screen when connecting with Remote Desktop
!!! As a configuration hack, and not a GUI feature, we do not support this and will not be responsible for problems caused by this or a invalid configuration setting added manually. Keep in mind, changing MTU size may fix speed for the services that use the bigger size, but mess things up for other things that prefer 1500.
1) Save you Firebox config to a file and open it in a text editor
2) Find the following lines:
scripts.startup.00 here0
here0
3) Insert the following between them:
ifconfig eth0 mtu XXXX
ifconfig eth1 mtu XXXX
ifconfig eth2 mtu XXXX
The ''XXXX'' will be the MTU size you want on that interface card. eth0 is external, 1 is trusted and 2 optional. So if you wanted a MTU size of 1500 for external but 4096 on the other interfaces you would do as follows:
ifconfig eth0 mtu 1500
ifconfig eth1 mtu 4096
ifconfig eth2 mtu 4096
The lines should now appear as:
scripts.startup.00 here0
ifconfig eth0 mtu 1500
ifconfig eth1 mtu 4096
ifconfigeth2 mtu 4096
here0
Once this is done, save this text edited file and reopen it in Policy manager and save it to the Firebox.
Monday, June 11, 2007
Redirection of Folders in Group Policy not working
The MY Documents folder was not being redirected to the new server share. We checked the security for the new share and NTFS permissions and nothing seemed to give a clue as to what was going on. After googling the problem, could not come up with any specific solution.
One thing I noticed was that on the AD server running Group Policies, the server was running Windows 2000 Server SP3.
I upgraded the server to Windows 2000 SP4.
This resulted in resolution of the problem.
Apparently this is an issue in SP3 resolved in Sp4.
owa 440 login timeout
"owa 440 login timeout"
I ran into this problem with one of my clients using SBS 2K3 server for exchange and sharepoint services.
It turned out that someone had changed the password for either the IUSR_
Anyways to resolve this issue follow these steps listed below:
1) Open AD Users & Computers. Expand the Users OU, right-click on the IUSR_
2) Open this User Account's properties and verify that the account is not locked out :^) Also, make sure that 'Password never expires' and 'User cannot change password' are selected.
3) Repeat steps 1 & 2 for the IWAM_
4) Open Internet Information Services (Start | Administrative Tools)
5) Expand
6) Right-click on 'Default Web Site' and select Properties.
7) Go to the 'Directory Security' tab and click the Edit button under 'Authentication & Access Control'
8) Enter the new password for the IUSR_
9) Enter the password again to confirm and click OK.
10) Click OK.
11) Open a command prompt and enter iisreset
12) At the command prompt, enter the following commands:
cd c:\inetpub\adminscripts
adsutil SET w3svc/WAMUserPass
c:\windows\system32\cscript.exe "c:\inetpub\adminscripts\synciwam.vbs" -v
iisreset
Wednesday, April 11, 2007
vpmsece3.dllvpmsece3.dll
When they launched outlook they received a message:
“The add-in”C:/Program Files/Symantec AntiVirus/vpmsece3.dll” could not be installed or loaded. This problem may be resolved by using Detect and Repair on the Help menu.”
Solution:
I resolved the problem by deleting the Extend.dat file.
Here are specific instructions.
1. Go to MY Computer
2. Double click on C: drive
3. Go to Tools => Folder Options (Make sure, show hidden files and folders is checked)
4. Double click on the documents and settings folder
5. Double click on the folder that has your Username
6. Double click on Local Settings Folder
7. Double click on Application Data Folder
8. Double click on Microsoft
9. Double click on Outlook
10. Delete the file Extend.dat
Do
Tuesday, April 10, 2007
Exchange 2000 Storage Limits (Big Problems)
Once Exchange reaches the above limit you will not be able to mount the Mailbox store and your users will not be able to log into Exchange client (outlook). If you are running your clients in Online mode, I am mixed... Offline for mobile users, online for users that stay in the office.
Please note that there is a microsoft registry hack that will let you increase the above database size of 16GB to 17GB temporarily by applying a hotfix, however this is not a permanent fix and it did not work for me.
The only way for me to be able to mount my database was as following:
1. Run ESEUTIL (Exchange offline defrag) for syntax see below
2. Run Exchange Mailbox Management with custom settings to shrink the mailbox sizes of users with excessive attachments. I customized the Mailbox management settings under the Recepient policy to delete all emails that are more that 3mb in size. We are a cpa firm and often receive file attachments that are massive. Most of the times the 3mb files will become obsolete very quickly.
ESEUTIL syntax:
Exchange 2000 server includes a utility called Eseutil that replaces Edbutil and Eseutil utiliites that are included with earlier versions of Exchange
For more information on how to use Eseutil and various switches available for the utility please read this article on MS Knowledgebase