Questions tagged [oracle-vm-server]
Oracle VM is a server virtualization solution based on Xen
24 questions
0
votes
0
answers
418
views
Error while trying to resize a disk partition
Im trying to resize a disk partition in Ubuntu 22.04 in OracleVM. I already resize the disk in the VM software but in Ubuntu the disk still with the old size. I think it resize but in a new partition ...
1
vote
1
answer
745
views
How should I use session cookies with OVMM Rest API and Ansible URI Module
I am able to use the Oracle Virtual Machine Manager (OVMM) REST API successfully with the Ansible URI module with the exception that I have to pass the username and password to EACH call instead of ...
1
vote
1
answer
67
views
deleting data in a domU-mounted image does not reduce the image size
I have difficulties understanding the following situation:
Dom0 image:
[root@Dom0]# du -h 19.12.0.0_dbhome_1.img
980M 19.12.0.0_dbhome_1.img
is mounted on DomU:
[root@DomU]# df -h /u01/app/oracle/...
-1
votes
1
answer
1k
views
how to fix following error in ubuntu coming after installing oracle virtual box
W: Target Packages (contrib/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/virtualbox.list:1 and /etc/apt/sources.list.d/virtualbox.list:2
W: Target Packages (contrib/...
0
votes
1
answer
930
views
virtual machine doesn't use allocated disk space
I am running manjaro in an Oracle VirtualBox to test a virgin install of a set of softwares. I am getting an error that there is no more disk space on a particular download, however, when I set up the ...
0
votes
2
answers
21k
views
Kali Linux 2020.2 Stuck on dragon logo
I have an installed Kali linux 2020.2 on my Oracle VM
and by mistake I turned my computer OFF when the Oracle was saving the session ...
and now when I'm trying to boot on it get stuck at "the ...
0
votes
0
answers
553
views
Unable to boot Oracle Linux in Virtual Box
I hope this is the right place to ask this question.
I'm trying to install Oracle Linux 8.1. It works but then the reboot needed after the installation takes it back to the installation screen.
It ...
0
votes
1
answer
104
views
Oracle Virtual Box Appliance import
I am running Ubuntu 16.04 LTS. I am trying to use Oracle VM to load a Kali Linux operating system and get an error that I see is quite common with a lot of other people online. The thing is that most ...
3
votes
2
answers
4k
views
Install Let's Encrypt SSL certificate on Oracle Linux Server
I am trying to install a Let's Encrypt certificate on a Oracle Linux Server 7.6. Since the server does not have a public IP, I had to validate via DNS.I followed the instructions here https://github....
1
vote
1
answer
6k
views
How to install Guest Additions with a Oracle Gnu/Linux guest on VirtualBox?
I have a Linux virtual box and want to install Guest Additions. I've successfully mounted the iso. But now what...?
How can I access the mounted cd-rom in the terminal of the virtual machine as to ...
0
votes
0
answers
163
views
tcpdumping virtual network on the Oracle Virtual Server
Is there a way to enable proper promiscuous mode in Oracle Virtual Server based virtual network?
It seems like card is getting only some percents of total network traffic.
I have tried all of the ...
2
votes
1
answer
25k
views
Keytool utility not available
I know that in order to use keytool, JDK must be installed -- which it is in my server -- but the keytool utility is not available.
[root@Linux ~]$ java -version
openjdk version "1.8.0_181"
OpenJDK ...
1
vote
0
answers
2k
views
Problem with starting Oracle Linux after Migrating form OVM to hyper-v
I am planing to move form OVM to hyper-v, in-order to do the migration, I shutdown OVM (VM is using Oracle Linux 7.2) normally, then exported the appliance from OVM Console, move it to Windows machine ...
1
vote
2
answers
904
views
Upgrading Solaris zone to solaris 11 [closed]
We have solaris zones running in Sparc T5 server
Currently a solaris zone run Solaris 10 OS version.
$uname -a
SunOS zone01 5.10 Generic_150400-30 sun4v sparc sun4v
Going further, we would like ...
1
vote
1
answer
10k
views
What's missing in my grub2 configuration for PxE
I'm trying to automate the installation of physical servers using PxE. In this case I'm installing Oracle Virtual Servers (OVS for short, RHEL/Centos-like systems with Xen and custom linux kernel). I ...