HP 3000 Manuals

STORE and TurboSTORE/iX Manual : COPYRIGHT NOTICE [ STORE and TurboSTORE/iX Manual ] MPE/iX 5.0 Documentation


STORE and TurboSTORE/iX Manual


900 Series HP 3000 Computer Systems STORE and TurboSTORE/iX Manual HP Part No. 30319-90001 Printed in U.S.A. Edition Second Edition E0494
________________________________________________________________________ |The information contained in this document is subject to change | |without notice. | | | |Hewlett-Packard makes no warranty of any kind with regard to this | |material, including, but not limited to, the implied warranties of | |merchantability or fitness for a particular purpose. Hewlett-Packard | |shall not be liable for errors contained herein or for direct, | |indirect, special, incidental or consequential damages in connection | |with the furnishing or use of this material. | | | |Hewlett-Packard assumes no responsibility for the use or reliability | |of its software on equipment that is not furnished by Hewlett-Packard.| | | |This document contains proprietary information which is protected by | |copyright. All rights are reserved. Reproduction, adaptation, or | |translation without prior written permission is prohibited, except as | |allowed under the copyright laws. | ________________________________________________________________________ Copyright (c) 1994 by Hewlett-Packard Company ________________________________________________________________________ |Use, duplication, or disclosure by the U.S. Government is subject to | |restrictions as set forth in subparagraph (c) (1) (ii) of the Rights | |in Technical Data and Computer Software clause at DFARS 252.227-7013. | |Rights for non-DoD U.S. Government Departments and agencies are as set| |forth in FAR 52.227-19 (c) (1,2). | | | |Hewlett-Packard Company | |3000 Hanover Street | |Palo Alto, CA 94304 U.S.A. | ________________________________________________________________________ Restricted Rights Legend Printed April 1994 Printing History The following table lists the printings of this document, together with the respective release dates for each edition. The software version indicates the version of the software product at the time this document was issued. Many product releases do not require changes to the document. Therefore, do not expect a one-to-one correspondence between product releases and document editions. Edition Date Software Version --------------------------------------------------------------------------------------- First Edition October 1989 A.30.00 Second Edition April 1994 C.50.00 Preface This book, the TurboSTORE/XL Reference Manual (30319-90001), describes how to use the following products: Product Number Product Description 30319A TurboSTORE/iX I 36387A TurboSTORE/iX II 36388A TurboSTORE/iX II with on-line backup 36397A TurboSTORE/iX II with support for optical disk 36398A TurboSTORE/iX II with support for on-line backup and optical disk MPE/iX, MultiProgramming Executive with Integrated POSIX, is the latest in a series of forward-compatible operating systems for the HP 3000 line of computers. In HP documentation and in talking with HP 3000 users, you will encounter references to MPE XL, the direct predecessor of MPE/iX. MPE/iX is a superset of MPE XL. All programs written for MPE XL will run without change under MPE/iX. You can continue to use MPE XL system documentation, although it may not refer to features added to the operating system to support POSIX (for example, hierarchical directories). Finally, you may encounter references to MPE V, which is the operating system for HP 3000s, not based on PA-RISC architecture. MPE V software can be run on the PA-RISC (Series 900) HP 3000s in what is known as compatibility mode. This book, the TurboSTORE/XL Reference Manual (30319-90001) describes the processes and procedures for using the STORE, RESTORE, and VSTORE commands. Specific directions for using your hardware is not described in this book. Refer to your hardware documentation. This book is divided into 12 chapters and 5 appendices as follows: Chapter 1 Introduction, provides basic backup concepts and lists hardware requirements. Chapter 2 Managing Backups and Backup Media, describes planning, scheduling, and maintaining backups. Chapter 3 Preparing Storage Devices, provides procedures for using backup devices. Chapter 4 Preparing the System, provides procedures for notifying the users of the backup process. Chapter 5 Storing Files, provides procedures for using the STORE command to store files and backup media. Chapter6 STORE and TurboSTORE Options, describes each of the STORE and TurboSTORE options. Chapter 7 Handling Media Requests, describes how to use backup media. Chapter 8 When STORE is Complete, provides procedures for verifying that the STORE process is complete. Chapter 9 Backing Up the System Configuration, describes how to use the STORE command and the SYSGEN utility to perform a complete system backup. Chapter 10 Restoring Files, describes how to use the RESTORE command to restore files to your system. The chapter includes descriptions of the RESTORE options. Chapter 11 Using Backup Media to Recover from a System Failure, describes how to restore your system from backup media. Chapter 12 Disaster Recovery, describes strategies for protecting your computer operations from a variety of disasters. Appendix A Error Messages, describes how to use the STOREJCW command to identify the cause of an error. Appendix B Command Syntax, lists the STORE, RESTORE, and VSTORE syntax. Appendix C Store Tape Formats, describes the tape formats used by TurboSTORE. Appendix D STORE Tape Compatibility, describes STORE compatibility between the MPE/iX and MPE V/E tape formats. Appendix E Transferring Optical STORE Backups onto Standard Tapes, describes how to use the STORCOPY utility for transfering optical STORE backups onto standard tape. Summary of Changes This book the TurboSTORE/XL Reference Manual (30319-90001) is a combined version of the TurboSTORE/iX II User's Guide (36388-90001) and the TurboSTORE/iX Reference Manual (30319-90001). The contents have been rearranged and streamlined. In addition, the book has been updated to include changes as a result of the MPE/iX 5.0 Operating System release. These changes include the following new sections: * File Sets with RENAME Option * Displaying Names Only * Forcing the HFS Format * Bad Media * Creating Pre-POSIX Compatible Tapes * Managing File Security (COPYACD and NOACD) * Notification of File Availability (NOTIFY) * Storing Files from Split Volumes (SPLITVS) * Renaming Files (RENAME) * Specifying HFS Files (TREE and NOTREE) * Using NODECOMPRESS * Changing a File's GID (GID) * Modifying ACDs (COPYACD and NOACD) Conventions UPPERCASE In a syntax statement, commands and keywords are shown in uppercase characters. The characters must be entered in the order shown; however, you can enter the characters in either uppercase or lowercase. For example: COMMAND can be entered as any of the following: command Command COMMAND It cannot, however, be entered as: comm com_mand comamnd italics In a syntax statement or an example, a word in italics represents a parameter or argument that you must replace with the actual value. In the following example, you must replace filename with the name of the file: COMMAND filename italics In a syntax statement, a word in bold italics represents a parameter that you must replace with the actual value. In the following example, you must replace filename with the name of the file: COMMAND filename punctuation In a syntax statement, punctuation characters (other than brackets, braces, vertical bars, and ellipses) must be entered exactly as shown. In the following example, the parentheses and colon must be entered: (filename):(filename) underlining Within an example that contains interactive dialog, user input and user responses to prompts are indicated by underlining. In the following example, yes is the user's response to the prompt: Do you want to continue? >> yes { } In a syntax statement, braces enclose required elements. When several elements are stacked within braces, you must select one. In the following example, you must select either ON or OFF: COMMAND { ON } { OFF} [ ] In a syntax statement, brackets enclose optional elements. In the following example, OPTION can be omitted: COMMAND filename [OPTION] When several elements are stacked within brackets, you can select one or none of the elements. In the following example, you can select OPTION or parameter or neither. The elements cannot be repeated. COMMAND filename [ OPTION ] [ parameter] Conventions (continued) [...] In a syntax statement, horizontal ellipses enclosed in brackets indicate that you can repeatedly select the element(s) that appear within the immediately preceding pair of brackets or braces. In the example below, you can select parameter zero or more times. Each instance of parameter must be preceded by a comma: [,parameter][...] In the example below, you only use the comma as a delimiter if parameter is repeated; no comma is used before the first occurrence of parameter: [parameter][,...] |...| In a syntax statement, horizontal ellipses enclosed in vertical bars indicate that you can select more than one element within the immediately preceding pair of brackets or braces. However, each particular element can only be selected once. In the following example, you must select A, AB, BA, or B. The elements cannot be repeated. { A} |...| { B} ... In an example, horizontal or vertical ellipses indicate where portions of an example have been omitted. In a syntax statement, the space symbol shows a required blank. In the following example, parameter and parameter must be separated with a blank: (parameter) (parameter) The symbol indicates a key on the keyboard. For example, RETURN represents the carriage return key or Shift represents the shift key. CTRLcharacter CTRLcharacter indicates a control character. For example, CTRLY means that you press the control key and the Y key simultaneously.


MPE/iX 5.0 Documentation