Add new LUN in AIX

Hello all!
I have not so much experience with AIX
We have test p5 server. On server was deployed VIOS + 3 LPAR + AIX6.1
There is a test HACMP cluster of two nodes, the cluster is identical to production cluster (all clusters and hosts have been configured by specialist of integrator company and the previous admin)
In the cluster resource group, there is one LUN, which was mapped from storage - DS3524
The task - to add a new LUN on AIX, and then add it to the resource group.
I create new LUN - 400GB on the DS3524
Next I successfully mapped new LUN to LPAR, by using datastore manager console, because WWN is already registered on Datastorage, i though that AIX should be able to see new LUN
In VIOS I have not changed anything. Thoughts aloud - as I understand VIOS present resources LAN,IO,CPU etc. to LPAR? orrect me if I'm wrong
However mapping new LUN on AIX does not work
I can not create a volume group, an error citing the lack of drive in the system:
Although i think that OS able to see new LUN, according to the findings of the command - lsdev -Cc disk
Actually that's the results themselves commands

The output of lspv:

hdisk0 0003f6e5091283af None
hdisk1 0003f6e5c74dae18 oravg concurrent
hdisk2 0003f6e5402bbc38 None
hdisk3 0003f6e5402a0a9f None
hdisk4 0003f6e5445ab125 u01vg active
hdisk5 0003f6e5445aaf97 None
hdisk6 0003f6e5b70e961d None
hdisk7 0003f6e58e9269cd None
hdisk9 0003f6e542ae876e oravg concurrent
hdisk11 0003f6e53b40ad40 oravg concurrent
hdisk10 0003f6e5aad748d4 oravg concurrent
hdisk12 0003f6e53eaf0b79 rootvg active
hdisk13 0003f6e53eaf1caa None
hdisk14 0003f6e53eaf4d2a None
hdisk15 0003f6e540767a65 rootvg active
hdisk16 0003f6e50748d7ac None

Output of the command lsdev -Cc disk:

hdisk0 Available Virtual SCSI Disk Drive
hdisk1 Available 01-08-01 MPIO IBM 2076 FC Disk
hdisk2 Available 01-08-01 MPIO IBM 2076 FC Disk
hdisk3 Available 01-08-01 MPIO IBM 2076 FC Disk
hdisk4 Available 01-08-01 MPIO DS3500 Disk
hdisk5 Available 01-08-01 MPIO DS3500 Disk
hdisk6 Available 01-08-01 MPIO DS3500 Disk
hdisk7 Available 01-08-01 MPIO DS3500 Disk
hdisk8 Defined 01-08-01 MPIO DS3500 Disk
hdisk9 Available 01-08-01 MPIO DS3500 Disk
hdisk10 Available 01-08-01 MPIO DS3500 Disk
hdisk11 Available 01-08-01 MPIO DS3500 Disk
hdisk12 Available 01-08-01 MPIO DS3500 Disk
hdisk13 Available 01-08-01 MPIO DS3500 Disk
hdisk14 Available 01-08-01 MPIO DS3500 Disk
hdisk15 Available 01-08-01 MPIO DS3500 Disk
hdisk16 Available 01-08-01 MPIO DS3500 Disk

Could you give some recomendations for solve this porblem, or some give some guide
Thanks in advance!

Recommendation 1. If you speak Russian, welcome to aixportal.ru.
Recommendation 2.

rmdev -Rdl hdisk8

Recommendation 3.

cfgmgr

and output in this topic together with lsdev before and after cfgmgr
Recommendation 4.

lscfg -vl fcs* | grep -E 'Adapter|Address'

on AIX and check what you see on your storage
Recommendation 5. I've never worked with DS3K, but on "normal" storages you have to specify the right OS type. In most cases - AIX, sometimes special HACMP to tell the storage that it has to work with the cluster.

Hello!
Thanks for your response!
I already registered in aixportal.ru, and today I create same post (in Russian)
Here there are output from commands that your recommend

root@aix1:@/>rmdev -Rdl hdisk8
hdisk8 deleted
root@aix1:@/>
root@aix1:@/>lspv
hdisk0          0003f6e5091283af                    None                                
hdisk1          0003f6e5c74dae18                    oravg           concurrent          
hdisk2          0003f6e5402bbc38                    None                                
hdisk3          0003f6e5402a0a9f                    None                                
hdisk4          0003f6e5445ab125                    u01vg           active              
hdisk5          0003f6e5445aaf97                    None                                
hdisk6          0003f6e5b70e961d                    None                                
hdisk7          0003f6e58e9269cd                    None                                
hdisk9          0003f6e542ae876e                    oravg           concurrent          
hdisk11         0003f6e53b40ad40                    oravg           concurrent          
hdisk10         0003f6e5aad748d4                    oravg           concurrent          
hdisk12         0003f6e53eaf0b79                    rootvg          active              
hdisk13         0003f6e53eaf1caa                    None                                
hdisk14         0003f6e53eaf4d2a                    None                                
hdisk15         0003f6e540767a65                    rootvg          active              
hdisk16         0003f6e50748d7ac                    None                                
root@aix1:@/>
root@aix1:@/>cfgmgr
root@aix1:@/>
root@aix1:@/>lspv
hdisk0          0003f6e5091283af                    None                                
hdisk1          0003f6e5c74dae18                    oravg           concurrent          
hdisk2          0003f6e5402bbc38                    None                                
hdisk3          0003f6e5402a0a9f                    None                                
hdisk4          0003f6e5445ab125                    u01vg           active              
hdisk5          0003f6e5445aaf97                    None                                
hdisk6          0003f6e5b70e961d                    None                                
hdisk7          0003f6e58e9269cd                    None                                
hdisk9          0003f6e542ae876e                    oravg           concurrent          
hdisk11         0003f6e53b40ad40                    oravg           concurrent          
hdisk10         0003f6e5aad748d4                    oravg           concurrent          
hdisk12         0003f6e53eaf0b79                    rootvg          active              
hdisk13         0003f6e53eaf1caa                    None                                
hdisk14         0003f6e53eaf4d2a                    None                                
hdisk15         0003f6e540767a65                    rootvg          active              
hdisk16         0003f6e50748d7ac                    None                                
root@aix1:@/>
root@aix1:@/>lscfg -vl fcs* | grep -E 'Adapter|Address'
  fcs0             U787B.001.0000000-P1-C3-T1  FC Adapter
        Network Address.............10000000C96AF8BD

---------- Post updated at 09:24 PM ---------- Previous update was at 09:21 PM ----------

My post on aixportal.ru - LUN AIX
If you are speaking Russian,I would be very grateful if you see my post

Thanks in Advance

:wink:
but let's try a little bit more -

cfgmgr -v

instead of cfgmgr