-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
BUILDING.macosx
65 lines (45 loc) · 2.33 KB
/
BUILDING.macosx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
=======================================================================
HPE StoreOpen Software (HPE-SOS) - Version 3.4.2
=======================================================================
Files in this download contain Licensed Materials, property of HPE,
(C) Copyright 2015, 2016 Hewlett Packard Enterprise Development LP
Files in this download also contain Licensed Materials, property of IBM,
(C) Copyright IBM Corp. 2010, 2014
See the Licensing agreement (COPYING.LIB) when LTFS is downloaded.
The LTFS software application is an open-source tape file system
implemented on dual partition tape drives.
Further details on HPE's LTFS implementation can be found at
www.hpe.com/storage/storeopen
=======================================================================
Building HPE-SOS from source code (Mac OS X)
=======================================================================
1. Unpack the archive source file to a suitable location:
$ gunzip HPE-SOS_SOURCE.tar.gz
$ tar xf HPE-SOS_SOURCE.tar
2. Ensure that the following packages have been installed:
Apple Developer Tools
OSXFUSE (Refer to HPE Data Agile BURA Compatibility Matrix
at www.hpe.com/storage/BURACompatibility
for OSXFUSE version information)
ICU 50.1.2
3. Run the LTFS build script:
$ cd hpe-sos_3.4.2
$ ./build_osx_package.sh
If no errors are reported then the build was successful.
Do not use the configure script or Makefile; these are intended for
use on Linux platforms. The supplied build_osx_package.sh script
performs the steps needed to build on the Mac OS X platform.
4. The build process produces an installable package in the directory
hpe-sos_3.4.2/distribution/
Open that directory in Finder and select the HPEStoreOpenSoftware.pkg
The installation files will be copied to the directory
/Library/Frameworks/LTFS.framework/Versions/Current/
and symbolic links for the executables (mkltfs, ltfs, ltfsck, unltfs)
are created in /usr/local/bin/
5. That's it! Refer to the README file for details of how to use LTFS.
6. To uninstall LTFS, you need to delete the symbolic links in
/usr/local/bin/ for the executables (mkltfs, ltfs, ltfsck, unltfs)
and then delete the directory /Library/Frameworks/LTFS.framework
Execute the command:
pkgutil --forget com.hpe.ltfs
to cause the Package Manager subsystem to remove references to LTFS.