Search Results

Search: Posts Made By: akitafan
Forum: AIX 08-04-2014
6,884
Posted By akitafan
Why not just add $USER to the dictionary file.
Why not just add $USER to the dictionary file.
20,742
Posted By akitafan
for SERVER in `cat server-list` do ping -c 1...
for SERVER in `cat server-list`
do
ping -c 1 $SERVER | awk '{ print $2"\t"$3 }' | head -n 1 | tr -d '()'
done
Forum: AIX 03-27-2014
2,397
Posted By akitafan
Finding WWN's
for HBA in $(lsdev -Cc adapter | grep fcs | awk '{print $1}')
do
HOST=$(uname -n)
WWN=$(lscfg -vl $HBA | grep Network)
echo $HOST $HBA $WWN
done


Thanks for trying to help,...
1,549
Posted By akitafan
On AIX try using prtconf Solaris prtconf or...
On AIX try using prtconf
Solaris prtconf or possibly arch -k
HP/UX try model, getconf or machinfo
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 11:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy