Siebel Installations >  Siebel Open UI Installation in Redhat - Step 5 : Siebel Gateway Server configuration

Siebel Gateway configuration

This is the next step after Siebel Enterprise configuration.
You should run the following commands at the command prompt(login as siebel).


siebel@siebelserver:/services/siebel/gtwysrvr/bin$ . ./cfgenv.sh
siebel@siebelserver:/services/siebel/gtwysrvr/bin$ export RESOLV_MULTI=off
siebel@siebelserver:/services/siebel/gtwysrvr/bin$ ./config.sh -mode enterprise

Siebel Gateway Configuration 1

 

Select create new configuration and click next.

Siebel Gateway Configuration 2

Select Configura a New Gateway Name Server and click Next.

Siebel Gateway Configuration 3

Enter Default Port 2320. I have not seen any other port being used.

Siebel Gateway Configuration 4

You can click save response file if you want the output to be saved. Otherwise click next.

Siebel Gateway Configuration 5

 Click OK. You could save the log file path for later use.

We have finished creating the Gateway Service. We can check if the Service works with the following commands.


siebel@siebelserver:/services/siebel/gtwysrvr/bin$ . ./siebenv.sh
siebel@siebelserver:/services/siebel/gtwysrvr/bin$ stop_ns
siebel@siebelserver:/services/siebel/gtwysrvr/bin$ list_ns
stopped at Mon Feb 22 14:37:14 2018, pid: 2541, autostart: no
siebel@siebelserver:/services/siebel/gtwysrvr/bin$ start_ns
started at Mon Feb 22 14:38:04 2018, pid: 2541, autostart: no
siebel@siebelserver:/services/siebel/gtwysrvr/bin$ list_ns
started at Mon Feb 22 14:38:04 2018, pid: 2541, autostart: no

We need to create an enterprise in the gateway server next.

Configure a new enterprise in a gateway server

Siebel Gateway Configuration 6

Select Configure a New Enterprise in a Gateway Name Server.

Siebel Gateway Configuration 7

 Enter SADMIN as user Account Name. Enter SADMIN password twice and click Next.

Siebel Gateway Configuration 8

Enter the Siebel Gateway Server name (computer name) and Port = 2320. Click next.

Siebel Gateway Configuration 9

Enter the Siebel Enterprise Name and some Text Description, click next.

Siebel Gateway Configuration 10

Enter a folder for the filesystem. It should have at least 250 MB for a single server configuration.

Siebel Gateway Configuration 11

We are using Oracle, so select Oracle and then Next.

Siebel Gateway Configuration 12

Table owner should always be Siebel. Net Connect String is the Database string in your ODBC (TNSNAMES.ORA) file.

Siebel Gateway Configuration 13

Enter SADMIN and SADMIN's password twice.

Siebel Gateway Configuration 14

Database Authentication is the default and is the easiest to do.

Siebel Gateway Configuration 15

Enter Security Adapter name and click next.

Siebel Gateway Configuration 16

Select 'Propagate Authetication settings to the Name Server'. Although this is optional, not selecting this could create a lot of errors later.

Siebel Gateway Configuration 17

You could skip these options. Chart server is a separate software that can be installed to check the pie and bar and line charts in Siebel.

I shall show later how Chart server can be installed. Unfortunately I have the commands for Chart server only in Solaris.

Normally the Enterprise Network Security Encryption is not set or is set up by the Network team.

Click next.

 

Siebel Gateway Configuration 18

Click next.

Siebel Gateway Configuration 18

Click OK. If there are errors, check the log file for details.

The Gatway Server Configuration is finished.