2010年6月6日 星期日

rebuild yum server repodata

某些時候想要重建yum server的repository,要保持套件群組的關係,要依照下面作法
[1] server
cp /var/ftp/pub/VT/repodata/comps-rhel5-vt.xml /tmp/comps-rhel5-vt.xml
rm -rf /var/ftp/pub/VT/repodata/
rm -rf /var/ftp/pub/VT/.olddata
createrepo -g /tmp/comps-rhel5-vt.xml /var/ftp/pub/VT

備註:
如果沒有照上述重建,xml檔仍會產生出來,yum install也沒問題,但在GUI進行套件工具時
群組的關係會全部跑掉


[2] client
yum clean
server重建後,cleint應該要重新跟server取得xml的內容,所以要clean

沒有留言:

張貼留言

文章分類