HP StoreOpen Standalone v2.2.0 Release Notes
a. Unzip the package:
$ gunzip <file_name>
b. Unpack into the root directory:
$ tar xvf <file_name> -C /
c. This will place four executables in /usr/local/bin/ (ltfs, mkltfs, ltfsck, unltfs). It
will also place a number of dynamic libraries in /usr/local/lib/ and in a new
subdirectory called /usr/local/lib/ltfs/.
d. On some systems, trying to execute the ltfs command may result in an error message of
the form libltfs.so.0: cannot open shared object file: No such file
or directory.
To resolve this, it is necessary to tell the linker/loader how to locate the required dynamic
library files. There are several ways of doing this:
• Add /usr/local/lib/ to the environment variable LD_LIBRARY_PATH.
or
• (as root) Add /usr/local/lib/to the file /etc/ld.so.conf, and then execute
/sbin/ldconfig.
Refer to the man pages for ld.so and ldconfig for further details.
Similar error messages may occur if one or more required shared libraries are not present
on the system, or are present but at the wrong revision. Refer to Prerequisites above.
4. (Mac OS X) Double-click the .dmg file to mount it on your system, open the image, and install
each package in turn (ICU, OSXFUSE, HP StoreOpen Standalone). Refer to the README.txt
file for details of how to use LTFS. The installation package also places the HP StoreOpen
Standalone application in your Applications folder, which can be used to simplify the tasks of
preparing, formatting and mounting an LTFS volume.
Related information
The latest documentation for HP StoreOpen Standalone v2.2.0 is available at http://www.hp.com/
go/storeopen. Available documents include:
• HP Storage StoreOpen Standalone for Microsoft Windows User Guide
• HP Storage LTFS Linear Tape File System for Linux and Mac User Guide
Related information 5