shutdown xcatdb after backing up the database to avoid error in bypass

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

View File

@ -244,8 +244,6 @@ if (($::INIT) && ($::xcatrunningdb2 == 0))
{
if ($::SERVER)
{ # setting up server
# shutdown the xcatd daemon while migrating
&shutdownxcatd;
#
# Backup current database
@ -262,6 +260,8 @@ if (($::INIT) && ($::xcatrunningdb2 == 0))
}
&backupxcatdb;
# shutdown the xcatd daemon while migrating
&shutdownxcatd;
#
# Get MN name from site.master in backed up database
@ -488,7 +488,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)
{