
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2008 03:35 PM
Hi,
Last week I implemented Lansweeper on our network. I only use it for Windows 2000 and 2003 servers. While I began implementing, the performance of my servers became worse. While monitoring, I found out that on each client there were a lot of "cscript" processes ran for a few seconds each minute. They pop up every minute for a while and demand a lot of resources. Is there a possibility that I plan these scripts for non business hours? I am running the LAN sweeper service on each domain controller. Is it a requirement that all the servers have .net 2.0 installed or do these requirements only count for the servers running the lansweeper services?
Gr. Ron Splinter
Last week I implemented Lansweeper on our network. I only use it for Windows 2000 and 2003 servers. While I began implementing, the performance of my servers became worse. While monitoring, I found out that on each client there were a lot of "cscript" processes ran for a few seconds each minute. They pop up every minute for a while and demand a lot of resources. Is there a possibility that I plan these scripts for non business hours? I am running the LAN sweeper service on each domain controller. Is it a requirement that all the servers have .net 2.0 installed or do these requirements only count for the servers running the lansweeper services?
Gr. Ron Splinter
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2008 06:46 PM
The GP is correct, when you run the vbs file, lsclient instructs the service to scan the client.
This script should only run for half a second.
Maybe another service on this server is constantly logging users on/off?
This script should only run for half a second.
Maybe another service on this server is constantly logging users on/off?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2008 04:51 PM
Well, This is the way how I run my lsclient using Group policy:
Group Policy manager --> User Configuration --> Windows settings --> Scripts (logon / Logoff) --> Logon
Name: cscript
Parameters: %logonserver%\netlogon\Lansweeper\lsclient.vbs
In this directory, there are two files:
lsclient.vbs with the following:
'Dit script houd de CMDB bij en voegt servers toe welke nog niet in de cmdb staan.
Set WshShell = CreateObject("WScript.Shell")
WshShell.run "%logonserver%\netlogon\Lansweeper\LSclient.exe nlutsrcmdb01.strukton.org",1
And the file lsclient.exe
I thought that the service running the lansweeper30.exe, was starting scripts remotely. Is the way I use GP to run correct?
Group Policy manager --> User Configuration --> Windows settings --> Scripts (logon / Logoff) --> Logon
Name: cscript
Parameters: %logonserver%\netlogon\Lansweeper\lsclient.vbs
In this directory, there are two files:
lsclient.vbs with the following:
'Dit script houd de CMDB bij en voegt servers toe welke nog niet in de cmdb staan.
Set WshShell = CreateObject("WScript.Shell")
WshShell.run "%logonserver%\netlogon\Lansweeper\LSclient.exe nlutsrcmdb01.strukton.org",1
And the file lsclient.exe
I thought that the service running the lansweeper30.exe, was starting scripts remotely. Is the way I use GP to run correct?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2008 03:46 PM
A lot of questions in this post.
1) You only need dotnet framework 2.0 on the server running the lansweeper service
2) you need only one lansweeper server (server where the service is running) if you have a small network (< 5000 computers)
3) the cscript process is triggered by vbscript (.vbs) files of jscript files. This sort of scripting is not used by lansweeper, so you have to look somewhere else for your source of problem.
4) how did you implemented scanning of these systems? Scanning is only triggered using lsclient, or a scheduled scan (once every x days). I don't understand what you mean by "plan the scripts during non business hours"
1) You only need dotnet framework 2.0 on the server running the lansweeper service
2) you need only one lansweeper server (server where the service is running) if you have a small network (< 5000 computers)
3) the cscript process is triggered by vbscript (.vbs) files of jscript files. This sort of scripting is not used by lansweeper, so you have to look somewhere else for your source of problem.
4) how did you implemented scanning of these systems? Scanning is only triggered using lsclient, or a scheduled scan (once every x days). I don't understand what you mean by "plan the scripts during non business hours"
