Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SAN

Status
Not open for further replies.

sanmi

MIS
Joined
Oct 20, 2006
Messages
35
Location
US
I installed SUN qlogic cards on my servers (SG-XPCI1FC-QL2 PCI Single FC 2Gb HBA). I downloaded & installed the SAN foundation kit SAN 4.4-11 as well as the install script. My SAN was able to see the hba cards.
cfg adm -al shows :

# cfgadm -al
Ap_Id Type Receptacle Occupant Condition
c0 scsi-bus connected configured unknown
c0::dsk/c0t0d0 CD-ROM connected configured unknown
c1 scsi-bus connected configured unknown
c1::dsk/c1t0d0 disk connected configured unknown
c1::dsk/c1t1d0 disk connected configured unknown
c2 scsi-bus connected unconfigured unknown
c3 fc-fabric connected unconfigured unknown
c3::5005076300c49b00 disk connected unconfigured unknown
c3::5005076300c89b00 disk connected unconfigured unknown
c4 fc-fabric connected unconfigured unknown
c4::5005076300cc9b00 disk connected unconfigured unknown
c4::5005076300d09b00 disk connected unconfigured unknown
#
when I ran cfgadm -c configure c3, I got an error message
cfgadm: Library error: failed to create device node: 5005076300c49b00: Invalid argument
failed to create device node: 5005076300c89b00: Invalid argument
failed to configure ANY device on FCA port
My servers does not see the disks that were presented to it from SAN Storage.
Does anyone out there hava a clue on whta this problem is...

Thanks,
Sanmi
 
I have only ever used the cfgadm command to "hot-swap" a failed disk on a v440 and used the full text under the Ap_Id column.
So I would suggest trying:
cfgadm -c configure c3::5005076300c49b00

I hope that helps.

Mike
 
Unfortunatley, that gave the same error message....

# cfgadm -c configure c3::5005076300c49b00
cfgadm: Library error: failed to create device node: 5005076300c49b00: Invalid argument
 
Try this

# cfgadm –c configure c3


 
Sorry I didn't read your post properly you've already tried it
 
hi,

Has this problem been solved? I also touch the problem.
 
hi,

sun storage 6540 QTY 1
brocade 4100 QTY 2
sun fire 4800 qty 1
sun fire E2900 qty 1



 
error message:

# cfgadm -c configure c4

cfgadm: Library error: failed to create device node:201900a0b8291cf0: Invalid argument
failed to configure ANY device on FCA port
 
Our problem has been solved,please add a line in /etc/system
Add following line to /etc/system for VxVm/SVM

set fcp:ssfcp_enable_auto_configuration=1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top