HP 3000 Manuals

>VERIFY [ Silhouette Reference Manual ] MPE/iX 5.0 Documentation


Silhouette Reference Manual

>VERIFY 

The >VERIFY command validates the information in a configuration file.
Because the >VERIFY command validates the information in a configuration
file it takes longer to execute than the >CONFIG command.  Use the
>CONFIG command for a quick reminder of the contents of the configuration
file.

SYNTAX 

     >VERIFY configfile 

PARAMETERS 

configfile          The name of the configuration file to be validated.

DISCUSSION 

The >VERIFY command allows you to see how Silhouette will interpret a
configuration file without actually activating the configuration.  The
user must have System Manager (SM), System Supervisor (OP), or Privileged
Mode (PM) capability to see the file contents.  If you do not have any of
these capabilities, only the message No errors found in Silhouette
configuration file.  (MPMSG 81) is displayed.

EXAMPLES 

The following example shows the display generated when a >VERIFY command
is issued by a user with System Manager (SM), System Supervisor (OP), or
Privileged Mode (PM) capability.

     >RUN SILMP.PUB.SYS

     HP30302 (A.01.00) Silhouette Manager Program
     (C) Copyright Carolian Systems International Inc. 1984
     >SYSTEM configfile.group.account
     This Silhouette system is currently active. (MPWARN 51)
     >VERIFY configfile.group.account
     BEGIN      <<  Silhouette Configuration File  >>
       LOCAL     = !JOB jobname,user.account/pass,group;pri=bs;hipri:
       COMMANDS  = p1.group.account:       << Pipe to CP >>
       RESPONSES = p2.group.account:       << Pipe from CP >>
       SAVEFILE  = sv.group.account:       << Saves environment >>
       USE logproc WITH dbtst1.group.account/pass, << all three same >>
                        dbtst2.group.account/pass,
                        dbtst3.group.account/pass:
       MODE      = 4:
       WAIT      = 3000:                   << milli-seconds >>
       MAXRECS   = 0100:                   << before requesting tape >>
       DSLINE    = MPEXL950:               << 1 DS Line >>
       REMOTE    = hello session,user.account/pass,group;pri=bs;hipri:
       LOG       = logfl.group.account:
       TAPEDEV   = tape:                   << Tape device class >>
     END. << of config >>                             =
     No errors found in Silhouette configuration file. (MPMSG 81)
     >

If you do not have System Manager (SM), System Supervisor (OP), or
Privileged Mode (PM) capability the above report will not be displayed.
Only the following message will be displayed:

     No errors found in Silhouette configuration file.  (MPMSG 81)

ADDITIONAL DISCUSSION 

See Chapter 4.



MPE/iX 5.0 Documentation