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 Cloning a rootvg using alternate disk installation
Viewed 10983 times since Sun, Jun 30, 2019
System Admin Mirrorvg without locking the volume group
Viewed 2716 times since Mon, May 21, 2018
AIX Undocumented AIX command lquerypv
Viewed 3229 times since Tue, Jul 17, 2018
Getting bosboot errors, don’t reboot just yet
Viewed 2508 times since Tue, Apr 16, 2019
AIX Reviewing AIX Error and Boot Logs
Viewed 2364 times since Wed, Mar 20, 2019
AIX Creating EtherChannel Devices from Command Line
Viewed 2473 times since Mon, Jun 3, 2019
Using Kerberos security with Server for NFS
Viewed 8630 times since Wed, Jun 27, 2018
AIX Errpt - Diag - Alog
Viewed 3106 times since Wed, Mar 20, 2019
How to determine why your AIX oslevel is downlevel (and a script to help!)
Viewed 3398 times since Fri, Jul 13, 2018
Getting list users and groups in AIX
Viewed 2770 times since Mon, May 28, 2018