Operating System - HP-UX
1823920 Members
3205 Online
109667 Solutions
New Discussion юеВ

How do I mount a external disk array to my server

 
SOLVED
Go to solution
Henry Chua
Super Advisor

How do I mount a external disk array to my server

I recently acquire an external disk array that is to be mounted to my system using "wide-scsi" single ended connection. But can I ask wat is the complete produce to integrate this array with my system. Thank you
7 REPLIES 7
Ravi_8
Honored Contributor

Re: How do I mount a external disk array to my server

Hi Henry

you should be having a SCSI cable along with disk array. connect the cable to SCSI port of the system (system must be down) and load the driver if any. or install the latest patch bundle(available in support plus Media) when the system reboot run the comand
#ioscan -fnC disk.
and check whether the new disk array is claimed or not
never give up
Shaikh Imran
Honored Contributor
Solution

Re: How do I mount a external disk array to my server

Hi,

what type of array do you have ?
(I mean Model )
You will have the document along with the array for how to configure that with HPUX.

I will brief you the common procedure:

The simple procedure is to connect the disk array to the server run this command
#insf -e
This will install the disk device files for the external disks idenify the external disks
By
#ioscan
then use LVM to configure the logical volumes.


The above procedure is for,if you have the so called array as a JBOD.(Just Bunch Of Disks)
If you really have the array then RAID is to be configured on the array,you can either do this by sam or command line utility like arraymgr etc.., or the software like SDM which is supplied by the hardware vendor of the array.
The RAID created will be LUN for hpux &
a LUN is a single disk for hpux.
Now to configure a single disk using LVM
is not a big task.


Regards,

I'll sleep when i am dead.
Franky_1
Respected Contributor

Re: How do I mount a external disk array to my server

Hi,

after connecting the array correctly to the server and terminating it you should be able to see it as a new device with

ioscan -fnC disk

Then you can make newfs to lay a filesystem on it and finally mount it as whole or you'll have to integrate it into LVM to use it as several logical volumes

Regards

Franky
Don't worry be happy
Michael Tully
Honored Contributor

Re: How do I mount a external disk array to my server

The right card (depending on your server of course) most probably is a A4800A. This should work well.
Anyone for a Mutiny ?
Joe Short
Super Advisor

Re: How do I mount a external disk array to my server

Although simply connecting it to the server may allow you to ssee the array, depending upon what actualt array you have there may be more work involved to be able to use it.
You also need to configure the array itself. You need to define the RAID level or levels it will use, bind the phoysical disks together into RAID groups, create LUNs (Logical UNits) and present the LUNs to the server. How all of this is accomplished is entirely depndant upon the array itself. Most have a command line interface that can be access by directly connecting a terminal or PC to a serial port on the array. The more modern arrays also have a software component that is loaded onto the server or management PC to configure the array.
What make and model is the array?
Dave Unverhau_1
Honored Contributor

Re: How do I mount a external disk array to my server

Henry,

If you can provide more specific info, such as the server model, type of I/O card in the server, and model # of the disk array, we can probably provide better help.

Best Regards,

Dave
Romans 8:28
Henry Chua
Super Advisor

Re: How do I mount a external disk array to my server

Mange to resolve the problem.. thanks guys!!