VOS Performance Measurement r225m-00

6
8/20/2019 VOS Performance Measurement r225m-00 http://slidepdf.com/reader/full/vos-performance-measurement-r225m-00 1/6 Stratus Technologies R225M-00 VOS Performance Measurement and Reporting System: Adding Terminals

Transcript of VOS Performance Measurement r225m-00

Page 1: VOS Performance Measurement r225m-00

8/20/2019 VOS Performance Measurement r225m-00

http://slidepdf.com/reader/full/vos-performance-measurement-r225m-00 1/6

Stratus Technologies

R225M-00

VOS Performance Measurement and Reporting

System: Adding Terminals

Page 2: VOS Performance Measurement r225m-00

8/20/2019 VOS Performance Measurement r225m-00

http://slidepdf.com/reader/full/vos-performance-measurement-r225m-00 2/6

 

Notice

The information contained in this document is subject to change without notice.

UNLESS EXPRESSLY SET FORTH IN A WRITTEN AGREEMENT SIGNED BY AN AUTHORIZED

REPRESENTATIVE OF STRATUS TECHNOLOGIES, STRATUS MAKES NO WARRANTY OR REPRESENTATION

OF ANY KIND WITH RESPECT TO THE INFORMATION CONTAINED HEREIN, INCLUDING WARRANTY OF

MERCHANTABILITY AND FITNESS FOR A PURPOSE. Stratus Technologies assumes no responsibility or obligation

of any kind for any errors contained herein or in connection with the furnishing, performance, or use of this document.

Software described in Stratus documents (a) is the property of Stratus Technologies International, S.à r.l. or the third

party, (b) is furnished only under license, and (c) may be copied or used only as expressly permitted under the terms

of the license.

Stratus documentation describes all supported features of the user interfaces and the application programming

interfaces (API) developed by Stratus. Any undocumented features of these interfaces are intended solely for use by

Stratus personnel and are subject to change without warning.

This document is protected by copyright. All rights are reserved. No part of this document may be copied, reproduced,

or translated, either mechanically or electronically, without the prior written consent of Stratus Technologies.

Stratus, the Stratus logo, Continuum, Continuous Processing, StrataLINK, and StrataNET are registered trademarks of

Stratus Technologies International, S.à r.l.

ftServer, ftServer with design, Stratus 24 x 7 with design, The World’s Most Reliable Server, Selectable Availability,

XA/R, SQL/2000, and The Availability Company are trademarks of Stratus Technologies International, S.à r.l.

RSN is a trademark of Lucent Technologies, Inc.

 All other trademarks are the property of their respective owners.

Manual Name: VOS Performance Measurement and Reporting System: Adding Terminals

Part Number: R225M

Revision Number: 00

Stratus Technologies, Inc.111 Powdermill Road

Maynard, Massachusetts 01754-3409

© 2001 Stratus Technologies International, S.à r.l. All rights reserved.

Page 3: VOS Performance Measurement r225m-00

8/20/2019 VOS Performance Measurement r225m-00

http://slidepdf.com/reader/full/vos-performance-measurement-r225m-00 3/6

  Contents iii

Contents

1. VOS Performance Measurement and Reporting System: Adding Termi-

nals 1-1

 Adding terminals to PMRS 1-1

 Adding terminal support to PMRS: 1-1

Page 4: VOS Performance Measurement r225m-00

8/20/2019 VOS Performance Measurement r225m-00

http://slidepdf.com/reader/full/vos-performance-measurement-r225m-00 4/6

Contents

iv VOS Performance Measurement and Reporting System: Adding Terminals (R225M-00)

Page 5: VOS Performance Measurement r225m-00

8/20/2019 VOS Performance Measurement r225m-00

http://slidepdf.com/reader/full/vos-performance-measurement-r225m-00 5/6

  VOS Performance Measurement and Reporting System: Adding Terminals 1-1

Chapter 1

VOS PerformanceMeasurement and Reporting

System: Adding Terminals1-

Adding terminals to PMRS

May 19, 1993

See the file pmrs_key_usage.info for documentation on which

JYACC keys must be defined for PMRS. Any standard JYACC vid

file can be used.

In order to use a terminal type other than the ones contained

below you need to create the correct keys and vid file for the

terminal desired and add the entries to the

display_meters.smvars.

The concept of adding terminals is based soley on JYACC’s JAM

which is covered in the JYACC Application Manager Guide (R238).

The supplied display_meters.smvars file without modification

supports the following terminal types:

  cac_xterm, host_pc1, ibm3151, ibm3161, ibm3162, ibm3163,

  ibm3164, sun_xterm, v101, v102, v103, v103_ascii, v105,

  v105_ansi, vt100, vt220, vt320.

display >system>pmrs_command_library>display_meters.smvars

SMPATH= (master_disk)>system>pmrs_command_library

SMFEXTENSION=

SMMSGS= (master_disk)>system>pmrs_command_library>pmrs_msgfile.bin

Adding terminal support to PMRS:

In order to run PMRS [display_meters] from an UNSUPPORTED

TERMINAL the display_meters.smvars file must be updated

accordingly as well as the proper binding of the vid and keys

files.

The JYACC Application Manager Guide details the steps involved

in creating the vid, keys, and smvars however the three steps

are also listed below.

The following example is for providing support of pmrs with a

Page 6: VOS Performance Measurement r225m-00

8/20/2019 VOS Performance Measurement r225m-00

http://slidepdf.com/reader/full/vos-performance-measurement-r225m-00 6/6

Adding terminals to PMRS 

1-2 VOS Performance Measurement and Reporting System: Adding Terminals (R225M-00)

vt220 terminal type using a customized vt220vid and vt220keys

file.

We are assuming the pmrs_vt220keys and pmrs_vt220vid already

exist and support all of the featurs of PMRS. Since

>system>pmrs_command_library is a controlled library it is

recommended that all user created files be kept in an

uncontrolled library. The applications_libray will be used forthis example.

Emacs the display_meters.smvars and supply the pathname to bin

files of both the vid and keys files.

ex: display_meters.smvars

SMPATH= (master_disk)>system>pmrs_command_library

SMFEXTENSION=

SMMSGS= (master_disk)>system>pmrs_command_library>pmrs_msgfile.bin

SMKEY= (vt220) (master_disk)>system>applications_library>pmrs_vt220keys.bin

SMVIDEO= (vt220) (master_disk)>system>applications_library>pmrs_vt220vid.bin

Now bind the keys file to produce the binary version of the keys

file.

ex: r45_vid2bin pmrs_vt220keys

Now bind the vid file to produce the binary version of the video

file.

ex: r45_vid2bin pmrs_vt220vid

Finally bind the setup file to produce the binary version of the

smvars.

ex: r45_var2bin display_meters.smvars

NOTE: the above utilities are normally shipped with the jam

product. However, they have also been included with PMRS (S176)

developed under Jam release 4.5 which is why the commands have

been preceded with r45_.

NOTE: PMRS is created with JAM 4.5 (JAM 5.0 in VOS 13 and up).

However it is quite possible for a customer to have JAM 5.x

installed on their system. If this is the case the CAC needs to

provide the JAM 4.5 keys and vid file for the terminal that is

being added to PMRS support.