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
AIX WIKIS developerworks
Viewed 2331 times since Sun, Jun 17, 2018
AIX PDF ALL
Viewed 6536 times since Mon, Jul 16, 2018
Backing up your VIOS configuration with viosbr.
Viewed 11538 times since Mon, May 28, 2018
How to Easily Generate AIX Systems Management Reports
Viewed 2944 times since Wed, May 30, 2018
How to check dual path in AIX
Viewed 13819 times since Fri, Jun 8, 2018
SSH-COPY-ID on AIX. SSH remote AIX’s box without password
Viewed 16751 times since Thu, Feb 21, 2019
AIX HOW TO CLONE A ROOTVG USING ALTERNATE DISK INSTALLATION ALTER_DISK_COPY
Viewed 16775 times since Sun, Jun 30, 2019
A tcpdump Tutorial and Primer with Examples
Viewed 5018 times since Sun, Jun 17, 2018
Script to make mksysb backup from NIM to LPAR
Viewed 3610 times since Thu, Feb 21, 2019
AIX Password expiry /etc/passwd
Viewed 18678 times since Wed, Jul 3, 2019