Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Integrating Red Hat Enterprise Linux 6 with Active Directory

yum install httpd dhcp tftp-server mod_perl (all already have been installed)

        4.2.1. service mysqld start
        4.2.2. chkconfig mysqld on
        4.2.3. mysqladmin create warewulf (cano't create database, warewulf

exists! ????)
        4.2.4. mysql warewulf < /usr/share/warewulf/setup.sql (file not exist!)
        4.2.5. mysqladmin -u root password 'MAKE_UP_A_PASSWORD'
        4.2.6. edit /etc/warewulf/database.conf  database-root.conf), database

See also asdfasdf

password password field to correct one.

    4.3. Build and configure Warewulf "chroot" “chroot” The live OS to run the node.

        4.3.1. Make directories to store Warewulf node OSes, A.K.A:(also known

as)"chroots" and "VNFS Capsules",Type:
            4.3.1.1. mkdir /data/chroots
            4.3.1.2. mkdir /data/vnfs

        4.3.2. To build a Warewulf CentOS "chroot", first type(this is the OS

tree for the nodes- directory structure that represents a root file system):
          4.3.2.1. wwmkchroot centos-6 /data/chroots/centos-6
           4.3.2.2. Then make a working copy, type: "mkdir /data/chroots/centos-6-

clusternode; (cd /data/chroots/centos-6; tar -cf - . ) | (cd /data/chroots/centos-6-

clusternode; tar -xf - . )"
        4.3.2.3. Record an rpm listing, type: "rpm --root=/data/chroots/centos-6

-clusternode -qa | sort > /data/chroots/centos-6-clusternode_initial.txt"

        4.3.3. Update and add packages.
            4.3.3.1. Update installed packages, type: " yum --

installroot=/data/chroots/centos-6-chemistry update"
            4.3.3.2. Install some repos, type (assuming you have not moved

the rpms from the root directory):
                4.3.3.2.1. yum --installroot=/data/chroots/centos-6-

chemistry localinstall /root/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
                4.3.3.2.2. yum --installroot=/data/chroots/centos-6-

...

EZbackup for Unix clients

...