Operating System - HP-UX
1753846 Members
7730 Online
108807 Solutions
New Discussion юеВ

Re: Configuration MSA60 on rx2660

 
JakobK
Advisor

Configuration MSA60 on rx2660

Hi all,

I bought by HP a rx2660+msa60 + HP-UX 11.31 (SAS). I worked until now only with HP9000 PA-RISC systems + HP-UX 11.11 (SCSI).
Which tool or which command must i use, to install the internal and external disks ? I can not find a good documentation. I collected some information about the system. (see todo_3)

Thank you.
Kati
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Configuration MSA60 on rx2660

Shalom,

MSA60 is supported on both PA-RISC and Itanium.

The 11.31 system needs a scsi card and connector. If this hardware was available at install time, e.g. the MSA-60 was powered up and connected with no scsi conflict, then it should have been auto detected.

insf -C disk

Will detect disks.

Docs: http://docs.hp.com/en/15419/dfdutil-ed1.pdf

http://docs.hp.com/en/diag/ems/emd_msamon_sas.htm

The doc in this matter need not be 11.31 specific.

http://docs.hp.com/en/5992-4671/5992-4671.pdf

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
James George_1
Trusted Contributor

Re: Configuration MSA60 on rx2660

Hi

I have used these for the MSA30 card configuration. ( I think this might work with the MSA 60 also !!)

There should be a manual that comes along with the disk and it has the tools and commands well explained.
# saconfig /dev/cissX - will display the config info

# saconfig /dev/cissX ├в R < Raid level> -S < Stripe Size> -p < Chanel:target> -p ├в ┬ж -s
# saconfig /dev/cissX to confirm the configuration.

# to add a spare drive to a existing logical drive
# saconfig /dev/cissX ├в A < Logical Drive # > -s < Chanel:target>
# to delete logial drive
# saconfig /dev/cissX ├в D < Logical drive #>

# To clear configurations
# saconfig /dev/cissX ├в D all

Rgds/ James

forum is for techies .....heaven is for those who are born again !!
Torsten.
Acclaimed Contributor

Re: Configuration MSA60 on rx2660

The sasd device is the built-in SAS controller, the ciss_ devices are smart array controllers:

ext_bus 0 0/3/0/0/0/0 ciss CLAIMED INTERFACE PCIe SAS SmartArray P400 RAID Controller
/dev/ciss0
ext_bus 3 0/5/0/0/0/0 ciss CLAIMED INTERFACE PCIe SAS SmartArray P800 RAID Controller
/dev/ciss3

There are several items in failed state - please check!

You will use "saconfig" to configure the RAID.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!