Setup guide

Continue using the value calculated above as the new agsize value.
If the values of sunit and swidth are not equal to 0, and no warning message appears, proceed to
step 4 using the agsize value displayed by the mkfs.xfs command in step 1.
4 Run mkfs.xfs again to create the XFS filesystem on the device /dev/vg00/lvol1 using the value
calculated in one of the previous steps: mkfs.xfs -d agsize= <new agsize> -f /dev/vg00/lvol1. The
filesystem is created on the storage array.
NOTE If the command fails, redo your calculations starting from step 1.
5 Verify that the storage can be mounted by running one of the following commands:
For HP Z800 systems: mount /mnt/StorageMedia
For older systems: mount /mnt/stoneMedia
The storage should mount, as the DKU installation script should have created the mount point directory
for your storage (/mnt/StorageMedia on HP Z800 workstations, or /mnt/stoneMedia on older
workstations), as well as the corresponding entry in the /etc/fstab file. If you receive an error message
and the storage does not mount, follow the instructions in the next section to manually mount the
storage.
Manually Creating a Mount Point and Mounting the Storage
If the mount point directory for your storage was not created automatically by the DKU, or if the storage
does not mount, create the mount point and mount the storage manually:
1 Create the directory that will serve as the mount point for the filesystem, if it does not exist. For
example: mkdir /mnt/StorageMedia
WARNING Do not use the word stonefs as the name for your mount point directory. Stonefs is a reserved
word, and can cause issues if used as the mount point directory name.
2 Mount the XFS filesystem from the logical volume /dev/vg00/lvol1 on the directory you created in
the previous step. For example: mount -av -t xfs -o rw,noatime,inode64 /dev/vg00/lvol1
/mnt/StorageMedia . The filesystem is mounted as /mnt/StorageMedia.
3 Confirm that the storage is now mounted: df -h. The output should list /dev/mapper/vg00-lvol1
mounted on your mount point directory.
4 Append a line to /etc/fstab so the filesystem is mounted at startup, for example: /dev/vg00/lvol1
/mnt/ StorageMedia xfs rw,noatime,inode64
5 Optional: Confirm that the filesystem can mount automatically by rebooting the workstation and
using the command df -h again.
Install Creative Finishing software
Install the software with a GUI:
1 Open a terminal as root. Go to the application installation directory and start the application installation
script with the command ./INSTALL_SOFTWARE, where SOFTWARE is the name of the software to be
installed, e.g. ./INSTALL_FLAME. If installing an educational version, add the switch --edu, e.g.
./INSTALL_FLAME --edu. The installation script verifies the installation packages and checks your
system for previously-installed versions of the application. To use the command line installer, use the
switch --noui.
2 The graphical installer launches.
3 Select a media storage device and folder.
30 | Chapter 1 Flame Premium Installation and Configuration