IBM Systems. An Introduction to RMF. System z Technical Conference April 16 20, 2007, Munich. Session ZP04. Harald Bender Software Engineer

Size: px
Start display at page:

Download "IBM Systems. An Introduction to RMF. System z Technical Conference April 16 20, 2007, Munich. Session ZP04. Harald Bender Software Engineer"

Transcription

1 Session ZP04 System z Technical Conference April 16 20, 2007, Munich An Introduction to RMF Harald Bender Software Engineer 2007 IBM Corporation

2 Anything else? ZZ Session Monitor III Postprocessor Sysplex Data Server Monitor II Distributed Data Server Mintime & Range Spreadsheet Reporter Interval & Cycle Time CIM Data Provider % Workflow % Using / Delay 2 An Introduction to RMF

3 Agenda Product Structure Address Spaces Controlling the Data Gatherers Historical Reporting Postprocessor Spreadsheet Reporter Realtime Reporting Monitor III Monitor II WTO Alerts RMF Performance Monitoring Data Portal RMF Performance Data APIs 3 An Introduction to RMF

4 RMF Product Structure RMF Spreadsheet Reporter RMF PM / Monitor III Data Portal Windows 9x / 2K / XP Windows 9x / 2K /XP Linux RMF Postprocessor RMF Monitor II and III Historical Reporting Analysis and Planning Real-Time Reporting Problem Determination and Data Reduction RMF Sysplex Data Server and APIs SMF SMF RMF Data Gatherer RMF Monitor I RMF Monitor II background RMF Monitor III VSAM VSAM 4 An Introduction to RMF

5 RMF Address Spaces / Procedures SYS1.PROCLIB(RMF) SYS1.PROCLIB(RMFGAT) SYS1.PROCLIB(GPMSERVE) SYS1.PROCLIB(RMFM3B) RMF Control s RMF Monitor I (zz Session) f RMF,s ZZ RMF Monitor III Gatherer f RMF, s III RMF Distributed Data Server s GPMSERVE RMF Monitor III Batch Reporting s RMFM3B SYS1.PARMLIB (GPMSRV00) SYS1.PARMLIB (ERBRMF04) SYS1.PARMLIB (ERBRMF00) 5 An Introduction to RMF

6 RMF Control Address Space keeps Configuration Tables and other Control Information is the Command Interface to set of modify Options: f RMF,f ZZ,MEMBER(99) maintains the SMF Data Buffer: s RMF,,,SMFBUF(SPACE(12M),RECTYPE(70:78)) SMF Exits IEFU83x SMF INSTALL COPY CALL WRITE SMFBUF (DataSpace) Sysplex Data Server RMF Write SMF Record SMF SMFWTM Component all SMF Record Types can be maintained by the RMF Sysplex Data Server! 6 An Introduction to RMF

7 Data Gathering Methods exact measurement counts pick up consecutive counters calculating the difference at the end of an interval Interval Gathering eg. CPU seconds, device connect time... sampling counts inspect variable counters continuously building the average at the end of an interval Cycle Gathering eg. queue counts, frame counts... 7 An Introduction to RMF

8 Monitor I Data Gathering 1. Measurements CACHE SMF 74.5 CHANNEL SMF 73 CPU SMF 70.1 CRYPTO SMF 70.2 DEVICE SMF 74.1 ENQ SMF 77 IOQ SMF 78.3 FCD SMF 74.7 PAGESP SMF 75 PAGING SMF 71 TRACE SMF 76 VSTOR SMF 78.2 WKLD SMF Timing CYCLE(1000) NOSTOP SYNC(SMF) 3. Reporting / Recording RECORD REPORT(REALTIME) SYSOUT(A) 4. User Exits NOEXITS SMF SMF 74.2 SMF 74.3 SMF 74.4 SMF 74.6 XCF OMVS CF HFS SYS1.PARMLIB (ERBRMF00) gathered by Monitor III 8 An Introduction to RMF

9 Monitor III Data Gathering 1. Measurements IOSUB CFDETAIL CACHE VSAMRLS OPD HFSNAME 2. Timing CYCLE(1000) MINTIME(60) NOSTOP SYNC(00) 3. Recording DATASET(ADD(RMF.M3G.&SYSNAME..DS1)) DATASET(ADD(RMF.M3G.&SYSNAME..DS2)) DATASET(START) DATASET(NOSWITCH) DATASET(WHOLD(7)) 4. Buffer WSTOR(32) ERBVSDEF vsam_ds VSAMVOL(volser) DATASET(ADD(vsam_ds)) RMFGAT Address Space In Storage Buffer SYS1.PARMLIB (ERBRMF04) DATASET(DEL(vsam_ds)) WSTOR(32) DATASET(WHOLD(7)) ERBV2S vsam_ds seq_ds ERBS2V seq_ds vsam_ds 9 An Introduction to RMF

10 RMF Distributed Data Server TCP/IP has Sysplex-wide scope exploited by RMF PM, RMF LDAP Backend, Tivoli DM, Tivoli TBSM talks XML over HTTP no configuration needed! just enter S GPMSERVE on one image in the Sysplex GPMSERVE (RMF Distributed Data Server) RMF Sysplex Data Server (ERB3XDRS Service) RMF M III Data Gatherer RMF M III Data Gatherer RMF M III Data Gatherer 10 An Introduction to RMF

11 Historical Reporting Activities measured by Monitor I Cache Subsystem Channel Path CPU / Crypto Device Enqueue Ficon Director I/O Queuing Page/Swap Data Set Paging Trace Virtual Storage Workload Activities measured by Monitor III XCF OMVS Coupling Facility HFS Other Activities Lotus Domino Server HTTP Server RMF Data Buffer SMF RMF Postprocessor RMF Spreadsheet Reporter Spreadsheet Applications Lotus and Excel 11 An Introduction to RMF

12 Postprocessor: Preparing SMF Data //SMFDUMP EXEC PGM=IFASMFDP //IDD1 DD DISP=SHR,DSN=<input_smfdata_system1> //IDD2 DD DISP=SHR,DSN=<input_smfdata_system2> //SMFDATA DD DISP=(NEW,PASS),SPACE=(CYL,(10,10),RLSE), // UNIT=SYSDA,DCB=(RECFM=VBS,LRECL=32760,BLKSIZE=0) //SYSIN DD * INDD(IDD1,OPTIONS(DUMP)) INDD(IDD2,OPTIONS(DUMP)) OUTDD(SMFDATA,TYPE(70:78)) SMF data is kept in VSAM datasets Postprocessor requires sequential format use SMF dump utility IFASMFDP to unload the data usuallly GDGs are the prefered target: RMF.SMFDATA.SYSNAME(0) RMF.SMFDATA.SYSNAME(-1) //RMFSORT EXEC PGM=SORT //SORTIN DD DISP=SHR,DSN=<input_smfdata_system1> // DD DISP=SHR,DSN=<input_smfdata_system2> //SYSIN DD * SORT FIELDS=(11,4,CH,A,7,4,CH,A),EQUALS MODS E15=(ERBPPE15,36000,,N),E35=(ERBPPE35,3000,,N) SMF reords must be sorted by date and time SORT step is required for sysplex-wide reporting Workload Activity Report Coupling Facility Report Shared DASD Report 12 An Introduction to RMF

13 Postprocessor JCL DD Names MFPMSGDS Message Output MFPINPUT SMF Input Datasets PPRPTS combined Interval Reports PPSUMnnn Summary Report Output PPXSRPTS Sysplex Report Output PPORPnnn Overview Report Output PPOVWREC Overview Record Output Control Statements DATE Start / End Date RTOD Start / End Time DINTV Duration Interval Length REPORTS Report Types OVERVIEW Report or Record OVW Overview Control Statement JCL can be generated by ISPF Application or Spreadsheet Reporter //RMFPP EXEC PGM=ERBRMFPP //MFPMSGDS DD DISP=SHR,DSN=*.ALLOC.MSG //MFPINPUT DD DISP=(OLD,DELETE),DSN=*.RMFSORT.SORTOUT //PPRPTS DD DISP=SHR,DSN=RMF.INTERVAL.REPORTS //PXSRPTS DD DISP=SHR,DSN=RMF.SYSPLEX.REPORTS //SYSIN DD * DATE( , ) RTOD(0000,2400) DINTV(0100) REPORTS(ALL) 13 An Introduction to RMF

14 Postprocessor: Standard Reporting C P U A C T I V I T Y //RMFPP EXEC PGM=ERBRMFPP //SYSIN DD * DATE( , ) RTOD(1100,1300) DINTV(0030) REPORTS(CPU) SYSRPTS(WLMGL(SCPER)) SYSOUT(H) z/os V1R7 SYSTEM ID SYSD DATE 02/13/2007 INTERVAL RPT VERSION V1R7 RMF TIME CYCLE SECONDS CPU 2084 MODEL 314 H/W MODEL B16 ---CPU--- ONLINE TIME LPAR BUSY MVS BUSY CPU SERIAL I/O TOTAL % I/O INTERRUPTS NUM TYPE PERCENTAGE TIME PERC TIME PERC NUMBER INTERRUPT RATE HANDLED VIA TPI 0 CP F7A CP F7A CP F7A CP F7A CP TOTAL/AVERAGE W O R K L O A D A C T I V I T Y z/os V1R7 SYSPLEX SYSDPLEX START 02/13/ INTERVAL MODE = GOAL RPT VERSION V1R7 RMF END 02/13/ POLICY ACTIVATION DATE/TIME 02/12/ SERVICE CLASS PERIODS REPORT BY: POLICY=DEFAULT WORKLOAD=SYSTEM SERVICE CLASS=SYSTEM RESOURCE GROUP=*NONE PERIOD=1 IMPORTANCE=SYSTEM CRITICAL =NONE -TRANSACTIONS- TRANS-TIME HHH.MM.SS.TTT --DASD I/O-- ---SERVICE SERVICE TIMES-- ---APPL % STORAGE----- AVG ACTUAL 0 SSCHRT 30.3 IOC CPU CP 3.86 AVG MPL EXECUTION 0 RESP 1.1 CPU 5183K SRB AAPCP 0.00 TOTAL ENDED 0 QUEUED 0 CONN 0.6 MSO 0 RCT IIPCP 0.00 SHARED END/S 0.00 R/S AFFIN 0 DISC 0.0 SRB 1548K IIT #SWAPS 106 INELIGIBLE 0 Q+PEND 0.3 TOT 6747K HST AAP PAGE-IN RATES-- EXCTD 0 CONVERSION 0 IOSQ 0.1 /SEC 7496 AAP IIP N/A SINGLE 0.0 AVG ENC 0.00 STD DEV 0 IIP N/A BLOCK 0.0 REM ENC 0.00 ABSRPTN 321 SHARED 0.0 MS ENC 0.00 TRX SERV 321 PROMOTED HSP An Introduction to RMF

15 Postprocessor: Overview Reporting OVERVIEW(RECORD,REPORT) OVW(PROCS(NUMPROC)) OVW(CPUBSY(CPUBSY)) OVW(APPL(APPLPER(POLICY))) OVW(TRANS(TRANS(POLICY))) OVW(RTIME(RTIME(POLICY))) DINTV(0100) (via Spreadsheet Reporter) R M F O V E R V I E W R E P O R T z/os V1R8 SYSTEM ID SYSF START 08/07/ INTERVAL RPT VERSION V1R8 RMF END 08/07/ CYCLE SECONDS NUMBER OF INTERVALS 4 TOTAL LENGTH OF INTERVALS DATE TIME INT PROCS CPUBSY APPL TRANS RTIME MM/DD HH.MM.SS HH.MM.SS 08/ / / / Format of the INTERVAL column changes from MM.SS to HH.MM.SS 15 An Introduction to RMF

16 RMF Spreadsheet Reporter converts SMF Data to Spreadsheet Format creates graphical Views for Trend Analysis can be downloaded from the RMF Homepage 16 An Introduction to RMF

17 RMF Spreadsheet Reporter SMF raw Data Report Listings RMF Postprocessor Overview Records Download Report Listings Overview Records *.RPT Files *.OVW Files *.WK1 Files Generate Working Sets Display Spreadsheet Extract Convert CPU Contention: System SYS1 17 An Introduction to RMF

18 RMF Spreadsheet Reporter Macros for all Types of Performance relevant Areas!! 18 An Introduction to RMF

19 Realtime Reporting CF WLM covers all Sysplex related aspects two monitors and a workstation extension Monitor III, best suited for short-term real-time and historical reporting online performance analysis goal attainment supervision sysplex-wide and single-system reporting monitoring of exceptional conditions Monitor II, best suited for snapshot reporting single job and resource monitoring RMF PM / Data Portal enterprise-wide reporting of z/os systems based on RMF Monitor III data 19 An Introduction to RMF

20 Monitor III Reporting Monitor III Delay Monitoring Processor Storage Device Enqueue Operator Message Tape Mount Subsystem HSM - JES - XCF Monitor III Activity Monitoring Common Storage Page/Swap Data Sets Storage Frames Device Data Set Level by Job and Volume Cache Coupling Facility Goal Attainment VSAM RLS UNIX System Services Enclaves Monitor III Features Cursor-Sensitive Navigation Workflow/Exceptions Monitoring Support of WTO Messages Automatic Customization Continuous Monitoring Hardcopy Reports On-Line Tutorial On-Line Help Adaptive Reports User Reports GDDM Graphic Sysplex-wide Reports Remote Reporting 20 An Introduction to RMF

21 States of a Job Idle Proc Dev Dsn Dev Dsn Stor Oper Enq JES HSM XCF Proc Using(%) = using samples number of samples 100? Unknown Workflow (%) = Delay(%) = delay samples number of samples 100 using samples using samples + delay samples An Introduction to RMF

22 Example: Using and Delay D D C Res Res Res Res D B B A B C A B C A A D C Job I U D Why A * C B * C C * D * Job I U D Why A * B B * C * D * Job I U D Why A * B * C * A D * Job I U D Why A * C B * C * D * C RMF Monitor III Delay Report Samples: 4 Time: Range: 4 Sec WFL USG DLY IDL Primary Jobname % % % % Reason A C B C C A D C RMF Monitor III Resource Delay Report Samples: 4 Time: Range: 4 Sec WFL ADU Jobname USG DLY Reason Resource % % % Res A C B C C A D 0 25 C 22 An Introduction to RMF

23 Monitor III: Job Delays RMF V1R7 Delay Report Line 1 of 326 Samples: 100 System: AQTS Date: 07/18/06 Time: Range: 100 Sec Service WFL USG DLY IDL UKN ---- % Delayed for ---- Primary Name CX Class Cr % % % % % PRC DEV STR SUB OPR ENQ Reason Address Space Performance at a Glance! sorted by ascending Workflow Delay Type Breakdown Delay Reason Information SUSANK T TSOPRIME CONSOLE S SYSTEM RRSSERVQ B WLMSHORT BHBE T TSOPRIME MORABIT T TSOPRIME RONDA2A B COMBUILD D24JAP1 T TSOPRIME RRSSERVQ B WLMSHORT GRSARTSQ B WLMSHORT RRSSERVQ B WLMSHORT CATALOG S SYSTEM ANFWPROC SO SYSSTC GRSARTSQ B WLMSHORT SMFDRS S STCMED JES2 S SYSSTC GRSARTSQ B WLMSHORT ARTXESQ B WLMSHORT DFRMM S SYSSTC HSM 0 Message 0 JES 0 JHUGO 0 COMPK5 0 COMPK5 0 PRIPK5 0 SPOL1J 0 JES 0 JES 0 MCATTS 0 SPOL1J 0 SPOL1J 2 SYSZVVDS 0 SPOL1J 0 JES 0 SPOL1L 0 SL An Introduction to RMF

24 Monitor III: Workflow/Exceptions RMF V1R2 Workflow/Exceptions Line 1 of 32 Samples: 100 System: AQTS Date: 07/18/02 Time: Range: 100 Sec Speed (Workflow) Speed of 100 = Maximum, 0 = Stopped Average CPU Util: 81 % Name Users Active Speed Name Users Active Speed *SYSTEM *DEV ALL TSO *MASTER* ALL STC ALL BATCH ALL ASCH Not avail ALL OMVS *PROC Exceptions Name Reason Critical val. Possible cause or action *SLIP* SLIP PER TRAP SLIP ID=U427 is active. ALL TSO DEV -RMFLIB 1.5 users Short block size or excessive seeks. *SYSTEM PROC-SUSANK 12.1 users BHBE SUBS-JES % delay Processing TSO OUTPUT command request. MORABIT PROC-SUSANK 75.0 % delay GANDALF DEV -SMS % delay Device may be overloaded. CONSOLE OPER-Message 13.0 % delay Awaiting reply to operator request 52. HSM Not avail Job HSM is not running. SYSPAG Not avail Volume SYSPAG is not mounted. Bottleneck Detection at a Glance! Workflow for Groups and Resources Exception Lines for individual Conditions 24 An Introduction to RMF

25 Monitor III: Goal Attainment RMF Sysplex Summary - SCLMPLEX Line 1 of 14 Command ===> Scroll ===> CSR WLM Samples: 240 Systems: 3 Date: 05/15/02 Time: Range: 60 Sec Service Definition: SCLM Installed at: 12/06/00, Active Policy: STANDARD Activated at: 12/06/00, Goals versus Actuals Trans --Avg. Resp. Time- Exec Vel --- Response Time --- Perf Ended WAIT EXECUT ACTUAL Name T I Goal Act ---Goal--- --Actual-- Indx Rate Time Time Time STC W STCCMD S SYSTEM W SYSSTC S N/A 68 N/A SYSTEM S N/A 70 N/A TSO W PRDTSO S AVG AVG AVG AVG AVG AVG MASTER R N/A 47 N/A Sysplex Performance at a Glance! 80 Intervals in GO Mode colored Indication for PI > 1 Importance = 1+2 Importance > 2 25 An Introduction to RMF

26 Monitor III: Session Setup VSAM Archives alloc f(rmfds00) da(rmf.m3.sys1.data) alloc f(rmfds01) da(rmf.m3.sys2.data) TSO Address Space SYS1.SERBCLS (ERBRMF3X) Monitor III Reporter VSAM Datasets Type text Type text Type text RMFGAT ERBTLIB &USER.&REL.ISPTABLE SYS1.SERBTENU SYS1.SERBT &USER.&REL.ADMGDF In Storage Buffer 26 An Introduction to RMF

27 Monitor III Reporter Usage RMF Session Options Report Options Help RMF Main Menu Session Color etc. M III Main Menu Tutorial F3 Report Selections, Short Commands RO System Information Samples: 100 System: AQTS Group WFL User... *SYSTEM *TSO DMN PG F3 F1 F6 Enter Monitor II Postprocessor Selection Menu Tutorial Enter Scroll F7 F8 BREF/FREF F3 F10 F11 Find, Color, ICU, Current, GO, and more An Introduction to RMF

28 Monitor III Report Overview Sysplex Reports Coupling Facility Cache Subsystem VSAM RLS Other User Reports SYSSUM SYSRTD SYSWKM CFSYS CFOVER CFACT CACHSUM CACHDET RLSSC RLSDS RLSLRU SYSENQ DSINDEX RG System/Workload Reports Monitoring Reports ENCLAVE MSI SYSINFO GROUP CPC WFEX DELAY OPD SYSTREND Delay Reports Resource Utilization Reports DEVN Job/Workload oriented Resource oriented STORCR DEVT PROC DEV DSND DSNV DEVR STORC DSD ENQ STOR Job Reports Detailed Job Analysis STORS ENQR HSM XCF JES JOB STORR STORF CHANNEL IOQUEUE STORCR PROC Modified panel User-written report Sortable report 28 An Introduction to RMF

29 Monitor III: Setup for WTO s Monitor III Batch Address Space creates Reporting Tables Thresholds can be defined via Workflow Exception Options Dialog Reporter Phase Exit Module Console Message is generated by Exit Module (e.g. WLM Capping) Monitor III Gatherer Set of Samples $HASP100 BMAI ON TSOINRDR $HASP373 BMAI STARTED IEF125I BMAI - LOGGED ON - TIME= RMF300I 3B: Processing CPC Report... +RMF301I 3B: Local Partition Capping State: +RMF303I 3B: Time until Capping (sec): 40 (WTO Limit: 600) +RMF304I 3B: MSU Consumption of critical LPARs: +RMF305I 3B: SYS1 : 64 (WTO Limit: 60) +RMF305I 3B: SYS4 : 48 (WTO Limit: 32) IEF126I BMAI - LOGGED OFF - TIME= $HASP395 BMAI ENDED $HASP250 BMAI PURGED +RMF300I 3B: Processing CPC Report... +RMF301I 3B: Local Partition Capping State: +RMF302I 3B: WLM Capping %: 24.2 (WTO Limit: 10.0) +RMF304I 3B: MSU Consumption of critical LPARs: +RMF305I 3B: SYS1 : 82 (WTO Limit: 60) +RMF305I 3B: SYS2 : 12 (WTO Limit: 10) $HASP100 BMGU ON TSOINRDR $HASP373 BMGU STARTED IEF125I BMGU - LOGGED ON - TIME= WTO Monitor III Batch Reporter Exit Module Sample Exits provided for: Workflow Exception Report Sysinfo Report CPC Capacity Report 29 An Introduction to RMF

30 Monitor II: Overview Monitor II is a Snapshot Reporter collects the status of system resources (CPU, devices, paging activity,...) collects the status of address spaces (resource usage, state information) use Monitor II to continuously monitor resource usage determine the state of any address space in the system track CPU usage of problem address spaces collect supplemental information when analyzing performance problems with Monitor III choose Background Session to collect SMF records for archiving and later postprocessing to automate snapshot reporting choose Display Session for immediate feedback for online analysis Postprocessor f rmf,s aa SMF 79.x 10:12:08 DEV JOBNAME CONN *MASTER* 2618 PCAUTH 1264 SMF 79.x 30 An Introduction to RMF

31 Monitor II Reporting Activities measured by Monitor II: Address Space Data Resource State SRM Channel Path Device I/O Queuing Enqueue HFS IRLM Long Locks Paging Page/Swap Data Set SRM Resource Data Sysplex Data Server Library Display ISPF TSO 3270 for most comfortable usage supports sorting and finding started from TSO READY or from RMF main menu don't use it anymore! dropped with z/os V1R2 31 An Introduction to RMF

32 Monitor II Commands TSO-Command: RMF MON2 Monitor II Primary Menu Selection ===> RMF Enter selection number or command 1 Address Spaces 2 I/O Subsystem 3 Resource Find string RFind Selection report-name Return e.g. ARD e.g. ASD Command ===> RMF - ASD RMF - ARD MIG=63.1K 11:15:27 DEV FF PRIV LSQA JOBNAME CONN BEL FF CSF e.g. ASD report options Report Options RO F7 F8 Cancel Reset Scroll up Scroll down L Library Lists U User F4 *MASTER* PCAUTH TRACE DUMPSRV Other commands: H Prints all reports D Delta-mode Print Prints current screen Sys Remote reporting Keys View/Assign PF-keys Sort F6 GO nn for auto update <Enter> for manual update 32 An Introduction to RMF

33 Monitor II: ARD Report RMF - ARD Address Space Resource Data Line 1 of 48 Command ===> Scroll ===> PAGE MIG=1522K CPU= 45/ 30 UIC= 254 PR= 0 System= SCLM Total 16:04:11 DEV FF PRV LSQA LSQA X SRM TCB CPU EXCP SWAP LPA CSA NVI V&H JOBNAME CONN 16M FF CSF ESF M CR ABS TIME TIME RATE RATE RT RT RT RT HSM ANTMAIN X *MASTER* XCFAS K X IOSAS X RMFGAT X JES SMSVSAM X SMS X OMVS X CATALOG X HSMMON NET X SMF X LLA X NETVSCLM X IXGLOGR X Address Space Resource Consumption at a Glance! I/O Activity Frame Counts CPU Time all Table Reports are sortable! 33 An Introduction to RMF

34 Monitor II Session Setup H Print 1. ALLOC F(RMFDMTSO) DA('BHBE.M2.REPORTS') disp DCB=(RECFM=VBA,BLKSIZE=1693,LRECL=137) 2. RMF MON2 Command ===> RMF - ARD MIG=63.1K 11:15:27 DEV FF PRIV LSQA JOBNAME CONN BEL FF CSF *MASTER* PCAUTH TRACE DUMPSRV ERBROPT2 Report options BHBE.RMFOS260.ISPTABLE BHBE.M2.REPORTS 34 An Introduction to RMF

35 Monitor II Display Modes Specific resource or job, e.g. job BHOL All resources or jobs at a specific point in time Command ===> RMF - ARDJ Address Space Resou Command ===> RMF - ARD Address Space Resour MIG=73.8K CPU= 19/ 19 UIC=254 MIG=74.1K CPU= 9/ 8 UIC=254 BHOL DEV FF PRIV LSQA LSQA X SRM TCB TIME CONN BEL FF CSF ESF M ABS TIME 13:16: K :16: K :16: K :16: K :16: K :16: K :16: K :16: K :16: K :20:26 DEV FF PRIV LSQA LSQA X SRM TCB JOBNAME CONN BEL FF CSF ESF M ABS TIME *MASTER* PCAUTH X RASP TRACE X DUMPSRV XCFAS X GRS X SMXC SYSBMAS Row Report Table Report Current status in highlighted line Current status in whole report 35 An Introduction to RMF

36 Monitor II Report Overview Name Mon I Row ISPF Explanation ARD Address space resource data ARDJ Y ASD Address space state data ASDJ Y ASRM Address space SRM data ASRMJ Y CHANNEL Channel path activity data DEV Y Device activity data DEVV Y Y HFS Y HFS statistics ILOCK IRLM locking data IOQUEUE Y I/O queuing activity data LLI Library lists PGSP Y Page/swap data set activity SDS Sysplex data server statistics SENQ Enqueue contention SENQR Enqueue reserve activity SPAG Y Paging activity SRCS Y Central storage, processor, SRM 36 An Introduction to RMF

37 RMF Performance Monitoring Enterprise-wide performance monitoring of z/os hosts Platform independent Java Edition Linux gathering support Graphical user interface Flexible definition of data Persistent definition of views Powerful data reduction Analysis support 37 An Introduction to RMF

38 RMF PM: Perfdesk Concept Perfdesk Folder Perfdesk 1 Dataview 1 Series 1 Series n Dataview 3 Series 1 Series n Dataview 2 Series 1 Series n Dataview 4 Series 1 Series n Perfdesk 2 Dataview 1 Series 1 Series n Dataview 2 Series 1 Series n 38 An Introduction to RMF

39 RMF PM: Resources and Metrics Sysplex MVS Image I/O Subsystem All SSIDs SSID All LCUs LCU All Channels Channel All Volumes Volume Processor Storage Auxiliary Storage Central Storage CSA, SQA, ECSA, ESQA Expanded Storage Enqueue Operator Subsystems JES, XCF, HSM CPC LPAR Coupling Facility CF Structure 39 An Introduction to RMF

40 RMF PM: Intelligent Analysis data views with click-sensitve bars brings up predefined Analysis PerfDesks 40 An Introduction to RMF

41 Linux Performance Monitoring RMF PM Java TM Technology Edition - Linux support available on Internet Common View for z/os and Linux Data 41 An Introduction to RMF

42 RMF Monitor III Data Portal direct connection to the RMF Distributed Data Server just specify all resources and metrics supported (same than RMF PM) 42 An Introduction to RMF

43 RMF Monitor III Data Portal select favorite Metric from List click Add this Metric to My View for Persistence select any Resource from Configuration View Coupling Facility PerfDesk with: Request rates Service times 43 An Introduction to RMF

44 RMF Monitor III Data Portal Combine strength of Monitor III with state-of-the-art frontend View full Reports and exploit the SORT capability Report name Scrollable! Sortable! All columns visible! Resizeable! 44 An Introduction to RMF

45 RMF Performance Data API s ERBSMFI - Monitor II Data (SMF Type 79) RMF Sysplex Data Server (SDS) SMF Data: ERBDSQRY, ERBDSREC Monitor III Data: ERB3XDRS Monitor II Data: ERB2XDGS RMF Provider for z/os CIM Server 45 An Introduction to RMF

46 Sysplex Data Server: Services Sysplex-wide access to SMF data ERBDSQRY requests a directory of available SMF data in the sysplex ERBDSREC requests SMF record data in the sysplex Sysplex-wide access to Monitor III data ERB3XDRS requests a set_of_samples of Monitor III data does not require an ISPF and Monitor III reporter environment provides data reduction features to transfer only the absolute necessary data to the requesting system ERB3RDRS requests a set_of_samples of Monitor III data has been introduced for the single system with RMF requires an ISPF and M III reporter environment (for M III reporter user exits) Sysplex-wide access to Monitor II data ERB2XDGS requests Monitor II data according to the specified SMF type 79 subtype returns Monitor II snapshot data provides data reduction features like ERB3XDRS all Services are available as High-Level-Language APIs 46 An Introduction to RMF

47 Groovy! ZZ Session Monitor III Postprocessor Sysplex Data Server Monitor II Distributed Data Server Mintime & Range Spreadsheet Reporter Interval & Cycle Time CIM Data Provider % Workflow % Using / Delay 47 An Introduction to RMF

48 Information and Tools RMF homepage: Product information, newsletters, presentations,... Downloads Spreadsheet Reporter RMF PM Java Edition RMF data collector for Linux RMF address: Documentation and news RMF Performance Management Guide, SC RMF Report Analysis, SC RMF User s Guide, SC Latest version of PDF files can be downloaded from: 48 An Introduction to RMF

RMF Post Processor Report JCL Samples for Use with RMF Spreadsheet Reporter

RMF Post Processor Report JCL Samples for Use with RMF Spreadsheet Reporter RMF Post Processor Report JCL Samples for Use with RMF Spreadsheet Reporter GSE z/os Expertforum CH, 26.9.2007 Silvio Sasso IBM Switzerland, Global Technology Services sisa@ch.ibm.com S. Sasso, IBM Switzerland,

More information

IBM. Resource Measurement Facility Messages and Codes. z/os. Version 2 Release 3 SC

IBM. Resource Measurement Facility Messages and Codes. z/os. Version 2 Release 3 SC z/os IBM Resource Measurement Facility Messages and Codes Version 2 Release 3 SC34-2666-30 Note Before using this information and the product it supports, read the information in Notices on page 137. This

More information

RMF BASICS by Cheryl Watson

RMF BASICS by Cheryl Watson RMF BASICS by Cheryl Watson This is an introduction to RMF, Resour@ Measurement Facilities It can be used as an overview of the functions and facilities of RMF, This material has been extracted from my

More information

CICS High Availability

CICS High Availability Glenn A. Schneck SunTrust Banks, Inc. March 2, 2011 Session 8276 Agenda Who we are & Environment Overview How WLM works Opportunities for WLM CICS and HA Dynamic WLM Deployment Scenarios Urban Myths and

More information

EMC ViPR SRM. Alerting Guide. Version

EMC ViPR SRM. Alerting Guide. Version EMC ViPR SRM Version 4.0.2.0 Alerting Guide 302-003-445 01 Copyright 2015-2017 Dell Inc. or its subsidiaries All rights reserved. Published January 2017 Dell believes the information in this publication

More information

Chapter 17. Constructing a Model from RMF Data

Chapter 17. Constructing a Model from RMF Data Chapter 17 Constructing a Model from RMF Data 17.1. Introduction In Chapter 12 we described in general terms how to determine the input parameter values of a queueing network model from knowledge of a

More information

Introduction to tablebase and tablebase Family. William Weber. Market Experts Distribution, SL

Introduction to tablebase and tablebase Family. William Weber. Market Experts Distribution, SL Introduction to tablebase and tablebase Family William Weber Market Experts Distribution, SL Presentation Outline Introduction to DataKinetics tablebase tablebase Product Family Who Is DataKinetics? Established

More information

HP 33120A Function Generator / Arbitrary Waveform Generator

HP 33120A Function Generator / Arbitrary Waveform Generator Note: Unless otherwise indicated, this manual applies to all Serial Numbers. The HP 33120A is a high-performance 15 MHz synthesized function generator with built-in arbitrary waveform capability. Its combination

More information

NetApp Sizing Guidelines for MEDITECH Environments

NetApp Sizing Guidelines for MEDITECH Environments Technical Report NetApp Sizing Guidelines for MEDITECH Environments Brahmanna Chowdary Kodavali, NetApp March 2016 TR-4190 TABLE OF CONTENTS 1 Introduction... 4 1.1 Scope...4 1.2 Audience...5 2 MEDITECH

More information

5008 Dual Synthesizer Configuration Manager User s Guide (admin Version) Version valontechnology.com

5008 Dual Synthesizer Configuration Manager User s Guide (admin Version) Version valontechnology.com 5008 Dual Synthesizer Configuration Manager User s Guide (admin Version) Version 1.6.1 valontechnology.com 5008 Dual Synthesizer Module Configuration Manager Program Version 1.6.1 Page 2 Table of Contents

More information

CHAPTER 1 INTRODUCTION...

CHAPTER 1 INTRODUCTION... GSE 460 and 465 Technical Reference Manual Manual TABLE OF CONTENTS CHAPTER 1 INTRODUCTION...1-1 INTRODUCTION...1-2 About This Manual...1-2 Conventions...1-2 CHAPTER 2 INSTALLATION...2-1 INSTALLATION...2-1

More information

domovea energy tebis

domovea energy tebis domovea energy tebis TABLE OF CONTENTS TABLE OF CONTENTS Page 1. INTRODUCTION... 2 1.1 PURPOSE OF THE DOCUMENT... 2 2. THE ARCHITECTURE OF ELECTRICITY MEASUREMENT... 3 2.1 OBJECTS USED FOR MEASUREMENT...

More information

Kalipso 3.6 Features on each edition

Kalipso 3.6 Features on each edition Kalipso 3.6 Features on each edition General Features Standard Professional Multi Language r n ODBC n n Multi Instance n n Report Writer r n Planes On Forms n n Screen Rotation n n Graphical Themes n n

More information

Blackfin Online Learning & Development

Blackfin Online Learning & Development Presentation Title: Introduction to VisualDSP++ Tools Presenter Name: Nicole Wright Chapter 1:Introduction 1a:Module Description 1b:CROSSCORE Products Chapter 2: ADSP-BF537 EZ-KIT Lite Configuration 2a:

More information

Gentec-EO USA. T-RAD-USB Users Manual. T-Rad-USB Operating Instructions /15/2010 Page 1 of 24

Gentec-EO USA. T-RAD-USB Users Manual. T-Rad-USB Operating Instructions /15/2010 Page 1 of 24 Gentec-EO USA T-RAD-USB Users Manual Gentec-EO USA 5825 Jean Road Center Lake Oswego, Oregon, 97035 503-697-1870 voice 503-697-0633 fax 121-201795 11/15/2010 Page 1 of 24 System Overview Welcome to the

More information

"Terminal RG-1000" Customer Programming Software. User Guide. August 2016 R4.3

Terminal RG-1000 Customer Programming Software. User Guide. August 2016 R4.3 "Terminal RG-1000" Customer Programming Software User Guide August 2016 R4.3 Table of Contents Table of Contents Introduction 2 3 1.1 Software installation 3 1.2 Connecting the RG-1000 GATEWAYs to the

More information

Submittal Exchange Design Team User Guide

Submittal Exchange Design Team User Guide Submittal Exchange Design Team User Guide Version 17 November 2017 Contents About This Guide... 9 Access/Permissions... 11 What is Submittal Exchange for Design?... 11 How Can I Get Submittal Exchange

More information

Physical Inventory System User Manual. Version 19

Physical Inventory System User Manual. Version 19 Physical Inventory System User Manual Version 19 0 Physical Inventory System User Manual 1 Table of Contents 1. Prepare for Physical Inventory... 2. Chapter 1: Starting Inventory... 2.1. CDK/ADP... 3.

More information

Megohmmeter Model 1060

Megohmmeter Model 1060 CHAUVIN ARNOUX GROUP Chauvin Arnoux Inc. 15 Faraday Drive Dover, NH 03820 USA (603) 749-6434 Fax (603) 742-2346 www.aemc.com Issue 13 WATTS CURRENT TECHNICAL BULLETIN Summer/Fall 2017 Megohmmeter Model

More information

ULTRA RAPID POWER QUALITY ANALYZER

ULTRA RAPID POWER QUALITY ANALYZER ULTRA RAPID POWER QUALITY ANALYZER Ultra rapid (cycle by cycle) advanced electrical network analysis Complete network harmonics analysis, up to 63 rd harmonic High visibility, 5 graphic LCD screen with

More information

IBM PowerVM Express Edition and IBM Management Edition for AIX offerings help allocate systems resources to where they are needed

IBM PowerVM Express Edition and IBM Management Edition for AIX offerings help allocate systems resources to where they are needed IBM United States Announcement 208-011, dated January 29, 2008 IBM PowerVM Express Edition and IBM Management Edition for AIX offerings help allocate systems resources to where they are needed Description...3

More information

Traffic Monitoring and Management for UCS

Traffic Monitoring and Management for UCS Traffic Monitoring and Management for UCS Session ID- Steve McQuerry, CCIE # 6108, UCS Technical Marketing @smcquerry www.ciscolivevirtual.com Agenda UCS Networking Overview Network Statistics in UCSM

More information

ADVANCED USER S GUIDE

ADVANCED USER S GUIDE ADVANCED USER S GUIDE MFC-J6510DW MFC-J6710DW Version 0 ARL/ASA/NZ User's Guides and where do I find it? Which manual? What's in it? Where is it? Safety and Legal Quick Setup Guide Basic User's Guide Advanced

More information

Getting Started Guide

Getting Started Guide SOLIDWORKS Getting Started Guide SOLIDWORKS Electrical FIRST Robotics Edition Alexander Ouellet 1/2/2015 Table of Contents INTRODUCTION... 1 What is SOLIDWORKS Electrical?... Error! Bookmark not defined.

More information

User Guide. PTT Radio Application. ios. Release 8.3

User Guide. PTT Radio Application. ios. Release 8.3 User Guide PTT Radio Application ios Release 8.3 March 2018 1 Table of Contents 1. Introduction and Key Features... 5 2. Application Installation & Getting Started... 6 Prerequisites... 6 Download... 6

More information

AGENTLESS ARCHITECTURE

AGENTLESS ARCHITECTURE ansible.com +1 919.667.9958 WHITEPAPER THE BENEFITS OF AGENTLESS ARCHITECTURE A management tool should not impose additional demands on one s environment in fact, one should have to think about it as little

More information

TIBCO FTL Part of the TIBCO Messaging Suite. Quick Start Guide

TIBCO FTL Part of the TIBCO Messaging Suite. Quick Start Guide TIBCO FTL 6.0.0 Part of the TIBCO Messaging Suite Quick Start Guide The TIBCO Messaging Suite TIBCO FTL is part of the TIBCO Messaging Suite. It includes not only TIBCO FTL, but also TIBCO eftl (providing

More information

Enhanced Push-to-Talk Application for iphone

Enhanced Push-to-Talk Application for iphone AT&T Business Mobility Enhanced Push-to-Talk Application for iphone Land Mobile Radio (LMR) Version Release 8.3 Table of Contents Introduction and Key Features 2 Application Installation & Getting Started

More information

LincView OPC USER GUIDE. Enhanced Diagnostics Utility INDUSTRIAL DATA COMMUNICATIONS

LincView OPC USER GUIDE. Enhanced Diagnostics Utility INDUSTRIAL DATA COMMUNICATIONS USER GUIDE INDUSTRIAL DATA COMMUNICATIONS LincView OPC Enhanced Diagnostics Utility It is essential that all instructions contained in the User Guide are followed precisely to ensure proper operation of

More information

My Nextel. User Guide

My Nextel. User Guide My Nextel User Guide Last Updated 8/29/05 The MyNextel online interface is available at nextel.com. It allows you to conveniently access and manage your Nextel account. MyNextel enables you to view, print,

More information

IDS5 Digital ATIS System for AFAS and AAAS Workstations. Description and Specifications

IDS5 Digital ATIS System for AFAS and AAAS Workstations. Description and Specifications IDS5 Digital ATIS System for AFAS and AAAS Workstations Description and Specifications 1. Introduction The Digital Automated Terminal Information Service (DATIS) component of the IDS5 DATIS solution is

More information

TOSHIBA MACHINE CO., LTD.

TOSHIBA MACHINE CO., LTD. User s Manual Product SHAN5 Version 1.12 (V Series Servo Amplifier PC Tool) Model SFV02 July2005 TOSHIBA MACHINE CO., LTD. Introduction This document describes the operation and installation methods of

More information

User Guide: PTT Radio Application - ios. User Guide. PTT Radio Application. ios. Release 8.3

User Guide: PTT Radio Application - ios. User Guide. PTT Radio Application. ios. Release 8.3 User Guide PTT Radio Application ios Release 8.3 December 2017 Table of Contents Contents 1. Introduction and Key Features... 5 2. Application Installation & Getting Started... 6 Prerequisites... 6 Download...

More information

FlexNet Operator Daily Monitoring Job Aid Saudi

FlexNet Operator Daily Monitoring Job Aid Saudi DESCRIPTION Serves as a supplemental reference for FlexNet operators on performing the recommended daily monitoring process to verify overall read performance, base station/rf network operation, RNI operation,

More information

Kaseya 2. User Guide. Version 7.0

Kaseya 2. User Guide. Version 7.0 Kaseya 2 vpro User Guide Version 7.0 May 30, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from time

More information

LESSONS Lesson 1. Microcontrollers and SBCs. The Big Idea: Lesson 1: Microcontrollers and SBCs. Background: What, precisely, is computer science?

LESSONS Lesson 1. Microcontrollers and SBCs. The Big Idea: Lesson 1: Microcontrollers and SBCs. Background: What, precisely, is computer science? LESSONS Lesson Lesson : Microcontrollers and SBCs Microcontrollers and SBCs The Big Idea: This book is about computer science. It is not about the Arduino, the C programming language, electronic components,

More information

R&S FSH4/8/13/20 Spectrum Analyzer Operating Manual

R&S FSH4/8/13/20 Spectrum Analyzer Operating Manual R&S FSH4/8/13/20 Spectrum Analyzer Operating Manual 1173.6275.12 24 Test & Measurement Operating Manual The Operating Manual describes the following R&S FSH models: R&S FSH4 (1309.6000.04) R&S FSH4 (1309.6000.14)

More information

PLA 33. Power line analyzer. User and service manual. version 2.4

PLA 33. Power line analyzer. User and service manual. version 2.4 PLA 33 Power line analyzer User and service manual version 2.4 Content. Front control panel and terminal plate...3 7.2.2. System frequency setting...0 2. Device description...4 7.2.3. Password protection...0

More information

DocuSign for Sugar 7 v1.0. Overview. Quick Start Guide. Published December 5, 2013

DocuSign for Sugar 7 v1.0. Overview. Quick Start Guide. Published December 5, 2013 Quick Start Guide DocuSign for Sugar 7 v1.0 Published December 5, 2013 Overview This guide provides information on installing and signing documents with DocuSign for Sugar7. The Release Notes for DocuSign

More information

User Guide. PTT Radio Application. Android. Release 8.3

User Guide. PTT Radio Application. Android. Release 8.3 User Guide PTT Radio Application Android Release 8.3 March 2018 1 Table of Contents 1. Introduction and Key Features... 5 2. Application Installation & Getting Started... 6 Prerequisites... 6 Download...

More information

Open To Buy (OTB) User Manual

Open To Buy (OTB) User Manual Open To Buy (OTB) User Manual Open to Buy Purpose... 3 Typical User and Workflow... 4 Open to Buy Definitions and Calculations... 5 Field Definitions... 5 Automatically Calculated OTB Fields... 5 Syntax

More information

DRG-Series. Digital Radio Gateway. Motorola MotoTRBO DMR. Interfacing Omnitronics DRG with Motorola MotoTRBO DMR Digital Radios

DRG-Series. Digital Radio Gateway. Motorola MotoTRBO DMR. Interfacing Omnitronics DRG with Motorola MotoTRBO DMR Digital Radios DRG-Series Digital Radio Gateway Motorola MotoTRBO DMR Interfacing Omnitronics DRG with Motorola MotoTRBO DMR Digital Radios Digital Radio Supplement DRG-Series Supplement Interfacing Omnitronics DRG with

More information

Open To Buy 08/26/2016. User Reference Manual

Open To Buy 08/26/2016. User Reference Manual Open To Buy Open To Buy 08/26/2016 User Reference Manual Copyright 2007-2016 by Celerant Technology Corp. All rights reserved worldwide. This manual, as well as the software described in it, is furnished

More information

INCLINED PLANE RIG LABORATORY USER GUIDE VERSION 1.3

INCLINED PLANE RIG LABORATORY USER GUIDE VERSION 1.3 INCLINED PLANE RIG LABORATORY USER GUIDE VERSION 1.3 Labshare 2011 Table of Contents 1 Introduction... 3 1.1 Remote Laboratories... 3 1.2 Inclined Plane - The Rig Apparatus... 3 1.2.1 Block Masses & Inclining

More information

COALESCE V2 CENTRAL COALESCE CENTRAL USER GUIDE WC-COA 24/7 TECHNICAL SUPPORT AT OR VISIT BLACKBOX.COM. Display Name.

COALESCE V2 CENTRAL COALESCE CENTRAL USER GUIDE WC-COA 24/7 TECHNICAL SUPPORT AT OR VISIT BLACKBOX.COM. Display Name. COALESCE CENTRAL USER GUIDE WC-COA COALESCE V2 CENTRAL 24/7 AT OR VISIT BLACKBOX.COM BY Import Displays Discover CSV File Manual Your Coalesce Instances Appearance and Usage Display Name Network Security

More information

DataCar Select Application launcher via DataCar Portal

DataCar Select Application launcher via DataCar Portal DataCar Select Application launcher via DataCar Portal TABLE OF CONTENTS 1. INTRODUCTION... 2 2. PREREQUISITE... 2 3. DESCRIPTION... 2 3.1. Launch modes : Connection & Offline... 2 3.2. Setup of company

More information

ANSYS v14.5. Manager Installation Guide CAE Associates

ANSYS v14.5. Manager Installation Guide CAE Associates ANSYS v14.5 Remote Solve Manager Installation Guide 2013 CAE Associates What is the Remote Solve Manager? The Remote Solve Manager (RSM) is a job queuing system designed specifically for use with the ANSYS

More information

Copyright 2014 SOTA Imaging. All rights reserved. The CLIOSOFT software includes the following parts copyrighted by other parties:

Copyright 2014 SOTA Imaging. All rights reserved. The CLIOSOFT software includes the following parts copyrighted by other parties: 2.0 User Manual Copyright 2014 SOTA Imaging. All rights reserved. This manual and the software described herein are protected by copyright laws and international copyright treaties, as well as other intellectual

More information

ArcGIS Runtime: Analysis. Lucas Danzinger Mark Baird Mike Branscomb

ArcGIS Runtime: Analysis. Lucas Danzinger Mark Baird Mike Branscomb ArcGIS Runtime: Analysis Lucas Danzinger Mark Baird Mike Branscomb ArcGIS Runtime session tracks at DevSummit 2018 ArcGIS Runtime SDKs share a common core, architecture and design Functional sessions promote

More information

Specification history

Specification history Specification history Version Date Author Change comment 0.1 04.10.2016 Kristel-Maria Kadajane, Liina Land, Liis Ojokas 0.2 10.10.2016 Kristel-Maria Kadajane, Liina Land, Liis Ojokas 0.3 18.10.2016 Kristel-Maria

More information

Enhanced Push-to-Talk Application for iphone

Enhanced Push-to-Talk Application for iphone AT&T Business Mobility Enhanced Push-to-Talk Application for iphone Standard Version Release 8.3 Table of Contents Introduction and Key Features 2 Application Installation & Getting Started 2 Navigating

More information

Agilent N6820ES Option USD. Universal Signal Detection User Guide. Part Number: E

Agilent N6820ES Option USD. Universal Signal Detection User Guide. Part Number: E Agilent N6820ES Option USD Universal Signal Detection User Guide Part Number: E3238-90031 Printed in U.S.A. Print Date: January 2014 Agilent Technologies, Inc. 2014 NOTICE NOTICE The information contained

More information

IE11, Edge (current version), Chrome (current version), Firefox (current version)

IE11, Edge (current version), Chrome (current version), Firefox (current version) Quick Start Guide DocuSign for SharePoint Online v3.4 Published: October 13, 2017 Overview DocuSign for SharePoint Online allows users to sign or send documents for signature from a SharePoint Online library.

More information

How to compare the deltae of two matching ColorLists. Creating pixel files in Photoshop for ColorThink.

How to compare the deltae of two matching ColorLists. Creating pixel files in Photoshop for ColorThink. How to compare the deltae of two matching ColorLists. What you do: Create two ColorLists, text files that have Lab values, that are compared using ColorThink Pro (reports de, Std Dev, max de etc). A ColorList

More information

VRS20. Contents. Communications. Stay involved. RS232 Communications. 2/14/2014 VRS20 - Valeport

VRS20. Contents. Communications. Stay involved. RS232 Communications. 2/14/2014 VRS20 - Valeport Brian VRS20 View Edit History Contents Communications RS232 Communications RS485 Communications RS485 Address Mode SDI12 Communications Data Standalone Data Format GPRS Data Format Data Status Sampling

More information

Houston Radar LLC. Installation and User Manual For. Doppler Radar DR-1500

Houston Radar LLC. Installation and User Manual For. Doppler Radar DR-1500 Houston Radar LLC Installation and User Manual For Doppler Radar DR-1500 Houston Radar LLC 13814 Sherburn Manor Dr. Cypress.TX Http://www.Houston-Radar.com Email: sales@houston-radar.com Contact: (281)

More information

DRG-Series. Digital Radio Gateway. Hytera DMR USB Donor (Tier-2) Digital Radio Supplement

DRG-Series. Digital Radio Gateway. Hytera DMR USB Donor (Tier-2) Digital Radio Supplement DRG-Series Digital Radio Gateway Hytera DMR USB Donor (Tier-2) Digital Radio Supplement DRG-Series Digital Radio Gateway Hytera DMR USB Donor (Tier-2) Digital Radio Supplement 2015 Omnitronics Pty Ltd.

More information

Flash Blaster II v.2.00 for the Falcon digital console Falcon ENGLISH

Flash Blaster II v.2.00 for the Falcon digital console Falcon ENGLISH User's manual for: Flash Blaster II v.2.00 for the Falcon digital console Falcon ENGLISH http://www.lemaudio.com Overview Installation Communication Menùs&Functions Problems Upgrades Flash Blaster II v.2.00

More information

Easy-to-Use RF Device & User-Friendly Windows Software

Easy-to-Use RF Device & User-Friendly Windows Software December 4, 2018 Low Cost / Profile High resolution Frequency Stability Measurement Test Set Pico Second Resolution Instrument Easy-to-Use RF Device & User-Friendly Windows Software APPLICATIONS Calibration

More information

INSTALLATION MANUAL FOR RADIO CONTROL SESAM 6099 TRANSMITTER

INSTALLATION MANUAL FOR RADIO CONTROL SESAM 6099 TRANSMITTER 1 (12) MANUAL FOR RADIO CONTROL SESAM 6099 TRANSMITTER 2 (12) Revision History Document ID Version Date Reason A0 2008-01-14 First edition Minor reformatting 3 (12) Table of Contents Revision History...2

More information

Distributed Gaming using XML

Distributed Gaming using XML Distributed Gaming using XML A Writing Project Presented to The Faculty of the Department of Computer Science San Jose State University In Partial Fulfillment of the Requirement for the Degree Master of

More information

Proactive Performance Monitoring for MEDITECH

Proactive Performance Monitoring for MEDITECH Proactive Performance Monitoring for MEDITECH 90% Reduction of performance issues within our MEDITECH and Citrix Environment. -Derek Seiber Systems Administrator at Memorial Health System www.goliathtechnologies.com

More information

1 Lab + Hwk 4: Introduction to the e-puck Robot

1 Lab + Hwk 4: Introduction to the e-puck Robot 1 Lab + Hwk 4: Introduction to the e-puck Robot This laboratory requires the following: (The development tools are already installed on the DISAL virtual machine (Ubuntu Linux) in GR B0 01): C development

More information

AirScope Spectrum Analyzer User s Manual

AirScope Spectrum Analyzer User s Manual AirScope Spectrum Analyzer Manual Revision 1.0 October 2017 ESTeem Industrial Wireless Solutions Author: Date: Name: Eric P. Marske Title: Product Manager Approved by: Date: Name: Michael Eller Title:

More information

Virtual Universe Pro. Player Player 2018 for Virtual Universe Pro

Virtual Universe Pro. Player Player 2018 for Virtual Universe Pro Virtual Universe Pro Player 2018 1 Main concept The 2018 player for Virtual Universe Pro allows you to generate and use interactive views for screens or virtual reality headsets. The 2018 player is "hybrid",

More information

Application Note. How to configure networked ecna automations to use a single LVM-250 Voltage Monitor using Virtual I/O.

Application Note. How to configure networked ecna automations to use a single LVM-250 Voltage Monitor using Virtual I/O. Application Note How to configure networked ecna automations to use a single LVM-250 Voltage Monitor using Virtual I/O Introduction The LVM-250 Voltage Monitor is used in conjunction with the ecna to monitor

More information

OPC-E1-PG3 Specifications

OPC-E1-PG3 Specifications OPC-E1-PG3 Specifications Power Electronics Business Group Drive Division Development Dept. b DATE NAME APPROVE a DRAWN 2006-06-05 O. Mizuno CHECKED 2006-06-06 T. Ichihara K. Fujita Fuji Electric Co.,

More information

Projects Connector User Guide

Projects Connector User Guide Version 4.3 11/2/2017 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on

More information

Keysight Technologies N9051B Pulse Measurement Software X-Series Signal Analyzers. Technical Overview

Keysight Technologies N9051B Pulse Measurement Software X-Series Signal Analyzers. Technical Overview Keysight Technologies N9051B Pulse Measurement Software X-Series Signal Analyzers Technical Overview 02 Keysight N9051B Pulse Measurement Software X-Series Signal Analyzers - Technical Overview Features

More information

JID JUPITER IMPACT DETECTION PROGRAM FOR THE DETECTION OF IMPACTS IN JUPITER

JID JUPITER IMPACT DETECTION PROGRAM FOR THE DETECTION OF IMPACTS IN JUPITER JID JUPITER IMPACT DETECTION PROGRAM FOR THE DETECTION OF IMPACTS IN JUPITER Documentation of the version 2.0 Juan Carlos Moreno November 2012 1 / 31 Contenido INTRODUCTION... 3 Formats of video used...

More information

STUDENT GUIDE Version 1.3 FINAL

STUDENT GUIDE Version 1.3 FINAL STUDENT GUIDE Version 1.3 FINAL 4.3.06 2005 M. C. DEAN, INC.--ALL RIGHTS RESERVED. No part of this document may be copied, reproduced, stored in a retrieval system or transmitted, in any form or by any

More information

EOS 80D (W) Wireless Function Instruction Manual ENGLISH INSTRUCTION MANUAL

EOS 80D (W) Wireless Function Instruction Manual ENGLISH INSTRUCTION MANUAL EOS 80D (W) Wireless Function Instruction Manual ENGLISH INSTRUCTION MANUAL Introduction What You Can Do Using the Wireless Functions This camera s wireless functions let you perform a range of tasks wirelessly,

More information

truepixa Chromantis Operating Guide

truepixa Chromantis Operating Guide truepixa Chromantis Operating Guide CD40150 Version R04 Table of Contents 1 Intorduction 4 1.1 About Chromasens 4 1.2 Contact Information 4 1.3 Support 5 1.4 About Chromantis 5 1.5 Software Requirements

More information

Instructions for the W0NE Remote HF Rig, IC-7300

Instructions for the W0NE Remote HF Rig, IC-7300 Instructions for the W0NE Remote HF Rig, IC-7300 The ICOM IC-7300 rig at the Witoka site is installed and connected up as a RemoteHams.com Server. This system is being opened to all W0NE club members to

More information

DataCapture Transcript Module Getting Started Guide

DataCapture Transcript Module Getting Started Guide DataCapture Transcript Module Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software, Inc.

More information

DRG-Series. Digital Radio Gateway. Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement

DRG-Series. Digital Radio Gateway. Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement DRG-Series Digital Radio Gateway Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement DRG-Series Digital Radio Gateway Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio

More information

From Nothing to Something using AutoCAD Electrical

From Nothing to Something using AutoCAD Electrical From Nothing to Something using AutoCAD Electrical Todd Schmoock Synergis Technologies MA2085-L: You purchased AutoCAD Electrical, or are thinking about purchasing it, but you do not know how to use it.

More information

SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01

SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01 SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01 Table of Contents ABOUT THIS DOCUMENT... 3 Glossary... 3 CONSOLE SECTIONS AND WORKFLOWS... 5 Sensor & Rule Management...

More information

red-ant measurement technologies and services Taunusstraße 51, Munich Tel. (+49) 089 /

red-ant measurement technologies and services Taunusstraße 51, Munich Tel. (+49) 089 / red-ant is a Munich-based team of dedicated specialists in NVH measurement engineering. For over 80 satisfied customers worldwide, red-ant sets new standards with high-precision measurement systems in

More information

Bridgemate App. Information for bridge clubs and tournament directors. Version 2. Bridge Systems BV

Bridgemate App. Information for bridge clubs and tournament directors. Version 2. Bridge Systems BV Bridgemate App Information for bridge clubs and tournament directors Version 2 Bridge Systems BV Bridgemate App Information for bridge clubs and tournament directors Page 2 Contents Introduction... 3 Basic

More information

User Guide: PTT Application - Android. User Guide. PTT Application. Android. Release 8.3

User Guide: PTT Application - Android. User Guide. PTT Application. Android. Release 8.3 User Guide PTT Application Android Release 8.3 March 2018 1 1. Introduction and Key Features... 6 2. Application Installation & Getting Started... 7 Prerequisites... 7 Download... 8 First-time Activation...

More information

CMI User Day - Product Strategy

CMI User Day - Product Strategy CMI User Day - Product Strategy CMI User Day 2003 New Orleans, USA CMI User Day 2003 New Orleans, USA Tino Schlitt T-Systems PLM Solutions CATIA Metaphase Interface - Overview Integration of CATIA V4 /

More information

Kismet Interface Overview

Kismet Interface Overview The following tutorial will cover an in depth overview of the benefits, features, and functionality within Unreal s node based scripting editor, Kismet. This document will cover an interface overview;

More information

KM-4800w. Copy/Scan Operation Manual

KM-4800w. Copy/Scan Operation Manual KM-4800w Copy/Scan Operation Manual NOTE: This Operation Manual contains information that corresponds to using both the metric and inch versions of these machines. The metric versions of these machines

More information

FAST TRACK READ ME FIRST! FAST TRACK E300 A Quick-Start Guide to Installing and Using Your COOLPIX 300. Contents. Nikon View... 25

FAST TRACK READ ME FIRST! FAST TRACK E300 A Quick-Start Guide to Installing and Using Your COOLPIX 300. Contents. Nikon View... 25 READ ME FIRST! FAST TRACK FAST TRACK E300 A Quick-Start Guide to Installing and Using Your COOLPIX 300 Contents Checklist Before you begin... 2 Using the COOLPIX 300... 4 GETTING TO KNOW YOUR COOLPIX 300...

More information

Changes or modifications not expressly approved by the party responsible for compliance could void the user's authority to operate the equipment.

Changes or modifications not expressly approved by the party responsible for compliance could void the user's authority to operate the equipment. WARNING: This equipment generates, uses and can radiate radio frequency energy and, if not installed and used in accordance with the instruction manual, may cause interference to radio communications.

More information

DakStats Web-Sync. Operation Manual. DD Rev 4 12 December 2012

DakStats Web-Sync. Operation Manual. DD Rev 4 12 December 2012 DakStats Web-Sync Operation Manual DD1670479 Rev 4 12 December 2012 201 Daktronics Drive PO Box 5128 Brookings, SD 57006-5128 Tel: 1-800-DAKTRONICS (1-800-325-8766) Fax: 605-697-4746 www.daktronics.com

More information

PQVO3H Voltage Waveform Distortion Measurement

PQVO3H Voltage Waveform Distortion Measurement 1MRS752336-MUM Issued: 3/2000 Version: D/23.06.2005 Data subject to change without notice Voltage Waveform Distortion Measurement Contents 1 Introduction... 3 1.1 Features... 3 1.2 Harmonic distortion...

More information

PaperCut PaperCut Payment Gateway Module - Heartland Quick Start Guide

PaperCut PaperCut Payment Gateway Module - Heartland Quick Start Guide PaperCut PaperCut Payment Gateway Module - Heartland Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing

More information

Interfacing ACT-R with External Simulations

Interfacing ACT-R with External Simulations Interfacing ACT-R with External Simulations Eric Biefeld, Brad Best, Christian Lebiere Human-Computer Interaction Institute Carnegie Mellon University We Have Integrated ACT-R With Several External Simulations

More information

OSPF Sham-Link MIB Support

OSPF Sham-Link MIB Support This feature introduces MIB support for the OSPF Sham-Link feature through the addition of new tables and trap MIB objects to the Cisco OSPF MIB (CISCO-OSPF-MIB) and the Cisco OSPF Trap MIB (CISCO-OSPF-TRAP-MIB).

More information

ADOBE 9A Adobe(R) Photoshop CS4 ACE. Download Full Version :

ADOBE 9A Adobe(R) Photoshop CS4 ACE. Download Full Version : ADOBE 9A0-094 Adobe(R) Photoshop CS4 ACE Download Full Version : https://killexams.com/pass4sure/exam-detail/9a0-094 QUESTION: 108 When saving images in Camera Raw, which file format allows you to turn

More information

Changing settings in the BlueSolar MPPT Charge Controllers

Changing settings in the BlueSolar MPPT Charge Controllers 2016-11-21 07:40 1/14 Changing settings in the BlueSolar MPPT Charge Controllers Changing settings in the BlueSolar MPPT Charge Controllers DEPRECATED: Use VictronConnect instead of mpptprefs We recommend

More information

@ The ULTIMATE Manual

@ The ULTIMATE Manual @ The ULTIMATE Console @ Manual CONSOLE The Ultimate Console runs the jzintv emulator on a Raspberry Pi. You will see some computer code with loading, but I ve tried to keep this to a minimum. It takes

More information

Use this procedure when making a service run to sites where a Reftek RT-130 and a broadband sensor have been installed.

Use this procedure when making a service run to sites where a Reftek RT-130 and a broadband sensor have been installed. RT-130/Broadband Site Service Guide 2004.027 Use this procedure when making a service run to sites where a Reftek RT-130 and a broadband sensor have been installed. 1. Inspect the site. Arrive at the site.

More information

Timekeeper/Statistical tool for Basketball Sponsor: Prof. Wayne Dyksen & MSU Basketball Team Spring User Guide

Timekeeper/Statistical tool for Basketball Sponsor: Prof. Wayne Dyksen & MSU Basketball Team Spring User Guide Timekeeper/Statistical tool for Basketball Sponsor: Prof. Wayne Dyksen & MSU Basketball Team Spring 2004 User Guide Team 2 Edward Bangs Bryan Berry Chris Damour Kim Monteith Jonathan Szostak 1 Table of

More information

Configuring a Mitsubishi PLC CC-Link Network

Configuring a Mitsubishi PLC CC-Link Network Configuring a Mitsubishi PLC CC-Link Network Author: Sam Stewart/Kade Olson Date: May 10, 2017 Introduction AcraDyne Gen IV Controllers are available with CC-Link (Version 1 and 2) communication capability.

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.2.2 Red Hat, Inc. Mar 08, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

Setup and Walk Through Guide Orion for Clubs Orion at Home

Setup and Walk Through Guide Orion for Clubs Orion at Home Setup and Walk Through Guide Orion for Clubs Orion at Home Shooter s Technology LLC Copyright by Shooter s Technology LLC, All Rights Reserved Version 2.5 September 14, 2018 Welcome to the Orion Scoring

More information

6.12. SilverFastJobManager. SilverFast JobManager for Film Scanner. Overview

6.12. SilverFastJobManager. SilverFast JobManager for Film Scanner. Overview SilverFast JobManager for Film Scanner Overview To activate the JobManager, click on JobManager -button in the vertical list of buttons to the left of the large SilverFastAi preview window SilverFastAi

More information