add call to copycerts

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2912 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2009-03-16 12:49:33 +00:00
parent cc1dab2678
commit 255ea83e24

View File

@ -121,6 +121,12 @@ sub setupAIXsn
}
}
# call copycerts
if (&runcmd("/opt/xcat/sbin/copycerts") != 0) {
$msg = "$::sdate servicenode: Could not run copycerts.\n";
`logger -t xcat $msg`;
}
# get the xCAT credentials from the server
&getcreds;