SeeView Server Gateway (SSG) Manual

SSG Commands
HP NonStop SeeView Server Gateway (SSG) Manual526356-004
4-13
SET Command
INSPECT ON | OFF
provides a debugging tool for use by the SSG developers only. ON enables
debugging, and OFF disables debugging.
SECURE access-specifier
defines the default security settings for command interpreters (CIs) accessed via
the SSG. These settings are maintained by SSGCOM and communicated to each
SSG process when that SSG is started. This approach ensures that the SSG
always runs with the correct set of CI access rights. Unlike the SECURE
command, SET SECURE does not dynamically update the security settings of an
existing SSG process. Use SECURE to accomplish that task.
CI
is an optional keyword indicating that what follows is a simple command interpreter
name (ASAP, FUP, and so on.). The keyword CI is optional. So SET SECURE
ASAP ANY is equivalent to SET SECURE CI ASAP ANY.
object
specifies the simple name of the affected command interpreter; for example, FUP,
SCF, and so forth. If a SET SECURE command is entered for a previously defined
CI, the prior setting is replaced with the new value.
DEFAULT
specifies the default security setting and does not affect settings for the existing list
of command interpreters. The DEFAULT setting is used to establish access rights if
a specific definition does not exist for a given CI object.
*
can be used to indicate that all previously defined command interpreter objects are
affected. For example, SET SECURE * USER applies to all CIs that were
previously defined using SET SECURE commands and sets the security attribute
for each to USER. This command also alters the DEFAULT setting.
ANY
indicates that any user is allowed to access the CI, regardless of their user
identification.
SECURE {[ CI ] object} ANY | GROUP | USER | SUPER | NONE | CLEAR
{DEFAULT }
{* }