1remove_allocatable(1M)  System Administration Commands  remove_allocatable(1M)
2
3
4

NAME

6       remove_allocatable - remove entries from allocation databases
7

SYNOPSIS

9       /usr/sbin/remove_allocatable  [-f] -n name
10
11
12       /usr/sbin/remove_allocatable  [-f] [-d] -t dev-type
13
14

DESCRIPTION

16       remove_allocatable removes entries of user allocatable devices from the
17       device allocation mechanism. remove_allocatable also removes entries of
18       some  non-allocatable  devices,  such as printers, whose label range is
19       managed by the mechanism.
20

OPTIONS

22       The following options are supported:
23
24       -d             Removes   system-supplied   default  attributes  of  the
25                      device type that is specified with -t.
26
27
28       -f             Force  the removal of an entry. remove_allocatable exits
29                      with an error if this option is not  specified  when  an
30                      entry with the specified device name no longer exists.
31
32
33       -n name        Removes the entry for the device name.
34
35
36       -t dev-type    Removes devices of type dev-type.
37
38

EXIT STATUS

40       When successful, remove_allocatable returns an exit status of 0 (true).
41       remove_allocatable returns a nonzero exit status in  the  event  of  an
42       error. The exit codes are as follows:
43
44       1    Invocation syntax error
45
46
47       2    Unknown system error
48
49
50       3    Device name or dev-type not found. This error occurs only when the
51            -f option is not specified.
52
53
54       4    Permission denied. User does not have DAC or MAC access  to  data‐
55            base.
56
57

ATTRIBUTES

59       See attributes(5) for descriptions of the following attributes:
60
61
62
63
64       ┌──────────────────────────────┬────────────────────────────┐
65       │       ATTRIBUTE TYPE         │      ATTRIBUTE VALUE       │
66       ├──────────────────────────────┼────────────────────────────┤
67       │Availability                  │SUNWtsu                     │
68       ├──────────────────────────────┼────────────────────────────┤
69       │Interface Stability           │See below.                  │
70       └──────────────────────────────┴────────────────────────────┘
71
72
73       The  invocation is Uncommitted. The options are Uncommitted. The output
74       is Not-an-Interface.
75

SEE ALSO

77       allocate(1),   deallocate(1),    add_allocatable(1M),    attributes(5),
78       device_clean(5)
79

NOTES

81       The  functionality  described  on this manual page is available only if
82       the system is configured with Trusted Extensions.
83
84
85
86SunOS 5.11                        20 Jul 2007           remove_allocatable(1M)
Impressum