Skip to main content

Posts

Showing posts from November, 2010

WebSphere MQ client connection failures due to resource shortages - Middleware News

WebSphere MQ client connection failures due to resource shortages Technote (troubleshooting) - Middleware News Problem(Abstract) Your WebSphere MQ client suddenly fails when attempting to connect to your MQ server. Symptom You receive many FDCs for the AMQRMPPA and RUNMQLSR processes. The FDCs indicate a shortage of system resources. xecP_E_NO_RESOURCE rrcE_CREATE_THREAD_ERROR xecL_E_TOO_MANY_HANDLES rc 1450 (NO_SYSTEM_RESOURCES) from WriteFile rc 12 (ENOMEM = insufficient system resources) Cause Recent changes to your Security Exit program caused the resource problem. Diagnosing the problem The following errors were reported in FDC files on the server: Probe Id :- XC035007 Component :- xcsCreateThread Process Name :- C:\Program Files\IBM\WebSphere MQ\bin\amqzlaa0.exe Major Errorcode :- xecP_E_NO_RESOURCE Comment1 :- Not enough space Probe Id :- ZT049001 Component :- zutPreReadMachineIniFile Process Name :- C:\Program Files\IBM\WebSphere MQ\bin\amqmsrvn.ex

ITIL Essentials Study Guide - Middleware News

ITIL Essentials Study Guide Introduction Service Support Functions: • Service Desk • Incident Management • Problem Management • Change Management • Configuration Management • Release Management Service Delivery Functions: • Availability Management • IT Services Continuity Management • Capacity Management • Financial Management • Service Level Management Configuration Management Objectives: • Providing information on the IT infrastructure o To all other processes o IT Management • Enabling control of the infrastructure by monitoring and maintaining information on: o All the resources needed to deliver services o Configuration Item (CI) status and history o Configuration Item relationships Tasks: • Identification and naming • Management information • Verification • Control • Status Accounting Asset: Component of a business process like people, accommodation, computer systems, paper records, fax machines, etc. Configuration Management Database: A

PCF commands - Middleware News

PCF commands The purpose of WebSphere MQ programmable command format (PCF) commands is to allow administration tasks to be programmed into an administration program. In this way you can create queues, process definitions, channels, and namelists, and change queue managers, from a program. PCF commands cover the same range of functions provided by MQSC commands. You can write a program to issue PCF commands to any queue manager in the network from a single node. In this way, you can both centralize and automate administration tasks. Each PCF command is a data structure that is embedded in the application data part of a WebSphere MQ message. Each command is sent to the target queue manager using the MQI function MQPUT in the same way as any other message. The command server on the queue manager receiving the message interprets it as a command message and runs the command. To get the replies, the application issues an MQGET call and the reply data is returned in another data struc

Z OS TCP / IP Commands Quick Reference - Middleware News

TCP/IP Commands Quick Reference - Middleware News TCP/IP Commands for TSO/E Note: The following TCP/IP commands should be done from the TSO command panel or the READY prompt. Note: hostname may be the IP address of the host, or the host name of the host. • FTP hostname {port} - Connect to remote host to get/put files. Defaults to port 21. • HOMETEST - Validate TCP/IP configuration. • NETSTAT option {TCP procname} - Display network status of local host. Use ? for list of options. • NETSTAT ALLCON|CONN - Display port connections for the TCP/IP stack. • NETSTAT ARP ALL|ipaddress - Display ARP cache for the TCP/IP stack. • NETSTAT DEV - Display the status of the device(s) and link(s) for the TCP/IP stack. • NETSTAT GATE|ROUTE - Display routing information for the TCP/IP stack. (Different views) • NETSTAT HOME - Display IP address(es) for the stack. • PING hostname - Sends an echo request to a host name or address to determine if the computer is accessible. Use ? for list

adsrerrapop