Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Workspace z/OS
Categories BCP_SMF
Created by Guest
Created on Jan 29, 2020

SMF recording type lacking indicator

Currently when switching recording modes from LOGSTREAM to DATASET no message is produced that is unique to the recording mode/type.
There is also no easy way to Display the SMF recording mode.

Suggestion:

We would like to request such a command like D SMF,RECORDING be made available.
We would also like to request a message be generated whenever SMF recording status is changed.

Idea priority High
  • Guest
    Reply
    |
    Feb 13, 2024
    .This item is unlikely to be given high enough priority to be placed into the product plan.
  • Guest
    Reply
    |
    Feb 13, 2020

    Regarding message:
    IEE360I SMF NOW RECORDING ON SYS1.MANA ON PAGE08 TIME=10.07.52
    This is issued anytime SMF recording is switched to a new DSN. We are looking for a message that is only issued when SMF recording mode is switched from LOGSTREAM to DATASET.
    Our legacy SMF dump process is named ITC@010
    Our new SMF dump process for logstream is named ITC@IBML
    Both dump processes dump to the same GDG base. We want to maintain the SMF data in order that it was created. If we had a message that was produced only when the SMF recording mode is switched would allow us to accomplish our goal.

    Regarding message:
    IFA711I LOGSTREAM PARAMETERS ARE IN EFFECT
    This is issued after a SET SMF=xx even if the system is already in LOGSTREAM REcording mode.

    The purpose of the new message would indicate that the recording mode has switched from what it was previously. THat could be by the command SETSMF RECORDING(logstream or dataset) OR SET SMF=xx.

  • Guest
    Reply
    |
    Feb 12, 2020

    SMF does issue messages that indicate when SMF recording switches modes. For example, when logstream recording goes into effect:
    IFA711I LOGSTREAM PARAMETERS ARE IN EFFECT
    And when data set recording goes into effect:
    IEE360I SMF NOW RECORDING ON SYS1.MANA ON PAGE08 TIME=10.07.52

    The DISPLAY SMF command also shows the current recording medium. For example, when data set recording is in effect:
    D SMF
    IEE949I 10.43.49 SMF DATA SETS 063
    NAME VOLSER SIZE(BLKS) %FULL STATUS
    P-SYS1.MANA PAGE08 540 0 ACTIVE
    S-SYS1.MANB PAGE08 540 0 ALTERNATE
    This shows that SMF is currently recording to a MANx data set (SYS1.MANA, in this case).
    When logstream recording is in effect:
    D SMF
    IFA714I 10.44.22 SMF STATUS 101
    LOGSTREAM NAME BUFFERS STATUS
    A-IFASMF.MULTSYS.DEFAULT 0 CONNECTED
    A-IFASMF.MULTSYS.STREAM1 0 CONNECTED
    In this case, SMF is connected to the specified logstreams (and the A indicates that SMF is actively using them, as opposed to C which indicates that the system is no longer recording to that logstream and is in the process of disconnecting from it.)

    We believe that the existing messages include the requested information. Can you explain further why you believe the existing messages are insufficient?