User Tools

Site Tools


userspace:centos_6.2

CentOS release 6.2

opsi40 Installation

supplementing doc in http://download.uib.de/opsi4.0/doc/opsi-getting-started-en.pdf

basic install

# Check the opsi-server entry in /etc/hosts or the output of
getent hosts $(hostname -f)
# should be like
# 192.168.1.1 server.domain.tld server
# 
# samba and mysql-server should be installed and running
 
yum update

Add the opsi CentOS Repository:

Create the file `/etc/yum.repos.d/opsi40.repo` with the following content:

[opsi4]
name=opsi4.0 for RHEL/ CentOS $releasever - $basearch
baseurl=http://download.opensuse.org/repositories/home:/uibmz:/opsi:/opsi40/CentOS_CentOS-6/
enabled=1
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/home:/uibmz:/opsi:/opsi40/CentOS_CentOS-6/repodata/repomd.xml.key

install opsi40

yum makecache

yum install p7zip p7zip-plugins cabextract
yum remove tftp-server

yum install opsi-depotserver opsi-configed

miscellaneous

configure iptables and selinux

Configure opsi Backends

opsi stuff

opsi-setup --set-rights
opsi-setup --configure-mysql
opsi-setup --auto-configure-samba
opsi-setup --init-current-config
/etc/init.d/opsiconfd restart
/etc/init.d/opsipxeconfd restart

tested with

lsb_release -a
LSB Version:    :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description:    CentOS release 6.2 (Final)
Release:        6.2
Codename:       Final
 
 
rpm -q -a | grep opsi
opsi-atftp-0.7.dfsg-9.1.x86_64
python-opsi-4.0.2.1-1.1.noarch
opsiconfd-4.0.2.1-1.1.x86_64
opsi-depotserver-4.0.2.1-1.1.noarch
opsi-linux-bootimage-20120119-1.1.noarch
opsipxeconfd-4.0.2.1-1.1.noarch
opsi-utils-4.0.2.1-1.1.noarch
opsi-configed-4.0.1.24-1.1.noarch
userspace/centos_6.2.txt · Last modified: 2021/08/23 08:37 (external edit)