Disk Enclosures
1751693 Members
4681 Online
108781 Solutions
New Discussion юеВ

Re: Adding LUNS / Extending LUNS

 
SOLVED
Go to solution
f. halili
Trusted Contributor

Adding LUNS / Extending LUNS

How do you add a LUN on a VA 7410? How do you extend a LUN if required?

Thanks,
f. halili
derekh
6 REPLIES 6
Ranjith_5
Honored Contributor
Solution

Re: Adding LUNS / Extending LUNS

Hi Halili,


1. Load Exceed / any other Xterminal software on your windows PC.

2. Set the display in the unix server shell where the VA is connected as follows.

#export DISPLAY=:0.0

3. In unix shell run
#launcher &

4.expand local host and select the storage name. Right click and run HP storage works command view SDM.

5.In CV SDM go to Lun Management.

6.Click on create lun. Then one of the redundancy group and type the capacity in GBs. Also Note down and document the Lun number.

7. After this do the following in unix shell.

#ioscan -f
#insf -e
#ioscan -fnC disk

Now you will find a new disk device in the ioscan list.

8. Now do the normal procedure to make the file system with this device. Hope you are comfortable with LVM commands.

Pls reply with your observations.

regards,
Syam
Ranjith_5
Honored Contributor

Re: Adding LUNS / Extending LUNS

halili,

There is no option for extending the lun with CV SDM. More over its not useful to extend the lun, if you are not having veritas volume manager installed in your machine.

If you want to increase your filesystem size , then go on creating new luns and add it to the respective logical volumes and then do #extendfs. Else #fsadm if you have online jfs with you.

Both Veritas volume manager and online jfs require seperate licence.

regards,
Syam
Nguyen Anh Tien
Honored Contributor

Re: Adding LUNS / Extending LUNS

Adding LUNs: you uses one of three ways(command line, cvui, launcher)(required installed Command view SDM)
1. Command Line:
Create Lun 30M Redundancy group 2
armcfg -a 30 -g 2 myArrayID
2,Cvui
just type cvui at prompt
Storage Device Selection

Choice Device Id Alias Device Type
===================================================================================================================================
1 50060b0000153289 DTWH HP Storage Array
2 FUJITSUMAM3367MCKP006573 HP JBOD Disk
3 FUJITSUMAM3367MCKP006613 HP JBOD Disk
4 Refresh

(1-4=Choice, a=App menu, h=Help, x=eXit)>1
Storage->HpArrayMain
DeviceID: 50060b0000153289
DevicePath: DATAWH2:/dev/dsk/c5t0d0 Alias: DTWH
DeviceType: HP Storage Array DeviceSn: 00SG243J0002
Product: HP-A6188A

Choice Description
=============================================================================
1 Create/Delete LUNs
2 View properties
3 Diagnostics
4 Configure operating parameters
5 Configure fibre channel
6 Security
7 Licensed features
8 Firmware

(1-8=Choice, a=App menu, b=Back, h=Help, x=eXit)>1

3. Launcher:
Connect to CDE of Server by xclient
#export DISPLAY=Xcliet'sIP:0.0
#launcher


YOU CANT NOT EXTEND CREATED LUN
HP is simple
Ranjith_5
Honored Contributor

Re: Adding LUNS / Extending LUNS

Good Morning Halili,

How are u?
Is your problem solved?

have a nice day.

regards,
Syam
f. halili
Trusted Contributor

Re: Adding LUNS / Extending LUNS

YES THANKS !
derekh
f. halili
Trusted Contributor

Re: Adding LUNS / Extending LUNS

thanks.
derekh