Spacewalk的配置與安裝系統

2021-12-29 22:06:30 字數 2078 閱讀 3199

sudo mkdir -p /var/ftp/pub/centos5 sudo mount -t auto -o loop centos-5.11-x86_64-bin-***-1of2.iso /var/ftp/pub/centos5 sudo mkdir -p /var/ftp/pub/centos6 sudo mount -t auto -o loop centos-6.6-x86_64-bin-***1.iso /var/ftp/pub/centos6

第乙個 repository repository label*: centos6_repo repository url*: file:///var/ftp/pub/centos6 或 第二個 repository repository label*: spacewalk_2.2-client_rhel6_repo repository url*:

channel name*: centos6_channel channel label*: centos6_channel architecture: x86_64 channel summary*: centos6_channel

description: my_key add-on entitlements: 選中 monitoring 和 provisioning

distribution label*: centos6_dist tree path*: /var/ftp/pub/centos6 base channel*: centos6_channel installer generation*: rhel6

label*: centos6 base channel*: centos6_channel kickstartable tree*: centos6_dist

sudo /etc/init.d/cobblerd restart sudo cobbler sync

9. 部署linux系統

9.1 首先使用 "sudo cobbler list" 來檢視 profile

9.2 然後使用 「sudo cobbler system」 來新增並設定系統

sudo cobbler system add --name=test --profile=centos6:1:spacewalkdefaultorganization sudo cobbler system edit --name=test --inte***ce=eth0 --mac=08:00:27:2c:30:8c --ip-address=192.168.145.155 --netmask=255.255.255.0 --static=1 sudo cobbler system edit --name=test --gateway=192.168.145.1 --hostname=test sudo cobbler sync9.3 安裝系統。如果物理機有ipmi,可以遠端啟動物理機。這裡我使用的虛擬機器做測試,所以我是手動啟動虛擬機器,此時就會看到虛擬機器開始自動安裝系統了。

10. 註冊系統

10.1 訪問 systems -> systems -> 選中機器 -> software -> software channels

檢視有沒有關聯 channel,如果沒有可以選擇乙個,比如上面的建立的 「centos6_channel」。

10.2 登入到新安裝的系統上執行

rhnreg_ks --serverurl=http:///xmlrpc --sslcacert=/usr/share/rhn/rhn-org-trusted-ssl-cert --activationkey=* 其中 是spacewalk所在機器,是在activation keys裡建立的key

10.3 等待系統安裝完成後,就可以在 spacewalk 的 systems -> systems -> physical systems 檢視新安裝的機器了。

安裝與配置php,PHP的安裝以及配置

安裝以及配置 1.安裝apache 2.2.4 apache dir d myspace apache 2.2.4 2.解壓安裝php 5.2.11 php dir d myspace php 5.2.11 3.找到php 5.2.11下的php.ini dist,改名為php.ini 4.開啟ph...

Apache php mysql 的安裝與配置

apache php mysql 的安裝與配置 安裝apache 安裝 一路 next 安裝在 d www apache 配置 修改 d www apache group apache2 conf httpd.conf.txt 2.找到 loadmodule ssl module modules m...

VNCServer的安裝與配置

步驟 1。安裝vnc伺服器 tar zxvf vnc 3.3.6 x86 linux.tar.gz cd vnc 3.3.6 more readme 按說明安裝即可 就是下面的這些步驟。vncinstall usr local bin vncinstall usr local bin usr loc...