AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Operatingsystems
#Servers
#AIX
#Power

 View Only
Expand all | Collapse all

How to clear the status "Missing" of hdisk when check multipath

  • 1.  How to clear the status "Missing" of hdisk when check multipath

    Posted Sun April 03, 2016 12:27 PM

    Originally posted by: promes


    Hello Everybody,

    My system is running AIX 7.1. When I check multipath on a hdisk, I saw the status "Missing"

    # lspath -l hdisk5 -H -F"name parent path_id connection status"
    name   parent path_id connection                     status

    hdisk5 fscsi1 0       5000097408485d1c,1000000000000 Missing
    hdisk5 fscsi0 1       5000097408485d5c,1000000000000 Missing
    hdisk5 fscsi0 2       5000097408485d1c,1000000000000 Enabled
    hdisk5 fscsi1 3       5000097408485d5c,1000000000000 Enabled

    What is the status "Missing" ? How to remove this status or clear it ?

    Many thanks,


    #AIX-Forum


  • 2.  Re: How to clear the status "Missing" of hdisk when check multipath

    Posted Tue April 05, 2016 06:46 AM

    Originally posted by: sanket


    The missing status indicates that the path was defined in a previous boot, but it was not detected in the most recent boot of the system.

    It could be because the connection to the disk from these paths are broken.

    Check you connections for missing path and after correcting the issue run cfgmgr.

     

    Thanks


    #AIX-Forum


  • 3.  Re: How to clear the status "Missing" of hdisk when check multipath

    Posted Tue April 05, 2016 09:08 AM

    Originally posted by: MattDulson


    If you can't or don't need to "fix" the missing paths, then this article explains how to remove them: http://www.ibmsystemsmag.com/aix/tipstechniques/systemsmanagement/removing-missing-paths/

    Failing that, they can be removed directly (although I'd recomend not mucking about with the ODM unless unavoidable) via command: "odmdelete -q path_status=3 -o CuPath"


    #AIX-Forum