Dear all,

2nd of the "newbie series" questions.

the postinstall scripts contain:

[root@master post-install]# grep xcatdsklspost *
17all.runxcatpost:if [ ! -f "/opt/xcat/xcatdsklspost" ];then
17all.runxcatpost:    echo "sysclone require /opt/xcat/xcatdsklspost,
but it can not be found. return error!"

And indeed the error is thrown when we try to deploy an image coming
from imgcapture.

Checking if the file is really therea and yes, this is not in the image:

[root@master xcat]# ls -l
total 4
-rw-r--r-- 1 root root 31 Feb  9 21:11 xcatinfo
[root@master xcat]# pwd
/install/sysclone/images/wnfg/opt/xcat


But it has been put into the image inside a different directory (/xcatpost):

[root@cmu xcatpost]# ls xcatdsklspost
xcatdsklspost
[root@cmu xcatpost]# pwd
/install/sysclone/images/wnfg/xcatpost
[root@cmu xcatpost]#


We followed the instructions from here:

https://sourceforge.net/p/xcat/wiki/Using_Clone_to_Deploy_Server/#install-and-configure-the-golden-client

so basically:

 imgcapture <golden-client> -t sysclone -o <mycomputeimage>
 nodeset <target-node> osimage=<mycomputeimage>
 rsetboot <target-node> net
 rpower <target-node> boot


Is there a step missing to "prepare" the image? Or do we hit a bug here?

Any hint is appreciated!

Best regards

  Torsten


-- 
Dr. Torsten Harenberg     harenb...@physik.uni-wuppertal.de
Bergische Universitaet
Fakultät 4 - Physik       Tel.: +49 (0)202 439-3521
Gaussstr. 20              Fax : +49 (0)202 439-2811
42097 Wuppertal


_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to