Category: Computers

Howto and other interesting information on computers systems and programming.

Upgrading OVM 3.0.3 to 3.1.1

Download Oracle Virtual Manager 3.1.1 and mount the iso on your manager server. Run the runUpgrader.sh It will ask for the “ovs” password. This was my weblogic admin password. After upgrading your Admin Server, you should be able to put one of your Servers into Maintenance mode. This will migrate all of your VMs to …

Continue reading

How to migrate VMWare Appliance to OVS 2.2

This explains how to migrate / convert a standard VMWare Appliance into a Oracle Virtual Server 2.2 environment. Create a directory on the OVS 2.2 server under /OVS/running_pool/NewVmName Unzip appliance if needed and put in the /OVS/running_pool/NewVmName You should have combination of file extensions like .vmdk .vmsd .vmx .vmxf Login to your OVS Manager. Goto …

Continue reading

Bare Metal Xen install and config on Fedora

Xen is an OpenSource virtualization platform that enables you to run many different types of operating systems on a standard Fedora / Redhat  installation. To install just follow the commands below to get started: yum install xen yum install virt-manager run “virt-manager” from command line click on “new” and follow prompts for install type (I …

Continue reading

Oracle Directory Server Enterprise Edition Install

Download software from Edelivery.oracle.com (ofm_odsee_linux_11.1.1.5.0_64_disk1_1of1.zip) Unzip the file into an installation area Unzip the ODSEE_ZIP_Distribution file (sun-dsee7.zip) to your installation directory Install the DSCC registry $ install-path/bin/dsccsetup ads-create Choose password for Directory Service Manager:directory-service-pwd Confirm password for Directory Service Manager:directory-service-pwd Creating DSCC registry… DSCC Registry has been created successfully Create the WAR file for DSCC. $ …

Continue reading

How to migrate VMware appliances to OVM 3

This article covers the steps to migrate a VMware ESX virtual machine over to an Oracle Virtual Machine. These steps should work with either OVM 2.x or 3.x Step 1. Download and install “VMware OVFTOOL 1.0” from the VMware site. You must register to get it. Step 2. Unzip your VMware appliance into a directory …

Continue reading