-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME
147 lines (129 loc) · 6.65 KB
/
README
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
PRODUCT DESCRIPTION
====================
Enstore is a multi-Petabyte scale tape based Mass Storage System (MSS) for High
Energy Physics (HEP) Experiments and other scientific endeavors. It has been
designed to permit us to scale to multiple petabytes of storage capacity, manage
tens of terabytes per day in data transfers, support hundreds of users, and
maintain data integrity. Enstore can be used for data storage needs of any
scale, for different kinds of enterprises. The Enstore architecture allows easy
addition and replacement of hardware and software components. Enstore has the
following major components:
SERVERS:
-------
- Configuration server - maintain system configuration information and
present it to the rest of the system components.
- Volume clerk - maintain volume part of the enstore database.
- File clerk - maintain file part of the enstore database.
- Info Server - provides read only functionality of File and Volume Clerks
- Multiple, distributed library managers - provide queuing, optimization and
distribution of user requests to assigned movers.
- Multiple, distributed movers - transfer data between user computers and
storage devices (tape drive, disk).
- Multiple, distributed media changers - mount/dismount requested media in
the tape devices.
- Log server - log messages from the Enstore components.
- Alarm Server - generate alarms upon requests from Enstore components.
- Accounting Server - provides accounting of data transfers. Uses accounting
database to store accounting information.
- Drivestat server - records tapedrives usage statistics into drivestat
database.
- Event relay - relays events between enstore components.
Example of one major event is the configuration change.
The event subscribers will receive this event and reload their
parameters from new configuration.
- Inquisitor monitors enstore work and presents information
(in particular on web pages)
- Ratekeeper collects information about data transfer rates
NAMESPACE - implemented by the PNFS package from DESY.
---------
ENCP - a client program used to copy files to and from tape libraries.
----
MONITORING system and administration tools
----------
The description of the system and other related information can be found the
doc subdirecroty of enstore product. If you are new to enstore please read
this document to start with.
LICENSING
=========
Enstore:
Copyright (c) 1999-2011, FERMI NATIONAL ACCELERATOR LABORATORY
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the FERMI NATIONAL ACCELERATOR LABORATORY, nor the names
of its contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PNFS:
Enstore uses a PNFS virtual file system package that implements the Enstore
namespace. It was written at DESY. The licensing information and code can
be obtained at the dcache site (dcache.org). Installation instructions can
be found
here: http://www-pnfs.desy.de/gettingStarted.html
PNFS must be installed only on the node that will run pnfs server. PNFS
mountpoint(s) must be exported to any node transferring data to or from
enstore. Some instructions can be found here:
http://ensrv1.fnal.gov/ISA/pnfs.html
HARDWARE REQUIREMENTS
=====================
HOSTS
------
There are no strict requirements for hosts. The general requirements are:
1. Dual CPU Intel processor (3.0GHZ or better),
2. 2GB (or more, better 8GB) of RAM
3. 120MB (or more) system disk
4. 1Gb (or more) network adapter for data transfer
5. 100 Mb network adapter - not necessary but it comes with the system anyway
and can be used for private LAN connection with robotic library controller
6. Tape drive adapter (whichever is appropriate (SCSI, Fiber Channel) for
mover node
ADDITIONAL STORAGE
-------------------
Additional storage may be needed for large systems to hold databases,
system information, log files, etc. It can be any kind of appropriate raid
arrays.
SYSTEM CONFIGURATION
====================
We recommend to have the following configuration:
For the small system (one robotic library with one or 2 tape drives and few
thousands tapes).
Minimal configuration:
1.host1: pnfs server, apache web server, configuration_server, log_server,
alarm_server, inquisitor, event_relay, ratekeeper, postgres DB server,
file_clerk, volume_clerk, info_server, accounting_server, drivestat_server
2.host2: media_changer(s), library_manager(s), movers
*** Note that this configuration may have problems as the number of accesses
and their rates increase. It is always better to run one mover
on a separate host
Recommended configuration:
1. host1 : pnfs server
2. host2 (head node): apache web server, configuration_server, log_server,
alarm_server, inquisitor, event_relay, ratekeeper
3. host3: media_changer(s), library_manager(s)
4. host4: postgres DB server, file_clerk, volume_clerk, info_server,
accounting_server, drivestat_server
5. host5: backups, plots, migration work, etc.This can be done on one of
existing hosts but may interfere with operations.
6. one host per mover.
Configuration recommendations:
Consult the following configuration files:
etc/enstore_configuration_template
etc/minimal_enstore.conf - minimal enstore configuration
etc/stk.conf, etc/sam.conf, etc/cdf.conf - production configurations
Configuration considerations:
Create configuratin file by copying either etc/enstore_configuration_template or
etc/minimal_enstore.conf