 |
Index for Section 8 |
|
 |
Alphabetical listing for V |
|
 |
Bottom of page |
|
volinstall(8)
NAME
volinstall - Sets up Logical Storage Manager (LSM) environment after LSM
installation
SYNOPSIS
/usr/sbin/volinstall
DESCRIPTION
The volinstall script sets up LSM special device files, and add the
following lines to the /etc/inittab file:
lsmr:s:sysinit:/sbin/lsmbstartup -b </dev/console >/dev/console 2>&1
lsm:23:wait:/sbin/lsmbstartup -n </dev/console >/dev/console 2>&1
vol:23:wait:/sbin/volreconfig -n </dev/console >/dev/console 2>&1
The first line calls the /sbin/lsmbstartup script, which enables LSM to
start automatically on system reboot. The second line calls the
/sbin/volreconfig script, which handles any pending encapsulation requests.
If /sbin/lsmbstartup is not added to the /etc/inittab file, LSM must be
started manually after system reboot.
Note
The volinstall script is automatically invoked by the volsetup,
clu_create, and clu_add_member commands. Therefore, running the
volinstall script to set up LSM is usually not necessary.
SEE ALSO
inittab(4), lsmbstartup(8), volencap(8), volintro(8), volsetup(8),
 |
Index for Section 8 |
|
 |
Alphabetical listing for V |
|
 |
Top of page |
|