******Srikanth Chindam's Tech Docs++Views++IMP Notes******
This Blog is for getting information on UNIX flavors such as RHEL/CentOS/SuSE/Ubuntu and AIX.
General
AIX - Tips n Tricks
AIX Commands Sheet
AIX Useful Links
AIX log files
DLPAR issues sorted out
Mirror lv copies at same site: (Cross site mirroring)
RHEL 5 to RHEL 6/7/8/9 Upgrade or Migration
To check which process is initiating those ssh connections
Friday, 17 June 2016
Script to delete failed path MPIO in AIX :
for disk in `lspv awk '{ print $1 }'`
do
for path in `lspath -l $disk -F "status connection" | grep Failed | awk '{ print $2 }'`
do
echo $disk
rmpath -l $disk -w $path -d
done
done
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment