Re: [xcat-user] DNS issue

2021-11-30 Thread Russell Auld
Underscore characters are not valid in DNS entries unless you want to be pedantic and read through the RFCs involved in DNS. Use dash characters instead and you’ll be fine. https://stackoverflow.com/questions/2180465/can-domain-name-subdomains-have- an-underscore-in-it From: Robinson, Clive

Re: [xcat-user] Node nic config error during install

2021-05-13 Thread Russell Auld
First, I think confignics has been superseded by confignetwork; Regardless of that, you should only call one of them. Second, are you using the ‘nics’ table? If not, please look into it. If yes, please show the settings for the node. From: aaronhc...@gmail.com Sent: Wednesday, May 12

Re: [xcat-user] DHCPLEASE for stateless cluster

2019-08-24 Thread RUSSELL AULD
The postscript is 'hardeths' > On August 20, 2019 at 3:54 PM Kevin Keane wrote: > > Remember that the DHCP in xCAT is quite substantially different from > "normal" enterprise DHCP, since it needs to only serve a very specific, > well-defined, set of computers (all of which normally will h

[xcat-user] Nodeset from SN not running DHCP

2019-02-20 Thread RUSSELL AULD
I have a hierarchical cluster setup running xCAT v2.12.2. I do not wish to run the DHCP server on the service node (SN) - the master node (MN) will serve the DHCP leases. When I run 'nodeset node01 osimage' on the SN I get the following message: [root@c2-service]# nodeset node01 osimage node01: i

Re: [xcat-user] remoteshell postscript failing on new CentOS 7.5 image

2018-08-23 Thread Russell Auld
Please ensure that "awk" is installed and located at the location called for by the first line of those scripts. Check the package list that you're using in your OS image and explicitly add "gawk.x86_64". Sometimes dependencies change and things that used to get implicitly installed are no long

Re: [xcat-user] Xcat 2.1.2

2018-07-06 Thread Russell Auld
Did you properly set up the deps repo for your OS? You have to run the setup script from within the OS-specific directory.On Jul 6, 2018 10:35 AM, Javier Ron wrote: Hello, I am trying to install xcat 2.12 for a dev environment & after a yum install xCAT, I get conflicts --> Finished

Re: [xcat-user] best practices for packages

2018-06-22 Thread Russell Auld
You're exactly right - the "otherpkgs" repo is for packages that are not part of the official OS distribution. Note that if you use "osimage" then you can specify a comma-separated list of package directories for both pkgdir and otherpkgsdir. You will need to run "createrepo" in each of the pac

Re: [xcat-user] Installing node from a different subnet

2018-05-20 Thread Russell Auld
Did you run "nodeset" to generate the kickstart file for node01? In other words, does /install/autoinst/node01 exist on the master server? > On May 18, 2018 at 10:14 AM Fabio Moreira wrote: > > > Hi, > > I'm trying to install a node from a different subnet of my Management > x

[xcat-user] Add storage volume to VM

2018-04-03 Thread Russell Auld
Is it possible to add a second or third virtual disk to a KVM based virtual machine that is managed by xCAT?-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.li

Re: [xcat-user] Bootparams table is empty

2017-11-30 Thread Russell Auld
Apparently it's normal to have "bootparams" empty now. The values of kcmdline that appear in the tftp file get built from other sources when nodeset is run.My problem with dracut was related to IP addressing and IPoIB.Lots of options need to be set for the addkcmdline value in the osimage to get Dr

Re: [xcat-user] xCAT as simple PXE Server for Unattended installations

2017-10-07 Thread Russell Auld
There is no need to keep the xCAT master node around once the machines have been imaged.But it sure makes life easier if you do.-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdo

Re: [xcat-user] Preventing xCAT from updating systems.

2017-10-05 Thread Russell Auld
The otherpkgs script is run as a postbootscript and is part of the "xcatdefaults" entry.I'm not surprised that a free OS like CentOS acts this way.I guess I'm a little surprised that it hasn't been discussed before. I would expect Ubuntu to be similar.On Oct 5, 2017 11:37 AM, Kevin Keane wrote:Hak

[xcat-user] Service nodes and prescripts

2017-05-11 Thread Russell Auld
According to the documentation on hierarchical clusters, one can specify primary and backup service nodes for a given compute node. When I do that, and then run nodeset for the compute node, it appears that both of the service nodes execute the prescripts for the node. That's undesirable, and the e

Re: [xcat-user] kickstart error

2017-05-10 Thread Russell Auld
You have to set the root password in the passwd table. I recommend setting it for "compute" .On May 10, 2017 1:57 PM, Fırat Yılmaz wrote: Hi Mark, Yes i set the password and checked with tabdump passwd | grep ipmi command. I rerun the nodeset command for t

[xcat-user] Pem files are world readable on imaged node

2017-04-27 Thread Russell Auld
I just noticed that there are two world-readable pem files in /xcatpost after a diskfull image of a node. Shouldn't those files be restricted or deleted?-- Check out the vibrant tech community on one of the world's most eng

Re: [xcat-user] OFED Installation Problem

2017-03-29 Thread Russell Auld
Check on the node that the script is executable. I recently saw that when the scripts get copied to the node that all execute bits get removed.I would also recommend that you use the new offer ofed installation script. The one with 2 on the end of the name. Look in the /opt/xcat tree for the script

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

2017-02-25 Thread Russell Auld
Does this pdu support only apply to IBM hardware?-- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot___

Re: [xcat-user] rinstall triggering other commands

2017-02-04 Thread Russell Auld
You can use "prescripts" to do stuff on the MGMTNODE. Create /install/prescripts and put your code in there. Then set the "prescripts" in the prescripts table (or use osimage). They can be run either at the beginning or end of the action. See the man page for prescript table. xCAT will pass the li

Re: [xcat-user] Software Kits

2017-01-27 Thread Russell Auld
 ZhongGuanCun Software Park,No.8 Dong Bei Wang West Road, Haidian District,   >  Beijing P.R.China 100193 > > IBM环宇大厦 > 北京市海淀区东北旺西路8号,中关村软件园28号楼  > 邮编:100193 > > > > Russell Auld ---12/21/2016 08:15:19 AM---Do people still use software kits? --

Re: [xcat-user] packimage users and groups

2017-01-26 Thread Russell Auld
Check your synclist for the osimage definition. I've been burned by that before - the passwd and group file from the master will get pushed to the imaged nodes and services won't start. It's a pain, because you end up having to capture service accounts in passwd and group on the master node for thi

Re: [xcat-user] rhel7.1 working kickstart file

2017-01-23 Thread Russell Auld
You definitely need to use a RH7 compatible script. Look in /opt/xcat/share for sample filesOn Jan 23, 2017 11:25 AM, Damir Krstic wrote:I am trying to install RH7.1 (stateful) and the install keeps failing at various points of my kickstart file. I think I may be using RH6 kickstart file template

Re: [xcat-user] statefull vs. stateless images

2017-01-13 Thread Russell Auld
Upgrading is pretty painless. Unfortunately, there's no way to really know if there have been any code changes that will affect you. I got burned by a couple things when I upgraded from 2.9.x to 2.12.x. 1 - When I added some new nodes, and then ran makedhcp, the new DHCP stanzas were incompatible

[xcat-user] Question about cfgmgt table

2016-12-27 Thread Russell Auld
http://xcat-docs.readthedocs.io/en/latest/guides/admin-guides/reference s/man5/cfgmgt.5.html How are the "roles" actually applied to a node by using this table when the cfgmgr="chef"? -- Check out the vibrant tech commu

[xcat-user] Software Kits

2016-12-20 Thread Russell Auld
Do people still use software kits? -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support fr

Re: [xcat-user] INSTALLNIC

2016-11-29 Thread Russell Auld
interfaces. If the MASTER is pingable, then there must exist a route to the node and the postbootscripts can continue. I believe the final code change will appear in version 2.13.0 Thanks Yang Song and Yuan Bai. -Russ From: Russell Auld [mailto:russa...@comcast.net] Sent

Re: [xcat-user] Problem in reverse dns checking during openssl handshakes(getpostscripts.awk)

2016-11-16 Thread Russell Auld
This is a well known issue with xCAT. You must have DNS working properly ( that is, both the master and the node being provisioned must be resolvable) before you will have success. I believe this is discussed in the documentation. On Nov 15, 2016 10:00 PM, 범희대 wrote:Hello, guys.Is there any one h

[xcat-user] INSTALLNIC

2016-11-03 Thread Russell Auld
I have a situation where postbootscripts do not run. I traced the problem back to "/opt/xcat/xcatinstallpost" script which is called by the "/etc/init.d/xcatpostinit1" service after the first boot. The trouble is with this section of code: MACADDR=`grep MACADDRESS= /xcatpost/mypostscript.post |aw

[xcat-user] INSTALLNIC

2016-11-02 Thread Russell Auld
I have a situation where postbootscripts do not run. I traced the problem back to "/opt/xcat/xcatinstallpost" script which is called by the "/etc/init.d/xcatpostinit1" service after the first boot. The trouble is with this section of code: MACADDR=`grep MACADDRESS= /xcatpost/mypostscript.post |a

Re: [xcat-user] xCAT and KVM and dir:/// storage pools

2016-10-24 Thread Russell Auld
I can't reproduce this now. There must have been something wrong with the pool or the order of operations. I recreated the local pool and can use dir:/// now. It's working as expected. On Oct 24, 2016 3:42 PM, Russell Auld wrote:Yes, I could see the volume in the pool. I was able to

Re: [xcat-user] xCAT and KVM and dir:/// storage pools

2016-10-24 Thread Russell Auld
lso run "virsh vol-info " to check the size. > > 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 > > > >

Re: [xcat-user] Node update status

2016-10-24 Thread Russell Auld
Haidian District Beijing P.R.China 100193 - Original message - From: "Russell Auld" mailto:russa...@comcast.net> > To: "'xCAT Users Mailing list'" mailto:xcat-user@lists.sourceforge.net> > Cc: Subject: Re: [xcat-user] Node update status Date: S

Re: [xcat-user] xCAT and KVM and dir:/// storage pools

2016-10-24 Thread Russell Auld
(王晓朋) IBM China System Technology Laboratory Tel: 86-10-82453455 Email: w...@cn.ibm.com <mailto:w...@cn.ibm.com> Address: 28,ZhongGuanCun Software Park,No.8 Dong Bei Wang West Road, Haidian District Beijing P.R.China 100193 - Original message - From: "Russe

Re: [xcat-user] Node update status

2016-10-23 Thread Russell Auld
If you run 'updatenode' it will log the operation on either the master node or the service node, depending on how the node(s) in question is(are) configured. -Original Message- From: Daniele Gregori (E4) [mailto:daniele.greg...@e4company.com] Sent: Sunday, October 23, 2016 7:56 AM To: x

[xcat-user] xCAT and KVM and dir:/// storage pools

2016-10-22 Thread Russell Auld
Hi, I was unsuccessful using a local storage pool as specified by something like "chdef kvm1 vmstorage=dir:///install/vms" I verified that the pool existed in virsh and virt-manager. I ran "mkvm kvm1 -s 20G" which created the kvm1.hda.qcow2 file in /install/vms However, the KVM/QEMU system doesn't

Re: [xcat-user] SL7.2 and ifcfg-bootnic

2016-09-19 Thread Russell Auld
s: 28,ZhongGuanCun Software Park,No.8 Dong Bei Wang West Road, Haidian District Beijing P.R.China 100193 - Original message - From: "Russell Auld" mailto:russa...@comcast.net> > To: "'xCAT Users Mailing list'" mailto:xcat-user@lists.sourceforge.n

Re: [xcat-user] SL7.2 and ifcfg-bootnic

2016-09-10 Thread Russell Auld
f it. The problem is that the device specification in the file is also specified as "bootnic". Of course, there is no such device on the system, which means that after the first reboot, there is no network connection and the postbootscripts do not run. -----Original Message- Fr

[xcat-user] Minimum version supporting RHEL7.2

2016-08-30 Thread Russell Auld
Greetings, Can someone tell me what the minimum required xCAT version is to use RHEL 7.2? -- ___ xCAT-user mailing list xCAT-user@lists.sourceforge.net https://lists.sourceforge.n

Re: [xcat-user] site.managedaddressmode

2016-08-07 Thread Russell Auld
"doxcat" script reconfigures the IP address using DHCP a second time, just before it does the SSL certificate generation and the handshaking. From: Russell Auld [mailto:russa...@comcast.net] Sent: Saturday, August 6, 2016 8:16 AM To: 'xCAT Users Mailing list'

[xcat-user] site.managedaddressmode

2016-08-06 Thread Russell Auld
I found this feature in the site table: managedaddressmode: The mode of networking configuration during node provision. If set to 'static', the network configuration will be configured in static mode based on the node and network definition on MN.

Re: [xcat-user] Prescripts running twice

2016-05-23 Thread Russell Auld
: Russell Auld [mailto:russa...@comcast.net] Sent: Thursday, May 19, 2016 11:09 PM To: xCAT Users Mailing list Subject: Re: [xcat-user] Prescripts running twice No, the script only exists in the prescripts directory. On May 19, 2016 10:42 PM, Xiao Peng Wang mailto:w...@cn.ibm.com> > wrote: We

Re: [xcat-user] SL7.2 and ifcfg-bootnic

2016-05-20 Thread Russell Auld
You could remove/unset "managedaddressmode" and use a postscript to change the nic config from dhcp to static. We used to use a combination of "confignics" and "hardeths". You would need to be running dhcpd on the master node for that to work. -Original Message- From: Dr. Markus Hillenbr

Re: [xcat-user] Prescripts running twice

2016-05-19 Thread Russell Auld
00193     - Original message -From: Russell Auld To: xCAT Users Mailing list Cc:Subject: Re: [xcat-user] Prescripts running twiceDate: Fri, May 20, 2016 2:03 AM  A closer inspection of the logs on the master reveals that the second execution of the prescript occurred at the end of the postscript phase, b

Re: [xcat-user] Prescripts running twice

2016-05-19 Thread Russell Auld
he nodeset command? On May 19, 2016 10:30 AM, Russell Auld wrote: I noticed that my prescripts are being executed twice when I do a “nodeset osimage” I have the scripts set as “prescripts-end” in the prescripts table. What’s the meaning of “begin” and “end” with respect t

[xcat-user] Prescripts running twice

2016-05-19 Thread Russell Auld
I noticed that my prescripts are being executed twice when I do a "nodeset osimage" I have the scripts set as "prescripts-end" in the prescripts table. What's the meaning of "begin" and "end" with respect to "osimage"? Why is my script running twice? The first execution occurs when I run nodeset,

Re: [xcat-user] Cleaning puppet certs automatically on node reinstall

2016-05-11 Thread Russell Auld
Looks like a pre script will run as root on the node's master https://sourceforge.net/p/xcat/wiki/Postscripts_and_Prescripts/ -- Mobile security can be enabling, not merely restricting. Employees who bring their own device

[xcat-user] Service nodes and sync files

2016-04-26 Thread Russell Auld
What's the right way to get the sync files to the service nodes? I'm running this cron job every night on the MN, and the CN target in the command is one that is serviced by the SN. /opt/xcat/bin/updatenode -f Is there a better way to do this? -

Re: [xcat-user] EXTERNAL: Re: Stateless node randomly fails to get initrd-stateless.gz

2016-04-06 Thread Russell Auld
The problematic NICs were on the nodes, not on the xCAT master in my case. I just got replacement NICs. -- ___ xCAT-user mailing list xCAT-user@lists.sourceforge.net https://lis

Re: [xcat-user] EXTERNAL: Re: Stateless node randomly fails to get initrd-stateless.gz

2016-04-06 Thread Russell Auld
I've also seen this kind of weirdness with wonky Broadcom (QLogic) 10Gb NICs. On Apr 6, 2016 11:41 AM, Damir Krstic wrote:I had a similar issue with one of our new Nextscale racks - it turns out my uplink ethernet cable was bad...first bad ethernet cable on new installation of over 500+ nodes.Dam

Re: [xcat-user] addkcmdline and network drivers during initrd time

2016-01-12 Thread Russell Auld
Could this approach be used to get vendor-supplied network drivers into the PXE sequence? Or the RH Anaconda installation kernel? From: Russell Jones [mailto:russell-l...@jonesmail.me] Sent: Monday, January 11, 2016 6:33 PM To: xCAT Users Mailing list Subject: Re: [xcat-user] addkcmdline a

Re: [xcat-user] {Disarmed} Re: Network change -> dhcpd: DHCPDISCOVER: no free leases

2015-11-04 Thread Russell Auld
: >>> >>> [root@gromit ~]# tabdump networks >>> #netname,net,mask,mgtifname,gateway,dhcpserver,tftpserver,nameservers,ntpservers,logservers,dynamicrange,staticrange,staticrangeincrement,nodehostname,ddnsdomain,vlanid,domain,comments,disable >>> "clusternet"

Re: [xcat-user] {Disarmed} Re: Network change -> dhcpd: DHCPDISCOVER: no free leases

2015-11-04 Thread Russell Auld
how the DHCP server picks up the information about what MAC addresses are mapped to the IP addresses? I think that ultimately the information comes from the mac ​and node and hosts tables but I mean what files are the DHCP using to pick up that information. I don't see it in the usual plac

Re: [xcat-user] Network change -> dhcpd: DHCPDISCOVER: no free leases

2015-11-03 Thread Russell Auld
ledir","/var/xcat/node/syncfiles",, "tftpdir","/tftpboot",, "xcatdport","3001",, "xcatiport","3002",, "xcatconfdir","/etc/xcat",, "timezone","America/New_York",, "useNmapfro

Re: [xcat-user] Network change -> dhcpd: DHCPDISCOVER: no free leases

2015-11-03 Thread Russell Auld
Check the site table. On Nov 3, 2015 1:14 PM, Stephen Cousins wrote: > > Hi, > > I had improperly set my network to 172.0.0.0/16 thinking that that was in > private space. I later found that 172.16.0.0/12 is the real private space so > I changed entries in all of the tables to 172.20.*.*. I als

Re: [xcat-user] xCAT 2.9.1, problem kickstarting centos7

2015-10-23 Thread Russell Auld
Looks like xcatdsklspost does get called even for stateful installs. Look at the script header. Usually in cases like this, the issue is that the node being imaged can't resolve the name of the master node. Make sure your dns is working properly. On Oct 23, 2015 12:52 PM, "Heald, Nathan T." wro

Re: [xcat-user] how to handle multiple subnets

2015-10-04 Thread Russell Auld
Did you try “dhcpinterfaces” in the site table? See my thread from this past July 27 entitled: “Is there a way to add outside subnets to dhcpd.conf?” From: John Keenleyside [mailto:keen...@ca.ibm.com] Sent: Sunday, October 4, 2015 9:48 PM To: xcat-user@lists.sourceforge.net Subject: [xcat

Re: [xcat-user] xCAT and Dell M1000e

2015-09-01 Thread Russell Auld
anipulation, i.e. rpower, nodeset install, boot, > etc. > > I currently have an xCAT setup with IBM hardware, and wanted to add some Dell. > > Mike > > > Re: [xcat-user] xCAT and Dell M1000e > From: Russell Auld - 2015-09-01 18:03:09 > > Define "work with". &g

Re: [xcat-user] xCAT and Dell M1000e

2015-09-01 Thread Russell Auld
Define "work with". Do you want to do node discovery? On Sep 1, 2015 1:08 PM, "Waldron, Michael H" wrote: > > Does anyone know if xCAT will work with Dell PowerEdge M1000e blade chassis? > I see references to various Dell servers but none relating to blades. > > Mike Waldron > >

Re: [xcat-user] Is there a way to add outside subnets to dhcpd.conf?

2015-07-26 Thread Russell Auld
t recall if this is required or not, and I am not able to login to a > system right now to verify, however try adding !remote! to > site.dhcpinterfaces and see if your remote VLAN shows up when you do a > makedhcp -n > > > On 7/25/2015 2:11 PM, Russell Auld wrote: > >

[xcat-user] Is there a way to add outside subnets to dhcpd.conf?

2015-07-25 Thread Russell Auld
I added definitions to the networks table that identify separate VLANs in our environment. When I run makedhcp -n' it appears that only the subnets that the MN's interface are attached to get created. The MN is a on routable VLAN 10.10.10.0/24. The MN is also connected to another local, private

Re: [xcat-user] xcat support centos

2015-07-13 Thread Russell Auld
I think you need to make some symbolic links in /opt/xcat/share/xcat/netboot/centos pointing to the dracut directories in /opt/xcat/share/xcat/netboot/rh From: yang feng电话 [mailto:hoking.y...@gmail.com] Sent: Monday, July 13, 2015 4:03 AM To: xcat-user@lists.sourceforge.net Subject: [x

Re: [xcat-user] question on mypostscript.post

2015-04-14 Thread Russell Auld
ss: 28,ZhongGuanCun Software Park,No.8 Dong Bei Wang West Road, Haidian District Beijing P.R.China 100193 "Russell Auld" ---2015/04/11 05:15:29---At the end of the script I see this block: if [ "$return_value" -eq "0" ]; then From: "Russell Auld" mailto:russa..

[xcat-user] question on mypostscript.post

2015-04-10 Thread Russell Auld
At the end of the script I see this block: if [ "$return_value" -eq "0" ]; then updateflag.awk $MASTER 3002 "installstatus booted" else updateflag.awk $MASTER 3002 "installstatus failed" fi I always wondered why the status would be "status=failed" when I ran an 'lsdef' on a node. I think t

Re: [xcat-user] Function keys under rcons and wcons

2015-03-29 Thread Russell Auld
console switching on serial inherently, much to my surprise. From: Russell Auld [mailto:russa...@comcast.net] Sent: Friday, March 27, 2015 6:48 AM To: 'xCAT Users Mailing list' Subject: [xcat-user] Function keys under rcons and wcons Is there a way to send a function key combo t

[xcat-user] Function keys under rcons and wcons

2015-03-27 Thread Russell Auld
Is there a way to send a function key combo to the system while using rcons? For example, when Anaconda is running during initial provisioning of a stateful system, it's sometimes useful to go to another TTY via F2 or alt-F2. This works when viewing the console with iDRAC or iLO or VNC when the n

[xcat-user] Perl problem with v2.8.5 on RHEL5.5?

2014-12-11 Thread Russell Auld
I upgraded from v2.8.4 to v2.8.5 on a RHEL5.5 machine - see [1] and [2] below for version info. When I tried to restart the xcatd daemon, I got the following error: [root@head]# service xcatd restart Restarting xCATd Unknown warnings category 'Sys::Syslog' at /op

Re: [xcat-user] xcat 2.8.5, centos7, postscripts

2014-12-09 Thread Russell Auld
Ensure that the node being deployed can fully resolve the name of the management node and itself. In an earlier email, you showed the result of resolving both of the hosts from the management node. The compute node being provisioned needs to be able to resolve names too. If name resolution do

Re: [xcat-user] using gateway= in networks table

2014-12-09 Thread Russell Auld
n here since things look to be very different in version 2.8.5 with regard to ‘configib’. I just wanted to close the loop on this issue and have this info out there for future reference. From: Russell Auld [mailto:russa...@comcast.net] Sent: Thursday, November 20, 2014 1:14 PM To: &#

Re: [xcat-user] using gateway= in networks table

2014-11-20 Thread Russell Auld
es soon enough." --- Albert Einstein From:"Russell Auld" mailto:russa...@comcast.net> > To:"'xCAT Users Mailing list'" mailto:xcat-user@lists.sourceforge.net> > Date:11/18/2014 04:57 PM Subject:Re: [xcat-user] u

Re: [xcat-user] using gateway= in networks table

2014-11-18 Thread Russell Auld
keepsie Unix Development Lab IBM Systems and Technology Group Internal: T/L 293-5692 External: <mailto:ling...@us.ibm.com> ling...@us.ibm.com, 845-433-5692 "I never worry about the future. It comes soon enough." --- Albert Einstein From:"Russell Auld

[xcat-user] SC14

2014-11-18 Thread Russell Auld
I know this is a bit late, but is there any xCAT activity at Super Computing this year? -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Das

Re: [xcat-user] using gateway= in networks table

2014-11-12 Thread Russell Auld
uture. It comes soon enough." --- Albert Einstein From: "Russell Auld" To:"'xCAT Users Mailing list'" Date:11/11/2014 09:21 PM Subject:[xcat-user] using gateway= in networks table

[xcat-user] using gateway= in networks table

2014-11-11 Thread Russell Auld
I have set as the value for gateway #netname,net,mask,mgtifname,gateway,dhcpserver,tftpserver,nameservers,ntpservers,logservers,dynamicrange,staticrange,staticrangeincr ement,nodehostname,ddnsdomain,vlanid,domain,comments,disable "infiniband","198.18.8.0","255.255.252.0","ib0","",,"198.18.8.91",

Re: [xcat-user] confignics/configib not configuring the Infiniband card

2014-11-10 Thread Russell Auld
sufficiently populate the nics table. From: Russell Auld [mailto:russa...@comcast.net] Sent: Monday, November 10, 2014 12:31 PM To: 'xCAT Users Mailing list' Subject: [xcat-user] confignics/configib not configuring the Infiniband card Using xCAT 2.8.4 with RHEL 6.5 Trying to

[xcat-user] confignics/configib not configuring the Infiniband card

2014-11-10 Thread Russell Auld
Using xCAT 2.8.4 with RHEL 6.5 Trying to get xCAT to setup the Infiniband card and having trouble. I set up my node definitions as I did in xCAT 2.7.5 (on a different cluster), namely like this: lsdef node1: . installnic=eth0 otherinterfaces=node1-c:198.18.12.254,node1-ib:198.18.8.254

Re: [xcat-user] Configuration of xCAT on the top of Infiniband

2014-10-16 Thread Russell Auld
I would argue that the Infiniband (IB) fabric is unrelated to xCAT. xCAT handles the provisioning of the nodes. It will install the operating system and any IB drivers. However, the driver stack on any given node is completely irrelevant to: 1) The IB fabric topology. 2) The IB subne

[xcat-user] How do provisioned nodes get their hostkeys?

2014-10-08 Thread Russell Auld
I'm trying to determine how the hostkeys end up on a provisioned node (stateful). It appears that the keys live in /etc/xcat/hostkeys. The man page for updatenode indicates that it can manage hostkeys for the nodes with the -k option. However, the "remoteshell" postscript also appears to manage

Re: [xcat-user] error with nodeset

2013-06-06 Thread Russell Auld
I think you want to "nodeset node1 osimage=" Using the "install" verb on nodeset is deprecated. - Original Message - From: "Jack Singh" To: "xcat-user@lists.sourceforge.net" Sent: Thursday, June 6, 2013 8:25:00 PM Subject: [xcat-user] error with nodeset Hi I am insta

Re: [xcat-user] Is xCAT 2.8 meant to disable SELinux?

2013-04-11 Thread Russell Auld
If you continue with the configuration of xCAT, you'll get to the part where you have to define a template for the provisioning. The default template should have something like this in it: # # SE Linux # selinux --disabled That template ultimately gets turned into an anaconda script

Re: [xcat-user] Help with old-style provisioning

2013-04-06 Thread Russell Auld
I'm after is the lower level stuff like "kcmdline" and the AnacondFrom: Russell Auld To: xCAT Users Mailing list Date: 04/01/2013 07:54 PMSubject: Re: [xcat-user] Help with old-style provisioning I'm good with that part, but what I'm after is the lower level stuff like

Re: [xcat-user] Help with old-style provisioning

2013-04-01 Thread Russell Auld
tecture.tmpl is most specific, architecture or osver or both being omitted is checked for as the more specific matches are not found) in the respective 'platform' directories ('rh/' for redhat for example)Russell Auld ---04/01/2013 09:05:29 AM---Is there any documentation that d

Re: [xcat-user] Updating RHEL6.3

2013-04-01 Thread Russell Auld
013 13:43:19 - (UTC) Subject: Re: [xcat-user] Updating RHEL6.3 What level of xcat are you running? Lissa Valletta 8-3/B10 Poughkeepsie, NY 12601 (tie 293) 433-3102 From: Russell Auld To: xCAT-Users Date: 04/01/2013 09:16 AM Subject: [xcat-user] Updating RHEL6.3 It seems like applying updates to a

[xcat-user] Updating RHEL6.3

2013-04-01 Thread Russell Auld
It seems like applying updates to a RHEL6.3 has to be a two-step process and it seems like it could be just one. For instance, we have a basic RHEL6.3 installation directory that was created with the 'copycds' command. Call it "/install/rhels6.3/ x 8 6 _ 6 4 " Every quarter we pull upda

[xcat-user] multiple pkgdir values in osimage

2013-04-01 Thread Russell Auld
I've noticed that in version 2.8 of xCAT users can specify more than one value for "pkgdir" in osimage definition. There appears to be a restriction that the first entry points to the image source (e.g. /install/rhels6.3/x86_64). The documentation suggests that the second value for " pkgdir

[xcat-user] Help with old-style provisioning

2013-04-01 Thread Russell Auld
Is there any documentation that describes in detail the way xCAT works with the old-style $os-$arch-$provmethod-$profile provisioning system? We use "nodeset install=compute" and I would like to fully understand how xCAT decides what gets done to the nodes.

[xcat-user] postbootscripts

2013-03-31 Thread Russell Auld
Greeting, First time poster here. I'm working with an xCAT 2.7 system. When I run 'lsdef node1', it shows me the postscripts and postbootscripts. The thing I can't understand is that there is an additional postbootscript that gets run that doesn't appear in the list generated by lsdef