From 255ea83e2496303f03cb4dac4db57407e8fac916 Mon Sep 17 00:00:00 2001 From: nott Date: Mon, 16 Mar 2009 12:49:33 +0000 Subject: [PATCH] add call to copycerts git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2912 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/servicenode | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xCAT/postscripts/servicenode b/xCAT/postscripts/servicenode index 50bb1468d..8c5ce19e3 100755 --- a/xCAT/postscripts/servicenode +++ b/xCAT/postscripts/servicenode @@ -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;