VIOS FC Mapping/NPIV questions


 
Thread Tools Search this Thread
Operating Systems AIX VIOS FC Mapping/NPIV questions
# 8  
Old 11-14-2012
My apologies to XrAY as I was out a few days camping and only had email service on my phone and tried to email a response but I can see now it never made it. Not sure I can even post to this via email. Anyway moving forward.

I have not zoned the WWPN's as I can't see them in the SAN to zone them. Not sure if you wanted me to post everything from the lssyscfg command as there are around 20 LPARS on this managed system so I just included what I think you are looking for. Let me know if you want more.

Code:
default,SAPTEST,"""4/client/2/A01_vios1/64/c0507602d51200d6,c0507602d51200d7/1"",""5/client/3/A01_vios2/64/c0507602d51200d4,c0507602d51200d5/1"""

Justin

---------- Post updated at 07:33 PM ---------- Previous update was at 07:26 PM ----------

johnf,

I had looking at that zoning screen before but didn't try to select the cards. I have performed that step and I get the following output.

Code:
The selected adapter has been opened.
Zoning of attached disks may now be possible.
Press any key to close the adapter and return to the previous menu.

From the VIO Server side running the lsmap command it goes from

Code:
$ lsmap -vadapter vfchost15 -npiv
Name          Physloc                            ClntID ClntName       ClntOS
------------- ---------------------------------- ------ -------------- -------
vfchost15     U8233.E8B.101A99P-V2-C64                5

Status:NOT_LOGGED_IN
FC name:                        FC loc code:
Ports logged in:0
Flags:1<NOT_MAPPED,NOT_CONNECTED>
VFC client name:                VFC client DRC:

to

Code:
$ lsmap -vadapter vfchost15 -npiv
Name          Physloc                            ClntID ClntName       ClntOS
------------- ---------------------------------- ------ -------------- -------
vfchost15     U8233.E8B.101A99P-V2-C64                5 SAPTEST        FIRMWARE

Status:LOGGED_IN
FC name:fcs0                    FC loc code:U78A0.001.DNWHN7Y-P1-C1-T1
Ports logged in:1
Flags:a<LOGGED_IN,STRIP_MERGE>
VFC client name:Virtual Fibre Channel - Firmware driverVFC client DRC:U8233.E8B.101A99P-V5-C4

After hitting enter on the SMS screen as it states I run the lsmap command on the VIO Server side again and it goes back to it's original state of not being connected. So yes it appears to be connected for a time but not sure what to do with it. I was still not able to see it in my SAN switch during any of this process.

Thank you,
Justin
# 9  
Old 11-15-2012
Quote:
Originally Posted by juredd1
My apologies to XrAY as I was out a few days camping and only had email service on my phone and tried to email a response but I can see now it never made it. Not sure I can even post to this via email. Anyway moving forward.

I have not zoned the WWPN's as I can't see them in the SAN to zone them. Not sure if you wanted me to post everything from the lssyscfg command as there are around 20 LPARS on this managed system so I just included what I think you are looking for. Let me know if you want more.

Code:
default,SAPTEST,"""4/client/2/A01_vios1/64/c0507602d51200d6,c0507602d51200d7/1"",""5/client/3/A01_vios2/64/c0507602d51200d4,c0507602d51200d5/1"""

Justin

---------- Post updated at 07:33 PM ---------- Previous update was at 07:26 PM ----------

johnf,

I had looking at that zoning screen before but didn't try to select the cards. I have performed that step and I get the following output.

Code:
The selected adapter has been opened.
Zoning of attached disks may now be possible.
Press any key to close the adapter and return to the previous menu.

From the VIO Server side running the lsmap command it goes from

Code:
$ lsmap -vadapter vfchost15 -npiv
Name          Physloc                            ClntID ClntName       ClntOS
------------- ---------------------------------- ------ -------------- -------
vfchost15     U8233.E8B.101A99P-V2-C64                5

Status:NOT_LOGGED_IN
FC name:                        FC loc code:
Ports logged in:0
Flags:1<NOT_MAPPED,NOT_CONNECTED>
VFC client name:                VFC client DRC:

to

Code:
$ lsmap -vadapter vfchost15 -npiv
Name          Physloc                            ClntID ClntName       ClntOS
------------- ---------------------------------- ------ -------------- -------
vfchost15     U8233.E8B.101A99P-V2-C64                5 SAPTEST        FIRMWARE

Status:LOGGED_IN
FC name:fcs0                    FC loc code:U78A0.001.DNWHN7Y-P1-C1-T1
Ports logged in:1
Flags:a<LOGGED_IN,STRIP_MERGE>
VFC client name:Virtual Fibre Channel - Firmware driverVFC client DRC:U8233.E8B.101A99P-V5-C4

After hitting enter on the SMS screen as it states I run the lsmap command on the VIO Server side again and it goes back to it's original state of not being connected. So yes it appears to be connected for a time but not sure what to do with it. I was still not able to see it in my SAN switch during any of this process.

Thank you,
Justin
You need to check both VIO servers to make sure both virtual HBAs are connecting through the VIO servers. We can see from the item above in red that FCS0 is mapped to the VFChost which is coming up. Now you need to check which HBA the VFChost on the other VIO is mapped to. Then using this information check that the storage is zoned to the Physical WWNs and the Virtual WWNs on both adapters.

Are you booting the VIO servers from SAN or internal disk?
# 10  
Old 11-15-2012
Code:
Then using this information check that the storage is zoned to the Physical WWNs and the Virtual WWNs on both adapters.

I have learned that it is not recommendet to zone the physical WWN from the NPIV-adapter.

Code:
I was still not able to see it in my SAN switch during any of this process.

We ran into the same problem as we have begun to setup our new virtual systems.
After some hot discussions with our SAN/Storage Group, they create the zones/mappings with the WWPNs which we are giving to them without seeing the ports logged in.

But after activating (opening) the adapter in the SMS menu, you should be able to see (one of) the WWPN on your switch - may it take some time till the switch refresh the list of logged in ports.

Last edited by -=XrAy=-; 11-15-2012 at 10:50 AM..
# 11  
Old 11-15-2012
You can see the virtual wwpns on san switch when you you go to zoning from SMS menu and dont hit enter as it closes the port, the other way is just boot that vio client lpar from os cd and continue till it asks "press 1 to have english during install"

Regards,

VJM
# 12  
Old 11-15-2012
Thanks for all the responses. I will try these suggestions this afternoon and update later.

Justin
# 13  
Old 11-16-2012
Quote:
Originally Posted by juredd1
Thanks for all the responses. I will try these suggestions this afternoon and update later.

Justin
Please answer my previous question "Are you booting the VIO servers from SAN or local disks?" Your answer will influence what I suggest next!
# 14  
Old 11-16-2012
We are booting the VIO servers from SAN disks.

Last edited by juredd1; 11-16-2012 at 05:53 PM.. Reason: Update.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

VIOS IP address - separate vlan for vios servers ?

Hello, Lets say for simplicity that I do not use any vlan config inside my server - one lpar group use hea physical port1, another group hea physical port2. Physical port1 configured as vlan1 on external switch, physical port2 as vlan2. What is the common practice - should I isolate my vios... (0 Replies)
Discussion started by: vilius
0 Replies

2. AIX

NPIV custom WWN

Hi All :) i would like to know if i can customize the WWN of the new VFC (NPIV). Or, if i must move the LPAR on another server with another FCS, i have to change the zoning?? Thanks in advance. Mario ---------- Post updated 09-21-12 at 02:51 AM ---------- Previous update was 09-20-12 at... (1 Reply)
Discussion started by: Zio Bill
1 Replies

3. Shell Programming and Scripting

Creating unique mapping from multiple mapping

Hello, I do not know if this is the right title to use. I have a large dictionary database which has the following structure: where a b c d e are in English and p q r s t are in a target language., the two separated by the delimiter =. What I am looking for is a perl script which will take... (5 Replies)
Discussion started by: gimley
5 Replies

4. AIX

NPIV mapping problem

Hello all I hope someone can help me with this. I have a single LPAR which is supplied a rootvg and datavg disk set from a dual VIO server configuration. I see dual path disks for all the datavg disks but only see one path for the rootvg disks. The client LPAR has the following: fcs0 ... (3 Replies)
Discussion started by: johnf
3 Replies

5. AIX

Few VIOS questions

Hi, I would like to ask you if you could help me to answer these questions. Please. How to check in vios, size all pv's and to what they are mapped to? How to chech on vios/hmc which PowerVM edition is used? Thank you. (7 Replies)
Discussion started by: phobus
7 Replies

6. AIX

Vscsi and npiv on same adapter

Hi, I want to change from vscsi to npiv. Is it possible to use both on the same adapter, so we can change the systems one by one, or must we place a second FC adapter in the VIO servers? Thanks, Ronald (2 Replies)
Discussion started by: ronaldm60
2 Replies

7. AIX

Migrating hdisks from vscsi to NPIV with powerpath

Hi All, I'm preparing to migrate some servers from vscsi to pass-thru NPIV. I am planning to have the SAN team move the exact LUNs from vio1/vio2 to those two VWWN through NPIV. My question is on the partition itself.. right now, let's say I have hdisk0/1/2/3/4 that are part of datavg. They... (2 Replies)
Discussion started by: lapfrank
2 Replies

8. AIX

Anyone using NPIV?

Is anyone here using NPIV with AIX? If you are, what type of switch are you connected to? Also, please share some impressions of NPIV over traditional port-to-port LUN assignments. We are looking to move to NPIV and need some convincing argume... I mean information. (2 Replies)
Discussion started by: kah00na
2 Replies

9. AIX

VIOS to lpar Mapping

Hello, I have created mapping of 2 virtual adapters for Lpars using following command: mkvdev -vdev ipanalyzerlv1 -vadapter vhost11 mkvdev -vdev ipanalyzerlv -vadapter vhost13 The above two commands were succesfull but when I want to map the third virtual device to the same Lpar than... (3 Replies)
Discussion started by: Vit0_Corleone
3 Replies

10. AIX

Problem mapping LUN disk from VIOS to the LPAR

Hello guys, It would be so nice of you if someone can provide me with these informations. 1) My SAN group assigned 51G of LUN space to the VIO server.I ran cfgdev to discover the newly added LUN. Unfortunately most of the disks that are in VIO server is 51G. How would I know which is the newly... (3 Replies)
Discussion started by: solaix14
3 Replies
Login or Register to Ask a Question