HPlogo ALLBASE/NET User's Guide: HP 3000 MPE/iX Computer Systems > Chapter 4 NETUtil Reference

SHOW ALIAS

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

Use the SHOW ALIAS command to display the contents of one or more alias profiles in the AliasDB file on the client.

SHOW ALIAS can be abbreviated to SA.

Anyone can issue this command.

NETUtil Syntax

   netutil=> SHOW ALIAS

   Alias Name: AliasName

Parameters

AliasName

is either the alias name of the DBEnvironment that resides on the server, or an asterisk (*).

If you enter an alias name, the contents of that alias profile is displayed. If you enter an asterisk, the contents of all alias profiles in the AliasDB file are displayed.

NOTE: If the AliasDB file contains alias profiles for DB2 databases, SHOW ALIAS will display those alias profiles along with ALLLBASE/SQL alias profiles.

ALLBASE/DB2 CONNECT alias profiles contain a different set of parameters. For a description, see the "NETUtil Commands" chapter in the ALLBASE/DB2 CONNECT User's Guide.

Examples

In this example, one alias profile in the AliasDB file is displayed when the alias name InvenDB3 is entered at the alias name prompt.

   netutil=> show alias

   Alias Name: InvenDB3



   Alias Name: InvenDB3

   Database Server Type: ALLBASE/SQL

   DBEnvironment Name on Server: PartsDB.DBgroup3.Account

   Server Node Name: snode.sdomain.sorg

   Machine Type: HP3000 S900

   Datacomm Type: NS



   netutil=>


When an asterisk is entered for the alias name, all alias profiles in the AliasDB file are shown:

   netutil=> show alias

   Alias Name: *



   Alias Name: InvenDB2

   Database Server Type:  ALLBASE/SQL

   DBEnvironment Name on Server: PartsDB.DBgroup2.Inven2

   Server Node Name: snode1.sdomain1.sorg1

   Machine Type: HP3000 S900

   Datacomm Type: NS



   Alias Name: InvenDB3

   Database Server Type: ALLBASE/SQL

   DBEnvironment Name on Server: PartsDB.DBgroup3.Inven3

   Server Node Name: snode.sdomain.sorg

   Machine Type: HP3000 S900

   Datacomm Type: NS

                    .

                    .

                    .

   netutil=>
Feedback to webmaster