1IPRINIT(8) System Manager's Manual IPRINIT(8)
2
3
4
6 iprinit - IBM Power RAID adapter/device initialization utility
7
9 iprinit
10
11 iprinit --debug --daemon --use-polling --use-uevents
12
14 iprinit is used to setup IBM Power RAID adapters and devices for opti‐
15 mal performance. It will enable U320 scsi speeds if it is determined
16 the disk enclosure supports it. It will also enable tagged command
17 queuing. Any scsi bus attributes, such as bus width, or disk
18 attributes, such as queue depth, that have been setup by iprconfig will
19 be loaded as well. It is desired that this be called in the boot
20 process, using the init.d script provided.
21
23 --version
24 Print the version number of iprinit
25
26 --debug
27 Enable additional error logging. Enabling this will result in
28 additional errors logging to /var/log/messages.
29
30 --daemon
31 Run as a daemon to handle adapters and devices being hotplugged.
32
33 --use-polling
34 Do not use netlink/uevent notification, but rather poll for
35 adapter and device configuration changes.
36
37 --use-uevents
38 Use netlink/uevent notification rather than polling for adapter
39 and device configuration changes. If not specified, polling will
40 be used until the first uevent notification appears, then
41 netlink will be used.
42
44 Brian King (brking@us.ibm.com)
45
46
47
48 February 2005 IPRINIT(8)