• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
  • Scanning QSYSOPR for Selected System Messages

    May 11, 2005 Joe Hertvik

    In your article “Bullet-Proofing User Profiles,” you talk about scanning the QSYSOPR message queue. Is there a way to scan for selected system messages, such as failed sign-on attempts, or do you have to review your logs line by line? I suspect that I have a user who is deliberately disabling user profiles by typing in a garbage password three times in a row, but I can’t prove this is happening. Do you have any ideas?

    –Mike

    The simplest way to do this is to scan the system history log for message CPF2234, which tells you when a user tries to sign on with an invalid password. You can do this by entering the following Display Log command (DSPLOG) from a green-screen command line or from the command line utility in iSeries Navigator:

    DSPLOG MSGID(CPF2234)

    DSPLOG displays the System History log for your partition. The system log is an OS/400 message queue (object type *MSGQ) that contains a summary of different system activities, including system and job information, failed sign-on attempts, and other system messages. Running DSPLOG this way tells your system to filter the system log information so that you only see incorrect password attempts that are designated by message ID CPF2234, which is issued to the log every time a user tries to log on with an incorrect password. Message ID CPF2234 has the following format:

    Password from device & 1 not correct for user & 2

    In this message, the second listed parameter (&2) displays the name of the user who is trying to sign on to the system and the first parameter (&1) displays the workstation device that they are signing on from. This information should provide enough evidence to pinpoint when and where your invalid sign-ons are happening.

    By default, DSPLOG returns the requested information back to your display. You can also run the command to produce a printout of this information by entering it this way:

    DSPLOG LOG(QHST) OUTPUT(*PRINT) MSGID(CPF2234)

    The Output option (OUTPUT) can be set to provide more detailed printouts. By setting OUTPUT to *PRTWRP, each output line will be wrapped if its text does not fit on one line. Setting OUTPUT to *PRTSECLVL prints out both the first and second level text for the message, if that additional text is present. Unfortunately, IBM does not provide the option to send the output to a database file, which would come in handy for setting up a program to automate system log monitoring (although I believe there are vendors who offer this capability).

    DSPLOG also has options to display system log messages for a certain time period or for specific jobs. The option to display job messages is not as handy as you might like because you have to enter the specific job name, user name, and job number of each job you want to display messages for. IBM does not allow you to generically specify that you want to see all the messages for a particular user, which is unfortunate.


    Finally, if you just want to turn off the filtering and display all of today’s current messages, you can just run DSPLOG with its default parameters, like this:

    DSPLOG

    HTH

    –Joe

    Share this:

    • Reddit
    • Facebook
    • LinkedIn
    • Twitter
    • Email

    Tags:

    Sponsored by
    Midrange Dynamics North America

    Git up to speed with MDChange!

    Git can be lightning-fast when dealing with just a few hundred items in a repository. But when dealing with tens of thousands of items, transaction wait times can take minutes.

    MDChange offers an elegant solution that enables you to work efficiently any size Git repository while making your Git experience seamless and highly responsive.

    Learn more.

    Share this:

    • Reddit
    • Facebook
    • LinkedIn
    • Twitter
    • Email

    Computer Lab and BOSaNOVA Bolster Thin Clients Help/Systems New CSI Tracks Down Runaway Jobs

    Leave a Reply Cancel reply

Volume 5, Number 19 -- May 11, 2005
THIS ISSUE
SPONSORED BY:

Advanced Systems Concepts
WorksRight Software
Linoma Software

Table of Contents

  • Use Field Names for Column Headings
  • Viewing and Printing the Euro Symbol
  • Scanning QSYSOPR for Selected System Messages

Content archive

  • The Four Hundred
  • Four Hundred Stuff
  • Four Hundred Guru

Recent Posts

  • Public Preview For Watson Code Assistant for i Available Soon
  • COMMON Youth Movement Continues at POWERUp 2025
  • IBM Preserves Memory Investments Across Power10 And Power11
  • Eradani Uses AI For New EDI And API Service
  • Picking Apart IBM’s $150 Billion In US Manufacturing And R&D
  • FAX/400 And CICS For i Are Dead. What Will IBM Kill Next?
  • Fresche Overhauls X-Analysis With Web UI, AI Smarts
  • Is It Time To Add The Rust Programming Language To IBM i?
  • Is IBM Going To Raise Prices On Power10 Expert Care?
  • IBM i PTF Guide, Volume 27, Number 20

Subscribe

To get news from IT Jungle sent to your inbox every week, subscribe to our newsletter.

Pages

  • About Us
  • Contact
  • Contributors
  • Four Hundred Monitor
  • IBM i PTF Guide
  • Media Kit
  • Subscribe

Search

Copyright © 2025 IT Jungle