Remove error msgs for rpm command.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2316 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2008-10-10 15:13:11 +00:00
parent 2223c84feb
commit ef7b6409e3

View File

@ -195,12 +195,7 @@ sub setupAIXsn
# install rpms
my $rpmcmd = "rpm -U /xcatpost/AIX/xcatpkgs/*.rpm";
if (&runcmd($rpmcmd) != 0) {
$msg = "$::sdate servicenode: Could not install xCAT RPMs.\n";
`logger -t xcat $msg`;
$error++;
}
&runcmd($rpmcmd);
# so conserver will start
if (&runcmd("mkdir -p /var/log/consoles")!= 0) {