Hello Wang,

Below is the log after running the command 'USEOPENSSLFORXCAT=1
XCATSERVER=<ip of MN>:3001 ./syncfiles' on the CN. Everything works as
it should after running the command. Files are synced as it should.

Oct 12 13:29:17 server1 xcat:  Performing syncfiles postscript
Oct 12 13:29:17 server1 xcat:  ./syncfiles: the OS name = Linux
Oct 12 13:29:17 xcat xcat[15081]: DEBUG xcatd: connection from server1
Oct 12 13:29:17 xcat xcat[15081]: DEBUG xcatd: open new process : xcatd
SSL: syncfiles for server1
Oct 12 13:29:17 xcat xcat[15081]: xCAT: Allowing syncfiles from server1
Oct 12 13:29:17 xcat xcat[15082]: DEBUG xcatd: dispatch request
'syncfiles ' to plugin 'syncfiles'
Oct 12 13:29:17 xcat xcat[15082]: DEBUG xcatd: handle request
'syncfiles' by plugin 'syncfiles''s process_request
Oct 12 13:29:17 xcat xcat[15082]: DEBUG xcatd: dispatch request 'xdcp -F
/install/custom/install/centos/compute.centos7.3.synclist' to plugin 'xdsh'
Oct 12 13:29:17 xcat xcat[15082]: DEBUG xcatd: handle request 'xdcp' by
plugin 'xdsh''s preprocess_request
Oct 12 13:29:20 xcat xcat[15082]: DEBUG xcatd: dispatch request 'xdsh
/var/xcat/node/syncfiles/append/opt/xcat/share/xcat/scripts/xdcpappend.sh
/var/xcat/node/syncfiles
/install/post/file-sync/sardalya/ssh/global-id_rsa.pub:/root/.ssh/authorized_keys
' to plugin 'xdsh'
Oct 12 13:29:20 xcat xcat[15082]: DEBUG xcatd: handle request 'xdsh' by
plugin 'xdsh''s preprocess_request
Oct 12 13:29:21 xcat xcat[15081]: DEBUG xcatd: close connection with server1
Oct 12 13:29:21 server1 xcat:  ./syncfiles: Perform Syncing File action
successfully

Next I will do the re-provisioning and send the logs Bai Requested.

Regards,

Hakan

P.S.: I'm trying my best to write your names correctly, but if I'm doing
mistakes, please feel free to correct me.


On 10/12/2017 01:11 PM, Xiao Peng Wang wrote:
> My fault that 'syncfiles' postscript does the check that it would not
> execute when called from MN by updatenode.
>  
> Please try the following:
> login to the CN
> cd /xcatpost
> run: USEOPENSSLFORXCAT=1 XCATSERVER=<ip of MN>:3001 ./syncfiles
>  
> And then check the log in the MN:/var/log/xcat/cluster.log
> 
> 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: Hakan Bayındır <hakan.bayin...@tubitak.gov.tr>
>     To: xCAT Users Mailing list <xcat-user@lists.sourceforge.net>, Xiao
>     Peng Wang <w...@cn.ibm.com>
>     Cc:
>     Subject: Re: [xcat-user] Problem with syncfiles after install.
>     Date: Thu, Oct 12, 2017 5:32 PM
>      
>     Hello Again,
> 
>     After enabling debuglevel with the suggestion of Yuan, I noticed that
>     syncfiles also doesn't work after update, but with a different error.
>     The complete log is below.
> 
>     server1: Thu Oct 12 12:29:27 +03 2017 Running postscript: syncfiles
>     server1: + '[' -d /.statelite ']'
>     server1: + '[' -f /etc/os-release ']'
>     server1: + cat /etc/os-release
>     server1: + grep -i -e '^NAME=[ "'\'']*Cumulus Linux[ "'\'']*$'
>     server1: + '[' -n 1 ']'
>     server1: + '[' 1 -eq 1 ']'
>     server1: + logger -t xcat -p local4.err './syncfiles: Did not sync any
>     files. Use updatenode -F to sync the files.'
>     server1: + exit 0
>     server1: postscript: syncfiles exited with code 0
>     server1: Running of postscripts has completed.
> 
>     Regards,
> 
>     Hakan
> 
>     On 10/12/2017 11:34 AM, Hakan Bayındır wrote:
>     > Hello Wang,
>     >
>     > When I run 'updatenode <node> -P syncfiles' after automated
>     install and
>     > reboot, the process runs without any problems. The log is below.
>     >
>     > server1: xcatdsklspost: downloaded postscripts successfully
>     > server1: Thu Oct 12 11:30:16 +03 2017 Running postscript: syncfiles
>     > server1: postscript: syncfiles exited with code 0
>     > server1: Running of postscripts has completed.
>     >
>     > Regards,
>     >
>     > Hakan
>     >
>     > On 10/11/2017 01:34 PM, Xiao Peng Wang wrote:
>     >> xdcp -F calls the 'rsync' to sync files to CN directly from MN. But
>     >> during the OS deployment, a postscript named 'syncfiles' is
>     executed in
>     >> compute node side.
>     >>  
>     >> You may try 'updatenode <node> -P syncfiles'. And could you paste
>     the log?
>     >>
>     >> 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: Hakan Bayındır <hakan.bayin...@tubitak.gov.tr>
>     >>     To: xcat-user@lists.sourceforge.net
>     >>     Cc:
>     >>     Subject: Re: [xcat-user] Problem with syncfiles after install.
>     >>     Date: Wed, Oct 11, 2017 2:13 PM
>     >>      
>     >>     Hello Wang,
>     >>
>     >>     I guessed that they're different, but don't know the details
>     abut the
>     >>     differences. I tested with xdcp anyway to be sure that my
>     syncfile is
>     >>     correct.
>     >>
>     >>     Is there any way to debug syncfiles further?
>     >>
>     >>     Thanks in advance,
>     >>
>     >>     Hakan
>     >>
>     >>     On 10/10/2017 05:57 PM, Xiao Peng Wang wrote:
>     >>     > One thing to be aware that using xdcp -F is different with the
>     >>     syncfile
>     >>     > process during OS deployment.
>     >>     >
>     >>     > 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: Russ Auld <russa...@comcast.net>
>     >>     >     To: xCAT Users Mailing list
>     <xcat-user@lists.sourceforge.net>
>     >>     >     Cc:
>     >>     >     Subject: Re: [xcat-user] Problem with syncfiles after
>     install.
>     >>     >     Date: Tue, Oct 10, 2017 7:17 PM
>     >>     >      
>     >>     >     Typically this is indicative of a problem with ssh
>     >>     connectivity between
>     >>     >     the compute node and the master/service node.
>     >>     >     Ensure that DNS is also working correctly.
>     >>     >
>     >>     >     On Mon, 2017-10-09 at 19:00 +0300, Hakan Bayındır wrote:
>     >>     >     > Hello All,
>     >>     >     >
>     >>     >     > I'm having a problem with the default syncfiles
>     script, which is
>     >>     >     > fired by default as a "postscript" after an
>     installation. The
>     >>     >     > installation completes as it should be and the system
>     reboots,
>     >>     >     > however I get an error in the xcat.log which states
>     that the
>     >>     >     > syncfiles have returned 1, hence failed. The strange
>     thing
>     >>     is, when I
>     >>     >     > fire the same syncfile with xdcp, everything works as it
>     >>     should. Did
>     >>     >     > anyone had this error and nudge me in the right
>     direction?
>     >>     >     >
>     >>     >     > Best regards,
>     >>     >     >
>     >>     >     > Hakan
>     >>     >     >
>     >>     >     > Hakan BAYINDIR 
>     >>     >     > Uzman Araştırmacı 
>     >>     >     > Ağ Teknolojileri Birimi 
>     >>     >     > YÖK Binası B-5 Blok Kat:4 
>     >>     >     > 06539 Bilkent ANKARA 
>     >>     >     > T +90 312 298 9373 
>     >>     >     > F +90 312 266 5181 
>     >>     >     > [
>     >>     >    
>     >>    
>     
> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.ulakbim.gov.tr_&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=178VMrolfAlMh59RUGWQ4w&m=l7Ul6dv91Ff5_6PZBSWmfgvE6bVWX6QQzOXqenGV4jE&s=J6K2ffHm0Jm29fFeOyQp-hggkr_YHQfohHuRVUtCy3Q&e=
>  |
>     >>     >     www.ulakbim.gov.tr ] 
>     >>     >     > hakan.bayin...@tubitak.gov.tr 
>     >>     >     >
>     >>    
>     .....................................................................
>     >>     >     >
>     ........................................................... 
>     >>     >     >
>     >>     >     > [
>     >>     >    
>     >>    
>     
> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.ulakbim.gov.tr_&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=178VMrolfAlMh59RUGWQ4w&m=l7Ul6dv91Ff5_6PZBSWmfgvE6bVWX6QQzOXqenGV4jE&s=J6K2ffHm0Jm29fFeOyQp-hggkr_YHQfohHuRVUtCy3Q&e=
>  ] 
>     >>     >     > [
>     >>     >    
>     >>    
>     
> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.tubitak.gov.tr_sorumlulukreddi&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=178VMrolfAlMh59RUGWQ4w&m=l7Ul6dv91Ff5_6PZBSWmfgvE6bVWX6QQzOXqenGV4jE&s=X1PvO5UA5EIZma9wQQ-7Daf9LWCzEzRNp3VLqIMBqc4&e=
>  | 
>     >>     >     >   Sorumluluk Reddi ]
>     >>     >     >
>     >>     >     >
>     >>    
>     -------------------------------------------------------------------
>     >>     >     > -----------
>     >>     >     > Check out the vibrant tech community on one of the
>     world's most
>     >>     >     > engaging tech sites, Slashdot.org!
>     >>     >    
>     >>    
>     
> https://urldefense.proofpoint.com/v2/url?u=http-3A__sdm.link_slashdot&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=178VMrolfAlMh59RUGWQ4w&m=l7Ul6dv91Ff5_6PZBSWmfgvE6bVWX6QQzOXqenGV4jE&s=GdwB33kriDHKDlBuKHx051_0AI_Rd4Ifm89G-ou6FUU&e=
>     >>     >     > _______________________________________________
>     >>     >     > xCAT-user mailing list
>     >>     >     > xCAT-user@lists.sourceforge.net
>     >>     >     >
>     >>     >    
>     >>    
>     
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_xcat-2Duser&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=178VMrolfAlMh59RUGWQ4w&m=l7Ul6dv91Ff5_6PZBSWmfgvE6bVWX6QQzOXqenGV4jE&s=3xM66Ed2EAjR4sHpz4DtDUanrCtY2mygM6_P130WwPY&e=
>     >>     >
>     >>     >    
>     >>    
>     
> ------------------------------------------------------------------------------
>     >>     >     Check out the vibrant tech community on one of the
>     world's most
>     >>     >     engaging tech sites, Slashdot.org!
>     >>     >    
>     >>    
>     
> https://urldefense.proofpoint.com/v2/url?u=http-3A__sdm.link_slashdot&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=178VMrolfAlMh59RUGWQ4w&m=l7Ul6dv91Ff5_6PZBSWmfgvE6bVWX6QQzOXqenGV4jE&s=GdwB33kriDHKDlBuKHx051_0AI_Rd4Ifm89G-ou6FUU&e=
>     >>     >     _______________________________________________
>     >>     >     xCAT-user mailing list
>     >>     >     xCAT-user@lists.sourceforge.net
>     >>     >    
>     >>    
>     
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_xcat-2Duser&d=DwIGaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=178VMrolfAlMh59RUGWQ4w&m=l7Ul6dv91Ff5_6PZBSWmfgvE6bVWX6QQzOXqenGV4jE&s=3xM66Ed2EAjR4sHpz4DtDUanrCtY2mygM6_P130WwPY&e=
>     >>     >      
>     >>     >
>     >>     >  
>     >>     >
>     >>     >
>     >>     >
>     >>     >
>     >>    
>     
> ------------------------------------------------------------------------------
>     >>     > 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
>     >>     >
>     >>
>     >>     --
>     >>     *Hakan BAYINDIR*
>     >>     Başuzman Araştırmacı
>     >>     Ağ Teknolojileri Birimi
>     >>     TÜBİTAK ULAKBİM
>     >>     T.C. Bilim, Sanayi ve Teknoloji Bakanlığı (Eski Bina)
>     >>     Mustafa Kemal Mahallesi Dumlupınar Bulvarı
>     >>     (Eskişehir Yolu 7.Km) 2151.Cadde No:154
>     >>     ODTÜ Karşısı
>     >>     06510 Çankaya, ANKARA
>     >>     T +90 312 298 9373
>     >>     F +90 312 266 5181
>     >>     www.ulakbim.gov.tr <http://www.ulakbim.gov.tr>
>     >>     hakan.bayin...@tubitak.gov.tr
>     >>    
>     
> ................................................................................................................................
>     >>
>     >>     <http://www.tubitak.gov.tr>
>     >>
>     >>     Sorumluluk Reddi <http://www.tubitak.gov.tr/sorumlulukreddi>
>     >>      
>     >>      
>     >>    
>     
> ------------------------------------------------------------------------------
>     >>     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
>     >
> 
>     --
>     *Hakan BAYINDIR*
>     Başuzman Araştırmacı
>     Ağ Teknolojileri Birimi
>     TÜBİTAK ULAKBİM
>     T.C. Bilim, Sanayi ve Teknoloji Bakanlığı (Eski Bina)
>     Mustafa Kemal Mahallesi Dumlupınar Bulvarı
>     (Eskişehir Yolu 7.Km) 2151.Cadde No:154
>     ODTÜ Karşısı
>     06510 Çankaya, ANKARA
>     T +90 312 298 9373
>     F +90 312 266 5181
>     www.ulakbim.gov.tr <http://www.ulakbim.gov.tr>
>     hakan.bayin...@tubitak.gov.tr
>     
> ................................................................................................................................
> 
>     <http://www.tubitak.gov.tr>
> 
>     Sorumluluk Reddi <http://www.tubitak.gov.tr/sorumlulukreddi>
>      
>      
> 
>  
> 
> 
> 
> ------------------------------------------------------------------------------
> 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
> 

-- 
*Hakan BAYINDIR*
Başuzman Araştırmacı
Ağ Teknolojileri Birimi
TÜBİTAK ULAKBİM
T.C. Bilim, Sanayi ve Teknoloji Bakanlığı (Eski Bina)
Mustafa Kemal Mahallesi Dumlupınar Bulvarı
(Eskişehir Yolu 7.Km) 2151.Cadde No:154
ODTÜ Karşısı
06510 Çankaya, ANKARA
T +90 312 298 9373
F +90 312 266 5181
www.ulakbim.gov.tr <http://www.ulakbim.gov.tr>
hakan.bayin...@tubitak.gov.tr
................................................................................................................................

<http://www.tubitak.gov.tr>

Sorumluluk Reddi <http://www.tubitak.gov.tr/sorumlulukreddi>

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
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