From 4b81abaec4a07c8a4366bfb6051aa9bf4bc0fb12 Mon Sep 17 00:00:00 2001 From: nott Date: Mon, 24 Oct 2011 16:21:27 +0000 Subject: [PATCH] add -f and -S options git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10871 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/aixvgsetup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/aixvgsetup b/xCAT/postscripts/aixvgsetup index c97cfd19a..1c517fed5 100755 --- a/xCAT/postscripts/aixvgsetup +++ b/xCAT/postscripts/aixvgsetup @@ -17,7 +17,7 @@ #--------------------------------------------------------------------------- # extend the root volume group with the new disk(s) -cmd="/usr/sbin/extendvg rootvg hdisk1" +cmd="/usr/sbin/extendvg -f rootvg hdisk1" result=`$cmd 2>/dev/null` rc=$? if [ $rc -ne 0 ]; then @@ -27,7 +27,7 @@ if [ $rc -ne 0 ]; then fi # create the mirror -cmd="/usr/sbin/mirrorvg rootvg hdisk1" +cmd="/usr/sbin/mirrorvg -S rootvg hdisk1" result=`$cmd 2>/dev/null` rc=$? if [ $rc -ne 0 ]; then