SeeView Server Gateway (SSG) Manual

SSG Component Configuration
HP NonStop SeeView Server Gateway (SSG) Manual526356-004
3-5
Using OBEY Files
2. To stop the SSGCOM session, enter EXIT at the SSG command interpreter
prompt.
Using OBEY Files
You can set up OBEY command files for SSGCOM to start and stop Gateway
processes.
This sample shows a startup OBEY file:
This sample shows a shutdown OBEY file:
Securing the SSG
The SSG employs a user-based security model. For each request received, the SSG
compares the user ID of the requesting process with the user ID of the SSG process
itself and uses that information in conjunction with CI-specific security settings
(configured via the SET SECURE command) to determine whether to honor the
request. This procedure works as follows:
The SSG gets the user ID of the process making the request.
The SSG determines the target CI of the request (for example, FUP, ASAP, TACL,
and so on.).
The SSG retrieves the security setting for the target CI. This setting was initially
specified via the SET SECURE (or SECURE) command as NONE, SUPER,
USER, GROUP, or ANY.
The SSG validates the request based on the CI security setting:
°
NONE - The request is rejected with error 4848 in all cases.
°
SUPER - The request is accepted and processed if the user ID of the
requesting process is in the super group. Otherwise, the request is rejected
with error 4848.
+EXIT !exits the command interpreter
STARTUP \CHICAGO ! starts Gateway in Chicago
STARTUP \MONTRL ! starts Gateway in Montreal
STARTUP \CUPRTNO ! starts Gateway in Cupertino
STATUS \*! status all nodes
SHUTDOWN \CHICAGO ! shuts down Gateway in Chicago
SHUTDOWN \MONTRL ! shuts down Gateway in Montreal
SHUTDOWN \CUPRTNO ! shuts down Gateway in Cupertino