How configure SAN to server?


 
Thread Tools Search this Thread
Operating Systems Solaris How configure SAN to server?
# 8  
Old 06-02-2010
The luxadm command that you post, show 1 HBA, but if your server is a V880, the hba showed is the "Internal HBA" of V880.

Which HA model has installed the server?, qlogic emulex, jni?

If you have qlogic or emulex, my suggest is install the San Foundation Software to Solaris 9, you can download this package from sun.com/download.

After to install , you can use the "cfgadm -al" command to review if the hba was recognized.

Now, you say that the SAN Administrator configure the zone, then the HBA is working.

If your HBA are JNI, probably you need intsall the EZfiber package and reconfigure the HBA from this utility.

Aditionally, you can modify the /kernel/drv/sd.conf to define the targets and luns that you need see in the server.

The JNI hba are very old, but you can easily found in the internet examples of sd.conf for jni HBA.

After that you config the sd.conf , make a reboot -- -r.

But I insist that the first step is to ensure that the HBA is logged in the SAN switch,

I hope that this help a bit
# 9  
Old 06-03-2010
Hi lufen & cerber0, both your comment helped a lot.

I added on name="sd" parent="jnic146x" target=0; to /kernel/drv/sd.conf & perform a reboot -- -r and was able to detect the san storage. SmilieSmilie

Code:
#prtdiag
========================= IO Cards =========================
                         Bus  Max
     IO   Port Bus       Freq Bus  Dev,
Brd  Type  ID  Side Slot MHz  Freq Func State Name                              Model
---- ---- ---- ---- ---- ---- ---- ---- ----- --------------------------------  ----------------------
I/O  PCI   9    B    6    33   33  2,0  ok    JNI,FCE/sd (block)                FCE-6410 
I/O  PCI   9    B    5    33   33  3,0  ok    pci-pci8086,b154.0/pci108e,1000   PCI-BRIDGE
I/O  PCI   9    B    5    33   33  0,0  ok    pci108e,1000-pci108e,1000.1       device on pci-bridge
I/O  PCI   9    B    5    33   33  0,1  ok    SUNW,qfe-pci108e,1001             SUNW,pci-qfe/pci-bridg+
I/O  PCI   9    B    5    33   33  1,0  ok    pci108e,1000-pci108e,1000.1       device on pci-bridge
I/O  PCI   9    B    5    33   33  1,1  ok    SUNW,qfe-pci108e,1001             SUNW,pci-qfe/pci-bridg+
I/O  PCI   9    B    5    33   33  2,0  ok    pci108e,1000-pci108e,1000.1       device on pci-bridge
I/O  PCI   9    B    5    33   33  2,1  ok    SUNW,qfe-pci108e,1001             SUNW,pci-qfe/pci-bridg+
I/O  PCI   9    B    5    33   33  3,0  ok    pci108e,1000-pci108e,1000.1       device on pci-bridge
I/O  PCI   9    B    5    33   33  3,1  ok    SUNW,qfe-pci108e,1001             SUNW,pci-qfe/pci-bridg+
I/O  PCI   9    A    8    33   66  1,0  ok    SUNW,m64B                         SUNW,370-4362

cfgadm -al
Ap_Id                          Type         Receptacle   Occupant     Condition
c0                             scsi-bus     connected    configured   unknown
c0::dsk/c0t6d0                 CD-ROM       connected    configured   unknown
pcisch0:hpc1_slot0             unknown      empty        unconfigured unknown
pcisch0:hpc1_slot1             unknown      empty        unconfigured unknown
pcisch0:hpc1_slot2             unknown      empty        unconfigured unknown
pcisch0:hpc1_slot3             unknown      empty        unconfigured unknown
pcisch2:hpc2_slot4             unknown      empty        unconfigured unknown
pcisch2:hpc2_slot5             pci-pci/hp   connected    configured   ok
pcisch2:hpc2_slot6             fibre/hp     connected    configured   ok
pcisch3:hpc0_slot7             unknown      empty        unconfigured unknown
pcisch3:hpc0_slot8             vgs8514/hp   connected    configured   ok
usb0/1                         unknown      empty        unconfigured ok
usb0/2                         unknown      empty        unconfigured ok
usb0/3                         unknown      empty        unconfigured ok
usb0/4                         unknown      empty        unconfigured ok

I was a bit confuse with this, from my previous posting "Opening Device: /devices/pci@8,600000/SUNW,qlc@2/fp@0,0:devctl" should means the HBA is qlogic, am i correct? While at prtdiag, it shows JNI. Does this means i have 2 hba, one internal & another external? Smilie

Last edited by beginningDBA; 06-03-2010 at 01:38 AM..
# 10  
Old 06-03-2010
lufen is right....devfsadm -Cv will builds the new devices and remove the dangling links. After that, the assigned hard disk will be seen from format command.

you can use the following command to find out the devices which is attached in your pci slot.
Code:
prtpicl -c scsi -v |grep -i model

Code:
prtpicl -c scsi -v |grep -i manufacturer

One of my system gives the following details, from the model you can find out which is what.
Code:
prtpicl -c scsi -v |grep -i model
bash-3.00# prtpicl -c scsi -v |grep -i model
  :model         QLGC,ISP10160 
  :model         QLGC,ISP10160 
  :model         FCE-6460-N

Code:
bash-3.00# prtpicl -c scsi -v |grep -i manu 
  :manufacturer  QLGC 
  :manufacturer  QLGC 
  :manufacturer  JNIC

I hope it will help you to find out whether you are having scsi card or hba card or fibre network card ....whatever it is.

Regards
Kingston S

Last edited by kingston; 06-03-2010 at 02:32 AM..
This User Gave Thanks to kingston For This Post:
# 11  
Old 06-05-2010
yes beginningDBA, the V480, V490, V880 and V890 models include a INternal HBA to connect at "internal boot disk", for this reason you can see a qlogic HBA, however the HBA that you connect at the SAN is JNI.

Only for resume.

if you use the native drivers of HBA you cannot configure the HBA with solaris commans (cfgadm, luxad, etc) and is mandatory modify the /kernel/drv/sd.conf to see the SAN disks.

if you use SFS (san foundation software) to Solaris 8 and 9, or the included SAN drivers in solaris 10, you can use cfgadm, luxadm to configure the access to the disks and the /kernel/drv/sd.conf cannot need modified.
This User Gave Thanks to cerber0 For This Post:
# 12  
Old 06-07-2010
Hi all, the answer you all gave sure helped to clear a lot of my doubts. Many thanks. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

How to mount a 79TB SAN storage to another server?

Hi Team, How do i mount or connect the SAN storage to a specific folder. I have tried to mount it but each time i can only mount 900GB of the storage to the folder: ipmi1 ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-root_vol ... (0 Replies)
Discussion started by: ElVista
0 Replies

2. Linux

How to connect Linux server (configure two way authentication) with Windows server?

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (0 Replies)
Discussion started by: manjusharma128
0 Replies

3. Homework & Coursework Questions

Configure the AD Window server with Linux server(google Authenticator is installed)

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (2 Replies)
Discussion started by: manjusharma128
2 Replies

4. Red Hat

Configure app server to view server files

Hi, We have a OEL6.1 installed on our server. We want developers to view there application logs generated on the server, but doesn't really want to give them access to server machine. Can someone please suggest how can we configure apache/httpd to create a url which will show all files in... (1 Reply)
Discussion started by: shrshah64
1 Replies

5. Filesystems, Disks and Memory

Original SAN to a New Solaris Server: Corrupt Label

I've seen several posts that are similar to what I'm trying to do but no dice. I have a server (SunFire V215) that went belly up. I've set up a new one. I'm getting a corrupt label: wrong magic number error. Everything I'm seeing says label the drives, but if I do I'm afraid I'll lose the data... (0 Replies)
Discussion started by: tnelson
0 Replies

6. Solaris

Find Brocade SAN switch’s IP in Sun server?

We have a Sun M5000 connecting to a Brocade SAN switch. I don't know the IP of the Brocade switch and don't want to use its serial port to get the info. How can I find the IP of the Brocade switch under Solaris 10? Snoop is not supported by Solaris multipathing. What other tools can I use to find... (6 Replies)
Discussion started by: aixlover
6 Replies

7. Solaris

SAN Storage to solaris 10 server

Hi, I have configured our SAN Storage to be connected to our new SUN T5220. On the SAn it looks all fine on the server I do not see any connection: cfgadm -al Ap_Id Type Receptacle Occupant Condition c1 scsi-bus connected ... (4 Replies)
Discussion started by: manni2
4 Replies

8. Solaris

configure solaris 10 mail to relay email alerts from SAN switch

I want to be able to use an account on a solaris 10 server, eg root@myhost to act as a relay to forward mail to my domain account me@mycompany.com The reason for this is to configure root@myhost as a mail relay on Brocade SAN switches - so that when a port goes bad i get an email alert.... (0 Replies)
Discussion started by: wibidee
0 Replies

9. Red Hat

SAN Connected RedHat Server

I received 4 pre-loaded ready-to-go intel servers running RedHat Enterprise Linux 3 kernel version 2.6.9-22.18 build date june 29, 2006. They are equiped with QLOGIC 2400 dual-port HBA cards. I need to know what utilities or command-sets are available to check these cards out? How do I get their... (4 Replies)
Discussion started by: sallender
4 Replies

10. Solaris

How to configure my SAN with Sun V880 servers to run Oracle 9i

Hi: I am in the process of configuring the SAN for Solaris to host 6 oracle 9i databases. We have 30 -146 GB disks stiped with RAID 10 for SAN. Of which 11 are dedicated for databsaes related things. Then we have 2 v880 Sun Servers with 16 -73 GB disks and 24 GB memory. The questions... (1 Reply)
Discussion started by: oracle_dba
1 Replies
Login or Register to Ask a Question