Disk Enclosures
1748109 Members
4139 Online
108758 Solutions
New Discussion юеВ

Re: how to create LUNs for fc60

 
SOLVED
Go to solution
reuben_8
Occasional Contributor

how to create LUNs for fc60

fc60,4*sc10,4*5 disk:
LUN0 2disk(0+1,free)
LUN1 2disk(0+1,free)
LUN2 2disk(0+1,used)
LUN3 2disk(0+1,used)
LUN4 2disk(0+1,used)
LUN5 2disk(0+1,used)
LUN6 2disk(0+1,used)
LUN7 2disk(0+1,used)
HOT SPARE 3disk
1disk,free
I would take 1disk from "HOT SPARE" and "1disk free" to be "LUN8 2disk(0+1)",how to do it,thanks
10 REPLIES 10
Pete Randall
Outstanding Contributor

Re: how to create LUNs for fc60

First, remove the Hot Spare using xstm:
Select: Tools > Expert Tool > Run
Select: Utilities > Hot Spare > Delete

The Bind your new lun using xstm:
Select: Tools > Expert Tool > Run
Select: Utilities > Bind LUN


Pete



Pete
reuben_8
Occasional Contributor

Re: how to create LUNs for fc60

db02:/ # xstm
Error: Can't open display:
Error: Couldn't find per display information
Pete Randall
Outstanding Contributor

Re: how to create LUNs for fc60

Reuben,

Either set your display (export display=ip_address:0.0

or use the non-graphical interface: mstm.


Pete



Pete
Tim D Fulford
Honored Contributor

Re: how to create LUNs for fc60

removing GHS, assuming FC60 alias is fc60

Remove Hot sapre disk X:Y
# ammgr -d fc60
Configure LUN8 (RAID 1)
# amcfg -L A:8 -d -r1 -s 64 fc60

-L A:8 is Lun8 on A controller (-L B:8 would be B controller)
-s is the segment size, here I've used 64k (4, 8, 16, 32, 64 are allowed)
-r1 is raid 1
X:Y is the disk ID of GHS & x:y is the disk ID of free disk

Regards

Tim
-
reuben_8
Occasional Contributor

Re: how to create LUNs for fc60

Remove Hot sapre disk 5:3
# ammgr -d 5:3 fc60
Configure LUN8 (RAID 1)
# amcfg -L A:8 -d 5:3,4:2 -r1 -s 64 fc60

hello tim,is it right?
Uday_S_Ankolekar
Honored Contributor

Re: how to create LUNs for fc60

I guess commands should be armmgr and armcfg.

-USA..
Good Luck..
Pete Randall
Outstanding Contributor

Re: how to create LUNs for fc60

$ man armmgr
No manual entry for armmgr.
$ man armcfg
No manual entry for armcfg.
$


Pete



Pete
Uday_S_Ankolekar
Honored Contributor

Re: how to create LUNs for fc60

Sorry... it is amcfg and ammgr for FC60 lun configuration

-USA
Good Luck..
Eugeny Brychkov
Honored Contributor

Re: how to create LUNs for fc60

Instead of using xstm you can try mstm.
Remember when creating LUNs to bind disks located in different SC10 disk enclosures. In this case if total enclosure will go down LUNs will still be alive
Eugeny