System Administration Commands removeallocatable(1M)
NAME
removeallocatable - remove entries from allocation data-
bases
SYNOPSIS
/usr/sbin/removeallocatable [-f] -n name
/usr/sbin/removeallocatable [-f] [-d] -t dev-type
DESCRIPTION
removeallocatable removes entries of user allocatable dev-
ices from the device allocation mechanism.
removeallocatable also removes entries of some non-
allocatable devices, such as printers, whose label range is
managed by the mechanism.
OPTIONS
The following options are supported:
-d Removes system-supplied default attributes
of the device type that is specified with -t.
-f Force the removal of an entry.
removeallocatable exits with an error if
this option is not specified when an entry
with the specified device name no longer
exists.
-n name Removes the entry for the device name.
-t dev-type Removes devices of type dev-type.
EXIT STATUS
When successful, removeallocatable returns an exit status
of 0 (true). removeallocatable returns a nonzero exit
status in the event of an error. The exit codes are as fol-
lows:
1 Invocation syntax error
2 Unknown system error
3 Device name or dev-type not found. This error occurs
only when the -f option is not specified.
SunOS 5.11 Last change: 20 Jul 2007 1
System Administration Commands removeallocatable(1M)
4 Permission denied. User does not have DAC or MAC access
to database.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWtsu
Interface Stability See below.
The invocation is Uncommitted. The options are Uncommitted.
The output is Not-an-Interface.
SEE ALSO
allocate(1), deallocate(1), addallocatable(1M), attri-
butes(5), deviceclean(5)
NOTES
The functionality described on this manual page is available
only if the system is configured with Trusted Extensions.
SunOS 5.11 Last change: 20 Jul 2007 2
|