Переезд с ispmanager на brainycp
Переезд с ispmanager на brainycp
Встал вопрос о переезде на панель brainycp от isp manager
Дело в том, что сайты в работе, два VPS, на которых установлена панель ispmanager. Сейчас встал вопрос сменить панель управления. Как так правильно переехать чтобы не полетели сайты? Или их все равно придется восстанавливать из бэкапов (на одном сервере 5 сайтов и на другом 6)? Кто может обновить панель на серверах, и сколько это будет стоить? Может даже перед переездом сделать свежий бэкап, бо у меня за 15 мая.
Дело в том, что сайты в работе, два VPS, на которых установлена панель ispmanager. Сейчас встал вопрос сменить панель управления. Как так правильно переехать чтобы не полетели сайты? Или их все равно придется восстанавливать из бэкапов (на одном сервере 5 сайтов и на другом 6)? Кто может обновить панель на серверах, и сколько это будет стоить? Может даже перед переездом сделать свежий бэкап, бо у меня за 15 мая.
Re: Переезд с ispmanager на brainycp
Помогите утсановить панель.
- Вложения
-
- изображение_2022-05-18_132821442.png (8.02 КБ) 4688 просмотров
Re: Переезд с ispmanager на brainycp
Для centos перед установкой панели выполните команду:
yum -y install wget
Для ubuntu:
apt-get -y install wget
yum -y install wget
Для ubuntu:
apt-get -y install wget
Re: Переезд с ispmanager на brainycp
Что оно хочет? До этого ж работало[root@KOMPIK ~]# yum -y install wget
Загружены модули: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7 ... nfra=stock error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Неизвестная ошибка"
One of the configured repositories failed (Неизвестно),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=<repoid> ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable <repoid>
or
subscription-manager repos --disable=<repoid>
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
Cannot find a valid baseurl for repo: base/7/x86_64
Re: Переезд с ispmanager на brainycp
centos7 более не поддерживается redhat
https://community.brainycp.com/viewtopic.php?f=9&t=5362
https://community.brainycp.com/viewtopic.php?f=9&t=5362
Re: Переезд с ispmanager на brainycp
Я такую поставил AlmaLinuxalenka писал(а): ↑Пн авг 19, 2024 7:31 amcentos7 более не поддерживается redhat
https://community.brainycp.com/viewtopic.php?f=9&t=5362
Re: Переезд с ispmanager на brainycp
ls -al /etc/yum.repos.d/
cat /etc/redhat-release
cat /etc/redhat-release
Re: Переезд с ispmanager на brainycp
Это был ответ, на данный пост.demonx писал(а): ↑Вс авг 18, 2024 10:27 amЧто оно хочет? До этого ж работало[root@KOMPIK ~]# yum -y install wget
Загружены модули: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7 ... nfra=stock error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Неизвестная ошибка"
One of the configured repositories failed (Неизвестно),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=<repoid> ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable <repoid>
or
subscription-manager repos --disable=<repoid>
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
Cannot find a valid baseurl for repo: base/7/x86_64
Показать вывод по командам.
Re: Переезд с ispmanager на brainycp
Поставил CentOS 8alenka писал(а): ↑Вт авг 20, 2024 7:07 amЭто был ответ, на данный пост.demonx писал(а): ↑Вс авг 18, 2024 10:27 amЧто оно хочет? До этого ж работало[root@KOMPIK ~]# yum -y install wget
Загружены модули: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7 ... nfra=stock error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Неизвестная ошибка"
One of the configured repositories failed (Неизвестно),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=<repoid> ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable <repoid>
or
subscription-manager repos --disable=<repoid>
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
Cannot find a valid baseurl for repo: base/7/x86_64
Показать вывод по командам.
[root@KOMPIK ~]# yum -y install wget
CentOS-8 - AppStream 0.0 B/s | 0 B 00:01
CentOS-8 - Base 0.0 B/s | 0 B 00:01
CentOS-8 - Extras 0.0 B/s | 0 B 00:01
Не удается синхронизировать кэш для репозитория «AppStream», игнорируя это репо.
Не удается синхронизировать кэш для репозитория «BaseOS», игнорируя это репо.
Не удается синхронизировать кэш для репозитория «extras», игнорируя это репо.
Отсутствуют совпадения для аргумента: wget
Ошибка: Совпадений не найдено
[root@KOMPIK ~]# ls -al /etc/yum.repos.d/
итого 60
drwxr-xr-x. 2 root root 4096 авг 20 17:28 .
drwxr-xr-x. 81 root root 8192 авг 20 17:34 ..
-rw-r--r--. 1 root root 731 авг 14 2019 CentOS-AppStream.repo
-rw-r--r--. 1 root root 712 авг 14 2019 CentOS-Base.repo
-rw-r--r--. 1 root root 798 авг 14 2019 CentOS-centosplus.repo
-rw-r--r--. 1 root root 1320 авг 14 2019 CentOS-CR.repo
-rw-r--r--. 1 root root 668 авг 14 2019 CentOS-Debuginfo.repo
-rw-r--r--. 1 root root 756 авг 14 2019 CentOS-Extras.repo
-rw-r--r--. 1 root root 338 авг 14 2019 CentOS-fasttrack.repo
-rw-r--r--. 1 root root 928 авг 14 2019 CentOS-Media.repo
-rw-r--r--. 1 root root 736 авг 14 2019 CentOS-PowerTools.repo
-rw-r--r--. 1 root root 1382 авг 14 2019 CentOS-Sources.repo
-rw-r--r--. 1 root root 74 авг 14 2019 CentOS-Vault.repo
[root@KOMPIK ~]# cat /etc/redhat-release^C