Phase 3: Testing Discovery - ironstream_for_servicenow_discovery_1 - 7.5

Ironstream for ServiceNow® Discovery for IBM Z® Administration

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream for ServiceNow® Discovery
Version
7.5
Language
English
Product name
Ironstream for ServiceNow® Discovery for IBM Z®
Title
Ironstream for ServiceNow® Discovery for IBM Z® Administration
First publish date
2007
Last updated
2024-11-18
Published on
2024-11-18T05:02:12.928000

This section describes how to test the discovery process from the Ironstream Proxy Server.

The commands, in the table below, run the discovery process in trace mode and write the output to a text file. The output will include results and/or any errors.

The output will allow you to determine the cause of any issues more quickly than via the ServiceNow probes.

Note: The IBM Z Agent and the System Node of the Proxy Server must be running for these test discoveries to succeed.
To run the commands:
  1. Open a Command Prompt.
  2. CD to the bin folder under the Ironstream install path.
  3. Type in the command that you wish to test, and make these substitutions:
hostname The network name of the managed z/OS LPAR node used in the Hostname field in the Configuration Tool.
tracepath The path you are using for the scripts to save the results of the test.
region The name of the CICS region from which transactions will be discovered.
scope The scope of the command. This can be obtained by running the ev390dcicsplex.pl script.
context The context of the command. This can be obtained by running the ev390dcicsplex.pl script.
cicsversion The CICS Version. This can be obtained by running the ev390dcicsplex.pl script.
subsystem The name of the Subsystem which the databases, tablespaces and tables will be discovered from.
manager The name of the MQ manager which the channels and queues will be discovered from.
database The ID of the database which the regions, data areas, databases, transactions and programs will be discovered from.
cmdprfx The command prefix for IMS commands to this region. If an extended console is established for the region, specify the IMS command prefix (the subsystem name). If no console is defined for the region, specify "/WTOR" to send the command to the outstanding WTOR message for the region.
maxsize The maximum size of the buffer allocated by the Ironstream mainframe agent, that is used to hold output from a request for data.
Component Commands
CICS perl ev390dcicsplex.pl -mainframe hostname -trace >tracepath\Trace_CICS_Plex.txt
perl ev390dcicsplex_info.pl -mainframe hostname –scope scope –context context –cicsversion cicsversion -maxsize maxsize -trace >tracepath\Trace_CICS_Plex_Info.txt
perl ev390_cicsregions.pl hostname -trace >tracepath\Trace_CICS_Regions.txt
perl ev390cicstrans.pl hostname region -N 3 trace >tracepath\Trace_CICS_Trans.txt
DB2 perl ev390db2subsys.pl -mainframe hostname -trace >tracepath\Trace_DB2_Subsys.txt
perl ev390db2database.pl -mainframe hostname -db2id subsystem -cmdprefix db2 -maxsize maxsize -trace >tracepath\Trace_DB2_Database.txt
perl ev390db2tablespace.pl -mainframe hostname -db2id subsystem -maxsize maxsize -trace >tracepath\Trace_DB2_Tablespace.txt
perl ev390db2tables.pl -mainframe hostname -db2id subsystem -maxsize maxsize -trace >tracepath\Trace_DB2_Tables.txt
MQ perl ev390mq_managers.pl -mainframe hostname -trace >tracepath\Trace_MQManagers.txt
perl ev390mq_channels.pl -mainframe hostname -qmgr manager -maxsize maxsize -trace >tracepath\Trace_MQChannels.txt
perl ev390mq_queues.pl -mainframe hostname -qmgr manager -maxsize maxsize -trace > tracepath\Trace_MQQueues.txt
IMS ev390hostcmd -discoverimssubsystems -host hostname -trace > tracepath\Trace_IMS_CRC.txt
ev390hostcmd -discoverimsregions -host hostname -imssubsystemsubsystem-cmdprefixcmdprfx-trace > tracepath\Trace_IMS_Regions.txt
ev390hostcmd -discoverimsdataareas -host hostname -imssubsystem subsystem -cmdprefixcmdprfx -maxsizemaxsize -trace > tracepath\Trace_IMS_DataAreas.txt
ev390hostcmd -discoverimsdatabases -host hostname -imssubsystem subsystem -cmdprefix cmdprfx -trace > tracepath\Trace_IMS_Databases.txt
ev390hostcmd -discoverimstransactions -host hostname -imssubsystem subsystem -cmdprefix cmdprfx -trace > tracepath\Trace_IMS_Transactions.txt
ev390hostcmd -discoverimsprograms -host hostname -imssubsystem subsystem -cmdprefix cmdprfx -trace > tracepath\Trace_IMS_PSB.txt
LPAR perl ev390d_netconns.pl -mainframe hostname -trace > tracepath\Trace_Network.txt
perl ev390d_netroute.pl -mainframe hostname -trace > tracepath\Trace_NetRoute.txt
perl ev390dapf.pl -mainframe hostname -maxsize maxsize -trace > tracepath\Trace_APF.txt
perl ev390darp.pl -mainframe hostname -trace > tracepath\Trace_IP.txt
perl ev390dnetwork_intf.pl -mainframe hostname -trace > tracepath\Trace_IPNet.txt
perl ev390dnics.pl -mainframe hostname -trace > tracepath\Trace_IPNet2.txt
LPAR perl ev390getsubsys.pl hostname -trace > tracepath\Trace_Subsys.txt
perl ev390zos_jobs.pl -mainframe hostname -trace > tracepath\Trace_ZOSJobs.txt
perl ev390zos_pgms.pl -mainframe hostname -trace > tracepath\Trace_ZOSPGMS.txt
ev390hostcmd -discoverlpars -host hostname -trace > tracepath\Trace_LPAR.txt