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:
parent
cc1dab2678
commit
255ea83e24
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user