Page 1 of 1 1
Topic Options
#17334 - 2002-02-11 02:04 PM NAV Installations
Nigel Barge Offline
Lurker

Registered: 2002-02-11
Posts: 1
I'm new to this subject, so please be patient with me. I have a need to distribute the NAV 7.6 via a login script to all of my workstations ( win95 and win98 ), plus I also need to check the date of the defs on each machine and if necessary update.

The location of the defs file will be a mapped network drive ( P:\Norton Virus Dfinitions ) and will be called Current Definitions. The file location and name can change if it will make the script easier to create.

Thanks in advance.

Top
#17335 - 2002-02-11 04:25 PM Re: NAV Installations
DrillSergeant Offline
MM club member
*****

Registered: 2004-07-09
Posts: 1164
Loc: Eijsden, the Netherlands
Hi Nigel,

Welcome to the Board !

maybe this link might help you out: http://kixtart.org/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=2&t=002838

Let us know if you'd like more help with it.

_________________________
The Code is out there

Top
#17336 - 2002-02-13 03:04 PM Re: NAV Installations
Anonymous
Unregistered


Nigel,

Norton has a .bat file called vplogon .bat I use this as the logon batch file and at the end I call a KIX script to map drives etc.. If Norton is installed on your PC's and they are clients of one of your Norton Servers, configure the server to check for updates nightly say....0300 and set the clients to check the server for updates. If clients fail to connect to the server or lose their way, you can add this line to your KIX script to check and copy the GRC.dat file from the server to the client. This forces it to re-register.

code:

Select
Case InGroup ("Bethesda") = 1
If @inwin=1
If Exist ("C:\Documents and Settings\All Users\Application Data\Symantec\Norton AntiVirus Corporate Edition\7.5")
Shell '%COMSPEC% /C XCOPY "\\BETHESDA\Apps\NAV\GRC.DAT" "C:\Documents and Settings\All Users\Application Data\Symantec\Norton AntiVirus Corporate Edition\7.5" /D /H /I /R /Y > NUL'
EndIf
Else
If Exist ("C:\Program Files\Norton AntiVirus\")
Shell '%COMSPEC% /C XCOPY "\\BETHESDA\Apps\NAV\GRC.DAT" "C:\Program Files\Norton AntiVirus\" /D /H /I /R /Y > NUL'
EndIf
EndIf
Case InGroup ("Linthicum") = 1
If @inwin=1
If Exist ("C:\Documents and Settings\All Users\Application Data\Symantec\Norton AntiVirus Corporate Edition\7.5")
Shell '%COMSPEC% /C XCOPY "\\LINTHICUM\Apps\NAV\GRC.DAT" "C:\Documents and Settings\All Users\Application Data\Symantec\Norton AntiVirus Corporate Edition\7.5" /D /H /I /R /Y > NUL'
EndIf
Else
If Exist ("C:\Program Files\Norton AntiVirus\")
Shell '%COMSPEC% /C XCOPY "\\LINTHICUM\Apps\NAV\GRC.DAT" "C:\Program Files\Norton AntiVirus\" /D /H /I /R /Y > NUL'
EndIf
EndIf
Case InGroup ("Gaithersburg") = 1
Case InGroup ("Herndon") = 1

EndSelect



Top
#17337 - 2002-02-15 01:35 AM Re: NAV Installations
Austin Offline
Seasoned Scripter

Registered: 2002-01-24
Posts: 439
NAV 7.x CE will allow you to update the client installs and control most aspects of that install from the SSC. I sugguest you look into this method if you are running a centralized parent server which I assume you are.. (that is the concept behind the CE edition)

Later

_________________________
Austin Henderson

Top
#17338 - 2002-02-15 04:53 AM Re: NAV Installations
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
I'm with Austin on this one. Assuming the CE version of NAV, it can be easily managed centrally from the SSC. It can be pushed out to NT/2K/XP clients without any script or concerns over rights and the pattern updates are all automatic. The clients will always have the newest pattern regardless of whether they ever logoff/logon. If you have a serious virus attack you can do a quick sweep or change program options with a few mouse clicks.

That leaves only some special cases like dial-in/standalone users and Wintendo that you need to deal with.

_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#17339 - 2002-02-15 11:10 AM Re: NAV Installations
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11631
Loc: CA
Les and Austin,

I don't mean to disagree with your solution, but NAV CE has a limit of 3 concurrent machine updates at one time through the console. If you have a small business that might be okay, but if you have more then a couple hundred this is just not realistic. The batch file method that Norton uses has its own faults and lack of control.

If the clients currently have no Antivirus then you can create a silent package and deliver via SMS or similar tools, or a Logon script. Yes, this would not be able to be done though if the users are not local Admins on the system. Nigel also says he has 95/98 clients to update. Those are quite easy since they will automatically reboot when done and you have no permission problem to deal with.

That is why I worked on the other script pointed out by DrillSergeant. Note though that I still have not tested it in production, and it may still require some tweaking but it can easily be modified if needed.

As far as updating the definition files, I do agree that using the console to update a Parent and then allow the children clients to update is the best method.

Here is a link though for checking the date and trying to "force" an update if the console is having trouble updating the client.

Update NAV Definitions

Top
#17340 - 2002-02-15 04:33 PM Re: NAV Installations
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
DOC,
I was trying to avoid a long dissertation on NAV rollout. You already know that I use KiX to rollout my NAV for the most part. It was the virtues of CE that I was espousing, and mainly the pattern updates.

BTW, I finally got my 7.6 CD and will be sitting down to plan the upgrade. How's your 7.6 upgrade going? I have yet to upgrade KiX on my network to 4.02 (still on 3.62). Now I need to decide whether to do KiX before NAV. Maybe wee should continue this via email. Don't be a stranger. Drop me a note.

_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#17341 - 2002-02-15 05:08 PM Re: NAV Installations
Austin Offline
Seasoned Scripter

Registered: 2002-01-24
Posts: 439
I am not certain that the 3 session limit is enforced in 7.6. I do know that I selected about 60 machines at one time to push the client to and within a matter of an hour or so they were all installed. If in fact it can only install 3 at a time as you state I do know that it will queue the others and they WILL be installed.. you do not have to do three.. wait.. three.. wait... I am not stating that this is the best way to do it but certainly is the best way to keep from introducing problems... specifically those that will occurr when the user running the script is not a member of the local admins group... considering this limitation it may be best to use the SSC installer because if you do in fact install it through a script then you are going to have quite a few users attempting to access a network share at the same time.. this could result in just as poor performance as the SSC method.. and with more headaches.

Thanks

_________________________
Austin Henderson

Top
#17342 - 2002-02-15 05:10 PM Re: NAV Installations
Austin Offline
Seasoned Scripter

Registered: 2002-01-24
Posts: 439
In addition Nigel stated that he was in fact new to the scripting world and as such I would for sure point him toward the SSC method which is a sure fire way to push the client... if connectivity is lost the grc.dat file can be pushed out and this will fix that issue.. and that would be a much easier script.
_________________________
Austin Henderson

Top
#17343 - 2002-02-23 03:55 AM Re: NAV Installations
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11631
Loc: CA
FYI,

Newer release of NAV available now.

Norton AntiVirus Corporate Edition 7.61 Build 32b

New fixes and enhancements addressed in 32b:

Incorrect sorting by virus definitions date in SSC
Corrupted information in NAV Server/Client Tree in SSC
Upgrade Install Fails using MSI File
Win95 client cannot update virus definitions from server
QServer consumes 100% of CPU on client disconnects
Client/Server connectivity lost with multiple NIC cards
CPU use at 100% on shutdown with Lotus Notes 4.5
Windows 2000 users cannot launch LiveUpdate
NAV CE installation fails

[ 23 February 2002: Message edited by: NTDOC ]

Top
Page 1 of 1 1


Moderator:  Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 302 anonymous users online.
Newest Members
Sir_Barrington, batdk82, StuTheCoder, M_Moore, BeeEm
17886 Registered Users

Generated in 0.057 seconds in which 0.022 seconds were spent on a total of 12 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org