Operating System - HP-UX
1834434 Members
2873 Online
110067 Solutions
New Discussion

Re: Configure MSA30 DB on HPUX 11.11

 
Alexander Maldonado
Occasional Advisor

Configure MSA30 DB on HPUX 11.11

I have a MSA30 DB connected to a rp3440 with HPUX 11.11, exist 6 DD 72GB attached to bays 1,2,3,4, 8 and 9 of the MSA. I want add 8 DD of 300GB and create 4 logical drives in RAID 1, What be the syntax for saconfig?
Thanks...!

Best regards,

Alexander.
6 REPLIES 6
Murat SULUHAN
Honored Contributor

Re: Configure MSA30 DB on HPUX 11.11

Torsten.
Acclaimed Contributor

Re: Configure MSA30 DB on HPUX 11.11

If you mention "saconfig" I assume you have a smartarray 6xxx, so you should run "saconfig" for all parameters.

This will tell you what you have to do (increasing a logical drive, create a new drive ...)...

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!   
Alexander Maldonado
Occasional Advisor

Re: Configure MSA30 DB on HPUX 11.11

Torsten, I need create 4 new logical drives with 8 new hard disk,I have a SmartArray 6404 with 2 ports connected to the MSA30 DB.
Torsten.
Acclaimed Contributor

Re: Configure MSA30 DB on HPUX 11.11

Should be easy.
Use "ioscan -fn" to locate the device file.
Run saconfig, e.g.
saconfig /dev/ciss3
to see all available disks.

Now create the logigal drives - the example:

saconfig /dev/ciss3 -R 5 -p 1:0 -p 1:1 -p 1:2 -c 10

will create a RAID 5 on channel 1 disk 0, 1, 2 in size of 10 GB.

run insf on the newly created "disks" and use it ...

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!   
Alexander Maldonado
Occasional Advisor

Re: Configure MSA30 DB on HPUX 11.11

Can I create a logial drive with drives attached on different channel?
Ex. RAID 1 300GB - Bay 7 and Bay 10
Torsten.
Acclaimed Contributor

Re: Configure MSA30 DB on HPUX 11.11

Not enough input data ... ;-)
run "saconfig /dev/cissx" and post!

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!