HPlogo ALLBASE/NET User's Guide: HP 9000 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.

Examples

In this example, one alias profile in the AliasDB file is displayed when the alias name purchdbe3 is entered for AliasName.

  netutil=> show alias

  Alias Name: purchdbe3



  Alias Name: purchdbe3

  Database Server Type: ALLBASE/SQL

  DBEnvironment Name on Server: /users/dbsupport/purchdbe3

  Server Node Name: system1

  Machine Type: hp9000 s800

  Datacomm Type: ARPA



  netutil=>

When an asterisk is entered for the alias name, all alias profiles in the AliasDB file are shown, including an alias profile for a DBEnvironment on an MPE/iX server:

  netutil=> show alias

  Alias Name: *



  Alias Name: purchdbe2

  Database Server Type:  ALLBASE/SQL

  DBEnvironment Name on Server: /users/dbsupport/purchdbe2

  Server Node Name: system2

  Machine Type: hp9000 s800

  Datacomm Type: ARPA



  Alias Name: purchdbe3

  Database Server Type: ALLBASE/SQL

  DBEnvironment Name on Server: /users/dbsupport/purchdbe3

  Server Node Name: system1

  Machine Type: hp9000 s800

  Datacomm Type: ARPA



  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

	 .

	 .

	 .

  netutil=>
Feedback to webmaster