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
Kerberos, Active Directory and AIX
Viewed 5973 times since Mon, Jun 25, 2018
10 AIX Commands to Add to Your Toolbox
Viewed 4053 times since Sat, May 19, 2018
HOWTO: Implement SEA Failover with Dual VIOS
Viewed 7062 times since Tue, Jun 4, 2019
Using AIX VG mirroring in combination with hardware snapshots
Viewed 4592 times since Sat, May 25, 2019
Create a mksysb + SPOT using NIM (CLI)
Viewed 5311 times since Tue, Jul 17, 2018
HOWTO: Copy a filesystem on AIX
Viewed 2136 times since Mon, May 28, 2018
Using Kerberos security with Server for NFS
Viewed 8816 times since Wed, Jun 27, 2018
Calculate hdisk READ / WRITE throughput (sequential IO) from AIX systems
Viewed 2362 times since Thu, Feb 21, 2019
AIX - How to shutdown or reboot
Viewed 3998 times since Fri, Jun 8, 2018
Customizing a NIM Client Restore With a Post-Install Script
Viewed 10609 times since Wed, May 30, 2018