<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://fluxcoil.net/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>fluxcoil.net</title>
        <description></description>
        <link>http://fluxcoil.net/</link>
        <lastBuildDate>Sun, 05 Feb 2012 05:11:25 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://fluxcoil.net/lib/tpl/battlehorse/images/favicon.ico</url>
            <title>fluxcoil.net</title>
            <link>http://fluxcoil.net/</link>
        </image>
        <item>
            <title>software:https_svn_clientcert</title>
            <link>http://fluxcoil.net/doku.php/software/https_svn_clientcert?rev=1328273723&amp;do=diff</link>
            <description>What?

	*  How to set up rhel6/centos6
	*  with subversion, httpd, pki, client cert auth


### pki and httpd cert
cd /etc/pki/CA
touch index.txt
mkdir -p newcerts
echo 01 &gt;serial
umask 077
openssl genrsa -out private/cakey.pem -des3 2048
openssl req -new -x509 -key private/cakey.pem -days 3650 &gt;cacert.pem

### create httpd-cert
cd /root
umask 077
openssl genrsa 1024 &gt;httpd.key
openssl req -new -key httpd.key -out httpd.csr
# openssl req -in httpd.csr -noout -text # see contents of request
cp htt…</description>
            <author>chris</author>
        <category>software</category>
            <pubDate>Fri, 03 Feb 2012 13:55:23 +0100</pubDate>
        </item>
        <item>
            <title>software:mrg-g:0verview</title>
            <link>http://fluxcoil.net/doku.php/software/mrg-g/0verview?rev=1327580771&amp;do=diff</link>
            <description>basic node setup

	*  setup a RHEL6 or 6.2
	*  &lt;http://spinningmatt.wordpress.com/2010/07/26/getting-started-installing-a-single-node-condor-pool/&gt;


rhn_register
rhn-channel -a -c rhel-x86_64-server-6-mrg-grid-execute-2
rhn-channel -a -c rhel-x86_64-server-6-mrg-grid-2
rhn-channel -a -c rhel-x86_64-server-6-mrg-management-2
# rhel-x86_64-server-6-mrg-grid-execute-2-debuginfo
# rhel-x86_64-server-6-mrg-grid-2-debuginfo
# rhel-x86_64-server-6-mrg-management-2-debuginfo</description>
            <author>chris</author>
        <category>software:mrg-g</category>
            <pubDate>Thu, 26 Jan 2012 13:26:11 +0100</pubDate>
        </item>
        <item>
            <title>snippets:linux_quickshotsetups:ipa_client6 - [ipa rhel6 client] </title>
            <link>http://fluxcoil.net/doku.php/snippets/linux_quickshotsetups/ipa_client6?rev=1326871972&amp;do=diff</link>
            <description>ipa rhel6 client

	*  &lt;http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Identity_Management_Guide/Installing_the_IPA_Client_on_Linux.html&gt;


yum -y install ipa-client ipa-admintools

# rewrite resolv.conf to make the system use the IPA server for DNS
echo 'nameserver 192.168.4.23' &gt;/etc/resolv.conf

# now have the client discover the IPA server and hookup performed:
ipa-client-install --enable-dns-updates

# verify user lookup
getent passwd chorn</description>
            <author>chris</author>
        <category>snippets:linux_quickshotsetups</category>
            <pubDate>Wed, 18 Jan 2012 08:32:52 +0100</pubDate>
        </item>
        <item>
            <title>snippets:linux_quickshotsetups:ipa_server6</title>
            <link>http://fluxcoil.net/doku.php/snippets/linux_quickshotsetups/ipa_server6?rev=1326870145&amp;do=diff</link>
            <description>ipa setup on rhel6

	*  &lt;http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Identity_Management_Guide/index.html&gt;


# deploy rhel6.2, 6.1 had IPA just as tech preview

vi /etc/sysconfig/network
# ensure hostname including domain is set, i.e. rhel6u1a.fluxcoil.net

# ensure hostname is correct on running system
hostname rhel6u1a.fluxcoil.net

vi /etc/hosts
# now ensure proper entry, i.e.
192.168.4.2 rhel6u1a.fluxcoil.net rhel6u1a

yum -y install ipa-server bind bind-dyndb-ldap

ipa…</description>
            <author>chris</author>
        <category>snippets:linux_quickshotsetups</category>
            <pubDate>Wed, 18 Jan 2012 08:02:25 +0100</pubDate>
        </item>
    </channel>
</rss>

