Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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 Delivered
Workspace AIX
Created by Guest
Created on Apr 8, 2018

NPIV VFC driver change request

AIX NPIV VFC driver must be more aggressive in error recovery in cases where VIOS is not servicing commands in a timely manner. The issue can be easily recreated by stopping the VIOS in kdb.

Idea priority Urgent
  • Guest
    Reply
    |
    Apr 24, 2020

    recovery times improved up to 30 seconds in AIX 7.2 TL 4

  • Guest
    Reply
    |
    Sep 5, 2018

    initial testing indicates code updates planned for future release reduces the recovery time by about 30 seconds.

  • Guest
    Reply
    |
    Sep 4, 2018

    AIX development has identified code changes that are believed to reduce the recovery time for the error described in this RFE. We are in process of testing these code changes to determine the exact amount of time by which the recovery will be reduced.

  • Guest
    Reply
    |
    Aug 24, 2018

    AIX development acknowledges there is opportunity for improvement in this area and this is a potential (uncommitted) candidate for inclusion in a future release of AIX.

  • Guest
    Reply
    |
    Jul 6, 2018

    ------- Comment from RFE Community: JoshDaniel,Davis (0600029REF) at Convergeone Holdings Corp. on 2018-04-09 16:04:47.354 #243920 -------
    Are you sure this is not a usage/configuration error?

    If you have MPIO definitions for the LUN types, and have enabled fast failover and dynamic tracking, and have disabled SCSI reservation, then fail paths automatically get enabled and disabled as necessary. The only exception is if entirely new pathing shows up, that is only picked up by cfgmgr.

    VIO is just AIX, and there is no magic for LUN config.

    chdev -a fc_err_recov=fast_fail -a dyntrk=yes -Pl fscsi##
    chdev -a queue_depth=64 -a reserve_policy=no_reserve -a algorithm=round_robin -Pl hdisk##

    Though some MPIO definitons support load_balance instead of round_robin.

    After you do those changes to everything, then you need to reboot, or at least deal with rmdev and mkdev.

    The delay in bringing a Missing or Failed path back online is the healthcheck interval set on the hdisk.

  • Guest
    Reply
    |
    Apr 9, 2018

    Are you sure this is not a usage/configuration error?

    If you have MPIO definitions for the LUN types, and have enabled fast failover and dynamic tracking, and have disabled SCSI reservation, then fail paths automatically get enabled and disabled as necessary. The only exception is if entirely new pathing shows up, that is only picked up by cfgmgr.

    VIO is just AIX, and there is no magic for LUN config.

    chdev -a fc_err_recov=fast_fail -a dyntrk=yes -Pl fscsi##
    chdev -a queue_depth=64 -a reserve_policy=no_reserve -a algorithm=round_robin -Pl hdisk##

    Though some MPIO definitons support load_balance instead of round_robin.

    After you do those changes to everything, then you need to reboot, or at least deal with rmdev and mkdev.

    The delay in bringing a Missing or Failed path back online is the healthcheck interval set on the hdisk.