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 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=>
|