HP-UX SNAplus2 R7 APPC Application Suite User's Guide

ANAME
Using ANAME
aname REG -u UserName -t ATELLD
For more information, see Section 4.2.9, Summary of Supported ANAME Commands.
4.2.2 Ensuring Name Resolution
The ANAME
application must be able to locate the
ANAMED
provider program to access the name-to-PLU mapping
(to locate the PLU). You can accomplish this in one of two ways:
Specify the
-s option on the command line when adding a record (see Table 43, Options and Parameters Used
with ANAME Commands) to locate the provider program (
ANAMED).
Create a side information record to locate the provider program (
ANAMED).
For example, if the
ANAMED provider program was on the LU called MYLU on the network called
MYNETWORK, the following creates an appropriate side information record:
snapadmin define_cpic_side_info, sym_dest_name=ANAMED,
partner_lu_name=MYNETWORK.MYLU, tp_name=ANAMED
4.2.3 Character Sets
Valid characters for all elds in
ANAME
include uppercase and lowercase AZ, the numbers 09, and the special
characters listed in Table 41, Additional Valid Characters for All Fields in ANAME.
Table 41 Additional Valid Characters for All Fields in ANAME
Blank , Comma
" Double quote - Hyphen
# Number sign / Front slash
$ Dollar sign : Colon
%
Percent sign
;
Semicolon
&
Ampersand
<
Less than sign
Single quote
=
Equal sign
( Left Parentheses > Greater than sign
) Right parentheses @ At sign
+ Plus sign _ Underscore
Several non-alphanumeric characters have restrictions, as follows:
The hyphen (-) cannot be used as the rst character of any eld value.
The asterisk (*) and question mark (?) characters cannot be used in eld values. They are reserved as special
characters for search routines. (See Section 4.2.8, Wildcards.)
The period (.) character cannot be used as a value in group names or user names.
4.2.4 Removing a Name from the ANAME Database
The delete function enables you to remove a record or records from the ANAME database. Records are removed
only if the fully qualied LU name in the record matches the LU that you are currently using with the requester
program. For example, to delete all the records with the specied user name and the requester programs current
fully qualied LU name, enter:
31