Disk Enclosures
1752808 Members
5871 Online
108789 Solutions
New Discussion юеВ

Re: How to craete the file sytem on already created LUNs of Array VA7110

 
SOLVED
Go to solution
guru_6
Advisor

How to craete the file sytem on already created LUNs of Array VA7110

Sir,
I have create the LUNs (0,1,2,3)on array VA7110. Now I require steps to create the Logical volumes and the file system so that I can create the mount poit to get the working space on the Array.
I have already installed the Commndview SDM. The Server is HP9000 rp3440. The Array is connected through SAN swith 2/8V

Pl guide me to configure the same.

Regards
Neeraj
4 REPLIES 4
Shaikh Imran
Honored Contributor

Re: How to craete the file sytem on already created LUNs of Array VA7110

Hi Neeraj,

The VA7110 comes with a very easy to use GUI and MUI. if you've installed commandView, then just type cvui at the hp-ux prompt and you can go through the menus to configure the LUNs.

Also, the CommandView CD-ROM has a complete manual on the setup and configuration of CommandView.


Regards,



I'll sleep when i am dead.
Sunil Sharma_1
Honored Contributor

Re: How to craete the file sytem on already created LUNs of Array VA7110

Neeraj,

Step by step procedure is below.

1. login as root on HP UX server
2. #ioscan (Make sure new LUNs are visiable)
3. insf -e (It will create device file for new LUNS)
4. vgcreate
5.lvcreate
5. newfs
6. mount

If you ar enot familer with these commands you can use sam to do this
#sam

it's GUI tool

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
guru_6
Advisor

Re: How to craete the file sytem on already created LUNs of Array VA7110

Hi,
One confusion, I am getting the output of ioscan -funCdisk like this...
ioscan -funCdisk|more
Class I H/W Path Driver S/W State H/W Type Description
==========================================================================
disk 0 0/0/2/0.0.0.0 sdisk CLAIMED DEVICE TEAC DV-28E-C
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
disk 1 0/1/1/0.0.0 sdisk CLAIMED DEVICE HP 73.4GMAS3735NC
/dev/dsk/c2t0d0 /dev/rdsk/c2t0d0
disk 2 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 73.4GMAS3735NC
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
disk 27 0/4/1/0/4/0.1.0.0.0.0.0 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c11t0d0 /dev/rdsk/c11t0d0
disk 29 0/4/1/0/4/0.1.0.0.0.0.1 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c11t0d1 /dev/rdsk/c11t0d1
disk 31 0/4/1/0/4/0.1.0.0.0.0.2 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c11t0d2 /dev/rdsk/c11t0d2
disk 33 0/4/1/0/4/0.1.0.0.0.0.3 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c11t0d3 /dev/rdsk/c11t0d3
disk 26 0/4/1/0/4/0.1.1.0.0.0.0 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c13t0d0 /dev/rdsk/c13t0d0
disk 28 0/4/1/0/4/0.1.1.0.0.0.1 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c13t0d1 /dev/rdsk/c13t0d1
disk 30 0/4/1/0/4/0.1.1.0.0.0.2 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c13t0d2 /dev/rdsk/c13t0d2
disk 32 0/4/1/0/4/0.1.1.0.0.0.3 sdisk CLAIMED DEVICE HP
A6189B
/dev/dsk/c13t0d3 /dev/rdsk/c13t0d3


Now which device I have to select for creating the group. c11 or c13. And why its showing two device names.

Neeraj

Shaikh Imran
Honored Contributor
Solution

Re: How to craete the file sytem on already created LUNs of Array VA7110

Hi neeraj,

C11... = Primary Path &
C13... = Alternate Path.

Or you can take it vice-a-versa....

Example :
C11t0d3 is same LUN as c13t0d3 but there are 2 paths for that single LUN for redundancy.

see man vgcreate for how to mention these alternate paths... while creating a volume group.



Regards,


I'll sleep when i am dead.