Sponsored Content
Operating Systems AIX VIOS FC Mapping/NPIV questions Post 302728401 by juredd1 on Wednesday 7th of November 2012 06:45:53 PM
Old 11-07-2012
VIOS FC Mapping/NPIV questions

Please forgive me here as I don't fully understand what I am talking about here so if I use the wrong terminology please overlook me.

We have multiple AIX LPARs on the managed system with two VIO Servers. A Co-Worker and I are trying to set up a new LPAR client (The guy that knows this is out) and we are drowning. I use VSCSI on on POWER6 system so I know the general idea but this appears to be a bit different. We looked at other profiles and set up things that look right as for the virtual FC adapter in the VIO Server profile. We gave the adapter id 64 and we assigned an LPAR to it SAPTEST(5). Then modified the AIX LPAR profile to include a new FC Adapter and pointed it at the VIOS id side of 64. I think we gave the client side id 5. The LPAR id is 5 as well as the port id. We need to do this on both VIO Servers I know but just working with one right now.

However the output from the lsmap command does not show all the info I see on the other vfchosts already defined. The VFC client name, VFC client DRC, and ClntName slots are empty. From other articles I have read this will only populate after the client LPAR is up and has the proper multipathing software installed on it. Then the client and VIOS will sync up. That doesn't work for me when to get the client LPAR up I am depending on a SAN disk to install the O/S on.

What am I missing? I have run the vfcmap command to assign the vadapter to the VIO servers physical adapter.

Code:
vfcmap -vadapter vfchost15 -fcp fcs1

I have provided the output from the lsmap output below.

Code:
$ lsmap -vadapter vfchost15 -npiv                                               
Name          Physloc                            ClntID ClntName       ClntOS   
------------- ---------------------------------- ------ -------------- -------  
vfchost15     U8233.E8B.101A99P-V2-C64                5                         
                                                                                
Status:NOT_LOGGED_IN                                                            
FC name:fcs1                    FC loc code:U78A0.001.DNWHN7Y-P1-C1-T2          
Ports logged in:0                                                               
Flags:4<NOT_LOGGED>                                                             
VFC client name:                VFC client DRC:


Thank you for your time.
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
shishi_krberror_client(3)					      shishi						 shishi_krberror_client(3)

NAME
shishi_krberror_client - API function SYNOPSIS
#include <shishi.h> int shishi_krberror_client(Shishi * handle, Shishi_asn1 krberror, char ** client, size_t * clientlen); ARGUMENTS
Shishi * handle shishi handle as allocated by shishi_init(). Shishi_asn1 krberror krberror as allocated by shishi_krberror(). char ** client pointer to newly allocated zero terminated string containing principal name. May be NULL (to only populate clientlen). size_t * clientlen pointer to length of client on output, excluding terminating zero. May be NULL (to only populate client). DESCRIPTION
Return client principal name in KRB-ERROR. RETURN VALUE
Returns SHISHI_OK iff successful. REPORTING BUGS
Report bugs to <bug-shishi@gnu.org>. COPYRIGHT
Copyright (C) 2002-2010 Simon Josefsson. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for shishi is maintained as a Texinfo manual. If the info and shishi programs are properly installed at your site, the command info shishi should give you access to the complete manual. shishi 1.0.1 shishi_krberror_client(3)
All times are GMT -4. The time now is 06:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy