#author("2023-12-28T03:53:45+00:00","default:iseki","iseki")
#author("2023-12-28T03:54:10+00:00","default:iseki","iseki")
* Rocky Linux [#rd1cd8b1]
** CentOS からの移行 [#i67cdddd]
*** CentOS7 -> Rocky Linux8 [#za5f2d98]
 # yum install -y http://repo.almalinux.org/elevate/elevate-release-latest-el7.noarch.rpm
 # yum install -y leapp-upgrade leapp-data-rocky
 # leapp preupgrade
  leapp preupgrade の Inhibitor対応
 # leapp answer --section remove_pam_pkcs11_module_check.confirm=True
 # vi /etc/ssh/sshd_config  (PermitRootLogin yes のコメントを外す)
 
 # yum install yum-utils
 # package-cleanup --oldkernel --count=1
 # leapp upgrade



**** error 1 [#kabeccff]
 File "/usr/share/leapp-repository/repositories/system_upgrade/common/libraries/dnfplugin.py", line 219, in _transaction     e.stdout = e.stdout.encode('utf-8', 'xmlcharrefreplace') AttributeError: can't set attribute

- https://stackoverflow.com/questions/73959151/leapp-upgrade-fails-during-elevate-upgrade-initramfs
-- /usr/share/leapp-repository/repositories/system_upgrade/common/libraries/dnfplugin.py の L217 の PY2 をPY3 に変える.



**** BL460c Gen8 [#t260e672]
- BL460c Gen8 では ネットワークインターフェイスを見失った.
- dmesg でもネットワークインターフェイスが表示されない.
- RHEL8 は be2net ネットワークインターフェイスをサポートしないようだ.

- 後でチェック(2022/12/8)
-- https://cbs.centos.org/koji/buildinfo?buildID=37021  ← これは Rocky Linux 9 用
--- ダメぽ

- https://blog.dovid.net/how-to-get-the-broadcom-network-drivers-working-with-on-a-hp-bl460c-gen8-with-centos8/
-- 8.7 は kmod-be2net-12.0.0.0-10.el8_7.elrepo.x86_64.rpm で上手く行った.
--- http://mirror.rackspace.com/elrepo/elrepo/el8/x86_64/RPMS/kmod-be2net-12.0.0.0-10.el8_7.elrepo.x86_64.rpm

 rpm -ihv kmod-be2net-12.0.0.0-1​0.el8_7.elrepo.x86_64.rpm
 modprobe  be2net
 ip a s


**** 2022/8/31 [#cebf3523]
- leapp が yum でダウンロードできなくなっている.


*** CentOS8 -> Rocky Linux8 [#s103e2ea]
 git clone https://github.com/rocky-linux/rocky-tools.git
 cd rocky-tools/
 cd migrate2rocky/
 chmod u+x migrate2rocky.sh
 ./migrate2rocky.sh -r

** Trouble Shooting [#ycfff0a3]
*** yum で エンタイトルメントサーバーに登録されていません
*** yum で エンタイトルメントサーバーに登録されていません
- /etc/yum/pluginconf.d/subscription-manager.conf の enabled を 0 にする.
*** yum で "Curl error (60): SSL peer certificate or SSH remote key was not OK" のエラー [#u87f7384]
- 日付が少々ずれていたので date で修正


*** BL460c G9 を色々弄っていたら,sdb が sda になって,/dev/mapper/rl-home を見失った. [#n3659ecb]
- [[LVM#k68cf663]]

#br

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS