move stopxcatd after backup

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7146 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-08-19 13:59:06 +00:00
parent 7cba4d28da
commit 7ae240ad2f

View File

@ -190,8 +190,6 @@ if (($odbconly == 0) && ($::xcatrunningpgsql == 0))
if (($::INIT) && ($::xcatrunningpgsql == 0))
{
# shutdown the xcatd daemon while migrating
&shutdownxcatd;
#
# Backup current database
@ -209,6 +207,9 @@ if (($::INIT) && ($::xcatrunningpgsql == 0))
&backupxcatdb;
# shutdown the xcatd daemon while migrating
&shutdownxcatd;
#
# Get MN name from site.master in backed up database
# if that does not exist use resolved hostname
@ -415,7 +416,7 @@ sub backupxcatdb
}
# back it up
my $cmd = "XCATBYPASS=1 dumpxCATdb -p $::backupdir";
my $cmd = " dumpxCATdb -p $::backupdir";
xCAT::Utils->runcmd($cmd, 0);
if ($::RUNCMD_RC != 0)
{