HP 3000 Manuals

Ch 7. NETUtil Syntax Summary [ ALLBASE/SQL Quick Reference Guide ] MPE/iX 5.0 Documentation


ALLBASE/SQL Quick Reference Guide

Chapter 7  NETUtil Syntax Summary 

Invocation 

     : RUN NETUTIL.PUB.SYS 

NETUtil Commands 

--------------------------------------------------------------------------------------------------
|                   |          |                                             |                   |
|      Command      |  Abbre-  |                  Function                   |      SM Re-       |
|                   | viation  |                                             |  quired?  (Y/N)   |
|                   |          |                                             |                   |
--------------------------------------------------------------------------------------------------
|                   |          |                                             |                   |
| ADD ALIAS         |    AA    | Adds a profile to the AliasDB file.         |         Y         |
|                   |          |                                             |                   |
| ADD USER          |    AU    | Adds a profile to the NETUsers file.        |         Y         |
|                   |          |                                             |                   |
| CHANGE ALIAS      |    CA    | Changes a profile in the AliasDB file.      |         Y         |
|                   |          |                                             |                   |
| CHANGE USER       |    CU    | Changes a profile in the NETUsers file, or  |         Y         |
|                   |          | changes all profiles having a given client  |                   |
|                   |          | node name with a new client node name in    |                   |
|                   |          | the NETUsers file.                          |                   |
|                   |          |                                             |                   |
| DELETE ALIAS      |    DA    | Deletes a profile from the AliasDB file, or |         Y         |
|                   |          | deletes all profiles with a specified       |                   |
|                   |          | server node name from the AliasDB file.     |                   |
|                   |          |                                             |                   |
| DELETE USER       |    DU    | Deletes a profile from the NETUsers file,   |         Y         |
|                   |          | or deletes all profiles with a specified    |                   |
|                   |          | client node name from the NETUsers file.    |                   |
|                   |          |                                             |                   |
--------------------------------------------------------------------------------------------------

          Table 7-0.  (cont.) 

--------------------------------------------------------------------------------------------------
|                   |          |                                             |                   |
|      Command      |  Abbre-  |                  Function                   |      SM Re-       |
|                   | viation  |                                             |  quired?  (Y/N)   |
|                   |          |                                             |                   |
--------------------------------------------------------------------------------------------------
|                   |          |                                             |                   |
| EXIT              |    E     | Terminates execution of the NETUtil         |         N         |
|                   |          | program.                                    |                   |
|                   |          |                                             |                   |
| HELP              |  H or ?  | Displays and describes all NETUtil          |         N         |
|                   |          | commands.                                   |                   |
|                   |          |                                             |                   |
| QUIT              |    Q     | Terminates execution of the NETUtil         |         N         |
|                   |          | program.                                    |                   |
|                   |          |                                             |                   |
| SET ECHO          |    SE    | Echoes user input to a standard output      |         N         |
|                   |          | file.                                       |                   |
|                   |          |                                             |                   |
| SHOW ALIAS        |    SA    | Displays one or more profiles in the        |         N         |
|                   |          | AliasDB file.                               |                   |
|                   |          |                                             |                   |
| SHOW USER         |    SU    | Displays one or more profiles in the        |         Y         |
|                   |          | NETUsers file.                              |                   |
|                   |          |                                             |                   |
| SYSTEM            |    :     | Escapes temporarily to the operating system |         N         |
|                   |          | for the execution of a single operating     |                   |
|                   |          | system command.                             |                   |
|                   |          |                                             |                   |
--------------------------------------------------------------------------------------------------

ADD ALIAS 

     netutil=> ADD ALIAS
     Alias Name: AliasName 
     Database Server Type: DBServerType 
     DBEnvironment Name on Server: DBEnvironmentName 
     Server Node Name: ServerNodeName 
     Machine Type: MachineType 
     Datacomm Type: DatacommType 

ADD USER 

     netutil=> ADD USER
     Client Node Name/Session Type Name: ClientNodeName 
     Client Login Name: ClientLoginName 
     Server Login Name: ServerLoginName 

CHANGE ALIAS 

     netutil=> CHANGE ALIAS
     Alias Name (current value): AliasName 
     Alias Name (new value) (opt): AliasName 
     Database Server Type (current value): DBServerType
     Database Server Type (new value) (opt): DBServerType 
     DBEnvironment Name on Server (current value): DBEnvironmentName
     DBEnvironment Name on Server (new value) (opt): DBEnvironmentName 
     Server Node Name (current value): ServerNodeName
     Server Node Name (new value) (opt): ServerNodeName 
     Machine Type (current value): MachineType
     Machine Type (new value) (opt): MachineType 
     Datacomm Type (current value): DatacommType
     Datacomm Type (new value) (opt): DatacommType 

 Change Profile (y/n)?  {y[es]}
                        {n[o] }

CHANGE USER 

     netutil=> CHANGE USER
     Client Node Name/Session Type Name (current value): ClientNodeName 
     Client Node Name/Session Type Name  (new value) (opt): ClientNodeName 
     Client Login Name (current value): ClientLoginName 
     Client Login Name (new value) (opt): ClientLoginName 
     Server Login Name (current value): ServerLoginName
     Server Login Name (new value) (opt): ServerLoginName 

 Change Profile (y/n)?  {y[es]}
                        {n[o] }

DELETE ALIAS 

     netutil=> DELETE ALIAS
     Alias Name: AliasName 
     Database Server Type: DatabaseServerType 
     Server Node Name: ServerNodeName 

 Delete Profile (y/n)?  {y[es]}
                        {n[o] }

DELETE USER 

     netutil=> DELETE USER
     Client Node Name/Session Type Name: ClientNodeName 
     Client Login Name: ClientLoginName 

 Delete Profile (y/n)?  {y[es]}
                        {n[o] }

EXIT 

     netutil=> EXIT

HELP 

     netutil=> HELP
     Command Name (opt): CommandName 

QUIT 

     netutil=> QUIT

SET ECHO 

     netutil=> SET ECHO

SHOW ALIAS 

     netutil=> SHOW ALIAS
     Alias Name: AliasName 

SHOW USER 

     netutil=> SHOW USER
     Client Node Name: ClientNodeName 
     Client Login Name: ClientLoginName 

SYSTEM 

     netutil=> SYSTEM
     Command: SystemCommand 



MPE/iX 5.0 Documentation