Monday, September 1, 2014

Recently I got request from customer to install specific software on all servers. Basically I used Shavlik, as mass deployment tool.
There were one server where we couldn't install this soft with .MSI package, all we got is windows installed started and just exits after few seconds with no errors. Information messages in event log:



Third party application vendor provided us with a new installation package, nothing changed.
Tried to install this package from command line and noticed the following:



Same results for all other commands: "ping, cs, net, etc...."
Had to adjust value for environmental variable PATH (System Properties > Advanced > Environmental Variables):


Added C:\WINDOWS\SYSTEM32\; at the beginning:


Solution: "Add path C:\WINDOWS\SYSTEM32\" to Environmental variable "PATH"


So lets start, my friends.
Today i couldn't log on to one server running Windows 2008 R2. Got this error message:

Remote Desktop cannot verify the identity of the remote computer because there is a time or date difference between your computer and the remote computer

Spent few hours struggling against this problem. connected to problematic server with PSexec, Verified date\time\time zone, tried to resync time with Domain controller. Everything went just OK, no error messages, nothing.
Then I compared every single sing of problematic machine with neighboring server. Afterall I noticed IPv6 Enabled on server where I tried to log on. After disabling IPv6 i got it working!


Solution: Disable IPv6 on target server 

Still not fixed...

Solution: Well, the solution is not that interesting for posting it here, but, such as I've already started this article...: server's uptime was 500+ days and all we need to do to fix this strange behavior was a magic restart.

Hi, All.
I usually spend hours looking for resolutions\googling for minor or major problems, that I faced during my work as windows system administrator. So basically I decided to start my blog where I'll post some easy solutions (or at least I'll try to do so ;) ).