8.Manually mount the corresponding file systems for these four directories. You must use the device (logical volume) names from your actual LVM configuration:

#mount /dev/mapper/vg_fse-fsepart

#mount /dev/mapper/vg_fse-fsefri

#mount /dev/mapper/vg_fse-fselog

#mount /dev/mapper/vg_fse-fsediskbuf

9.In case of FSE disk buffer configuration with additional assigned file systems, follow the substeps for each additional file system:

a. Create the file system mount point:

#mkdir /var/opt/fse/diskbuf/NewFileSystemMountPoint

NewFileSystemMountPoint should be a unique subdirectory name.

b.Invoke the following command to retrieve the name of the device file. Use the symbolic link from the step 1 of section Creating file systems on top of LVM logical volumes”:

# ls -la /dev/vg_fse/fsediskbufNumber

lrwxrwxrwx 1 root root 25 Aug 17 09:12 /dev/vg_fse/fsediskbufNumber -> /dev/mapper/vg_fse-fsediskbufNumber

c.Add the appropriate entry to the file system table in the file /etc/fstab. When adding the entry, note that the device name in the first column corresponds to the device file that you retrieved in the previous substep:

/dev/mapper/vg_fse-fsediskbufNumber\

/var/opt/fse/diskbuf/NewFileSystemMountPoint \

ext3

defaults

1 2

NOTE: If you created an Ext2 file system, modify the above fstab entry accordingly.

d.Manually mount the corresponding file system. You must use the device (logical volume) name from your actual LVM configuration:

#mount /dev/mapper/vg_fse-fsediskbufNumber

10.Use the following command to check that all file systems have been mounted successfully, for example:

#cat /etc/mtab /dev/hda2 / ext3 rw 0 0 proc /proc proc rw 0 0

devpts /dev/pts devpts rw,mode=0620,gid=5 0 0 /dev/hda1 /boot ext3 rw 0 0

/dev/hda5 /usr ext3 rw 0 0 /dev/hda6 /var ext3 rw 0 0

/dev/vg_fse/fsevar /var/opt/fse ext3 rw 0 2

/dev/vg_fse/fsepart /var/opt/fse/part ext3 rw,data=journal 0 2 /dev/vg_fse/fsefri /var/opt/fse/fri ext3 rw 0 2 /dev/vg_fse/fselog /var/opt/fse/log ext3 rw 0 2 /dev/vg_fse/fsediskbuf /var/opt/fse/diskbuf ext3 rw 0 2 /dev/vg_fse/fsediskbuf1 /var/opt/fse/diskbuf1 ext3 rw 0 2

HP StorageWorks File System Extender Software installation guide for Linux 33