Connect
email: vic @ hong . com . au
mobile: +1 604-783-6519
office: +1 604-677-2829


Search
Twitter Updates

    Blog Categories
    Section2

    Entries in install (3)

    Tuesday
    16Jun2009

    Symantec Endpoint Protection 11 - Install Guide for networks < 200 clients

    Symantec Corporate Edition was pretty much hassle free. It didn't take a whole lot of resources from the server/management end, and didn't bog down the clients with a light weight software foot print.

    Along came Symantec Endpoint Protection shortly after Vista was released. The first reports was that it the included firewall component and locking off server, and bogging down computers.

    You can read a long history of the buggy-ness of SEP 11 at the Symantec Forums - http://www.symantec.com/connect/security/forums/endpoint-protection

    What I have ended up doing, resulting in a reliable install, is to follow this points:

    • Had success with a Windows 2003 32bit Server for SEP Management Server role - at least 1 gig of memory (I do have it running on an old management server at a clients with 512meg ram - but it is slow)
    • Setup Client Install Feature Set - ONLY include Antivirus and Antispyware Protection
      • Most of my clients do email virus scanning before it hits their email server
      • DO NOT install Network Threat Protection AND Proactive Threat Protection
    • Setup Policies
      • make sure any scheduled scans happen after hours
      • do not enable start up scans (this kills computers on start up)
      • make sure that Missed Scheduled Scans is not selected
      • I usually set delete threats
    • For laptops - I will set up a different LiveUpdate Policy to allow
      • User the default management server
      • AND Use a LiveUpdate server - this allows users to update when they are on the road

    The point of this is to optimize SEP11 settings for the best performance. With everything enabled, it runs like a dog, and so far, the protection with the minimal setup options provided above are sufficient.

    Thursday
    18Dec2008

    Windows SBS 2003 - KB948110 fails to install

    I finally worked out how to get that blasted KB948110 patch for SQL that keeps popping up on SBS 2003 servers via Windows Update.

    It would fail to install, and repeatedly asks to install. After doing a bit of research, this forum:

    http://social.technet.microsoft.com/forums/en-US/systemcenterupdates/thread/1009693a-8498-49c1-9012-350749e75ce3/#page:2

    gave me the clue to solve it. First I removed ADMT (Active Directory Migration Tool) that we had on that server for a previous domain migration, and the comment re - changing MSSQL$SBSMONIOTORING service from Disabled to Manual, made me enable and run the service.

    Then I ran the security patch, and finally installed. Now no more annoying Windows Update nagging!

    Tuesday
    24Jul2007

    HP Proliant hw + HP System Management Homepage installation

    If you get System Type: Unknown - when you go to your freshly installed Proliant's Management Homepage... do this

    Install SNMP

    then...

    • Administrative Tools
    • Go to Services
    • look for SNMP Services
    • click on it - Properties
    • Go to Traps Tab
    • Comunity name: public - Add to list
    • Trap Destination: 127.0.0.1 - Add Button
    • Trap Destination: localhost - Add Button
    • Comunity name: private - Add to list
    • Trap Destination: 127.0.0.1 - Add Button
    • Trap Destination: localhost - Add Button
    • Go to Security Tab
    • Add Button
    • Write public
    • Select READ WRITE or it can be READ ONLY
    • Add Button
    • Write private
    • Select READ WRITE or it can be READ ONLY

    From here.