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
10 AIX Commands to Add to Your Toolbox
Viewed 4245 times since Sat, May 19, 2018
AIX, Networking↑ Adding and deleting a static network route using the command line
Viewed 2570 times since Fri, Apr 19, 2019
AIX lsdevinfo
Viewed 10212 times since Mon, Jun 3, 2019
AIX: Script to check if all paths are consistent and available
Viewed 3107 times since Tue, Jun 12, 2018
Remove disk from volumegroup in AIX
Viewed 6680 times since Tue, Apr 16, 2019
Create volume groups on AIX - Normal Big Scalable
Viewed 6643 times since Thu, Feb 21, 2019
Epoch & Unix Timestamp Conversion Tools
Viewed 55873 times since Fri, Jun 22, 2018
Got Duplicate PVIDs in Your User VG? Try Recreatevg!
Viewed 3288 times since Fri, Feb 1, 2019
AIX Commands Related to Boot and Init Process
Viewed 4483 times since Tue, Apr 16, 2019
Monitor logfiles and command output on AIX using multitail.
Viewed 2227 times since Thu, Feb 21, 2019