Category: Computers

Howto and other interesting information on computers systems and programming.

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

Cygwin command line installation

Have you ever wished you could install Cygwin programs via the command line? Well you can. Just use this shellscript that Stephen Jungels wrote. Just download it into your cygwin /usr/bin directory and modify if necessary. View apt-cyg First ssh to the cygwin box. Next download the needed packages for apt-cyg ./setup.exe -q -P  wget,tar,qawk,bzip2,subversion,vim …

Continue reading

Oracle Database 11g Express Edition Installation

Download Oracle XE from Oracle. http://download.oracle.com/otn/linux/oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip unzip the file and goto Disk1 directory rpm -i oracle-xe-11.2.0-1.0.x86_64.rpm Executing post-install steps… You must run ‘/etc/init.d/oracle-xe configure’ as the root user to configure the database. [root@database Disk1]# /etc/init.d/oracle-xe configure Oracle Database 11g Express Edition Configuration ————————————————- This will configure on-boot properties of Oracle Database 11g Express Edition. The …

Continue reading