[ovirt-users] [ovirt-devel] Failed to execute stage 'Setup validation': Trying to upgrade from unsupported versions: 3.5

2021-06-21 Thread Miguel Angel Costas
Hi All,

I am trying to upgrade my ovirt from 3.6.7.5 to 4.0 but after restoring the 
backup and execute engine-setup an error message appear related to the cluster 
version.  i have checked on the portal and the cluster version is set up in 
3.6. Do you have any idea about how to solve that?

[root@na5lovm01 ~]# engine-backup --mode=restore --no-restore-permissions 
--provision-db --file=/ovirt_bkp/miga-090621.tar --log=engine-backup-restore.log
Preparing to restore:
- Unpacking file '/ovirt_bkp/miga-090621.tar'
Restoring:
- Files
--
Please note:

Operating system is different from the one used during backup.
Current operating system: centos7
Operating system at backup: centos6

Apache httpd configuration will not be restored.
You will be asked about it on the next engine-setup run.
--
Provisioning PostgreSQL users/databases:
- user 'engine', database 'engine'
Restoring:
- Engine database 'engine'
  - Cleaning up temporary tables in engine database 'engine'
--
Please note:

The engine database was backed up at 2021-06-09 13:13:29.0 -0300 .

Objects that were added, removed or changed after this date, such as virtual
machines, disks, etc., are missing in the engine, and will probably require
recovery or recreation.
--
You should now run engine-setup.
Done.
[root@na5lovm01 ~]# engine-setup
[ INFO  ] Stage: Initializing
[ INFO  ] Stage: Environment setup
  Configuration files: 
['/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf', 
'/etc/ovirt-engine-setup.conf.d/10-packaging.conf', 
'/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf']
  Log file: 
/var/log/ovirt-engine/setup/ovirt-engine-setup-20210609140045-iiue97.log
  Version: otopi-1.5.2 (otopi-1.5.2-1.el7.centos)
[ INFO  ] Stage: Environment packages setup
[ INFO  ] Stage: Programs detection
[ INFO  ] Stage: Environment setup
[ INFO  ] Stage: Environment customization
 
  --== PRODUCT OPTIONS ==--
 
  Configure Image I/O Proxy on this host? (Yes, No) [Yes]: 
  Please note: Data Warehouse is required for the engine. If you choose 
to not configure it on this host, you have to configure it on a remote host, 
and then configure the engine on this host so that it can access the database 
of the remote Data Warehouse host.
  Configure Data Warehouse on this host (Yes, No) [Yes]: 
 
  --== PACKAGES ==--
 
[ INFO  ] Checking for product updates...
[ INFO  ] No product updates found
 
  --== NETWORK CONFIGURATION ==--
 
  Setup can automatically configure the firewall on this system.
  Note: automatic configuration of the firewall may overwrite current 
settings.
  Do you want Setup to configure the firewall? (Yes, No) [Yes]: No
 
  --== DATABASE CONFIGURATION ==--
 
  Where is the DWH database located? (Local, Remote) [Local]: 
  Setup can configure the local postgresql server automatically for the 
DWH to run. This may conflict with existing applications.
  Would you like Setup to automatically configure postgresql and create 
DWH database, or prefer to perform that manually? (Automatic, Manual) 
[Automatic]: 
 
  --== OVIRT ENGINE CONFIGURATION ==--
 
 
  --== STORAGE CONFIGURATION ==--
 
 
  --== PKI CONFIGURATION ==--
 
 
  --== APACHE CONFIGURATION ==--
 
  Setup can configure the default page of the web server to present the 
application home page. This may conflict with existing applications.
  Do you wish to set the application as the default page of the web 
server? (Yes, No) [Yes]: 
  Setup can configure apache to use SSL using a certificate issued from 
the internal CA.
  Do you wish Setup to configure that, or prefer to perform that 
manually? (Automatic, Manual) [Automatic]: 
 
  --== SYSTEM CONFIGURATION ==--
 
 
  --== MISC CONFIGURATION ==--
 
  Please choose Data Warehouse sampling scale:
  (1) Basic
  (2) Full
  (1, 2)[1]: 
 
  --== END OF CONFIGURATION ==--
 
[ INFO  ] Stage: Setup validation
[ ERROR ] The following Clusters have a too old compatibility level, please 
upgrade them:
  Default
[ ERROR ] Failed to execute stage 'Setup validation': Trying to upgrade from 
unsupported versions: 3.5
[ INFO  ] Stage: Clean up
  Log file is located at 
/var/log/ovirt-engine/setup/ovirt-engine-setup-20210609140045-iiue97.log
[ INFO  ] Generating answer file 

[ovirt-users] Re: [ovirt-devel] Failed to execute stage 'Setup validation': Trying to upgrade from unsupported versions: 3.5

2021-06-21 Thread Miguel Angel Costas
May be I found the problem but I don't know what should I do? Time ago I 
deleted the Default Cluster from the WebAdmin but it still be in the database.
Do you know if I can delete from the database without have any problem?

engine=# select vds_group_id, name, description, compatibility_version from 
vds_groups;
 vds_group_id |  name   |description | 
compatibility_version 
--+-++---
 0001-0001-0001-0001-002b | Default | The default server cluster | 
3.5
 b90fb2b7-e6ae-4f50-a41e-4cc4044d769d | Mendoza || 
3.6
 0ccf2c40-7feb-40f7-826e-b225f3a58b71 | Prueba  || 
3.6
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BCJ6FBBMWWY4T72O2KA357X3B55N6GMN/


[ovirt-users] Re: [ovirt-devel] Failed to execute stage 'Setup validation': Trying to upgrade from unsupported versions: 3.5

2021-06-21 Thread Miguel Angel Costas
I deleted all the clusters which I don't use and don't see from the webadmin 
through Ovirt shell. 

List Clusters:
[oVirt shell (connected)]# list clusters 

id : 0001-0001-0001-0001-002b
name   : Default
description: The default server cluster

id : b90fb2b7-e6ae-4f50-a41e-4cc4044d769d
name   : Mendoza

id : 0ccf2c40-7feb-40f7-826e-b225f3a58b71
name   : Prueba


Remove ghost clusters: 
[oVirt shell (connected)]# remove cluster Prueba

status-state: complete

[oVirt shell (connected)]# list clusters

id : 0001-0001-0001-0001-002b
name   : Default
description: The default server cluster

id : b90fb2b7-e6ae-4f50-a41e-4cc4044d769d
name   : Mendoza

[oVirt shell (connected)]# remove cluster Default

status-state: complete
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/EQDR2IMU7IAUQEXHFPOAK4N3KIFLKPRK/


[ovirt-users] Upgrade OVIRT from 3.6 to 4.3

2020-11-11 Thread Miguel Angel Costas
Hi Guys!

I need to upgrade from 3.6 to 4.3 and I have a doubt.
Do I need to restard VMs for each upgrade (DC Compatibilty 1° 4.0  - 2° 4.1 - 
3° 4.2 and 4° 4.3) or can modify the compatibilty  from 3.6 to 4.2 and restart 
the vms in this only step.

Best regards   
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/DAXCGYEQM4BM3KWMRAY4HMGE2YAHDB2H/


[ovirt-users] Re: The Master data domain can't be activated

2020-11-09 Thread Miguel Angel Costas
Hi all!!
I'm going to upgrade from 3.6 to 4.3 and I have a doubt about the cluster and 
DC compatibility upgrade. Do I have to restart VMs for each upgrade or can do 
it only when I get to 4.3? I have a physical server with a manager and 2 ones 
for nodes.
Best regards!
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BZW54UAH5266QQOM55CDMATYAI7OSS47/


[ovirt-users] Re: The Master data domain can't be activated

2020-10-29 Thread Miguel Angel Costas
Hi Didi!!

I could solved the issue attaching a new LUN and reinitializing the 
DataCenter.. I want to upgrade ovirt-engine but I can't find the node ISOs.

My topology is :
1 server with ovirt-engine. 3.6.7
2 nodes ovirt-node-iso-3.6-0.999.201608311021.el7.centos.iso
1 Storage Netapp  (2 LUNs for DATAdomain and 2 NFS export for ISO end EXport 
DOMAIN.

I tried to upgrade but I don't know how to upgrade the nodes.  
I upgrade my dev enviroment from ovirt-engine 3.6 to 4.1 but I have never be 
able to upgrade nodes so I can't change the DC compatibilty.

Thank your help me!!!  (I am sorry for my english which it is very bad)
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YOE4OPMF4MSNIBW3OHQWULCHCW2M4WYG/


[ovirt-users] The Master data domain can't be activated

2020-10-28 Thread Miguel Angel Costas
Hi all!!

I had a terrible problem with my blade and I lost the 2 nodes. I have installed 
a new server as a node  ( ovirt-node-iso-3.6-0.999.201608311021.el7.centos.iso) 
but for any reason the data domain don't start. It the same node version.
The ovirt manager is 3.6.7

If I create a new datacenter I can attach a lv from the same lun with the 
problem..

Someone could help me.. I have been working to solve the problem fron the 
saturday..

Thanks!
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZBG5PSJKDCXXGMBASH5MY23C43Q5PTDT/


[ovirt-users] Auto Provisioning of VMs

2015-11-12 Thread Miguel Angel Costas
Hi Guys,

Anyone know if there is a way to join to a domain VMs created from a
template automaticly in Ovirt. I need to implement an auto-provisioning
solution for the Dev-team.

Thanks
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Problem to start VMs on ovirt

2015-07-23 Thread Miguel Angel Costas
Hi guys,

I have reinstalled the node with the ISO
(ovirt-node-iso-3.5-0.999.201504280933.el6.iso) downloaded instead upgrade
from the Ovirt-Engine manager console and It solved the problem.

I saw selinux context of libvirtd is different now.

[root@NAHVOVH02 ~]# ps -Ze | grep libvirt
unconfined_u:system_r:virtd_t:s0-s0:c0.c1023 26864 ? 00:00:16 libvirtd

do you know if it should be defined like a bug?

Thanks for your help!!



2015-07-20 7:27 GMT-03:00 Miguel Angel Costas migacos2...@gmail.com:

 Hi Michal,

 I have attached the log files from the 2 Nodes.
 I found other differents after upgrade the NODE.

 UPGRADED
 [root@NAHVOVH02 libvirt]# ps -Ze | grep libv
 system_u:system_*r:ovirt_t:*s013807 ?00:26:41 libvirtd

 IT's WORKING
 [root@NAHVOVH01 libvirt]# ps -Ze | grep libvir
 system_u:system_r:*virtd_t*:s0-s0:c0.c1023 32704 ? 00:18:41 libvirtd

 Thank you for help!!



 2015-07-20 6:18 GMT-03:00 Michal Skrivanek michal.skriva...@redhat.com:


 On Jul 17, 2015, at 21:47 , Miguel Angel Costas migacos2...@gmail.com
 wrote:

  Hi Omer,
 
  I have reinstalled the Server (Centos 6.6) + Ovirt Manager (oVirt
 Engine Version: 3.5.3.1-1.el6) with 2 Nodes (oVirt Node - 3.0.4 -
 1.0.201401291204.el6) and working perfect. At this moment the DataCenter is
 configured with compatibility version 3.4.
 
  The problem appears when upgrade one of the Node to the lastest
 version. with the package  ovirt-node-iso.noarch
 0:3.5-0.999.201504280933.el6..
 
  image.png
 
  The log files are attached.
 
  Thanks you very much for help me!!!
 
  Best regards
 
  2015-07-16 4:01 GMT-03:00 Omer Frenkel ofren...@redhat.com:
 
 
  - Original Message -
   From: Miguel Angel Costas migacos2...@gmail.com
   To: users@ovirt.org
   Sent: Monday, July 13, 2015 3:00:33 PM
   Subject: [ovirt-users] Problem to start VMs on ovirt
  
   Dear,
  
   I have implemented the lastest version of Ovirt (Centos 6), and every
 time I
   want to start a VM appear this message VM lalala is down with error.
 Exit
   message: internal error Cannot parse sensitivity level in s0.

 it failed within libvirt. We would need to see qemu and libvirt logs too
 /var/log/libvirt/qemu/VM.log
 /var/log/libvirt/libvirt.log (or something like that:)

 Thanks,
 michal

  
   I tried to find the error on Internet and Blogs but I can't find the
   solutions. Could you help me to solve the problem???
  
 
  please attach engine + vdsm logs for the time of the failure
 
   Best Regards
  
   ___
   Users mailing list
   Users@ovirt.org
   http://lists.ovirt.org/mailman/listinfo/users
  
 
  logs.tar.gz___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users