AIX lspath Missing path

Reviewing disk paths, I found some paths showing as Missing and some enabled on the same fscsi

root@aix:/ # lspath -l hdisk31
Enabled hdisk31 fscsi0
Missing hdisk31 fscsi0
Enabled hdisk31 fscsi0
Missing hdisk31 fscsi0
Enabled hdisk31 fscsi2
Missing hdisk31 fscsi2
Enabled hdisk31 fscsi2
Missing hdisk31 fscsi2

To correct this situation we will remove the path and recognize again. Check if there is a disk with only one path

root@aix:/ # lspath

Remove one path, run cfgmgr. Remove the other one and run cfgmgr

root@aix:/ # rmpath -p fscsi2 -d
root@aix:/ # cfgmgr
root@aix:/ # rmpath -p fscsi0 -d
root@aix:/ # cfgmgr

It should display like this

root@aix:/ # lspath -l hdisk31
Enabled hdisk31 fscsi0
Enabled hdisk31 fscsi0
Enabled hdisk31 fscsi2
Enabled hdisk31 fscsi2

0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Monitoring Events with AIX Audit
Viewed 5607 times since Wed, May 30, 2018
AIX Resolving "missing" or "removed" disks in AIX LVM
Viewed 6131 times since Tue, Aug 6, 2019
AIX: Script to create a file with commands to remove missing & failed paths
Viewed 4018 times since Tue, Jun 12, 2018
AIX check the HBA status
Viewed 18291 times since Tue, May 22, 2018
How to install filesets/software in aix?
Viewed 7378 times since Mon, Jul 8, 2019
Useful AIX commands
Viewed 10981 times since Sun, Jun 17, 2018
SNAP in AIX
Viewed 12709 times since Mon, Sep 17, 2018
AIX perf how to
Viewed 20302 times since Tue, Aug 14, 2018
What is OS Watcher Utility and How to use it for Database Troubleshooting ?
Viewed 31890 times since Thu, Jun 21, 2018
Authenticate AIX using MS DC’s kerberos servers (Active Directory)
Viewed 2838 times since Thu, Feb 21, 2019