Re: [xcat-user] Debugmode solves stateful installation hang after postscripts

2018-01-04 Thread dani
I can ssh to the node, but when trying to ssh back from the node to the xcat server it requires a password. ssh_keys is set to postbootscripts. Should I move it to postscripts? On 01/01//2018 17:36, Russ Auld wrote: Ensure that the node can ssh back to t

Re: [xcat-user] Parallel commands to IMMs

2017-09-18 Thread dani
Yes, for logs I can do pasu cumpute immapp showimmlog || clearimmlog However pasu is less convenient than straight ssh - it's much slower, and less intuitive for usage. It is also much less flexible - I am limited to the subset of commands implemented in asu, and I'

Re: [xcat-user] XCAT vm management issue

2017-03-13 Thread dani
Do an lsdef -t osimage -o Note the packages dir, and make sure the relevant packages are there. If not, you might either add them there, or create a new otherpkgs dir and add them to it, don't forget to update the profile if you do. https://sourceforge.

Re: [xcat-user] xCAT 2.13.2 is released!

2017-02-24 Thread dani
In new pdu commands, what is pdu_node ? The managed pdu? Does that mean we should define new pdu nodes in tables? On 24/02//2017 11:44, Ting Ting TT Li wrote: Hello all,

Re: [xcat-user] Feature Request active-active xcat configuration - makedhcp failover configuration and ensure all tables have primary key

2016-09-14 Thread dani
Yes, As far as I can tell xCAT already provides most of what is required for management active-active - named,xcatd,tftpd can all run independently on either node, mariadb can be easily set-up as galera cluster with minimal tweaking, so the only issue remaining AFAICT is the dhcpd. This scheme

Re: [xcat-user] update compute nodes from rhel6.5 to rhel6.7

2016-04-01 Thread dani
Just nodeset boot after the upgrade On 29/03//2016 18:40, Stanislav Sergienko wrote: Hi Daniel, Thanks for the reply. I did nodeset on the new osimage and ran updatenode -S. It picked up all the updates and upgrad

Re: [xcat-user] Cloud bursting

2014-05-06 Thread dani
Hi, I would expect gluing the cloudformation api and xcat deployment process to be the easiest route. http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html I have recently started to examine this approach, still very early in the process. On 06/05//2014 17:40, Russell

Re: [xcat-user] xcat 2.6.10 makedhcp pxe issues

2011-12-26 Thread dani
Hi, thank responding Did the following: # nodeset n01 osimage=centos6.1-x86_64-install-compute n01: install centos6.1-x86_64-compute # rm -f /etc/dhcp/dhcpd.conf /var/lib/dhcpd/dhcpd.leases* # makedhcp -n # cat /etc/dhcp/dhcpd.conf #xCAT generated dhcp configu

[xcat-user] Is xcat 2.6.1 broken for centos 5.6 x64?

2011-07-19 Thread dani
Hi, Several issues: 1) yaboot-xcat. had to manually install older version I downloaded (wget http://xcat.sourceforge.net/yum/xcat-dep/yaboot-xcat-1.3.15-05262010.noarch.rpm ; yum install yaboot-xcat*rpm ; yum install xcat), to continue installation. I don't need yaboot at all on a centos-only