Sponsored Content
Full Discussion: multipath giving error
Operating Systems AIX multipath giving error Post 302567422 by JATA01 on Monday 24th of October 2011 07:23:03 AM
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
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
All times are GMT -4. The time now is 11:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy