DELETE ALIAS [ ALLBASE/NET User's Guide ] MPE/iX 5.0 Documentation
ALLBASE/NET User's Guide
DELETE ALIAS
Use the DELETE ALIAS command to delete one or more alias profiles from
the AliasDB file on the client. To prevent you from accidentally
deleting an alias profile, you are prompted to confirm the deletion.
DELETE ALIAS can be abbreviated to DA.
[REV BEG]
To issue this command, you must log on as MANAGER.SYS or have SM
capability.[REV END]
NETUtil Syntax
netutil=> DELETE ALIAS
Alias Name: AliasName
Database Server Type: DatabaseServerType
Server Node Name: ServerNodeName
Delete Profile (y/n)? {y[es]}
{n[o] }
Parameters
AliasName is either the alias name of the DBEnvironment on the
server to be used by the application on the client or
an asterisk (*).
If you enter an alias name, the alias profile with
the same name is deleted from the AliasDB file.
If you enter an asterisk, you are prompted for the
database server type and then the server node name.
In this case, all alias profiles that match the
database server type and the server node name are
deleted.
Examples
In this example, one alias profile is deleted from the AliasDB file.
netutil=> delete alias
Alias Name: InvenDB
Delete Profile (y/n)? y
Profile deleted.
netutil=>
In this example, all alias profiles for a specific node are deleted.
netutil=> delete alias
Alias Name: *
Database Server Type: ALLBASE/SQL
Server Node Name: snode.sdomain.sorg
Profiles qualified: 2
Delete all (y/n)? y
Profiles deleted.
netutil=>
MPE/iX 5.0 Documentation