hi Firat,
 
For Oracle Linux 6.9, http://docs.oracle.com/cd/E37670_01/E41137/html/ch03s01s01.html
# Root password
rootpw --iscrypted SHA512_password_hash
 
You can try to generate the SHA512_password_hash with the following command:  
python -c 'import crypt; print(crypt.crypt("My Password"))'
 
if the issue still exist, this might be a bug for oracle linux,  you can open a bug to oracle
 
------------------------------------------------------------------------------
YANG Song (杨嵩)
IBM China System Technology Laboratory
Tel: 86-10-82452903
Email: yang...@cn.ibm.com
Address: Building 28, ZhongGuanCun Software Park,
No.8, Dong Bei Wang West Road, Haidian District Beijing 100193, PRC

北京市海淀区东北旺西路8号中关村软件园28号楼
邮编: 100193
 
 
----- Original message -----
From: Long LA Cheng/China/IBM
To: Xiao Peng Wang/China/IBM@IBMCN, Song BJ Yang/China/IBM@IBMCN
Cc:
Subject: Re: Fw: Re: [xcat-user] kickstart error
Date: Thu, May 11, 2017 10:49 AM
 
Hi xiaopeng,
 
I don't know what's wrong with this error in kickstart configuration of oracle linux.
 
As the sender has already change the 'rootpw' in the kickstart  template file manually, the error remains. This may not be the error from the encryption method of our xcat. 
 
Hi yangsong,
 
Do you have any experience about this problem when you doing the work about os provision?
 
Best Regards

Long Cheng(程龙)
IBM Systems &Technology Group, Development
SOFTWARE ENGINEER
Tel:86-10-82453046
Email:cheng...@cn.ibm.com
Address: 3F, Building 28, Zhong Guan Cun Software Park, No.8, Dong Bei Wang West Road, Hai Dian District, Beijing 100193, PRC
地址:国际商业机器中国(投资)有限公司, 中国系统科技实验室, 北京市海淀区东北旺西路8号中关村软件园28号楼3层,邮编:100193
 
 
----- Original message -----
From: Xiao Peng Wang/China/IBM
To: Long LA Cheng/China/IBM@IBMCN
Cc:
Subject: Fw: Re: [xcat-user] kickstart error
Date: Thu, May 11, 2017 10:22 AM
 
FYI

Best Regards
----------------------------------------------------------------------
Wang Xiaopeng (王晓朋)
 
Manager for HPC SW Dev: xCAT, ESSL, SMI, Test
IBM China Systems Laboratory (CSL)

Tel: 86-10-82453455
Email: w...@cn.ibm.com
 
 
----- Original message -----
From: "Mark Gurevich" <gurev...@us.ibm.com>
To: xCAT Users Mailing list <xcat-user@lists.sourceforge.net>
Cc:
Subject: Re: [xcat-user] kickstart error
Date: Thu, May 11, 2017 1:40 AM
 
Firat,

Did you set the compute node password as described here (first bullet under #1):

http://xcat-docs.readthedocs.io/en/stable/guides/admin-guides/manage_clusters/ppc64le/configure/password.html

Mark Gurevich
Poughkeepsie Development Lab
HPC Software Development - xCAT

"If we knew what it was we were doing, it would not be called research, would it?"
--Albert Einstein






From:        Fırat Yılmaz <firat.yil...@eduline.com.tr>
To:        xCAT Users Mailing list <xcat-user@lists.sourceforge.net>
Date:        05/10/2017 12:10 PM
Subject:        [xcat-user] kickstart error



Hi everybody,

 

Version 2.13.4

OS Oracle Lİnux 6.9

Server Oracle sunfire X4170M2

This is my first xcat day so sorry if my question is noobish.

I set up master node and try to provision my first compute node. Booting process starts on compute node but then i get kickstart error.

line 127 A single argument is expected for rootpw command

[root@xcatmn xcat]# cat /tmp/osimage.stanza
# <xCAT data object stanza file>

rhels6-x86_64-install-compute:
    objtype=osimage
    imagetype=linux
    osarch=x86_64
    osdistroname=rhels6-x86_64
    osname=Linux
    osvers=rhels6
    otherpkgdir=/install/post/otherpkgs/rhels6/x86_64
    pkgdir=/install/rhels6/x86_64
    pkglist=/opt/xcat/share/xcat/install/rh/compute.rhels6.x86_64.pkglist
    profile="">    provmethod=install
    template=/opt/xcat/share/xcat/install/rh/compute.rhels6.x86_64.tmpl

i check the file /opt/xcat/share/xcat/install/rh/compute.rhels6.x86_64.tmpl

 

118 # To generate an encrypted root password use:
119 #
120 # perl -e 'print crypt("blah","Xa") . "\n";'p
121 # openssl passwd -apr1 -salt xxxxxxxx password
122 #
123 # where "blah" is your root password.
124 #
125 #rootpw --iscrypted *********
126 #rootpw XaLGAVe1C41x2 --iscrypted
127 rootpw  --iscrypted $6$GkVC6JaLB8MiFJvzEx8uTEGOaKFqe*****L6VeT/vdTK8CC******iqiaB/lMUlK******sQL.

eventhough i change this file i get the same error and this was the only image in the xcat

*It didn't accept oracle linux iso name so i changed it with rhels6

 

is it an error related with Oracle Linux support or i am missing something else?
Best Regards

Firat Yilmaz
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org!
http://sdm.link/slashdot_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/xcat-user


 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user
 
 
 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to