Created
August 1, 2013 07:40
-
-
Save corvax19/6129251 to your computer and use it in GitHub Desktop.
Recreating Siebel gateway service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Ensure the Siebel Server Service and Web Server services are offline | |
2) Run gtwysrvr\siebenv.sh | |
3) Stop the Gateway Server service (stop_ns) | |
4) Copy svc.gtwyns. in $SIEBEL_ROOT/gtwysrvr/sys to backup.svc.gtwyns.old | |
5) Delete the svc.gtwyns. file | |
6) Run the command siebctl -S gtwyns -a -g "/f $SIEBEL_ROOT/sys/siebns.dat /t 2320" substituting the port number for the Gateway Server service in place of 2320. | |
7) Start the Siebel Gateway service (start_ns) | |
8) Type list_ns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment