Add check in confignics to give message to AIX user.

This commit is contained in:
yinle 2013-10-28 06:33:44 -07:00
parent 0c7e33c045
commit 8ecf88438c

View File

@ -45,6 +45,11 @@ bool_cfg_inst_nic=0
str_inst_nic=''
str_ib_nics=''
str_os_type=`uname | tr 'A-Z' 'a-z'`
if [ "$str_os_type" = "aix" ];then
logger -t xcat -p local4.err "confignics: aix does not support in this build"
echo "confignics: aix does not support in this build"
exit 0
fi
bool_remove=0
num_iba_ports=
str_all_nics=''