Re: [xcat-user] Force xCAT to only use TLS

2014-10-30 Thread Blatt, Andrew C
I'm running an old version of xcat (2.6.9) and to resolve POODLE, I had added: SSL_cipher_list=>'HIGH:MEDIUM:+TLSv1:!SSLv2:!SSLv3', To the xcatd start_SSL perl code. From: Lissa Valletta [mailto:lis...@us.ibm.com] Sent: Thursday, October 30, 2014 10:15 AM To: xCAT Users Mailing list Subject: Re:

Re: [xcat-user] Diskful mode

2012-06-20 Thread Blatt, Andrew C
We wrote our own to do this, we called it localdisk-statelite due to our high availability requirements. An earlier version of the scripts (our own initrd/modifications to rc.statelite) were put in a feature request here: http://sourceforge.net/tracker/?func=detail&aid=3158216&group_id=208749&a

[xcat-user] Is there a xcat perl function to list all possible attributes for a value instead of the one inherited?

2012-06-12 Thread Blatt, Andrew C
Hi, Currently can get an inherited value with functions like Table::getAttribs, but can I get all attributes not just the closest from group list? I.e.: Want to get all values for x_db.home for a node, and the node has groups like: Testhost01: app1,app2,app3 Each group has a value:

Re: [xcat-user] is wvid still suppose to work with KVM guests in 2.6.9??

2012-01-27 Thread Blatt, Andrew C
a request to remove ssh forwarding as some didn't want user accounts involved in remote video. This changes it so that password authentication is used to authenticate with 60 second tokens. x509 TLS certs with xCAT CA signing is the TODO for reliable man-in-the-middle countermeasures. [In

Re: [xcat-user] is wvid still suppose to work with KVM guests in 2.6.9??

2012-01-27 Thread Blatt, Andrew C
iday, January 27, 2012 9:25 AM To: xCAT Users Mailing list Subject: Re: [xcat-user] is wvid still suppose to work with KVM guests in 2.6.9?? It's supposed to work. What does 'xcatclient getrvidparms ' return? [Inactive hide details for "Blatt, Andrew C" ---01/27/2012 08:55

[xcat-user] is wvid still suppose to work with KVM guests in 2.6.9??

2012-01-27 Thread Blatt, Andrew C
Hi, Just updated my environment to 2.6.9 (from 2.4.4) and noticed I can't use WVID with my kvm guests?? Getting the following message: # wvid andrew88 /opt/xcat/share/xcat/rvid/rvid.kvm: line 11: [: =: unary operator expected /opt/xcat/share/xcat/rvid/rvid.kvm: line 20: [: =: unary operator exp

Re: [xcat-user] postscripts

2011-08-04 Thread Blatt, Andrew C
Or, enable nodels in policy table: "4.9",,,"nodels""allow",, Then from client: # echo "\nnodels\n$servername\ngroups\n" | openssl s_client -quiet -connect $xcatserver:$xcatport -rand /bin/nice 2>/dev/null |grep contents |awk -F">" '{print $2}' |awk -F"<" '{print $1}' -Original Messa