allocfs.sh utility: allocates drives for InfoPrint Manager for Linux file systems
Syntax
allocfs.sh -c <lv-name> -s <lv-size> -v <vg-name>
allocfs.sh -d <lv-name> -v <vg-name>
allocfs.sh -l [-v <vg-name>]
allocfs.sh -h
Description
Use the allocfs.sh utility to allocate drives and specify a volume group for the InfoPrint Manager for Linux file systems.
Flags
The allocfs.sh utility uses these flags:
- -c <lv-name> | - -create=<lv-name> | - -create <lv-name>
- Creates a logical volume. See below the available logical volume names.
- -d <lv-name> | - -delete=<lv-name> | - -delete <lv-name>
- Deletes a logical volume. See below the available logical volume names.
- -h | - -help
- Displays the help for the allocfs.sh utility.
- -l | - -list
- Lists all available volume groups. If a volume group is specified, it lists all the available logical volumes in the volume group.
- -s <lv-size> | - -size=<lv-size> | - -size <lv-size>
- Specifies the logical volume size in megabytes.
- -v <vg-name> | - -volume=<vg-name> | - -volume <vg-name>
- Uses the specified volume group.
Logical volume names:
The available logical volume names are:
Mount point | Logical volume | Minimum size |
---|---|---|
/var/pd |
lvpd |
10240 MiB |
/var/psf |
lvpsf |
5120 MiB |
/var/psf/segmnets |
lvpsfs |
10240 MiB |
/ipdata |
lvipd |
5120 MiB |