L Linuxboy New Member Joined May 2, 2023 Messages 2 Reaction score 0 Credits 27 May 2, 2023 #1 Hello all I am trying to migrate server from centos to almalinux , How to check all the applications and jobs running in the server and the process for migration. Any help will be appreciated .
Hello all I am trying to migrate server from centos to almalinux , How to check all the applications and jobs running in the server and the process for migration. Any help will be appreciated .
osprey Well-Known Member Joined Apr 15, 2022 Messages 1,879 Reaction score 2,233 Credits 18,792 May 2, 2023 #2 Any help will be appreciated . Click to expand... To check what you have on the server, perhaps run: Code: rpm -qa > ListOfAllRpmPkgs.txt ps auwx > ListOfAllCurrentProcesses.txt ls -alR /usr/local > ListOfAppsFilesNotInPkgManager.txt Then there's the issue of what configurations have been altered from the defaults which appear in the /etc directory. A copy of such altered configurations, if any, might be useful.
Any help will be appreciated . Click to expand... To check what you have on the server, perhaps run: Code: rpm -qa > ListOfAllRpmPkgs.txt ps auwx > ListOfAllCurrentProcesses.txt ls -alR /usr/local > ListOfAppsFilesNotInPkgManager.txt Then there's the issue of what configurations have been altered from the defaults which appear in the /etc directory. A copy of such altered configurations, if any, might be useful.
f33dm3bits Gold Member Gold Supporter Joined Dec 11, 2019 Messages 7,728 Reaction score 6,113 Credits 56,680 May 3, 2023 #3 AlmaLinux Migration Guide | AlmaLinux Wiki AlmaLinux OS Documentation wiki.almalinux.org