From c44b5bfc51abef5bd096be522f5be8f8ee5749cb Mon Sep 17 00:00:00 2001 From: mellor Date: Thu, 8 Apr 2010 19:40:38 +0000 Subject: [PATCH] HPC Integration -- need to start rsh for POE git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5720 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install b/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install index 9c538c88c..dc3283171 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install @@ -103,3 +103,9 @@ else /usr/bin/sed -i 's/MP_POE_LAUNCH=.*/MP_POE_LAUNCH=all/g' $installroot/etc/poe.limits fi + +# POE requires rsh to be running +/usr/bin/sed -i 's/disable.*/disable = no/g' $installroot/etc/xinetd.d/rsh + + +