Siebel Installations >  Netchart Installation

NetCharts Server

Net Chart Server installs the plugin for siebel that allows us to view charts in Siebel GUI.

To install Net Chart Server on Solaris for Siebel 8.1.1.8, we should start the installtion with this command.

./NetChartsServer4.6SiebelEdition.solaris.sparc.bin

After this the graphic installer starts. The screenshots are given below.

 Netchart Installation

Netchart Installation step 2

Netchart Installation step 3

Netchart Installation Step 4

Netchart Installation Step 5

Netchart Installation Step 6

Netchart Installation Step 7

Netchart Installation Step 9

Netchart Installation Step 10

Netchart Installation Step 11

You will be asked to register after this. Add an account, name and site, save the account.

To check if Net Chart Server installtion actually worked, open Siebel and add some accounts/opportunities. We should be able to view graphs in the applets in Siebel.



Commands and checks for NetChartServer:

./NetChartsServerControl start

./NetChartsServerControl stop



check if NetCharts is running:

ps -ef | grep `cat /siebelhome/siebel/8.1/ChartServer/Server/bin/esstart.pid` | grep -v grep



example results for the command above:

/siebelhome/siebel/8.1/ChartServer/Server/bin> ps -ef | grep 22057

siebel 22057 29184 0 16:30:43 pts/4 0:00 /siebelhome/siebel/8.1/ChartServer/Server/bin/ESStart

siebel 22060 22057 1 16:30:43 pts/4 0:35 /siebelhome/siebel/8.1/ChartServer/jre/bin/java -server -cp

siebel 22548 9341 0 16:31:20 pts/4 0:00 grep 22057

/siebelhome/siebel/8.1/ChartServer/Server/bin>

siebelhome/siebel/8.1/ChartServer/Server/bin> pss | grep 22057

 siebel 22057 0.0 0.0 1672 1240 pts/4 S 16:30:43 0:00 /siebelhome/siebel/8.1/ChartServer/Server/bin/ESStart /siebelhome/siebel/8.1/ChartServer/jre /siebelhome/siebel/8.1/ChartServer/Server 256m

siebel 26730 0.0 0.0 1720 1368 pts/4 S 18:53:39 0:00 grep 22057