From 862c94cbd1c591e54ca8b1e3a8e113d1bdb25456 Mon Sep 17 00:00:00 2001 From: yinle Date: Mon, 28 Oct 2013 04:46:25 -0700 Subject: [PATCH] Add AIX check in confignics --- 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=''