VPATHS and HDisk/not able to add to NR-VG


 
Thread Tools Search this Thread
Operating Systems AIX VPATHS and HDisk/not able to add to NR-VG
# 1  
Old 10-30-2008
VPATHS and HDisk/not able to add to NR-VG

When I list the PV's using lspv i see both vpath and hdisk names being listed. I got the info that each vpath is configured for 4 hdisks. Problem is I am not able to add either the hard disks in vpath to the existing non-rootvg. ? need to know the basics of vpath ..
# 2  
Old 10-31-2008
Seems like you use SDD that creates vpath devices from the hdisks. The hdisks appear as often as there are paths, i.e. if you see every hdisk four times there are four paths from your server's FC adapter to the storage box. To make the best use of the multi path I/O you need to use the vpath devices for creating/extending a vg and must not use the hdisk devices. Basic SDD commands are hd2vp (to create vpath devices from hdisks) vp2hd (to remove the vpath device) and dpovgfix (if the vpath configuration got messed up).
# 3  
Old 10-31-2008
to list out a easy displayout the vpaths maped to disk yue the following
lsvpcfg
# 4  
Old 11-01-2008
I got this SDD related info on my AIX box



lslpp -l | grep -i sdd
devices.sdd.52.rte 1.6.0.2 APPLIED IBM Subsystem Device Driver
devices.sdd.52.rte 1.6.0.2 APPLIED IBM Subsystem Device Driver

Shockneck..
"Basic SDD commands are hd2vp (to create vpath devices from hdisks) vp2hd (to remove the vpath device) and dpovgfix (if the vpath configuration got messed up). "
I am unable to find these commands in my box... any comments on this

I got the following info from one of my colleague's

AIX 4.3 to 5.2 ...the san disk naming convension is vpath.....later version ie 5.3......it will show as hdisk

Is that the case





# 5  
Old 11-01-2008
Quote:
Originally Posted by nivaspIND
[...]
I am unable to find these commands in my box... any comments on this[...]
You need both the SDD package and the host attachment scripts. In case of ESS with FC which I assume you have this would be devices.fcp.disk.ibm2105.rte. With parallel SCSI connection replace fcp with scsi.

Quote:
Originally Posted by nivaspIND
I got the following info from one of my colleague's
[SIZE=2]
AIX 4.3 to 5.2 ...the san disk naming convension is vpath.....later version ie 5.3......it will show as hdisk

Is that the case
I am afraid not. You can convert vpath to hdisk if you don't want to use vpath devices. But SDD naming convention did not change and most likely won't change in the future as both ESS and SDD are not developed any further.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

How can I map hdisk# to rhdisk#?

Some storage/disks have been added to an existing AIX 6.1 server. The admin sent me the list of hdisk#'s for the new disks, but I need the corresponding rhdisk# for the same hdisk. (I know from past experience that the rhdisk that maps to an hdisk is not always the same number. For instance,... (5 Replies)
Discussion started by: sbrower
5 Replies

2. Shell Programming and Scripting

Fetching hdisk sequence

Hi, Planning to implement script to fetch whether the hdisks are in proper sequence. Need output for incorrect sequence Correct #lspv hdisk0 hdisk1 hdisk2 :::::::::::: hdisk5 Incorrect sequence #lspv hdisk0 hdisk6 hdisk7 hdisk10 Any idea pls share (2 Replies)
Discussion started by: ksgnathan
2 Replies

3. AIX

Quorum and hdisk issue

Hi. I found an issue with my appvg present in my server.my server is a single node and not part of hacmp. pmut3# lspv hdisk0 00c5c9cf92ebb96a rootvg active hdisk1 00c5c9cfcf30eee9 appvg hdisk2 00c5c9cfcf30ef98 ... (5 Replies)
Discussion started by: newtoaixos
5 Replies

4. AIX

Find hdisk# based on LV name

I know the lv name (i.e. dprod_0000017). #lslv dprod_0000017 LOGICAL VOLUME: dprod_0000017 VOLUME GROUP: prod01vg LV IDENTIFIER: 00cb337d00004c0000000111d8566a5a.69 PERMISSION: read/write VG STATE: active/complete LV STATE: opened/syncd TYPE: ... (2 Replies)
Discussion started by: Daniel Gate
2 Replies

5. AIX

Flashcopy, ghost hdisk ??

Hi all, I'm getting some errors on AIX regarding Flashcopy and volume group hard disks. The script that activates flashcopy showed this errors: Recreating Flashcopy for lun01_A1 Performing syntax check... Syntax check complete. Executing script... Script execution complete. SMcli... (1 Reply)
Discussion started by: enux
1 Replies

6. AIX

Dummy hdisk in AIX 6.1

How do you create a dummy hdisk with AIX 6.1? In previous versions, I've used this and works, but now I get this error. hostname:/:# mkdev -l hdisk57 -c disk -t osdisk -s scsi -p fscsi0 -w 0,10 -d Method error (/etc/methods/define): 0514-022 The specified connection is not valid. Any... (2 Replies)
Discussion started by: kah00na
2 Replies

7. AIX

add SSA pdisk to array to become hdisk

May I know how can I add a new SSA pdisk into array and become usable hdisk? I have inserted a 36GB SSA disk into enclosure and done the "cfgmgr" and I can see it already been regconized as pdisk47. I would like to make it a system disk in order for me to add to my volume group. Please let me... (3 Replies)
Discussion started by: kwliew999
3 Replies

8. AIX

load_balance or round_robin on hdisk

Hi, in an environment with svc's and ds8xxx wat disk algorithm should be used and what is the difference here: I can set the algorithm to Load_balance and to Round_robin (see output below). some info: hdisk3 ******** MPIO FC 2145 devices.sddpcm.53.rte 2.2.0.0 COMMITTED ... (1 Reply)
Discussion started by: raba
1 Replies

9. AIX

vpath to an hdisk

Is there a simply way for me to map a vpath to an hdisk on AIX 5.2? (5 Replies)
Discussion started by: 2dumb
5 Replies

10. UNIX for Advanced & Expert Users

AIX hdisk error

Does anyone have an idea what this means? hdisk10 is part of vg1. (vg1 has 11 hdisks) I get this msg every morning @ 5:04 CST This is the orignal message: A PROBLEM WAS DETECTED ON Fri Aug 17 03:02:09 PDT 2001 801014 The Service Request Number(s)/Probable Cause or... (2 Replies)
Discussion started by: Optimus_P
2 Replies
Login or Register to Ask a Question