Re: [xcat-user] remoteshell postscript failing on new CentOS 7.5 image

2018-08-31 Thread Song BJ Yang
hi Jonathan,       "getcredentials.awk" expect 2 environment variables:  USEOPENSSLFORXCAT=1 XCATSERVER=:3001 and 1 argument, i.e, the name of the credential,  such as "ssh_rsa_hostkey"   so you can export the 2 environment variables first,  run allowcred.awk in background with "./allowcred.awk &",

Re: [xcat-user] remoteshell postscript failing on new CentOS 7.5 image

2018-08-29 Thread Jonathan Casco
ian District Beijing 100193, PRC 北京市海淀区东北旺西路8号中关村软件园28号楼 邮编: 100193 - Original message - From: Jonathan Casco To: Russell Auld , xCAT Users Mailing list Cc: Subject: Re: [xcat-user] remoteshell postscript failing on new CentOS 7.5 image Date: Thu, Aug 23, 2018 9:07 PM Hello, T

Re: [xcat-user] remoteshell postscript failing on new CentOS 7.5 image

2018-08-27 Thread Song BJ Yang
at-user] remoteshell postscript failing on new CentOS 7.5 image   Please ensure that "awk" is installed and located at the location called for by the first line of those scripts. Check the package list that you're using in your OS image and explicitly add "gawk.x86_64".Somet

Re: [xcat-user] remoteshell postscript failing on new CentOS 7.5 image

2018-08-23 Thread Jonathan Casco
, 2018 at 7:05 AM To: xCAT Users Mailing list , Jonathan Casco Subject: Re: [xcat-user] remoteshell postscript failing on new CentOS 7.5 image Please ensure that "awk" is installed and located at the location called for by the first line of those scripts. Check the package list that yo

Re: [xcat-user] remoteshell postscript failing on new CentOS 7.5 image

2018-08-23 Thread Russell Auld
Please ensure that "awk" is installed and located at the location called for by the first line of those scripts. Check the package list that you're using in your OS image and explicitly add "gawk.x86_64". Sometimes dependencies change and things that used to get implicitly installed are no long

Re: [xcat-user] remoteshell postscript failing on new CentOS 7.5 image

2018-08-22 Thread Song BJ Yang
`updatenode` will download all the postscripts from "/install/postscripts/" on MN to "/xcatpost/" on CN.   so please make sure whether the missing files exist in  "/install/postscripts/" on MN. If yes, then check whether there is  some issue on the httpd/apache server side during downloading, you c

[xcat-user] remoteshell postscript failing on new CentOS 7.5 image

2018-08-22 Thread Jonathan Casco
Hello, I am working on updating our stateless boot images and during my testing with a new CentOS 7.5 image the remoteshell postscript fails causing the ssh keys to not be copied over correctly. This same postscript works for our CentOS 7.1 image as well as various CentOS 6 images. The error I