Legato Storage Manager Command Reference Guide
Release 9.0.1 for Windows 2000 and Windows NT

Part Number A90175-01

Home

Book List

Contents

Index

Master Index

Feedback

Go to previous page Go to next page


Preface

This Legato Storage Manager Command Reference Guide contains complete information on the commands to use with Legato Storage Manager (LSM) for Oracle data storage management. It describes the commands for setting up and configuring the LSM software and resources. It also provides details on the commands for managing the Oracle backup data, devices, media, and the LSM online index files.

This preface contains these topics:

Audience

The information in this guide is for system administrators and Oracle database administrators (DBAs) who are responsible for maintaining Oracle Server backup and recovery systems using LSM. It includes information on configuring an Oracle data storage management system using LSM for Oracle9i level servers on Windows 2000 and Windows NT.

You need a working knowledge of Oracle concepts and terminology, especially as related to Oracle database backup and recovery, to use this guide effectively. This guide does not include LSM installation instructions. For information on installing LSM, refer to the Oracle Server Installation Guide for your particular system. For more information on configuring LSM, refer to the Legato Storage Manager Administrator's Guide.

Organization

This document contains:

Chapter 1, "Introduction"

This chapter introduces you to the LSM commands provided as part of the LSM Server software. It describes the six different categories of LSM commands and lists the manual pages in Chapter 2 that provide detailed descriptions of each LSM command.

Chapter 2, "LSM Commands"

This chapter includes a set of manual pages describing each available LSM command. Each manual page provides details on the correct LSM command syntax, the LSM resources that you can configure, and specific examples of how to use the LSM commands to configure and manage the LSM Server and perform backup and restore operations.

Related Documentation

This document provides Legato Storage Manager usage and configuration information. For more information on installation, configuration, and tuning recommendations for a production database system, refer to the following manuals:

In North America, printed documentation is available for sale in the Oracle Store at

http://oraclestore.oracle.com/

Customers in Europe, the Middle East, and Africa (EMEA) can purchase documentation from

http://www.oraclebookshop.com/

Other customers can contact their Oracle representative to purchase printed documentation.

To download free release notes, installation documentation, white papers, or other collateral, please visit the Oracle Technology Network (OTN). You must register online before using OTN; registration is free and can be done at

http://technet.oracle.com/membership/index.htm

If you already have a username and password for OTN, then you can go directly to the documentation section of the OTN Web site at

http://technet.oracle.com/docs/index.htm

Conventions

Because UNIX is case-sensitive, conventions in this document may differ slightly from those used in Oracle product documentation.

The following conventions apply to text in this guide:

monospace 

Monospace type indicates Windows command-line commands, directory names, path names, and file names. 

brackets [ ] 

Words enclosed in brackets indicate key names (for example, Press [Return]). Note that brackets have a different meaning when used in command syntax. 

italics 

Italic type indicates a variable, including variable portions of filenames, document titles, or emphasis. 

UPPERCASE 

Uppercase letters indicate Structured Query Language (SQL) statements, initialization parameters, or environment variables. 

Command syntax is shown in monospace font in this guide. The following conventions apply to command syntax:

backslash \ 

A backslash indicates a command that is too long to fit on a single line. Enter the line as printed (with a backslash) or enter it as a single line without a backslash:
dd if=/dev/rdsk/c0t1d0s6 of=/dev/rst0 bs=10b \
count=10000
 

braces { } 

Braces indicate required items: .DEFINE {macro1} 

brackets [ ] 

Brackets indicate optional items: cvtcrt termname [outfile]

Note that brackets have a different meaning when used in regular text. 

ellipses ... 

Ellipses indicate an arbitrary number of similar items:
CHKVAL fieldname value1 value2 ... valueN 

italics 

Italic type indicates a variable. Substitute a value for the variable: library_name 

monospace 

Monospace type indicates commands or text you type: connect  

monospace italic 

Monospace italic type indicates commands or text you type and need to substitute a variable: nwadmin -s server-name  

vertical line | 

A vertical line indicates a choice within braces or brackets:
SIZE filesize [K|M] 

Documentation Accessibility

Oracle's goal is to make our products, services, and supporting documentation accessible to the disabled community with good usability. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at

http://www.oracle.com/accessibility/

JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.


Go to previous page Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents

Index

Master Index

Feedback