multipath giving error


 
Thread Tools Search this Thread
Operating Systems AIX multipath giving error
# 1  
Old 10-24-2011
Error multipath giving error

Hi,

Code:
# lspath
Missing hdisk0  fscsi0
Missing hdisk1  fscsi0
Missing hdisk2  fscsi0
Missing hdisk3  fscsi0
Missing hdisk4  fscsi0
Missing hdisk5  fscsi0
Missing hdisk6  fscsi0
Missing hdisk7  fscsi0
Missing hdisk8  fscsi0
Missing hdisk9  fscsi0
Missing hdisk10 fscsi0
Missing hdisk11 fscsi0
Missing hdisk0  fscsi1
Missing hdisk1  fscsi1
Missing hdisk2  fscsi1
Missing hdisk3  fscsi1
Missing hdisk4  fscsi1
Missing hdisk5  fscsi1
Missing hdisk6  fscsi1
Missing hdisk7  fscsi1
Missing hdisk8  fscsi1
Missing hdisk9  fscsi1
Missing hdisk10 fscsi1
Missing hdisk11 fscsi1
Missing dac0    fscsi0
Missing dac1    fscsi1
Enabled hdisk0  fscsi0
Enabled hdisk1  fscsi0
Enabled hdisk2  fscsi0
Enabled hdisk3  fscsi0
Enabled hdisk4  fscsi0
Enabled hdisk5  fscsi0
Enabled hdisk6  fscsi0
Enabled hdisk7  fscsi0
Enabled hdisk8  fscsi0
Enabled hdisk9  fscsi0
Enabled hdisk10 fscsi0
Enabled hdisk11 fscsi0
Enabled dac1    fscsi0
Enabled hdisk0  fscsi1
Enabled hdisk1  fscsi1
Enabled hdisk2  fscsi1
Enabled hdisk3  fscsi1
Enabled hdisk4  fscsi1
Enabled hdisk5  fscsi1
Enabled hdisk6  fscsi1
Enabled hdisk7  fscsi1
Enabled hdisk8  fscsi1
Enabled hdisk9  fscsi1
Enabled hdisk10 fscsi1
Enabled hdisk11 fscsi1
Enabled dac0    fscsi1
Enabled hdisk14 fscsi0
Enabled hdisk14 fscsi1
# lsdev -Cc disk
hdisk0  Available 03-01-01 MPIO DS5020 Disk
hdisk1  Available 03-01-01 MPIO DS5020 Disk
hdisk2  Available 03-01-01 MPIO DS5020 Disk
hdisk3  Available 03-01-01 MPIO DS5020 Disk
hdisk4  Available 03-01-01 MPIO DS5020 Disk
hdisk5  Available 03-01-01 MPIO DS5020 Disk
hdisk6  Available 03-01-01 MPIO DS5020 Disk
hdisk7  Available 03-01-01 MPIO DS5020 Disk
hdisk8  Available 03-01-01 MPIO DS5020 Disk
hdisk9  Available 03-01-01 MPIO DS5020 Disk
hdisk10 Available 03-01-01 MPIO DS5020 Disk
hdisk11 Available 03-01-01 MPIO DS5020 Disk
hdisk12 Defined   03-00-01 Other FC SCSI Disk Drive
hdisk13 Defined   03-01-01 Other FC SCSI Disk Drive
hdisk14 Available 03-00-01 MPIO DS5020 Disk

# lspath -l hdisk0
Missing hdisk0 fscsi0
Missing hdisk0 fscsi1
Enabled hdisk0 fscsi0
Enabled hdisk0 fscsi1
# lspath -l hdisk1
Missing hdisk1 fscsi0
Missing hdisk1 fscsi1
Enabled hdisk1 fscsi0
Enabled hdisk1 fscsi1

# oslevel -s
5300-11-02-1007

for all disk, what is the missing term and how can we resolve.

Thanks-
Shankar

Moderator's Comments:
Mod Comment Please use code tags

Last edited by zaxxon; 10-24-2011 at 10:18 AM.. Reason: code tags, see PM
# 2  
Old 10-24-2011
This looks like a dual VIO environment and one of the VIO servers has been shutdown.

---------- Post updated at 01:02 PM ---------- Previous update was at 01:01 PM ----------

Also it seems HDISK12 and 13 have been deleted at some time in the passed.
# 3  
Old 10-24-2011
Yes, it looks like hdisk12, 13 went away sometime in the past and I assume your problem is the other hdisk / dac devices.

Nope, this is direct attached DS or there wouldn't be the dac devices because a vios client shouldn't see those.

Looks like your dual fibre connections at either the AIX or the DS end have been swapped over at some point.

As with most problems like this, the usual solution is to rmdev -dl everything - disk, dac, dar, fscsi, fcs - and then reboot to bring them all back into line.

You could just rmdev -dl everything defined, if all else seems to be OK at the moment, but beware next time you reboot, or at 03:27 on Sunday morning when the system crashes and reboots for you, and you have to sort this out properly!

Or your RDAC to MPIO conversion went wrong and along with opening up the SAN zoning you are now left with some dead paths but this doesn't seem likely.

hdisk14 seems to have come in OK, when was this added?

You seem to have an enabled dac0 and 1 but the disks are MPIO... that doesn't sound quite right...

The usual...
Did it ever work properly and do you have any historical evidence?
What was done since then?
Have te SAN or storage guys been playing without telling you?

If you have support I'd recommend calling AIX and DS support to try and work out the best way out of this, they'll ask for a ton of data but to be honest we are just guessing without that data.

Good luck and HTH.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

If condition giving syntax error. Need help.

Hi, I have an if condition on executing it is giving syntax error as below: -------------------------------------------------------------------------------------- line 61: syntax error in conditional expression ./play_test.sh: line 61: syntax error near `]' ./play_test.sh: line 61: ` if... (2 Replies)
Discussion started by: ramki067
2 Replies

2. Shell Programming and Scripting

Shebang of non-existent interpreter not giving error

I read that whenever you provide wrong path at sha-bang it will generate an error with message "command not found", but when I run script with wrong path, it runs perfectly without generating any error. any reason ? #!/home/usrname/etc echo "hello" exit 0 (4 Replies)
Discussion started by: Qazi
4 Replies

3. Shell Programming and Scripting

Double bracket giving error

here is a small script I wrote: #! /bin/bash if ] then echo "argument is null" fi It is giving error: test.sh: any idea, why is it so? (2 Replies)
Discussion started by: vina201unx2011
2 Replies

4. Shell Programming and Scripting

bc giving error: (standard_in) 2: parse error

Below part of script, is working fine sometimes and gives error sometime. I am doing float operations, checking if x > y. ##########CODE########## THRESHOLD="1.25" ratio=$( echo "scale=2; ${prev}/${current}" | bc ) if ; then split_date=`echo ${line} | cut -d, -f2` fi ... (9 Replies)
Discussion started by: manishma71
9 Replies

5. Solaris

useradd giving error in solaris 10

Hi, I have installed Solaris 10 in my PC and now installing Oracle10, but while adding a user i am getting following error: useradd -g oinstall -G dba -d /export/home/oracle oracle UX: useradd: ERROR: Inconsistent password files. See pwconv(1M). I have tried pwconv command,... (4 Replies)
Discussion started by: amitanshu.verma
4 Replies

6. BSD

Xarchiver giving error messages

I have FreeBSD installed with Xarchiver and when extracting files through the file manager ("Extract here..." option) the following error pops up: tar: unrecognized option `--overwrite' Perhaps this is a known error and is there a way to solve it? (10 Replies)
Discussion started by: figaro
10 Replies

7. UNIX and Linux Applications

apt-get install giving error

Hello when i am giving a command apt-get install I am getting error as below: " apt-get: error while loading shared libraries: libapt-pkg-libc6.3-6.so.3.11: cannot open shared object file: No such file or directory " can u suggest what to do. https://www.unix.com/images/misc/progress.gif... (1 Reply)
Discussion started by: pradeepreddy
1 Replies

8. Linux

acroread command giving error

Hi, When I run the command acroread it is giving error ERROR: Cannot find installation directory. When I look at /usr/local/Adobe/Acrobat7.0/bin/ an exicutable file named acroread is there. When i run ./acroread from that directory it is working . What can i do so that I can give... (3 Replies)
Discussion started by: iamjayanth
3 Replies

9. UNIX for Advanced & Expert Users

script giving error

Hi All, i have an small issue... echo " " eval x=$@ export x=`echo $x` echo $x ssh user@ipadrss; cd /mbbv/home/; cd /mbbv/home/orange/orange/ echo pwd bash samplescript.sh $x above is my script which will triger from server A and will connect to server B for some... (2 Replies)
Discussion started by: Shahul
2 Replies

10. UNIX for Dummies Questions & Answers

/dev/rStp0 giving error

I do my backups using the following command find / -print |cpio -ocv >/dve/rStp0 It has been working fine for ages and suddenly I am getting this error :- Reached end of medium on output If you want to go on type device/file name when ready This happens after you press enter when... (1 Reply)
Discussion started by: workingstiff
1 Replies
Login or Register to Ask a Question