Hi

I have setup this env:

[root@gpfs-repo test]# cat 
/install/custom/install/rh/compute.rhels6.x86_64.synclist 
/tmp/test -> /tmp/test


[root@gpfs-repo test]# xdsh node9 -F 
/install/custom/install/rh/compute.rhels6.x86_64.synclist
Unknown option: F
 xdsh -h 
 xdsh -q 
 xdsh -V 
xdsh  <noderange> [-K] [-l logonuserid]
      [-B bypass ] [-c] [-e] [-E environment_file]
      [--devicetype type_of_device] [-f fanout]
      [-l user_ID] [-L]  [-m] [-o options][-q] [-Q] [-r remote_shell]
      [-i image] [-s] [-S ksh | csh] [-t timeout]
      [-T] [-X environment variables] [-v] [-z]
      <command_list>

[root@gpfs-repo test]# updatenode node9 -F [root@gpfs-repo test]# cat 
/install/custom/install/rh/compute.rhels6.x86_64.synclist 
node9: usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c 
cipher_spec]
node9:            [-D [bind_address:]port] [-e escape_char] [-F 
configfile]
node9:            [-i identity_file] [-L 
[bind_address:]port:host:hostport]
node9:            [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] 
[-p port]
node9:            [-R [bind_address:]port:host:hostport] [-S ctl_path]
node9:            [-w tunnel:tunnel] [user@]hostname [command]
node9: rsync: connection unexpectedly closed (0 bytes received so far) 
[sender]
node9: rsync error: unexplained error (code 255) at io.c(600) 
[sender=3.0.6]
File synchronization has completed.
 
Regards
 


 
 
Yaron Daniel
 94 Em Ha'Moshavot Rd

Server, Storage and Data Services - Team Leader  
 Petach Tiqva, 49527
Global Technology Services
 Israel
Phone:
+972-3-916-5672
 
 
Fax:
+972-3-916-5672
 
 
Mobile:
+972-52-8395593
 
 
e-mail:
[email protected]
 
 
IBM Israel
 
 
 
 

 



From:   [email protected]
To:     [email protected], 
Date:   03/22/2013 12:55 PM
Subject:        xCAT-user Digest, Vol 43, Issue 75



Send xCAT-user mailing list submissions to
                 [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
                 https://lists.sourceforge.net/lists/listinfo/xcat-user
or, via email, send a message with subject or body 'help' to
                 [email protected]

You can reach the person managing the list at
                 [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of xCAT-user digest..."


Today's Topics:

   1. Re: updatenode / syncfiles not working (Lissa Valletta)


----------------------------------------------------------------------

Message: 1
Date: Fri, 22 Mar 2013 06:55:37 -0400
From: Lissa Valletta <[email protected]>
Subject: Re: [xcat-user] updatenode / syncfiles not working
To: xCAT Users Mailing list <[email protected]>
Cc: [email protected]
Message-ID:
 <of272cf5dd.e5b8dd39-on85257b36.003b8757-85257b36.003c0...@us.ibm.com>
Content-Type: text/plain; charset="us-ascii"


I just noticed you are trying to install a redhat 6 node from a redhat 5
MN.   There may be issues here.   Our suggestion is always to have the MN
and nodes at the same Major release level  .   So what I mean is your MN
could be rhel6.2 and the nodes rhel6.1,  but not a mix of 5 and 6 and
certainly not the older level on the MN.

You can try a simple test to see is rsync is going to work between these
two levels.
Create in /tmp/test
touch file1
vi synclist
/tmp/test -> /tmp/test

Now run xdsh node9  -F /tmp/synclist


Lissa K. Valletta
8-3/B10
Poughkeepsie, NY 12601
(tie 293) 433-3102





From:            Yaron Daniel <[email protected]>
To:              [email protected]
Date:            03/21/2013 06:26 PM
Subject:                 [xcat-user] updatenode / syncfiles not working



Hi All

I have xcat 2.7.6 running on rhel5.7 and i am installing compute nodes
rhel6.3

I saw that after install the synclist files are not copy, when i try to 
run
it mannally i get :

[root@gpfs-repo postscripts]# updatenode node9 -F
node9: usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c
cipher_spec]
node9:            [-D [bind_address:]port] [-e escape_char] [-F 
configfile]

node9:            [-i identity_file] [-L 
[bind_address:]port:host:hostport]

node9:            [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option]
[-p port]
node9:            [-R [bind_address:]port:host:hostport] [-S ctl_path]
node9:            [-w tunnel:tunnel] [user@]hostname [command]
node9: rsync: connection unexpectedly closed (0 bytes received so far)
[sender]
node9: rsync error: unexplained error (code 255) at io.c(600)
[sender=3.0.6]
node9: usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c
cipher_spec]
node9:            [-D [bind_address:]port] [-e escape_char] [-F 
configfile]

node9:            [-i identity_file] [-L 
[bind_address:]port:host:hostport]

node9:            [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option]
[-p port]
node9:            [-R [bind_address:]port:host:hostport] [-S ctl_path]
node9:            [-w tunnel:tunnel] [user@]hostname [command]
node9: rsync: connection unexpectedly closed (0 bytes received so far)
[sender]
node9: rsync error: unexplained error (code 255) at io.c(600)
[sender=3.0.6]

Here is my syncfile

[root@gpfs-repo postscripts]#
cat /install/custom/install/rh/compute.rhels6.x86_64.synclist
/install/sync/etc/hosts -> /etc/hosts
/install/sync/etc/nsswitch.conf -> /etc/nsswitch.conf
/install/sync/etc/ntp.conf -> /etc/ntp.conf
/install/sync/etc/ntp/step-tickers -> /etc/ntp/step-tickers
#/install/sync/etc/updatedb.conf -> /etc/updatedb.conf
#/install/sync/etc/rsyslog.conf -> /etc/rsyslog.conf

Here is lsdef on the node:

[root@gpfs-repo postscripts]# lsdef node9
Object name: node9
    addkcmdline=rdblacklist=lpfc
    arch=x86_64
    bmc=node9-imm
    bmcpassword=xcat2013
    bmcport=1
    bmcusername=xcat
    conserver=10.1.50.50
    currchain=boot
    currstate=boot
    groups=ipmi,gpfs,compute,all
    initrd=xcat/rhels6.3/x86_64/initrd.img
    installnic=eth2
    kcmdline=quiet repo=http://10.1.50.50/install/rhels6.3/x86_64/
ks=http://10.1.50.50/install/autoinst/node9 ksdevice=eth2 cmdline
console=tty0 console=ttyS0,115200n8r
    kernel=xcat/rhels6.3/x86_64/vmlinuz
    mac=6c:ae:8b:28:e4:7a
    mgt=ipmi
    netboot=xnba
    nodetype=osi
    os=rhels6.3
    postbootscripts=otherpkgs,ibm-gpfs_install,ibm-softlinks

postscripts=syslog,remoteshell,syncfiles,ibm-install_date,harddns,ibm-mkresolvconf,ibm-setup_services,ibm-nis_setup,ibm-rdac_install

    power=ipmi
    primarynic=eth0
    profile=compute.rhels6.x86_64
    provmethod=install
    serialflow=hard
    serialport=0
    serialspeed=115200
    status=booted
    statustime=03-21-2013 23:19:53
    tftpserver=10.1.50.50
    xcatmaster=10.1.50.50


Regards





  
  
  
  
  
  
  
  
 Yaron Daniel                                      94 Em Ha'Moshavot Rd    
 
  
 Server, Storage and                               Petach Tiqva, 49527     

 Data Services -  
 Team Leader  
  
 Global Technology                                 Israel  
 Services  
  
 Phone:              +972-3-916-5672  
  
 Fax:                +972-3-916-5672  
  
 Mobile:             +972-52-8395593  
  
 e-mail:             [email protected]  
  
 IBM Israel  
  
  
  
  
  






------------------------------------------------------------------------------

Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user


-------------- next part --------------
An HTML attachment was scrubbed...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20396473.gif
Type: image/gif
Size: 1851 bytes
Desc: not available

------------------------------

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

------------------------------

_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user


End of xCAT-user Digest, Vol 43, Issue 75
*****************************************


<<image/gif>>

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to