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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
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:/ #