NBPREMOVE(1M) K-Talk by Xinet (10/14/99 10.1) NBPREMOVE(1M)
NAME [Toc] [Back]
nbpremove - unregister an entity name
SYNOPSIS [Toc] [Back]
nbpremove -O object -T type [ -Z zone ]
DESCRIPTION [Toc] [Back]
Nbpremove uses the AppleTalk Name Binding Protocol (NBP) to
remove entity names that are registered with the local
nbpd(1m). It is usually used to remove the name of a
service that has exited irregularly (i.e., core dump). If
the removal is successful, the pid of the process that
registered the name is printed. If the -Z zone option is
given, the removal will be for the specified AppleTalk zone;
otherwise, the lookup will be in the local zone.
RETURN VALUE [Toc] [Back]
Nbpremove returns the value of the nbp_remove call, which is
either a negative error number or the pid of the process
that registered the name.
DIAGNOSTICS [Toc] [Back]
Names table is locked, try later.
Another process has the names
table locked.
Could not allocate space. The nbp_remove call could not
malloc space to store the
names.
Duplicate entry found. More than one entry of this
type was found in the names
table.
Entity not found in names table.
The entity is not in the local
names table. If it appears in
an atservers(1) listing, it is
probably registered from a
different host.
FILES [Toc] [Back]
/usr/adm/appletalk/names_table
SEE ALSO [Toc] [Back]
nbp(3), nbpd(1m), atservers(1)
Page 1 (printed 5/15/100)
[ Back ]
|