#HP-UX FC WWN port/node name extractor
for tach in `ls /dev/td*`
do
echo $tach
fcmsutil $tach|egrep 'Driver state|World Wide Name'
done
Friday, March 31, 2006
Subscribe to:
Post Comments (Atom)
Work related blog where I can keep a bunch of random UNIX stuff.
1 comment:
Thanks!!
Post a Comment