Thanks, the problem is fixed in our PTF 1. http://sourceforge.net/p/xcat/bugs/3496/
Lissa K. Valletta 8-3/B10 Poughkeepsie, NY 12601 (tie 293) 433-3102 From: Bruce M Potter/Poughkeepsie/IBM@IBMUS To: xCAT Users Mailing list <[email protected]> Date: 04/13/2013 03:55 PM Subject: Re: [xcat-user] Is xCAT 2.8 meant to disable SELinux? The section in the xcat idataplex quick start that was referenced by chris meant xcat 2.8 disables selinux on the *management node*. If you look in http://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8/xCAT-server/sbin/xcatconfig around line 441, you'll see this section of code: # Turn off selinux on RedHat if (-f "/etc/redhat-release") { my $rc=xCAT::Utils->isSELINUX(); if ($rc != 0) { xCAT::MsgUtils->message('W', "SELINUX is not disabled, disabling it now..."); # Disable selinux for running system my $cmd = "echo 0 > /selinux/enforce"; my $outref = xCAT::Utils->runcmd("$cmd", 0); if ($::RUNCMD_RC != 0) { xCAT::MsgUtils->message('E', "Failed to disable SELINUX."); } # Disable selinux through reboots my $cmd = "sed -i 's/^SELINUX=.*\$/SELINUX=disabled/' /etc/selinux/config"; my $outref = xCAT::Utils->runcmd("$cmd", 0); if ($::RUNCMD_RC != 0) { xCAT::MsgUtils->message('E', "Failed to disable SELINUX."); } } } So during xcat installation on the MN you should have seen the msg that it was disabling it. Is it possible there is something different about about disabling selinux on 6.4 versus 6.3 and below? Open a bug ( https://sourceforge.net/p/xcat/bugs/) and we'll investigate it. Bruce Potter STSM, Linux & AIX Cluster Development, IBM, Poughkeepsie, NY Email: [email protected] Phone: external: 845-433-7073, internal: TL 293-7073 Inactive hide details for Lissa Valletta---04/12/2013 01:42:31 PM---I have to investigate. I thought we always in the past diLissa Valletta---04/12/2013 01:42:31 PM---I have to investigate. I thought we always in the past disabled SELinux on the installed nodes, so From: Lissa Valletta/Poughkeepsie/IBM@IBMUS To: xCAT Users Mailing list <[email protected]>, Cc: [email protected] Date: 04/12/2013 01:42 PM Subject: Re: [xcat-user] Is xCAT 2.8 meant to disable SELinux? I have to investigate. I thought we always in the past disabled SELinux on the installed nodes, so this would not be new to 2.8. Lissa K. Valletta 8-3/B10 Poughkeepsie, NY 12601 (tie 293) 433-3102 Inactive hide details for Christopher Samuel ---04/11/2013 11:20:10 PM--------BEGIN PGP SIGNED MESSAGE----- Hash: SHA1Christopher Samuel ---04/11/2013 11:20:10 PM--------BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 From: Christopher Samuel <[email protected]> To: [email protected] Date: 04/11/2013 11:20 PM Subject: Re: [xcat-user] Is xCAT 2.8 meant to disable SELinux? -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/04/13 12:13, Russell Auld wrote: > If you continue with the configuration of xCAT, you'll get to the > part where you have to define a template for the provisioning. Ah, but isn't that for the nodes it deploys? The section I'm referring to is prior to installing xCAT on the management node itself and the page says (perhaps incorrectly) that xCAT 2.8 should do the disabling for you on installation. But perhaps there's been a miscommunication somewhere that's resulted in a misdocumented feature for the management node that should be for the nodes it installs? cheers! Chris - -- Christopher Samuel Senior Systems Administrator VLSCI - Victorian Life Sciences Computation Initiative Email: [email protected] Phone: +61 (0)3 903 55545 http://www.vlsci.org.au/ http://twitter.com/vlsci -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlFnfMAACgkQO2KABBYQAh84GQCfdAxnMPG77np0YYAm0k/FufGW J1cAn3r0EBk+pNeC+b1rUcESrREIOtoj =pA3G -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user
<<inline: graycol.gif>>
------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user
