HP MPE/iX 7.x Operating System manuals
Computer Equipment > Software
When we buy new device such as HP MPE/iX 7.x Operating System we often through away most of the documentation but the warranty.
Very often issues with HP MPE/iX 7.x Operating System begin only after the warranty period ends and you may want to find how to repair it or just do some service work.
Even oftener it is hard to remember what does each function in Software HP MPE/iX 7.x Operating System is responsible for and what options to choose for expected result.
Fortunately you can find all manuals for Software on our side using links below.
HP MPE/iX 7.x Operating System Manual
94 pages 499.22 Kb
1 900 Series HP 3000 Computer Systems2 Hewlett-PackardCompany 3000 Hanover StreetPalo Alto, CA 94304 U.S.A 3 Printing History4 ALLBASE/SQL ManualsAdditional Resources 5 Preface6 What's New in this Release14 Conventions15 Conventions (continued)16 Contents18 FiguresTables 19 Getting Started29 Setting Up ALLBASE/NETUsing NETUtil to Migrate Profiles Before Installing HP-UX10.0 30 Migration Log FileAfter migration is successfully , you can delete the follo wing temporary les: DAALFMBK.PUB.SYS TMPALMBK.PUB.SYS DAUSFMBK.PUB.SYS TMPUSMBK.PUB.SYS HPDAMIG.PUB.SYS TMPMIG.PUB.SYS DASVRLST.PUB.SYS DASVRMBK.PUB.SYS TMPSVMBK.PUB.SYS 31 Server List FileHere is a sample serv er list le 32 Using NETUtilSetting Up ALLBASE/NET on the Client 36 Setting Up ALLBASE/NET on the Serv er37 Network Interfac eis one of either ARPA, NS or NETWARE. This indicates whic h access indicates that the spool le for the listener job should not be deleted automatically and that the log le is alwa ys readable Here are some examples of starting the listener Start the listener for the ARP A interface with DEBUG Start the listener for the NS interfac e with DEBUG Start the listener for NetWar e without DEBUG. NetWare is for ALLBASE/SQL PC API only Alternatively, you can use the following c ommand le ANSTOP 8 Netware Interface 9 where 38 Here are some examples of stopping the listenerStop the listener for the ARP A interface Stop the listener for the NS interfac e Stop the listener for NetWar e Alternatively, you c an use the following NETW ARE command be reported for all in terfaces indicates that the curren t number of RDA servers for this listener be displayed Here are some examples of c hecking the status of the listener Check the status of the listener for the ARP A interface 39 Check the status of the listener for the NS interfac eCheck the status of the listener for NetWar e If the given listener is curr ently running, the following message is returned Alternatively, you can use the NWSTAT command Check the status of all listners at onc e 41 Assigning a Server LoginThe session name is optional If you are setting up ALLBASE/NET on an MPE/iX serv er but the user is on an HP-UXclient, refer to \Cross-SystemConnectivity" in the \Getting Started" chapter 42 Adding a User Profile2.Type ADD USERat the NETUtil prompt 3.Respond to eac h prompt as follo ws: Enter the name of the clien t node where the user is located. The clien t node name is not case-sensitive (Ignore Session Type Name . It is used only for setting up ALLBASE/DB2 CONNECT on the clien t.) Enter the login name of the user on the clien t. This name can be either a HP-UXor MPE/iX login. A wildcard (@) can be used as the login name. This is explained in the \NETUtil Reference" c hapter If the client is HP-UX,this name follo ws HP-UX naming conventions for a login name, cannot exceed eight characters in length, and is case-sensitive If the client is MPE/iX, this name follo ws MPE/iX naming conventions for a logon name, a componen t cannot exceed eigh t characters in length, and is not optional. The session name is not allo wed. The group name is required Enter the server login name you assigned to the user accessing the DBEn vironment using the format: [session, ]user.account[,group] This name follo ws MPE/iX naming con ventions for a login name; a componen t cannot exceed eigh t characters in length, and is not case-sensitive. The session and logon group names are optional. (F or to the previous section, \Assigning a Serv er Login Name.") exactly as they w ere entered 45 Checking the Services File on the Server46 Examples of Setting Up ALLBASE/NET47 3.Type show aliasto check the alias prole in the AliasDB le:1.Invoke NETUtil: The ADD USER command creates the NETUsers le and adds a user prole to it 3. Type show userto check the user prole in the NETUsers le: 48 Using ALLBASE/SQL Through ALLBASE/NET54 NETUtil Reference87 ALLBASE/NET File Names89 Glossary92 Index
192 pages 1.16 Mb
1 900 Series HP 3000 Computer Systems2 Hewlett-PackardCompany 3000 Hanover StreetPalo Alto, CA 94304 U.S.A 3 Printing History5 Preface6 Organization of this Man ual7 Conventions8 Conventions (continued)9 Contents15 Figures17 Tables19 OVERVIEW55 Utilities and Tools67 Program Development68 Writing a Program69 Compiling a Program70 Compiler OutputCompiler Operation A relocatable object module on MPE/iX corresponds to a relocatable binary module (RBM) on MPE V/E, with the follo wing exceptions: A relocatable object module can con tain zero, one, or sev eral procedures while an RBM represen ts only one A relocatable object module is complete in itself and can stand alone as an independent le, while an RBM can exist only as part of an MPE V/E user subprogram library (USL) or a relocatable library (RL) 71 Compiled code (mac hine instructions) for all procedures in the source leInformation on data v ariables to be used External references (resources required to run the program) 72 :CCXL:COB85XL :FTNXL :PASXL 73 Linking a Program74 Resolve references among the relocatable object modules79 Loading and Running a Program80 Using Executable Libraries:RUN prog; XL = " xlib1[,xlib2][,xlib3] Searching Executable Libraries The following guidelines apply to searc hing executable libraries (XLs): Run-timelibraries can appear only once in the :RUN command You must list libraries in order of increasing privilege lev el UNSAT Procedure The content of an UNSAT procedure determines whether or not a program can continue to run after the UNSAT procedure is called 81 System LibrariesProcesses using the same object module share code, global data, and binding Cannot use UNSAT procedures Mixing Execution Modes 82 Virtual Memory and Demand PagingLMAP: Load MAP File name and type of le (program or library) Load-timeBinding Sequence Running a Program 83 Multi-programmingEnvironment84 Error Detection85 Run-timeErrorsWhat is the cause or source What is the mechanism of the abort What information is pro vided to help trace and correct the problem What are typical abort situations The decision to abort a process can be made b y: User program Library routine MPE/iX intrinsic An abort message appears in a standard format pro viding: Program le name 86 Typical Causes of Program AbortsFile Information Display (Tombstone) Actual physical and operational le c haracteristics Information on the last error for the le and the last HPFOPEN or FOPEN error 87 Control Codes (JCWs)90 User-definedJCWsAvailable to each process in the same session or job Have names dierent from JCW or CIERROR Using a User-definedJCW The following job shows an example of using a user-denedJCW 91 HP Link Editor/XL105 Optimizing a Program115 File System116 Records and Files in the File System117 The File System, and access Use of device characteristics :FILE command The way in which a program opens the le Disc Files 118 Disc File Storage119 File Directory Structure121 When you specify a le domain using HPFOPEN , you should open only discles with the domain option set to NEW. Device les can be opened with the domain option set to NEW (to maintain compatibility with MPE V/E), but a warning is returned in the status parameter Any le can be deleted when closed. This is the default for a NEW le A NEW le can be changed to a TEMP le when closed A NEW or TEMP le can be changed to PERMANENT when closed 122 Delete the previous cop y of the le before the runRename the existing le b y using FRENAME For examples of changing domains, refer to Accessing Files Programmer's Guide Refer to it from a command or program Transfer it during I/O 123 File DesignatorsThe two types of MPE/iX le designators are: Formal le designator Actual le designator filename [/lockword][.groupname][.accountname] HPFOPEN option (Item #38), the le privilege option , when used to set a disallows all subsequen t access to that le b y the FOPEN intrinsic. (For three.) 126 System FilesSystem-denedles are: 128 Input/Output Sets129 Passed Files130 Searching File DirectoriesFinding Files You can use the the follo wing commands to see le and le equation lists: :LISTEQ command for curren t le equations Types of Operations Allowed on Files :FILE commands, HPFOPEN calls, and FOPEN calls cannot alter ph ysical characteristics of an existing le 131 les) are PERMANENT les. To maintain compatibility with MPE V/E, deviceles can be opened with the domain option set to NEW, but a warning is returned in the status parameter 134 Using Files at Run Time135 Hierarchy of File Overrides136 Record Structure138 Specifying a Record Size139 File Structure140 File Codes141 Creating a FileSpecify the le with the :FILE command 142 Deleting FilesRenaming Files Saving Temporary Files newlereference 143 Listing File CharacteristicsFile names and structure of permanen t disc les Number of records in the le Number of extents Maximum number of extents Records per block The :FILE Command The job or session ends A :RESET command is invoked 144 Record Selection and Data Transfer146 Data Transfer Control OperationsFSPACE , provides spacing. It mo ves the record poin ter backward or forward FPOINT , provides pointing. It resets the record poin ter FCONTROL , provides rewinding. It resets the record poin ter to record Reading from a File FREAD reads a logical record or a portion of a record from a le to a program By referencing a poin ter to an open mapped le 147 Other specialized read in trinsics are READX and FREADLABELWriting to a File FWRITEDIR writes a specic logical record from a program to a disc le Updating a File 148 Using Mapped Access to a FileStandard disc les with v ariable-lengthrecord formats KSAM les (with COPY mode enabled) The following le types cannot be opened for mapped access: Relative I/O (RIO) les Message (MSG) les Circular (CIR) les KSAM les (with COPY mode disabled) Device les Device File Buffers 149 Sharing a File151 Maintaining File Security155 The default securit y at account, group, and le lev els are as follo ws:Account level Group level File level At the group level, the MPE/iX Securit y System recognizes six access modes: Reading (R) Appending (A) Writing (W) Locking (L) Executing (X) Saving (S) It recognizes sev en user types: Any User (ANY) Account Librarian User (AL) Reading (R) Appending (A) Writing (W) Locking (L) Executing (X) Any User (ANY) 157 3.Listing ACDs4.Copying ACDs 5.Modifying ACDs 6.Deleting ACDs 7.Migrating A CDs Device ACDs shold not be migrated because they are tied to their system's conguration You must have authorization to use the COPYACD parameter of the STORE RACD permission, y ou will get an error 159 Data ManagementData Management Subsystems 160 KSAM/V161 The KSAMUTIL command BUILD requires the follo wing parameters: Data le nameKey le name One or more key types, with corresponding k ey location, and k ey size FCOPY (KSAM Options) Load a KSAM le by copying data from an MPE/iX or a KSAM le in to a KSAM le Recover logically deleted records b y using the :NOKSAM option Write logically deleted records to a separate le b y using the option and specifying Recover corrupt key les or les with missing k ey les -if omitted, copies in primary k ey sequence, retaining old k ey trees -if nn=0, copies in chronological sequence and rebuilds k ey trees if nn 164 ALLBASE/SQLHP SQL 166 ConcurrencyRecovery Database Creation 167 Database RestructuringHP SQL provides dynamic restructuring for the following cases: Expanding table capacities Altering securit y designations Adding columns Adding or deleting indexes, views, and tables 169 TurboIMAGE/XL Data Base172 TurboIMAGE/XL and QUERY/V173 PARM=3 if both DBSTEXT and DBSLIST have been equated to actual le designatorsDBUTIL Create a database Purge a database Erase a data set Display information about a database Enable and disable logging and reco very options Activate, deactivate, and report on a database access le 175 Access dataInformation and status Logging 1.Run DBUNLOAD , specifying the old database 2.Use the DBUTIL command PURGE to purge the old database 4.Use the DBUTIL command CREATE to create and initialize the new data sets 5.Run DBLOAD on the new database to put the old data in to it 176 QUERY/V178 TurboIMAGE DBchange/V179 DICTDBADICTDBU DICTDBL 181 Index
Also you can find more HP manuals or manuals for other Computer Equipment.