Archive for the ‘Symantec’ Category.
June 9, 2008, 1:17 pm
I didn’t see this documented anywhere, but you have to create the following MIME types on your web server when you move to HTTP updates as your transport.
IS Manager -> <your server> -> Default Web Site -> Your Directory -> properties.
Go to http header -> MIME Types. Add
.m25 application/binary (for v10)
.x86 application/binary (for v8 & v9)
April 7, 2008, 3:28 pm
osql -E- Login with your Windows credential
to change your authentication mode to Mixed Mode (meaning you can use both local password such as sa, and Windows Credentials), change…
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\LoginMode from 1 (default) to 2(mixed).
Now that you have mixed, mode you can change the sa password..
osql -E
sp_password NULL,”<new-password>”,sa
go
February 13, 2008, 10:52 am
Last week I did an upgrade to our SAV server that failed. This failure resulted in the SAV server being unable to talk to the clients. The new server install laid down a new PKI folder, which is the public key for the server. Once I recovered the old PKI file, the old clients were able to talk to the new server. However, a few boxes were built during that time, and expected the temporary PKI folder that had been replaced. This is how to fix the issue. This procedure should also help you migrate from an old server to a new server (other things being equal.)
Continue reading ‘SAV Client Rescue’ »
February 12, 2008, 10:22 am
We had a major issue where Symantec Anti-Virus would not update some (but not all) 64 bit clients. To make a long story short, it ended up being corrupt files that had previously been downloaded by Live Update, and lived in the LiveUpdate directory on the server. To clear up the problem we had to…
Continue reading ‘A fix for multiple Symantec AntiVirus x64 clients not updating correctly’ »
February 8, 2008, 9:53 am
To turn it on, change the key of Debug to REG_SZ of “all”. Make the field empty to turn it off. The key lives in
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Intel\LANDesk\VirusProtect6\CurrentVersion\ProductControl
This will create the text file C:\Program Files (x86)\Symantec AntiVirus\vpdebug.log. When you start Live Update, a dos window will pop up. After you run Live Update, change the key from all to null (leaving an empty key.)