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

NAME

6       hald - daemon that supports hardware abstraction layer
7

SYNOPSIS

9       /usr/lib/hal/hald  [--daemon={yes | no}]] [--help] [--use-syslog]
10        [--verbose={yes | no}] [--version]
11
12

DESCRIPTION

14       The  hald  daemon  supports  the  recognition  of  hardware changes for
15       devices that conform to the Hardware Abstraction Layer (HAL) specifica‐
16       tion.
17
18
19       The enabling and disabling of hald can be performed through the service
20       management facility (SMF) (see smf(5)). hald is managed using the fault
21       management  resource  identifier (FMRI) svc:/system/hal. Options can be
22       specified as SMF properties. See EXAMPLES.
23

OPTIONS

25       The following options are supported:
26
27       --daemon        Run as a daemon.
28
29
30       --help          Display usage information and exit.
31
32
33       --use-syslog    Display debug messages to syslog instead of stderr. Use
34                       this  option  to  record  debug messages if HAL runs as
35                       daemon.
36
37
38       --verbose       Display debug information.
39
40
41       --version       Display version information and exit.
42
43

EXAMPLES

45       Example 1 Specifying a Property
46
47
48       The following svccfg(1M) command specifies the --verbose option.
49
50
51         example# svccfg
52         svc:> select hal
53         svc:/system/hal> listprop hal/*
54         hal/verbose          boolean  false
55         hal/use_syslog       boolean  false
56         svc:/system/hal> setprop hal/verbose=true
57         svc:/system/hal> exit
58
59
60

FILES

62       /usr/lib/hal    HAL-related files
63
64
65       /etc/hal/fdi    Device information files
66
67

ATTRIBUTES

69       See attributes(5) for descriptions of the following attributes:
70
71
72
73
74       ┌─────────────────────────────┬─────────────────────────────┐
75       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
76       ├─────────────────────────────┼─────────────────────────────┤
77       │Availability                 │SUNWhalr                     │
78       ├─────────────────────────────┼─────────────────────────────┤
79       │Interface Stability          │Volatile                     │
80       └─────────────────────────────┴─────────────────────────────┘
81

SEE ALSO

83       svccfg(1M), attributes(5), hal(5), smf(5)
84
85
86
87SunOS 5.11                        2 Jul 2008                          hald(1M)
Impressum