lspath -HF “name;connection;parent;path_status;status”
To remove the Missing paths, you can try the following:
# rmpath -dl hdisk5 -p vscsi0 -w <connection>
Note the connection ID in the lspath output for the Missing path, in this example is “870000000000”.
Use this connection ID as the argument for the -w option in the rmpath command, i.e
# rmpath -dl hdisk5 -p vscsi0 -w 870000000000
Then rerun lspath to ensure you have the expected vscsi0 path Enabled.