M8501 and M8502 ACL
Tape Drive Installation
and User’s Guide
Abstract
This guide provides information about installing, operating, and maintaining the M8501
and M8502 ACL tape drives on an HP Integrity NonStop™ NS-series server. This
guide is written for those who install or maintain the M8501 and M8502 ACL tape
drives.
Product Version
N.A.
Supported Release Version Updates (RVUs)
This guide supports H06.03 and all subsequent H-series RVUs until otherwise
indicated by its replacement publication.
Part NumberPublished
529972 -001July 20 05
Document History
Part NumberProduct VersionPublished
529972- 001N.A.July 2005
M8501 and M8502 ACL
Tape Drive Installation
and User’s Guide
GlossaryIndexExamplesFiguresTables
What’s New in This Manualv
Manual Informationv
New and Changed Informationv
About This Manualvii
Notation Conventionsvii
1. Overview and Features
Overview1-1
Models and Accessories1-2
Internal Tape Drive1-3
Magazine1-4
Power Supply1-4
Robotics1-4
Front Panel Indicators1-6
2. Setting Up the ACL Tape Drives
Setting up the M8501 ACL Rackmount Unit2-1
Setting up the M8502 ACL Tabletop2-5
3. Install ing and Config uri ng t he ACL Tape Drive for th e NonS t op
NS-Series Server
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
iii
Contents
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
iv
What’s New in This Manual
Manua l In forma t i o n
M8501 and M8502 ACL
TapeDrive Installation
and User’s Guide
Abstract
This guide provides information about installing, operating, and maintaining the M8501
and M8502 ACL tape drives on an HP Integrity NonStop™ NS-series server. This
guide is written for those who install or maintain the M8501 and M8502 ACL tape
drives.
Product Version
N.A.
Supported Release Version Updates (RVUs)
This guide supports H06.03 and all subsequent H-series RVUs until otherwise
indicated by its replacement publication.
Part Numb erPu b l i sh ed
529972- 001J uly 2005
Document History
Part NumberProduct VersionPublished
529972- 001N.A.July 2005
New and Changed Information
This is a new manual.
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
v
What’s New in This Manual
New and Changed Information
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
vi
About This Manual
Notation Conventions
Hypertext Links
Blue underline is used to indicate a hypertext link within text. By clicking a passage of
text with a blue underline, you are taken to the location described. For example:
This requirement is described under Backup DAM Volumes and Physical Disk
Drives on page 3-2.
General Sy ntax Notation
This list summarizes the notation conventions for syntax presentation in this manual.
UPPERCASE LETTERS. Uppercase letters indicate keywords and reserved words. Type
these items exactly as shown. Items not enclosed in brackets are required. For
example:
MAXATTACH
lowercase italic letters. Lowercase italic letters indicate variable items that you supply.
Items not enclosed in brackets are required. For example:
file-name
computer type. Computer type letters within text indicate C and Open System Services
(OSS) keywords and reserved words. Type these items exactly as shown. Items not
enclosed in brackets are required. For example:
myfile.c
italic computer type. Italic computer type letters within text indicate C and Open
System Services (OSS) variable items that you supply. Items not enclosed in brackets
are required. For example:
pathname
[ ] Brackets. Brackets enclose optional syntax items. For example:
TERM [\system-name.]$terminal-name
INT[ERRUPTS]
A group of items enclosed in brackets is a list from which you can choose one item or
none. The items in the list can be arranged either vertically, with aligned brackets on
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
vii
About This Manual
General Syntax Notation
each side of the list, or horizontally, enclosed in a pair of brackets and separated by
vertical lines. For example:
FC [ num ]
[ -num ]
[ text ]
K [ X | D ] address
{ } Braces. A group of items enclosed in braces is a list from which you are required to
choose one item. The items in the list can be arranged either vertically, with aligned
braces on each side of the list, or horizontally, enclosed in a pair of braces and
separated by vertical lines. For example:
LISTOPENS PROCESS { $appl-mgr-name }
{ $process-name }
ALLOWSU { ON | OFF }
| Ve rtical Line. A vertical line separates alternatives in a horizontal list that is enclosed in
brackets or braces. For example:
INSPECT { OFF | ON | SAVEABEND }
… Ellipsis. An ellipsis immediately following a pair of brackets or braces indicates that you
can repeat the enclosed sequence of syntax items any number of times. For example:
M address [ , new-value ]…
[ - ] {0|1|2|3|4|5|6|7|8|9}…
An ellipsis imme diately fol lowing a single syntax item indi cates that you can repeat that
syntax item any number of times. For example:
"s-char…"
Punctuation. Parentheses, commas, semicolons, and other symbols not previously
described must be typed as shown. For example:
error := NEXTFILENAME ( file-name ) ;
LISTOPENS SU $process-name.#su-name
Quotation marks around a symbol such as a bracket or brace indicate the symbol is a
required character that you must type as shown. For example:
"[" repetition-constant-list "]"
Item Spacing. Spaces shown between items are required unless one of the items is a
punctuation symbol such as a parenthesis or a comma. For example:
CALL STEPMOM ( process-id ) ;
If there is no space between two items, spaces are not permitted. In this example, no
spaces are permitted between the period and any other items:
$process-name.#su-name
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
viii
About This Manual
Notation for Messages
Line Spacing. If the syntax of a command is too long to fit on a single line, each
continuation line is indented three spaces and is separated from the preceding line by
a blank line. This spacing distinguishes items in a continuation line from items in a
vertical list of selections. For example:
ALTER [ / OUT file-spec / ] LINE
[ , attribute-spec ]…
!i and !o. In procedure calls, the !i not ation follows an input par ame ter (o ne that passes data
to the called procedure); the !o notation follows an output parameter (one that returns
data to the calling program). For example:
[ ] Brackets. Brackets enclose items that are sometimes, but not always, displayed. For
example:
Event number = number [ Subject = first-subject-value ]
A group of items enclosed in brackets is a list of all possible items that can be
displayed, of which one or none might actually be displayed. The items in the list can
be arranged either vertically, with aligned brackets on each side of the list, or
horizontally, enclosed in a pair of brackets and separated by vertical lines. For
example:
proc-name trapped [ in SQL | in SQL file system ]
{ } Braces. A group of items enclosed in braces is a list of all possible items that can be
displayed, of which one is actually displayed. The items in the list can be arranged
either vertically, with aligned braces on each side of the list, or horizontally, enclosed in
a pair of braces and separated by vertical lines. For example:
obj-typeobj-name state changed to state, caused by
{ Object | Operator | Service }
process-name State changed from old-objstate to objstate
{ Operator Request. }
{ Unknown. }
| Ve rtical Line. A vertical line separates alternatives in a horizontal list that is enclosed in
brackets or braces. For example:
Transfer status: { OK | Failed }
% Percent Sign. A percent sign precedes a number that is not in decimal notation. The
% notation precedes an octal number. T he %B notation precedes a binary number.
The %H notation precedes a hexadecimal number. For example:
%005400
%B101111
%H2F
P=%p-register E=%e-register
Notation for Management Programming Interfaces
This list summarizes the notation conventions used in the bo xed descriptions of
programmatic commands, event messages, and error lists in this manual.
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
x
About This Manual
Change Bar Notation
UPPERCASE LETTERS. Uppercase letters indicate names from definition files. T ype these
names exactly as shown. For example:
ZCOM-TKN-SUBJ-SERV
lowercase letters. Words in lowercase letters are words that ar e part of the notation,
including Data Definition Language (DDL) keywords. For example:
token-type
!r.The !r notation following a token or field name indicates that the token or field is
required. For example:
ZCOM-TKN-OBJNAME token-type ZSPI-TYP-STRING. !r
!o.The !o notation following a token or field name indicates that the token or field is
optional. For example:
ZSPI-TKN-MANAGER token-type ZSPI-TYP-FNAME32. !o
Change Bar Notation
Change bars are used to indicate substantive differences between this manual and its
preceding version. Change bars are vertical rules placed in the right margin of
changed portions of text, figures, tables, examples, and so on. Change bars highlight
new or revised information. For example:
The message types specified in the REPORT clause are different in the COBOL
environment and the Common Run-Time Environment (CRE).
The CRE has many new message types and some new message type codes for
old message types. In the CRE, the message type SYSTEM includes all
messages except LOGICAL-CLOSE and LOGICAL-OPEN.
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
xi
About This Manual
Change Bar Notation
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
xii
1Overview and Features
This section includes:
Overview1-1
Models and Accessories1-2
Internal Tape Drive1-3
Magazine1-4
Power Supply1-4
Robotics1-4
Front Panel Indicators1-6
Overview
The M8501 and M8502 auto cartridge loader (ACL) tape drives support the LTO
Ultrium Gen 3 tape drive. They are designed for backup operations for the NonStop
NS-series server. The M8501 comes in a rackmount configuration, and the M8502
comes in a tabletop configuration.
These auto cartridge loader tape drives connect to the Fibre Channel ServerNet
adapter (FCSA) on the NonStop NS-series server by a fiber optic cable. Figure 1-1
shows how the ACL tape drives connect to the server.
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
1-1
Overview and Features
Figure 1-1. Hardware Configuration
Fiber
Cable
Models and Accessories
ACL Tape
Drive
NonStop
NS-Series
Server
FCSA
Models and Accessories
These auto cartridge loader tape drives are configured with one internal LTO Gen 3
tape drive along with one removable tape cartridge magazine.
Table 1-1. Models and Slot Capacities
ModelDrivesSlotsLTO
M8501115 LTO12.0 TB
M8502115 LTO12.0 TB
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
1-2
Overview and Features
Internal Tape Drive
The ACL units supports a single internal tape drive. The internal tape drive can be hotswapped.
Figure 1-2. Rear View of T ape Drive
Internal Tape Drive
Single Drive
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
1-3
Overview and Features
Magazine
The ACL units contains one removable tape cartridge magazine that is accessible
through the front left door. The door is opened by using the GUI touch screen on the
control panel.
Figure 1-3. Tape Car tridge M agazine
Magazine
Power Supply
Power to the ACL units are supplied through an AC connector at the rear panel of the
power supply. T he ACL unit’s power is normally controlled from the graphical user
interface (GUI) touch screen; however, a manual power disconnect switch, located at
the rear of the power supply may also be used.
Robotics
The ACL tape drive’s robotics consist of a cartridge shuttle, motor hardware, motor
drives, and other support electronics. These robotics are capable of picking and
placing tapes throughout the tape drive and the tape cartridge magazine.
The cartridge shuttle assembly includes a mounted barcode reader for scanning tape
cartridges installed in the magazine and tape drive.
Note. Both a full barcode reader scan and a physical scan are conducted each time the unit is
initially powered up, or each time a tape maga z ine is exchanged .
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
1-4
Overview and Features
Figure 1-4. View of Barcode Reader and Shuttle Assembly
Barcode Reader Shuttle
Robotics
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
1-5
Overview and Features
Front Panel Indicators
The ACL tape drive’s front panel indicators consist of:
Viewing window - lets you visually check the unit’s internal operations
•
GUI touch screen - manually operated to setup and configure the unit
•
ACL module status LED - displays the unit’s operational status
•
Figure 1-5. Front Panel Indicators
Front Panel Indicators
ACL Status LED GUI Touch Screen Internal Viewing
Window
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
1-6
2Setting Up the ACL Tape Drives
This section includes:
Setting up the M8501 ACL Rackmount
Unit
Setting up the M8502 ACL Tabletop2-5
2-1
Setting up the M8501 ACL Rackmount Unit
Setting up the ACL rackmount unit requires a template and storage cabinet slide rails
to install the unit in a storage cabinet.
To setup the rackmount model:
1.Ensure that you have adequate space available in the rack.
Figure 2-1. M8501 ACL Template
2.Use the template that is shipped with the unit to mark the location of the mounting
hardware on the mounting rails of the storage cabinet.
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
2-1
Setting Up the ACL Tape Drives
a.Push back the tabs in the top of the template and place them in the correct
holes in the mounting rack. Match up the hole pattern indicated on the sides of
the template with the hole pattern in the mounting rack.
b.Make sure to begin measuring in the correct place. If a unit is already installed
immediately below the planned position of the new unit, then place the
template against the front of the mounting rack and rest it on top of the
previously installed unit.
c.Use the front of the template to mark the attachment points for mounting
brackets, rails, components, or cage nuts on the back of the storage cabinet.
d.Use the back of the template to mark the attachment points for the mounting
brackets, rails, components, or cage nuts on the back of the storage cabinet.
3.Remove the template.
4.Install the slide members for the rackmount unit.
5.If the slide members are already installed, attach the front and rear mounting
brackets to the outer and middle slide members.
Setting up the M8501 ACL Rackmount Unit
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
2-2
Setting Up the ACL Tape Drives
Figure 2-2. Installing the Slide Members
Setting up the M8501 ACL Rackmount Unit
6.Attach the slide members using the supplied fasteners. Install the clip nuts on the
inside of the slide member’s front and back mounting bracket only if the vertical rail
mounting holes are not tapped.
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
2-3
Setting Up the ACL Tape Drives
Figure 2-3. Installing Slide Member Fasteners
Setting up the M8501 ACL Rackmount Unit
7.Push the middle slide member as far as possible to the front of the slide member
assembly.
8.Install the two clip nuts on each of the rack’s front vertical rails.
9.Confirm that the bearing carrier is in the retained position.
10. Lift the unit and visually align the inner and middle slide members.
Caution. It is recommended that the unit be lifte d by two people. Do not a ttempt to lift the unit
by yo urself.
11. Verify the ball bearing slide members are located in the front position.
12. Slide the unit completely into the rack until the front panel touches the rack.
13. Remove and discard the tape that holds the door in the latched position, leaving
the door open.
M8501 and M8502 ACL T ape Drive Installation and User’s Guide—529972-001
2-4
Loading...
+ 54 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.