Sponsored Content
Operating Systems Solaris Connect Solaris 10 to NetApp filer using Emulex single port HBAs. Post 302244630 by gwhelan on Wednesday 8th of October 2008 10:04:55 AM
Old 10-08-2008
Hi Pupp,

Thanks for your reply. I have worked through the documentation which was really helpful. My problem now is that lptuil does not recognise the two HBAs I have installed. When I run the lputil utility it returns nothing. My system does see the devices. I have run the utility /opt/EMLXemlxu/bin/emlxdrv. Below is what it sees. Because both the HBA's are LP11000-S, I cannot bind the lpfc driver to that device. They can only use the emulex driver.



lpfc fd00 no no no LP11000 and LP11002
lpfc fe00 no no no LPe11000,LPe11002 and LPe11004
emlxs fc10 yes no yes LP11000-S and LP11002-S (emlxs only)

emlxdrv> set_lpfc fc10

ERROR: lpfc cannot bind to a Sun device (fc10).

I now need to know how to configure this HBA (LP11000-S) for persistent bindings to a NetApp filer? Any ideas?

Thanks.
 

9 More Discussions You Might Find Interesting

1. Solaris

Use DFM Netapp 3.01 R1 on Solaris 8

I have this problem when i integrate a new san switch in DFM 3.01 R1 : dfm fcswitch add switchname1 Error: Host switchname2 (11197) already exists. switchname2 is a similar san switch but in another fabric, switchname2 is already integrated in DFM database. Bests Regards Olivier (2 Replies)
Discussion started by: omainfroy
2 Replies

2. Solaris

emulex card on solaris 9

Hello, I am new on solaris. We will connect our sun solaris system to the SAN and add 2 Emulex card on the system (solaris 9). Who have already done this and can give me the procedure to follow ? driver to install multipath etc... Thanks in advance Emmanuel (1 Reply)
Discussion started by: emma32
1 Replies

3. UNIX for Advanced & Expert Users

Solaris 10 x86_64 - Emulex Fibrechannel drivers

Hello! I'm having problems to install Emulex fibrechannel card drivers to a HP DL580 G5 running Solaris 10 x86_64. Any of you guys had this problem or knows the answer? =) cfgadm gives me the following info, which seems to say that it is ok? But the card has'nt logged into the switch... (0 Replies)
Discussion started by: Esaia
0 Replies

4. Solaris

Netapp filer LUN Resize. Commands to run on Solaris afterwards.

Hi, I need to increase a veritas filesystem I have currently mounted on a Solaris 10 server. We can resize the LUN on the NetApp filer no problem. What I need to know is what do I do next on the Solaris 10 server I have so that it will see the increase in size. Do I run 'devfsadm' to... (3 Replies)
Discussion started by: gwhelan
3 Replies

5. Solaris

Can't see Netapp LUN on Solaris using LPFC after reboot.

Hi, I've just edited this post. I found the solution for this. Thanks. (0 Replies)
Discussion started by: gwhelan
0 Replies

6. Solaris

Solaris 10 / NetApp volumes - Forbidden: You don't have permission to access...

Hi all We have a couple of solaris zones running a jboss app in a cluster. Each zone has a shared netapp volume mounted to /app/xxx with everything under that subdir apart from jboss which is local to each zone in /app/jboss-3.2.5 There is a symlink in /app/xxx/jboss-3.2.5 which points to... (0 Replies)
Discussion started by: skewbie
0 Replies

7. Solaris

Netapp filer details - command?

What command can I use to find out details about a netapp filer. I have a directory that is a filer i would like to know details about the source host/folder that it points to. Thanks. (2 Replies)
Discussion started by: jjohnson
2 Replies

8. Solaris

How to mount a NetApp snapshoot to a Solaris server?

Hi I have NetApp lun, that was mounted on server as a file system that failed, and that server is no longer in use, but I would like to use that file system on another server. The NetApp Admin, told me he can present that lun to my other system, but my problem is how to mount it? Because that... (8 Replies)
Discussion started by: fretagi
8 Replies

9. Solaris

Solaris 10 installing on Cisco UCS doesn't see HBAs

The chassis config is right... this blade can boot to VMware ESXi and see HBAs and LUNs. Solaris isn't seeing the HBAs at all... luxadm probe returns ERROR: No Fibre Channel Adapters found. fcinfo hba-port -l returns No Adapters Found. prtdiag -v gets me: ==== Upgradeable Slots... (3 Replies)
Discussion started by: jnojr
3 Replies
HBA_SetRNIDMgmtInfo(3HBAAPI)		      Common Fibre Channel HBA Information Library Functions		      HBA_SetRNIDMgmtInfo(3HBAAPI)

NAME
HBA_SetRNIDMgmtInfo, HBA_GetRNIDMgmtInfo, HBA_SendRNID, HBA_SendRNIDV2 - access Fibre Channel Request Node Identification Data (RNID) SYNOPSIS
cc [ flag... ] file... -lHBAAPI [ library... ] #include <hbaapi.h> HBA_STATUS HBA_SetRNIDMgmtInfo(HBA_HANDLE handle, HBA_MGMTINFO *pInfo); HBA_STATUS HBA_GetRNIDMgmtInfo(HBA_HANDLE handle, HBA_MGMTINFO *pInfo); HBA_STATUS HBA_SendRNID(HBA_HANDLE handle, HBA_WWN wwn , HBA_WWNTYPE wwntype , void *pRspBuffer , HBA_UINT32 *RspBufferSize); HBA_STATUS HBA_SendRNIDV2(HBA_HANDLE handle, HBA_WWN hbaPortWWN , HBA_WWN destWWN , HBA_UINT32 destFCID , HBA_UINT32 NodeIdDataFormat , void *pRspBuffer , HBA_UINT32 *RspBufferSize); PARAMETERS
handle an open handle returned from HBA_OpenAdapter(3HBAAPI) pInfo HBA_SetRNIDMgmtInfo() a pointer to a HBA_MGMTINFO structure containing the new RNID HBA_GetRNIDMgmtInfo() a pointer to a HBA_MGMTINFO structure into which the RNID is copied wwn the discovered port WWN to which the request is sent wwntype deprecated hbaPortWWN the Port WWN of the local HBA through which to send the ELS destWWN the Port WWN of the remote Target to which the ELS is sent destFCID If destFCID is non-zero, destFCID is the address identifier of the remote target to which the ELS is sent. If destFCID is 0, destFCID is ignored. NodeIdDataFormatthe Node Identification Data Fromat value as defined in FC-FS pRspBuffer A pointer to a buffer into which the RNID response is copied . The data will be in Big Endian format. RspBufferSize A pointer to the size of the buffer. On completion it will contain the size of the actual response payload copied into the buffer. DESCRIPTION
These functions access Fibre Channel Request Node Identification Data (RNID) as defined in the T11 specification FC-FS. The HBA_SetRNIDMgmtInfo() function sets the RNID returned from by HBA. The HBA_GetRNIDMgmtInfo() function retrieves the stored RNID from the HBA. The HBA_SendRNID() function sends an RNID request to a discovered port. The Node Identification Data format is always set to 0xDF for Gen- eral Topology Discovery Format as defined in the T11 specification FC-FS. The HBA_SendRNIDV2() function sends an RNID request to a discovered port requesting a specified Node Identification Data format. RETURN VALUES
Upon successful completion, HBA_SetRNIDMgmtInfo() returns HBA_STATUS_OK and sets the RNID. Upon successful completion, HBA_GetRNIDMgmtInfo() returns HBA_STATUS_OK. Otherwise, an error value is returned and the content of pInfo is undefined. Upon successful completion, HBA_SendRNID() returns HBA_STATUS_OK. Otherwise, an error value is returned and the content of pRspBuffer is undefined. The HBA_SendRNIDV2() returns the following values: HBA_STATUS_OK The RNID ELS has been successfully returned. HBA_STATUS_ERROR_ELS_REJECT The RNID ELS was rejected by the HBA Port. HBA_STATUS_ERROR_ILLEGAL_WWN The value of hbaPortWWN is not a valid port WWN on the specified HBA. HBA_STATUS_ERROR_ILLEGAL_FCID The destWWN/destFCID pair conflicts with a discovered Port Name/address identifier pair known by the HBA. HBA_STATUS_ERROR_ILLEGAL_FCID The N_Port WWN in the RNID response does not match destWWN. HBA_STATUS_ERROR An error occurred. ERRORS
See attributes(5) for general error status values. ATTRIBUTES
See libhbaapi(3LIB) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: FC-MI 1.92 (API | | |version 1) | +-----------------------------+-----------------------------+ | |Standard: FC-HBA Version 4 | | |(API version 2) | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
HBA_OpenAdapter(3HBAAPI), libhbaapi(3LIB), attributes(5) T11 FC-MI Specification BUGS
The HBA_SetRNIDMgmtInfo() and HBA_GetRNIDMgmtInfo() functions do not take a portindex to define to which port of a multi-ported HBA the command should apply. The behavior on multi-ported HBAs is vendor-specific and can result in all ports being set to the same value. The HBA_SetRNIDMgmtInfo() and HBA_GetRNIDMgmtInfo() functions allow only 0xDF (General Topology Discovery Format). The HBA_SendRNID() function does not take a portindex to define through which port of a multi-ported HBA to send the command. The behavior on multi-ported HBAs is vendor-specific and can result in the command being sent through the first port. The HBA_SendRNID() function does not take an argument to specify the Node Identification Data Format. It always assumes that 0xDF (General Topology Discovery Format) is desired. SNIA version 2 defines HBA_SendRNIDV2() to take a Port WWN and a Node Data Format. This fixes the bugs with multi-ported HBAs of allowing only0xDF (General Topology Discovery Format) in HBA_SendRNID(). SunOS 5.10 1 Sep 2003 HBA_SetRNIDMgmtInfo(3HBAAPI)
All times are GMT -4. The time now is 03:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy