Переезд с ispmanager на brainycp

Все остальные вопросы
demonx
Сообщения: 40
Зарегистрирован: Ср май 18, 2022 6:17 am

Переезд с ispmanager на brainycp

Сообщение demonx » Ср май 18, 2022 6:22 am

Встал вопрос о переезде на панель brainycp от isp manager
Дело в том, что сайты в работе, два VPS, на которых установлена панель ispmanager. Сейчас встал вопрос сменить панель управления. Как так правильно переехать чтобы не полетели сайты? Или их все равно придется восстанавливать из бэкапов (на одном сервере 5 сайтов и на другом 6)? Кто может обновить панель на серверах, и сколько это будет стоить? Может даже перед переездом сделать свежий бэкап, бо у меня за 15 мая.

demonx
Сообщения: 40
Зарегистрирован: Ср май 18, 2022 6:17 am

Re: Переезд с ispmanager на brainycp

Сообщение demonx » Ср май 18, 2022 10:28 am

Помогите утсановить панель. :oops:
Вложения
изображение_2022-05-18_132821442.png
изображение_2022-05-18_132821442.png (8.02 КБ) 4670 просмотров

Аватара пользователя
alenka
Сообщения: 2194
Зарегистрирован: Ср сен 27, 2017 11:10 am

Re: Переезд с ispmanager на brainycp

Сообщение alenka » Ср май 18, 2022 11:09 am

Для centos перед установкой панели выполните команду:
yum -y install wget
Для ubuntu:
apt-get -y install wget

demonx
Сообщения: 40
Зарегистрирован: Ср май 18, 2022 6:17 am

Re: Переезд с ispmanager на brainycp

Сообщение demonx » Вс авг 18, 2024 10:27 am

alenka писал(а):
Ср май 18, 2022 11:09 am
Для centos перед установкой панели выполните команду:
yum -y install wget
Для ubuntu:
apt-get -y install wget
[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
Что оно хочет? До этого ж работало

Аватара пользователя
alenka
Сообщения: 2194
Зарегистрирован: Ср сен 27, 2017 11:10 am

Re: Переезд с ispmanager на brainycp

Сообщение alenka » Пн авг 19, 2024 7:31 am

centos7 более не поддерживается redhat
https://community.brainycp.com/viewtopic.php?f=9&t=5362

demonx
Сообщения: 40
Зарегистрирован: Ср май 18, 2022 6:17 am

Re: Переезд с ispmanager на brainycp

Сообщение demonx » Пн авг 19, 2024 8:31 am

alenka писал(а):
Пн авг 19, 2024 7:31 am
centos7 более не поддерживается redhat
https://community.brainycp.com/viewtopic.php?f=9&t=5362
Я такую поставил AlmaLinux

Аватара пользователя
alenka
Сообщения: 2194
Зарегистрирован: Ср сен 27, 2017 11:10 am

Re: Переезд с ispmanager на brainycp

Сообщение alenka » Пн авг 19, 2024 10:14 am

ls -al /etc/yum.repos.d/
cat /etc/redhat-release

demonx
Сообщения: 40
Зарегистрирован: Ср май 18, 2022 6:17 am

Re: Переезд с ispmanager на brainycp

Сообщение demonx » Пн авг 19, 2024 8:39 pm

alenka писал(а):
Пн авг 19, 2024 10:14 am
ls -al /etc/yum.repos.d/
cat /etc/redhat-release
Это надо куда то прописать? Для какой ОС?

Аватара пользователя
alenka
Сообщения: 2194
Зарегистрирован: Ср сен 27, 2017 11:10 am

Re: Переезд с ispmanager на brainycp

Сообщение alenka » Вт авг 20, 2024 7:07 am

demonx писал(а):
Вс авг 18, 2024 10:27 am
alenka писал(а):
Ср май 18, 2022 11:09 am
Для centos перед установкой панели выполните команду:
yum -y install wget
Для ubuntu:
apt-get -y install wget
[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
Что оно хочет? До этого ж работало
Это был ответ, на данный пост.
Показать вывод по командам.

demonx
Сообщения: 40
Зарегистрирован: Ср май 18, 2022 6:17 am

Re: Переезд с ispmanager на brainycp

Сообщение demonx » Вт авг 20, 2024 2:40 pm

alenka писал(а):
Вт авг 20, 2024 7:07 am
demonx писал(а):
Вс авг 18, 2024 10:27 am
alenka писал(а):
Ср май 18, 2022 11:09 am
Для centos перед установкой панели выполните команду:
yum -y install wget
Для ubuntu:
apt-get -y install wget
[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
Что оно хочет? До этого ж работало
Это был ответ, на данный пост.
Показать вывод по командам.
Поставил CentOS 8
[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

Ответить