From 8ecf88438cbb338a3ac2129c9eab1bd2be7101d6 Mon Sep 17 00:00:00 2001 From: yinle Date: Mon, 28 Oct 2013 06:33:44 -0700 Subject: [PATCH] Add check in confignics to give message to AIX user. --- xCAT/postscripts/confignics | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xCAT/postscripts/confignics b/xCAT/postscripts/confignics index f523d9b1c..37fe95bd8 100755 --- a/xCAT/postscripts/confignics +++ b/xCAT/postscripts/confignics @@ -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=''