Error:
ORA-00245: control file backup failed; in Oracle RAC, target might not be on shared storage
Solution:
Enable shared control file:
1. Configure the snapshot controlfile to a shared disk like (ACFS/NFS/DNFS):
2. In case of ASM use
Error:
ORA-00245: control file backup failed; in Oracle RAC, target might not be on shared storage
Solution:
Enable shared control file:
1. Configure the snapshot controlfile to a shared disk like (ACFS/NFS/DNFS):
2. In case of ASM use
1)Enable archive log
SQL> Conn sys/<pass>@TargetDB as sysdba;
SQL> Shut immediate;
SQL> Startup mount;
SQL> alter database archivelog;
SQL> alter database open;
SQL> archive log list;
Once you attach an OS ISO and start the windows installation and when you reach the hard disk selection time you will see no disks listed.
To proceed further do below steps:
1.Download windows disk drivers from:
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.248-1/
downlaod .iso file
2.Upload the image to Storage domain of the ovirt
3.When you are in the driver page:
from Virtual machine -> select 3 dots on the top -> choose "Change CD" ->select the ovrt driver iso (that we uploaded now)
from the console Browse the option :
and driver from vistore:Win10->Amd64 folder:
To open virtual machine console from ovirt manager (KVM)
1. Download and Install ovirt-viewer from the below link:
https://virt-manager.org/download
2.From browser open ovirt engine and login to administrator portal
3.Right click the virtual machine and choose "Console"
4.Console file be getting created on your windows->downloads
5.Right click the file ->Properties and change the file "Opens With:" as a new program and browse till
c:\program files->ovirt-viewer-> "Remote-Viewer" type
5.Now double click on the "Console.vv" file
will open the console:
In Host1:
# ssh-keygen -t rsa
#ssh-copy-id root@<Host2>
Thats all:
Now from Host1 try login with below command and it wont ask password.
# ssh root@Host2
Login to OEL7 with ssh and run below commands
Once we install the ovirt-Engine on Linux and when try to access:
https://<IP>/ovirt-engine getting error:
The redirection URI for client is not registered.
1. Create a new configuration file: /etc/ovirt-engine/engine.conf.d/99-sso.conf and include the following: SSO_CALLBACK_PREFIX_CHECK=false 2. Restart the oVirt Engine service: systemctl restart ovirt-engine Note: This action will disable the additional security check for the callback prefix.
To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...