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 Future consideration
Workspace AIX
Created by Guest
Created on Aug 19, 2019

AIX 7.2 echo vfcs | kdb is not displaying any output

when i am running kdb command on AIX 7200-03-02-184, it is not displaying any details of fcs adapters, whereas it is working find for vscsi, please let know how to fix this problem in AIX 7.2.

[PRD][root@bellvpc2lpr0f aaas]# echo vfcs | kdb
START END <name>
0000000000001000 0000000007160000 start+000FD8
F00000002FF47600 F00000002FFE1000 __ublock+000000
000000002FF22FF4 000000002FF22FF8 environ+000000
000000002FF22FF8 000000002FF22FFC errno+000000
F100110A00000000 F100110A10000000 pvproc+000000
F100110A10000000 F100110A18000000 pvthread+000000
read vscsi_scsi_ptrs OK, ptr = 0xF1000000C0151E90
(0)> vfcs
[kdb_read_mem] no real storage @ 7C7243A6E8630090
(0)> [PRD][root@bellvpc2lpr0f aaas]# uname -MuLa
AIX bellvpc2lpr0f 2 7 00C0B4C74C00 IBM,9117-MMC IBM,02100B4C7 3 bellvpc2lpr0f
[PRD][root@bellvpc2lpr0f aaas]# oslevel -s
7200-03-02-1846
[PRD][root@bellvpc2lpr0f aaas]#

[PRD][root@bellvpc2lpr0f aaas]# lsdev -Cc adapter | grep fcs
fcs0 Available 16-T1 Virtual Fibre Channel Client Adapter
fcs1 Available 17-T1 Virtual Fibre Channel Client Adapter
fcs2 Available 18-T1 Virtual Fibre Channel Client Adapter
fcs3 Available 19-T1 Virtual Fibre Channel Client Adapter
[PRD][root@bellvpc2lpr0f aaas]#

Idea priority Medium
  • Guest
    Reply
    |
    Aug 26, 2019

    In our scripts we first check disk paths by running the lspath -l hdisk#‌ " command, then in order to confirm if virtual fiber channel adapter is coming from both the VIO's we run "echo vfcs fcs0 | kdb | grep "host_name" to check the VIO server name. please let us know if there is any other command by which we can confirm in AIX 7.2 if virtual fcs adapter is coming from which VIO server.


    edc1vpc2lpr39 #‌lspath -l hdisk6

    Enabled hdisk6 fscsi0

    Enabled hdisk6 fscsi1

    Enabled hdisk6 fscsi2

    Enabled hdisk6 fscsi3

    root@edc1vpc2lpr39:


    root@edc1vpc2lpr39:/ #‌echo vfcs fcs0 | kdb | egrep "host_name|adapter"

    adapter: fcs0 partition_num: 0xB partition_name: edc1vpc2lpr39

    host_name: edc1vpc2vioc0 host_device: vfchost16

    root@edc1vpc2lpr39:/ #‌echo vfcs fcs1 | kdb | egrep "host_name|adapter"

    adapter: fcs1 partition_num: 0xB partition_name: edc1vpc2lpr39

    host_name: edc1vpc2viod0 host_device: vfchost18

    root@edc1vpc2lpr39:/ #‌echo vfcs fcs2 | kdb | egrep "host_name|adapter"

    adapter: fcs2 partition_num: 0xB partition_name: edc1vpc2lpr39

    host_name: edc1vpc2vioc0 host_device: vfchost17

    root@edc1vpc2lpr39:/ #‌echo vfcs fcs3 | kdb | egrep "host_name|adapter"

    adapter: fcs3 partition_num: 0xB partition_name: edc1vpc2lpr39

    host_name: edc1vpc2viod0 host_device: vfchost19

    root@edc1vpc2lpr39:/ #‌