1751969 Members
4717 Online
108783 Solutions
New Discussion юеВ

Re: Create LUN

 
Linda_52
Occasional Contributor

Create LUN

I need to create a LUN. Is this something you normally do yourself or do you contact HP? Are there any easy steps to follow?
7 REPLIES 7
Patrick Wallek
Honored Contributor

Re: Create LUN

What type of disk array are you creating a LUN on? Most arrays you should be able to create a LUN yourself.

Let us know the type of array and we might be able to help more.
Todd McDaniel_1
Honored Contributor

Re: Create LUN

If you mean to create a new disk device, all you do is this..

ioscan -f
insf -e


Then ls -lrt /dev/dsk to see your new devices.
Unix, the other white meat.
Linda_52
Occasional Contributor

Re: Create LUN

I have a 7110 Array.
Todd McDaniel_1
Honored Contributor

Re: Create LUN

Creating LUNS depends usu on your h/w support for the array.

In my case EMC installs new disks which are sized for LUNS and allocated and then are manipulated with EMC tools for zoning and mapping to my host.

You probably need technical support from your vendor.
Unix, the other white meat.
James A. Donovan
Honored Contributor

Re: Create LUN

With the VA7110, you should have the CommandView software installed, and you can use the armcfg utility or create it through the GUI launcher utility.

This manual for the VA series is your best bet for getting started...

http://h200007.www2.hp.com/bc/docs/support/SupportManual/lpg60188/lpg60188.pdf

Remember, wherever you go, there you are...
Tim D Fulford
Honored Contributor

Re: Create LUN

man armcfg

From memory..

# armcfg -L -a

n is the LUN number.

then
# ioscan -f
# insf -e
# ioscan -f

Tim
-
Karthik S S
Honored Contributor

Re: Create LUN

And if you dont have command view SDM you can connect a serial console to the RS232 port of the VA array and use the following commands to configure,

vfphelp Displays a description of each command.
vfpsetup Performs Virtual Front Panel configuration.
vfpdsp Displays subsystem status.
vfpcfg Performs subsystem configuration (LUN creation).
vfpmgr Performs subsystem management operations.
vfpfmt Performs an subsystem format.
vfprbld Performs rebuild operations.
vfprecover Performs NVRAM recovery operations.
vfpsecure Performs security operations.
Vfplog Displays Logs


To Create a LUN:
vfpcfg -L -a [{G|g}|{K|k}] ├в g

To delete a LUN:
vfpcfg -L -d


(vfpdsp will show you the array ID)

-Karthik S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn