Please help...my HBA's won't configure


 
Thread Tools Search this Thread
Operating Systems Solaris Please help...my HBA's won't configure
# 8  
Old 03-08-2010
Hi,
I believe these boxes to be V880’s, but they’re in a data centre 200 miles away! They’re also Live production boxes running a rather important Oracle 10g cluster, so as you can probably understand, I’m a little hesitant to do anything too drastic which may break what’s currently working.
Primarily I’m a Linux admin, whose been drafted in to help out with this migration…as seemingly there’s no one else in the company with any kind of unix skills!
I’ll endeavour to get the kernel patch cluster to the latest….please can you try to give some confidence that in doing so won’t break what’s already working!?

Many thanks for your time it is very much appreciated!

Rich
# 9  
Old 03-08-2010
a serious opinon:
please go and get professional help! this is not a thing that should be done remote via guesses... your installation is realy old (the first solaris 10 release!) and it looks like there hasn't been much update/patch work.

good luck!
DN2
# 10  
Old 03-08-2010
Is mpathadm installed on the server? If so, start using that to see what your system sees on the storage.

I suspect you're using Solaris native multipathing, and there's a chance your version doesn't recognize your new storage.
# 11  
Old 03-08-2010
DN2,

I think you're right! In theory, all I should have needed to do was:
(I'd be grateful if you could sanity check my logic)

1. run "cfgadm -c configure c2" and "cfgadm -c configure c2"
2. add - name="fp" parent="/pci@9,600000/SUNqlc@1" port=0 mpxio-disable="no";
and name="fp" parent="/pci@9,600000/SUNqlc@2" port=0 mpxio-disable="no"; to /kernel/drv/fp.conf
3. reboot -- -r
4. use format to partition and freehog the disks
5. Create the character devices for Oracle.

I'm feeling way out of my comfort zone at the moment and am thinking I should tell the managment to bring in a Solaris consultant.
If it only it was Red Hat... I wouldn't be here ;-)

Cheers
Rich

---------- Post updated at 02:56 PM ---------- Previous update was at 02:54 PM ----------

achenle,

mpathadm isn't installed, I was intending to use native mpxio

Thanks

Rich
# 12  
Old 03-08-2010
mpathadm is in a later solaris release...
# 13  
Old 03-08-2010
I mentioned mpathadm because I suspect native mpxio isn't recognizing the EMC array as multipath-capable:

Code:
# mpathadm show mpath-support libmpscsi_vhci.so

The mpathadm utility is used to view and administer mpxio. The man page for the latest version is here:

3.Administering Multipathing Devices Through mpathadm Commands (Solaris Express SAN Configuration and Multipathing Guide) - Sun Microsystems

Solaris native mpxio relies on the vendor and product strings returned from the disk array to work, and it's possible to add entries to the scsi_vhci.conf file to handle additional array types that do not have built-in support. That capability has evolved significantly over the lifetime of mpxio, though, and I'd bet it's rudimentary at best in the initial releases of mpxio and Solaris 10, if it exists at all.

Of course, if you start making modifications to scsi-vhci.conf and adding new arrays for mpxio to use, you're probably well outside the bounds of supported activity.

You should check if later versions of Solaris 10 support the array in question, though. Then you're just an upgrade away from support.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash script won't run because hardware won't produce display

Can anyone offer any advice on how to modify the script below to work on a new system we have, that has no graphics capability? We admin the system through a serial RAS device. I've tried running the below script through the RAS and through an ssh -X session. It failed with something like "GTK... (3 Replies)
Discussion started by: yelirt5
3 Replies

2. Solaris

How to enable hba port of a two port hba card

Hi, i have a two port hba card in solaris 10 system one of which is disabled. How to enable and configure the other port. ---------- Post updated at 08:17 AM ---------- Previous update was at 03:40 AM ---------- please help :( (7 Replies)
Discussion started by: rishiraaz
7 Replies

3. Solaris

HBA disappeared after reboot

Hello all I was configuring a SUN 2540 raid and after a reboot the hba`s is gone. There is no longer an entry in etc/path_to_inst for them (2 cards). I tried a reconfigure boot several times but it does not work. The hba`s is a SUN qlogic 2200 in x4240 server (AMD). Using solaris 10 update7.... (6 Replies)
Discussion started by: vettec3
6 Replies

4. Solaris

Offline HBA.

Hi, I have a HBA that is currently offline for some unknown reason. The device shows up in the prtdiag -v stating it is okay. How can I bring this back online? It was working okay until recently. It is currently connected to the SAN. Details below. # fcinfo hba-port HBA Port WWN:... (7 Replies)
Discussion started by: sparcman
7 Replies

5. Filesystems, Disks and Memory

HBA performance

Hope I'm in the right place. I'm in the process of zoning HBA's to my new library environment. Is there a "rule of thumb" for the number of physical tape drives that you zone to an HBA? I don't want to run the risk of overloading an HBA. Any information would be greatly appreciated. Thanks. (2 Replies)
Discussion started by: jwholey
2 Replies

6. AIX

won't mount /usr...won't boot fully

Hello: NOOB here. I attempted to use smit mkcd. Failed on first attempt, not enough space. 2nd attempt tried to place iso on /usr, not enough space there. Cleanup ran for about 5 minutes after aborting. Now AIX won't boot. LCD display on 7029-6E3 says: 0517 MOUNT /USR. Attempted to boot from CD... (11 Replies)
Discussion started by: bbird
11 Replies

7. Solaris

What is an HBA..?

Helo experts What is an HBA? How can i know about that on any server? Thanx in advance... (7 Replies)
Discussion started by: younus_syed
7 Replies

8. Solaris

HBA Card

Hello...I got a problem here. I have HBAs installed in one of the domains in E20 and I gotta find out the brand and firmware. But when I do a prtconf, I cannot see the HBA. For other servers installed with HBAs, when I do prtconf on them I can see either qlc or em. Can you guys enlighten me how to... (5 Replies)
Discussion started by: xiaochensg
5 Replies

9. AIX

How to configure a FC HBA in "initiator mode"?

Hi all, I have a p520 machine running 5.2ML9 with a 2Gb FC HBA from IBM, i.e. # lscfg -vl fcs0 fcs0 U787A.001.DNZ06YM-P1-C3-T1 FC Adapter Part Number.................80P4543 EC Level....................A Serial Number...............1F4270A0B6 ... (5 Replies)
Discussion started by: Bookie
5 Replies

10. UNIX for Advanced & Expert Users

Hardware HBA problem

I have worked with Qlogic (Sun) fiber cards a lot and with Emulex fiber cards only a little. Here is the scenario: I have a Sun 490 with 3 Emulex cards in it. A pair are for the 6120 array that is attached, the other is a direct attach so our SAN for Veritas Netbackup to back up the system.I... (0 Replies)
Discussion started by: lm_admin_dh
0 Replies
Login or Register to Ask a Question