You are on page 1of 23

Copy the Sitescope Installation files from the

Step 1:
Start the installation
Step 2:
change from the default folder to the folder that is specific to the server, check the
available drives and their space before hand to make sure that enough place is available
on the selected drive.
Mail server Domain: <mail server name> mailrelay.nbcuni.ge.com
License: PM32530631002000-998311
Click Skip Details
Patch Installation:
Configuration

right click on the sitescope services and go to properties, select the Log on tab
stop and start the service.
fs
Close and login using the admin userid.

Stop the service


Copy the Sitescope\Java\Lib File from any of the production sitescope box.
Set up the database connectivity
Sizing
1. Increase memory available to SiteScope:

Open regedit, explore to:


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SiteScope\servicePa
ram

Change it from this:

-Xmx256m -Dsun.net.inetaddr.ttl=0 -cp C:\SiteScope\classes SiteScope x

To this:

-Xmx512m -Dsun.net.inetaddr.ttl=0 -cp C:\SiteScope\classes SiteScope x

2.Increase Desktop Headspace

Open regedit and explore to:


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\Win
dows

Change it from this:


%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows
SharedSection=1024,3072,512 Windows=On SubSystemType=Windows
ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3
ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off
MaxRequestThreads=16

To This:
%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows
SharedSection=1024,3072,2048 Windows=On SubSystemType=Windows
ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3
ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off
MaxRequestThreads=16

Some times “SharedSection” might have more than 3 values, in all the cases change the
third value alone.

3.Turning Off the Popup Warnings

Open regedit and explore to:


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows\ErrorMode

Change from: 0
To: 2 (While changing select “Decimal” instead of Hexadecimal)
4.Increase the File Handler Quota

Open regedit and explore to:


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Windows\USERProcessHandleQuota

Change From: 10000


To: 18000 (While changing select “Decimal” instead of Hexadecimal)

You might also like