Operating System - HP-UX
1753816 Members
8237 Online
108805 Solutions
New Discussion юеВ

Re: ALLOCATING IBM STORAGE SPACE TO HP-UX SERVER

 
SOLVED
Go to solution

ALLOCATING IBM STORAGE SPACE TO HP-UX SERVER

Hi.

I need to allocate some disk space from an IBM Total Storage ESS 2105-800 to a HP N4000 server, running HP-UX 11.11.

The space's already been assigned. What do I have to do on the server side?

Thanks.
3 REPLIES 3
Sundar_7
Honored Contributor
Solution

Re: ALLOCATING IBM STORAGE SPACE TO HP-UX SERVER

1) # ioscan -fn

This will create hardware path entries

2) # insf -v -e

This will create the device files

Learn What to do ,How to do and more importantly When to do ?
Berd
Trusted Contributor

Re: ALLOCATING IBM STORAGE SPACE TO HP-UX SERVER

Once you've done the above you can then create or extend your volume groups, vgcreate or vgextend, and then create or extend your logical volumes, lvcreate or lvextend.

Regards,
Berd
Tim Medford
Valued Contributor

Re: ALLOCATING IBM STORAGE SPACE TO HP-UX SERVER

Hi Victor.

We use the same IBM storage array here. The setup process is really no different than any other storage. Once you identify the hardware paths with "ioscan -fnC disk", you simply run insf, pvcreate, vgcreate, lvcreate, etc..

Here's the output from an ioscan on our system.

(saifprod)/> ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
===========================================================================
disk 0 0/0/1/1.2.0 sdisk CLAIMED DEVICE HP 36.4GMAN3367MC
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
disk 1 0/0/2/0.2.0 sdisk CLAIMED DEVICE HP 36.4GMAN3367MC
/dev/dsk/c2t2d0 /dev/rdsk/c2t2d0
disk 2 0/0/2/1.2.0 sdisk CLAIMED DEVICE HP DVD-ROM 305
/dev/dsk/c3t2d0 /dev/rdsk/c3t2d0
disk 3 0/8/0/0.8.0.0.38.0.0 sdisk CLAIMED DEVICE IBM 2105800
/dev/dsk/c12t0d0 /dev/rdsk/c12t0d0
disk 4 0/8/0/0.8.0.0.38.0.1 sdisk CLAIMED DEVICE IBM 2105800
/dev/dsk/c12t0d1 /dev/rdsk/c12t0d1
disk 7 0/12/0/0.8.0.0.38.0.0 sdisk CLAIMED DEVICE IBM 2105800
/dev/dsk/c11t0d0 /dev/rdsk/c11t0d0
disk 8 0/12/0/0.8.0.0.38.0.1 sdisk CLAIMED DEVICE IBM 2105800
/dev/dsk/c11t0d1 /dev/rdsk/c11t0d1