Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Improving NS & IIS Response in Large Environments

Updated: 29 Mar 2007 | 5 comments
Screenbert's picture
0 0 Votes
Login to vote

There is a KB article available for "Common problems for very large environments" and is #26878. Particularly interesting is the last item under NS relating to IIS and .NET's debug mode for asp pages.

Quite a few solutions that are out right now that mistakenly have Debug enabled. This causes additional load on IIS / NS server.

Turning the debugging off on the asp.net pages should help in these three areas according to the KB article.

  1. The compilation of ASP.NET pages takes longer (since some batch optimizations are disabled)
    This can be seen in the initial viewing of each NS console page
  2. Code can execute slower (since some additional debug paths are enabled)
  3. Much more memory is used within the application at runtime
    This is of particular importance on NS servers with 2GB of physical memory, and large client facing servers with multiple Altiris solutions enabled

Please see KB #33499 for more information and also to get the executable that will turn off debug mode on the .NET pages.

I also found that when I implemented it, it "hung" all Web pages for 2-3 minutes. Probably, while they recompiles. I'd recommend do this during off-peak hours. I did get great performance gains though.

Comments

trb48's picture
29
Mar
2007
0 Votes 0
Login to vote

Good Info...

We always had problems in our large environment. Even though we had enough RAM, things did not run as smoothly as we would have liked. This was probably the problem! It is nice to know that we could fix the problem very simply!

Thanks,

trb48

kmieciooo's picture
04
Jul
2007
0 Votes 0
Login to vote

How to troubleshoot performance on virtualized servers?

My problem is that i have two virtualized servers and only these two have permanent performance problems... hardware is in line with Altiris recommendations. Maybe some of you also is facing such a problems (i turned off debug mode already).

kmiecio || Altiris Admin || ACP - NSF :::...

kmiecio || Altiris Admin || ACP - NSF :::...

Screenbert's picture
05
Jul
2007
0 Votes 0
Login to vote

Virtualized servers

How many clients do you have connecting to each NS server?

Screenbert

Screenbert

kmieciooo's picture
05
Jul
2007
0 Votes 0
Login to vote

ca 1400 to each of them...

ca 1400 to each of them... NS 6.0 (SP3 + R5), usually only XP (some tablets), SWI 6.0 (i will upgrade it on Monday to 6.1). There is many sites connected to them and it is another difference comparing to my other (not virtual servers). But I personally thinks it is connected to Virtual Server.

I will be working on it with my Altiris Support but was wondering if some of you also faced such an issue.

Thanks in advance

kmiecio || Altiris Admin || ACP - NSF :::...

kmiecio || Altiris Admin || ACP - NSF :::...

Screenbert's picture
05
Jul
2007
0 Votes 0
Login to vote

Virtual vs real

We have about 15,000 on one of our NS servers with no issues. It's not virtualized. We have moved SQL off to another machine, you might try doing that and see if it improves performance. I would think a VM would work great for 1400.

Screenbert

Screenbert