Add new LUN in AIX


 
Thread Tools Search this Thread
Operating Systems AIX Add new LUN in AIX
# 1  
Old 03-27-2015
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:
Code:
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:
Code:
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!

Last edited by Scrutinizer; 03-27-2015 at 05:26 AM.. Reason: CODE tags, formatting
# 2  
Old 03-27-2015
Recommendation 1. If you speak Russian, welcome to aixportal.ru.
Recommendation 2.
Code:
rmdev -Rdl hdisk8

Recommendation 3.
Code:
cfgmgr

and output in this topic together with lsdev before and after cfgmgr
Recommendation 4.
Code:
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.
# 3  
Old 03-27-2015
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
Code:
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

Last edited by rbatte1; 04-07-2015 at 08:05 AM.. Reason: Added CODE tags
# 4  
Old 03-27-2015
Quote:
and output in this topic together with lsdev before and after cfgmgr
;-)
but let's try a little bit more -
Code:
cfgmgr -v

instead of cfgmgr
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Changing AIX LUN paths

Hello, Looking for some guidance to changing how an AIX 6.1 server sees its luns. Presently they're connected via 1GB iscsi but I want to change it to 4GB fiber channel. Anyone done this before and if so is it an easy step? I'm thinking this can be done in this order: unmount the... (5 Replies)
Discussion started by: bbbngowc
5 Replies

2. Post Here to Contact Site Administrators and Moderators

AIX server do not detect LUN from HP storage

ssssssssssss (0 Replies)
Discussion started by: sampathenjoy
0 Replies

3. AIX

AIX help -reconnect EMC lun

we have an old AIX system with important data on an EMC LUN. the AIX server crashed and we had to rebuild it with the old AIX os 5.8. how do we reconnect the EMC LUN without losing the data? (15 Replies)
Discussion started by: jhudson12
15 Replies

4. AIX

Increase LUN size in AIX with VIOS and HACMP

Hello! I have this infraestructure: - 1 POWER7 with single VIOS on Site A. - 1 POWER6 with single VIOS on Site B. - 1 LPAR called NodeA as primary node for PowerHA 6.1 on Site A. - 1 LPAR called NodeB as secondary (cold) node for PowerHA 6.1 on SiteB. - 1 Storage DS4700 on Site A. - 1... (8 Replies)
Discussion started by: enzote
8 Replies

5. AIX

Mount a SAN LUN which contains clone copy - AIX 6.1

Hello Everyone, Can someone help me to mount a SAN hdisk which contains a clone data copy(san) of the remote server to the another machine. Both servers are running in AIX. Thanks in advance ! Regards, Gowtham.G (3 Replies)
Discussion started by: gowthamakanthan
3 Replies

6. Solaris

I have LUN ID, how to find disk relate to that LUN ID?

I have a list of LUN ID, my task is to find if disk has been added or not. How do I do that? I have been searching the forum and not able to find answer. thanks (4 Replies)
Discussion started by: uuontario
4 Replies

7. AIX

AIX not detecting LUN

Hello All, Really hoping someone can help. We have an AIX server connected to a Quantum SDLC sitting in front of an S10K library. The library has 3 logical partitions (two LTO4, one LTO3), so it requires 3 distinct medium changers. The SDLC presents the 3 luns (which are the medium... (1 Reply)
Discussion started by: jwholey
1 Replies

8. AIX

AIX vpath lun

Hi everyone, how can I check if I have LUNs in a server and the LUNīs vpath in AiX? thx (5 Replies)
Discussion started by: jcpetela
5 Replies

9. HP-UX

How to add Boot path for ALUA lun in EFI?

Hi All, I am trying to make a Boot from San setup on 11.31 IA64 (rx2660). The San array I am using is EMC Clariion with failover mode ALUA. Now, My setup is ready and I am able to boot my host from the Lun. I have 4 paths to my Lun from my host. Question is how do I add the entries in EFI... (0 Replies)
Discussion started by: barun agarwal
0 Replies

10. UNIX for Dummies Questions & Answers

Aix Add Gateway

I have a AIX lates OS. I;m trying to setup a remote office using a telnet section and for some reazon it wont let me login in to the server. I've done this type of configuration on a SCO 5.0.6 . In SCO there is a file call S99route and that is where you put the gateway and it works just... (3 Replies)
Discussion started by: josramon
3 Replies
Login or Register to Ask a Question