You will need to open a feature request in SourceForge for us to track this new requirement.
Lissa K. Valletta 8-3/B10 Poughkeepsie, NY 12601 (tie 293) 433-3102 From: Srikanth Gumma <sri4mail...@gmail.com> To: xcat-user@lists.sourceforge.net, Date: 03/12/2014 10:53 AM Subject: Re: [xcat-user] DNS configuration - reg Thanks for all your responses. I could not resolve the issue even after following the suggestions, I don't want to place the host file which i static and managing host file is very expensive. With the permission of the client I change the local DNS name to mydom.local to resolve the issue. However I would request xCAT development team to help incorporate the custom DNS/DHCP configuration to be incorporated using some table. Regards Srikanth Gumma On Sat, Mar 1, 2014 at 4:41 PM, Srikanth Gumma <sri4mail...@gmail.com> wrote: Message: 2 Date: Sat, 1 Mar 2014 09:48:16 -0500 From: Jarrod B Johnson <jbjoh...@us.ibm.com> Subject: Re: [xcat-user] Interactive install To: xCAT Users Mailing list <xcat-user@lists.sourceforge.net> Message-ID: < of1ab501d6.49fdf6fc-on87257c8e.00514372-85257c8e.00515...@us.ibm.com> Content-Type: text/plain; charset="us-ascii" I'd omit ksdevice entirely, see if that brings you the ability to manually select the interface. From: David D Johnson <david_john...@brown.edu> To: xCAT Users Mailing list <xcat-user@lists.sourceforge.net> Date: 02/28/2014 04:01 PM Subject: Re: [xcat-user] Interactive install OK, I found the file in /tftpboot/pxelinux.cfg/cache001 (which is the hostname). I stripped out the ks= and change the ksdevice= to the mac address (I had previously had eth2, which didn't work at all). Here is the lsdef: [root@mgt1 tftpboot]# lsdef cache001 Object name: cache001 arch=x86_64 bmc=cache001-bmc bmcport=0 currchain=boot currstate=install centos6.5-x86_64-storage2 groups=cache,sm-bmc,cachenodes,chs initrd=xcat/osimage/centos6.5-x86_64-install-storage2/initrd.img installnic=mac ip=172.20.6.1 kcmdline=quiet repo=http://172.20.0.2:80/install/centos6.5/x86_64 ks= http://172.20.0.2:80/install/autoinst/cache001 ksdevice=eth2 cmdline console=tty0 console=ttyS1,115200 kernel=xcat/osimage/centos6.5-x86_64-install-storage2/vmlinuz mac=00:25:90:8c:21:18 mgt=ipmi netboot=pxe nfsserver=172.20.0.2 os=centos6.5 postbootscripts=otherpkgs postscripts=syslog,remoteshell,syncfiles,setupntp,ipoib,sitespecific power=ipmi primarynic=mac profile=storage2 provmethod=centos6.5-x86_64-install-storage2 serialport=1 serialspeed=115200 status=installing statustime=02-28-2014 15:32:46 tftpserver=172.20.0.2 [root@mgt1 tftpboot]# At this point it is sitting for many minutes at "waiting for hardware to initialize..." Any ideas why things would get stuck here, any way to enable more debugging messages? The serial console seems to be working OK up to this point, but the node is not pingable. Thanks, -- ddj On Feb 28, 2014, at 3:00 PM, Jarrod B Johnson wrote: After the nodeset, edit /tftpboot/xcat/xnba/nodes/<nodename>.* and remove the bits where it points to a kickstart file or whatever. Then it will be interactive and manual when it pxe boots. <graycol.gif>David Johnson ---02/28/2014 02:55:04 PM---We've provisioned a lot of diskless nodes and a few disked installs, but right now I have a one-off From: David Johnson <david_john...@brown.edu> To: "xcat-user@lists.sourceforge.net" < xcat-user@lists.sourceforge.net> Date: 02/28/2014 02:55 PM Subject: [xcat-user] Interactive install We've provisioned a lot of diskless nodes and a few disked installs, but right now I have a one-off install on a machine with no DVD drive. It needs software raid for the boot disk and other details that don't make a normal nodeset osimage install seem practical. Any suggestions how to simply boot install media with pxe and manually control the install? Thanks, -- ddj Dave Johnson ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ xCAT-user mailing list xCAT-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xcat-user ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk_______________________________________________ xCAT-user mailing list xCAT-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xcat-user Hi All, I'm a newbie to xCAT installation. I'm trying to setup xCAT for my hpc cluster. My requirement regarding DNS is little different and hope some one would help me resolve the issue currently I'm facing. I setup the management node with hpc.mydom.net as my hpc domain. My cluster each node has 3 interfaces private, public and Infiniband respectively. My organization domain is mydom.net which is hosting records for the entire organization and I cannot register all my HPC node names in the same domain. Hence I setup a local DNS in my management node. I want all my compute nodes to resolve all hosts registered under mydom.net aswell as hpc.mydom.net. To make it simple: mydom.net (NS1) | | hpc.mydom.net (xcatMGMT) | | nod1.hpc.mydom.net (my compute nodes) nod2.hpc.mydom.net . . . Typically I want my nod2.hpc.mydom.net to resolve node1.hpc.mydom.net and licserv1.mydom.net both IPs. What I wanted to do is any name resolution which does not belong to hpc.mydom.net should forward to mydom.net, but when I verify the configuration I see the zone definition in my xcatMTMT it looks like the below and hence it's not able to resolve licserv1.mydom.net IPs zone "mydom.net" in { type master; allow-update { key xcat_key; }; file "db.mydom.net"; }; I understood that my xcatMGMT is thinking that it's master for mydom.net, and due to which the name resolution is not happening for servers such as licserv1.mydom.net, etc., I tried to change the DNS configuration manually, but whenever I run makedns it's just overwriting all my previous configuration. Is there any way that I only add new nodes in the hpc.mydom.net domain and does not overwrite dns configuration? A glance on my site configuration and network configuration is below: # lsdef -t site -i domain,nameservers,forwarders Object name: clustersite domain=hpc.mydom.net forwarders=172.27.0.252,172.27.0.254 nameservers=192.168.20.1 # lsdef -t network ibnet4,publicnet4,clusternet4 Object name: ibnet4 dhcpserver=192.168.20.1 dynamicrange=192.168.30.88-192.168.30.175 mask=255.255.255.0 mgtifname=eth0 net=192.168.20.0 Object name: publicnet4 dhcpserver=192.168.20.1 domain=mydom.net dynamicrange=10.1.0.11-10.1.0.200 gateway=10.1.0.1 mask=255.255.0.0 mgtifname=eth0 net=10.1.0.0 Object name: clusternet4 dhcpserver=192.168.20.1 domain=hpc.mydom.net dynamicrange=192.168.20.88-192.168.20.175 mask=255.255.255.0 mgtifname=eth0 net=192.168.20.0 tftpserver=192.168.20.1 Any other suggestions also welcome . Thanks for your guidance in advance. Regards Srikanth Gumma ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ xCAT-user mailing list xCAT-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xcat-user
<<inline: graycol.gif>>
------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech
_______________________________________________ xCAT-user mailing list xCAT-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xcat-user