Manual do usuário StorageTek Lifecycle Director DB2 Manager 312564001

Manual para o dispositivo StorageTek Lifecycle Director DB2 Manager 312564001

Dispositivo: StorageTek Lifecycle Director DB2 Manager 312564001
Categoria: Sistema de água
Fabricante: StorageTek
Tamanho: 2.35 MB
Data de adição: 5/9/2013
Número de páginas: 189
Imprimir o manual

Baixar

Como usar?

Nosso objetivo é fornecer-lhe o mais rapidamente possível o acesso ao conteúdo contido no manual de instruções para StorageTek Lifecycle Director DB2 Manager 312564001. Usando a pré-visualização online, você pode visualizar rapidamente o índice e ir para a página onde você vai encontrar a solução para seu problema com StorageTek Lifecycle Director DB2 Manager 312564001.

Para sua conveniência

Se a consulta dos manuais StorageTek Lifecycle Director DB2 Manager 312564001 diretamente no site não for conveniente para você, você tem duas soluções possíveis:

  • Visualização em tela cheia - Para visualizar facilmente o manual do usuário (sem baixá-lo para seu computador), você pode usar o modo de tela cheia. Para começar a visualização do manual StorageTek Lifecycle Director DB2 Manager 312564001 no modo de tela cheia, use o botão Tela cheia.
  • Download para seu computador - você também pode baixar o manual StorageTek Lifecycle Director DB2 Manager 312564001 em seu computador e mantê-lo em suas coleções. No entanto, se você não quer perder espaço no seu dispositivo, você sempre pode baixá-lo no futuro a partir de ManualsBase.
StorageTek Lifecycle Director DB2 Manager 312564001 Manual de instruções - Online PDF
Advertisement
« Page 1 of 189 »
Advertisement
Versão para impressão

Muitas pessoas preferem ler os documentos não na tela, mas na versão impressa. A opção de imprimir o manual também foi fornecida, você pode usá-la clicando na hiperligação acima - Imprimir o manual. Você não precisa imprimir o manual inteiro StorageTek Lifecycle Director DB2 Manager 312564001, apenas as páginas selecionadas. Respeite o papel.

Resumos

Abaixo você encontrará previews do conteúdo contido nas páginas subseqüentes do manual para StorageTek Lifecycle Director DB2 Manager 312564001. Se você deseja visualizar rapidamente o conteúdo das páginas subseqüentes, você pode usá-los.

Resumos do conteúdo
Resumo do conteúdo contido na página número 1

PART NUMBER
VERSION NUMBER EDITION NUMBER
312564001 1
1.1
TM
LIFECYCLE DIRECTOR
DB2 MANAGER USER GUIDE
PRODUCT TYPE
SOFTWARE

Resumo do conteúdo contido na página número 2

Resumo do conteúdo contido na página número 3

Lifecycle Director™ DB2 Manager User Guide Version 1.1 EC 132056 Revision C

Resumo do conteúdo contido na página número 4

Information contained in this publication is subject to change without notice. We welcome your feedback. Please contact the Global Learning Solutions Feedback System at: GLSFS@Stortek.com or Global Learning Solutions Storage Technology Corporation One StorageTek Drive Louisville, CO 80028-3256 USA Please include the publication name, part number, and edition number in your correspondence if they are available. Export Destination Control Statement These commodities, technology or software were

Resumo do conteúdo contido na página número 5

Table of contents INTRODUCTION..................................................................................................................7 PRODUCT DESCRIPTION .................................................................................................8 INTRODUCTION .........................................................................................................8 PRODUCT FUNCTIONS .........................................................................................

Resumo do conteúdo contido na página número 6

ENVCNTL: SMFRECID ................................................................................................35 ENVCNTL: OBJSIZE.....................................................................................................36 ENVCNTL: READTIMEOUT ........................................................................................36 ENVCNTL: WRITETIMEOUT.......................................................................................37 TAPECNTL PARAMETERS .............

Resumo do conteúdo contido na página número 7

Allocation recovery........................................................................................................72 Shutdown processing .....................................................................................................73 'Resource unavailable' condition...................................................................................74 TABLE MIGRATION PROCESSING..............................................................................75 INTRODUCTION .....

Resumo do conteúdo contido na página número 8

SQLIN entry specification............................................................................................102 Print reports.................................................................................................................103 Condition codes ...........................................................................................................104 Utility failure and restart considerations ....................................................................104 A

Resumo do conteúdo contido na página número 9

OTD260XX – CONTROL REGION WRITER MESSAGES.............................................162 OTD270XX - CONTROL REGION HOUSEKEEPING TASK MESSAGES.........................165 DB2 MANAGER ERROR AND REASON CODES.........................................................166 CONTROL REGION RETURN CODES.........................................................................169 APPENDICES..............................................................................................................

Resumo do conteúdo contido na página número 10

Introduction This Lifecycle Director DB2 Manager User Guide provides all the information required for installation, implementation and operation of the DB2 Manager product for the enabling of Lifecycle Director support for the storage and retrieval of table rows using IBM's DB2 relational database management software. For ease of reference, the product will be referred to as DB2 Manager throughout the remainder of this manual. In addition, the Archive Manager component of Lifecycle

Resumo do conteúdo contido na página número 11

Product Description 1 Introduction Storage Technology's DB2 Manager software product is designed to implement Archive Manager support for storage of table rows using IBM's DB2 relational database management product. Archive Manager is a Storage Technology archival database management product, which primarily uses tape cartridge media for storage of archived objects. Archive Manager also optionally enables disk copies of objects in an Archive Manager database to be retained. The pro

Resumo do conteúdo contido na página número 12

request. Standard DB2 processing then requires the use of a cursor mechanism in order to access each row from the result table, rows being retrieved via an SQL FETCH command. In cases where rows in the result table have been migrated from DB2 to Archive Manager, the resulting FETCH commands may generate one or more tape mounts in order to service the application program’s SQL request. Access to rows is not necessarily performed in the physical sequence in which migrated rows are stor

Resumo do conteúdo contido na página número 13

within the table to be released and re-used, enabling a reduction in the overall size of the DB2 tablespace used for table storage. Reduction in the tablespace size will give a corresponding reduction in the overall amount of disk space required to support DB2 database usage, and also reduce the amount of DB2 housekeeping processing (in particular, image-copy and re-organization processing) required for the database containing the table(s) enabled for DB2 Manager migration processing.

Resumo do conteúdo contido na página número 14

A migrated row which has been retrieved from an Archive Manager database is presented back to the calling application on reference via SQL. No indication is given to the application that the row has been retrieved from Archive Manager, and the contents of the row will be identical to those prior to migration of the row from DB2. The following factors will govern the length of time taken to access a migrated row stored in a tape-resident object in an Archive Manager database: - The t

Resumo do conteúdo contido na página número 15

updated row will be stored back in the DB2 table from which it was originally migrated. All reference to the migrated copy of the row in the Archive Manager database will have been deleted, causing this row to be unreferenced. This will effectively “re-migrate” the row from Archive Manager to DB2. The updated row will be stored back in a non-archive partition of the table - the corresponding 18-byte archive stub in the archive partition will be deleted allowing this space to be r

Resumo do conteúdo contido na página número 16

Management of migrated rows A set of batch utilities is supplied with the product in order to assist in management of migrated rows. The following utilities are supplied with v1.1 of the product: • Row restore utility. This will allow migrated rows to be returned to the table from which they were migrated. Customer-specified rules, using SQL command syntax, are used to select migrated rows for restore. • Table analysis utility. This will analyze a table which has been enabled for

Resumo do conteúdo contido na página número 17

2. Primary key. This is a 4-byte (fullword) binary value, which is automatically assigned by DB2 Manager during migration processing. A primary key value of 1 will be assigned to the object containing the first row archived from a table after it has been enabled for archival. All rows within a single Archive Manager object will have the same primary key identifier. DB2 Manager will increment the primary key by 1 when creating a new object. 3. Archive date. This is automatical

Resumo do conteúdo contido na página número 18

Rows which have a high likelihood of being updated after archival may cause a significant amount of archival and re-archival processing. A table containing rows which are likely to be updated in this manner are not suitable for migration using DB2 Manager. DB2 Manager does not impose limitations on the way in which rows are referenced from a DB2 application program. Every possible means of accessing a migrated row via SQL commands is supported, including joins and unions. Mult

Resumo do conteúdo contido na página número 19

exclusive storage of migrated row stubs, and one or more partitions for storage of non-migrated rows. Database reorganization processing should not be performed on the partition containing the migrated row stubs, unless absolutely necessary. Reorganization of this partition will cause all migrated rows to be retrieved from Archive Manager. If Archive Manager objects are held on tape storage only, this is likely to generate a substantial amount of tape activity and could take an exc

Resumo do conteúdo contido na página número 20

This page is intentionally left blank DB2 Manager User Guide 17 StorageTek Proprietary


Manuais similares
# Manual do usuário Categoria Baixar
1 StorageTek Host Software Component 6 Manual de instruções Sistema de água 1
2 Sony 7 Manual de instruções Sistema de água 0
3 3Com ENTERPRISE OS 11.3 Manual de instruções Sistema de água 0
4 Acronis VIA C7-M Manual de instruções Sistema de água 0
5 Acronis 200 Series Manual de instruções Sistema de água 2
6 Acronis Z540 Manual de instruções Sistema de água 1
7 Alto-Shaam CombiGuard FI-23014 Manual de instruções Sistema de água 1
8 Adobe version cue CS3 Manual de instruções Sistema de água 2
9 Aiphone GF-NS Manual de instruções Sistema de água 0
10 Alto-Shaam FI-28727 Manual de instruções Sistema de água 0
11 AMC FM DWS 1500 Manual de instruções Sistema de água 2
12 Amtrol WELL-X1 Manual de instruções Sistema de água 6
13 Amtrol WELL-X-TROL Manual de instruções Sistema de água 25
14 Apple Final Cut Pro 6 Manual de instruções Sistema de água 51
15 Apple Mac OS X Server 10.5 Leopard Manual de instruções Sistema de água 21