您好,登錄后才能下訂單哦!
tar壓縮包 綠色軟件;不用調用腳本,可以直接用
rpm不能解決軟件的依賴性
-e 卸載-qa查看下的
設置實驗環境
在rhel8中
再用createrepo -v .
node1 ip 192.168.1.18
node2 ip 192.168.1.17
設置node1的網絡
1.軟件倉庫支持的訪問方式
file:// | 本地文件 |
---|---|
ftp:// | 文本傳輸協議 |
http:// | 超文本傳輸協議 |
nfts: | 網絡文件系統 |
2.搭建共享軟件倉庫的方式
在node2中
1.在含有軟件資源的主機中安裝共享軟件
:yum search ftp
yum install vsftp (上面找到的文件) -y 安裝
systemctl start vsftpd
systemctl enable vsftpd(自動打開)
2關閉selinux和firewalld
selinux:
getenforce查看selinux狀態 Enforcing :selinux開啟
關閉selinux:
vim /etc/sysconfig/selinux
SELINUX=disabled 文件的第7行
reboot 重啟系統
firewalld:
關閉firewalld
systemctl stop firewalld
systemctl disable firewalld
3.建立共享目錄
mkdir /var/ftp/rhel7.6 /var/ftp/software
4.在共享目錄中存放共享軟件資源
在所有第三方軟件放入/var/ftp/software并執行ccreaterepo -v /var/ftp/software
掛載系統安裝鏡像資源到/var/ftp/rhel7.6
mount /dev/cdrom /var/ftp/rhel7.6 為臨時掛載
永久掛載系統安裝鏡像資源到/var/ftp/rhel7.6
vim /etc/rc.d/rc.local
mount /dev/cdrom /var/ftp/rhel7.6
退出保存
chmod 755 /etc/rc.d/rc.local
再用絕對路徑運行一次
/etc/rc.d/rc.local
注意:永久掛載時df查看,有時需要卸掉舊的,
測試:
在rhel7_node1:
firefox ftp://192.168.1.17/software 查看資源
firefox ftp://192.168.1.17/rhel7.6 查看資源
在用node1中ftp方式查看資源時,在火狐中有時無法連接
可能存在以下問題:
1.和node2中網絡沒有ping通
2.node2中vsftpd服務沒有打開
3.node2中火墻沒有關閉
vim /etc/yum.repos.d/westos.repo
[rhel7.6]
name=rhel7.6
baseurl=ftp://192.168.1.17/rhel7.6
gpgcheck=0
[software]
name=software
baseurl=ftp://192.168.1.17/software
gpgcheck=0
**yum clean all
yum repolist 看是否有資源,有則代表之前在node1和2中實驗環境都設置成功
yum search dhcp
yum install dhcp -y 安裝dhcp服務
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。