Quantcast
Channel: » AIX
Viewing all articles
Browse latest Browse all 11

How to remove failed paths with sdd in AIX?

$
0
0

You can remove all the failed paths from your AIX system, so to remove the failed paths follow the below procedure:

lspath -s failed -F”name:connection:parent:path_status:status”|tr ‘:’ ‘ ‘|while read a b c;do rmpath -dl $a -w $b ;done

After successfully executing the above command, run it to Rescan the paths :

cfgmgr -v

It's only fair to share...Share on FacebookShare on Google+Share on LinkedInPin on PinterestShare on RedditShare on StumbleUponShare on TumblrDigg thisTweet about this on Twitter

Viewing all articles
Browse latest Browse all 11

Trending Articles