« paravirtualized drivers for Microsoft Windows (tm) on Oracle VM | Main | Oracle VM template builder, validated configs and Siebel CRM 8.1 template »

Oracle VM CLI RPM is available

About 2 months ago I wrote a little blog entry that had a preview of the "upcoming" cli tool for Oracle VM. Well, as of today, if you have ULN (Unbreakable Linux Network) access, you can actually grab the cli rpms. We released the first version.

Likely by the end of next week, we are also going to publish these rpms on our freely accessible public yum server.


Package Names :
ovmcli-1.0-1.el5.noarch.rpm
python-ZSI-2.1-a1.el5.noarch.rpm

ULN channels :
el5_i386_oracle_addons | el5_x86_64_oracle_addons
el5_i386_addons | el5_x86_64_addons

have fun !

TrackBack

TrackBack URL for this entry:
http://blogs.oracle.com/mt/mt-tb.cgi/13018

Comments (9)

any chance you will have packages or sources available so that I can use this from my OSX workstation?

Wim Coekaerts:

sure - technically you can just grab the rpm and cpio extract it. its pure python so if you grab the python zsi packages from the zsi websitm, then drop the cli python code in a directory, you should be good to go.
Maybe we can write up a note on this too - we test this on windows as well, don't have an exe but it's the same code. :) I have an OS X setup - will also give it a try but the above is basically how to make it work :)

I tried using cpio -idvm ovmcli-1.0-1.el5.noarch.rpm, but that didn't appear to work. I also looked around and found rpm2cpio and something called RPMinator.app. I believe the RPMinator.app would work, but you can't extract all files. It only appears to let you extract one file at a time.

I have a linux parallels vm that I can use to install the rpm. I can do that and then just tar it up. I'd imagine that should be fine too.

Wim Coekaerts:

Check out http://rpm5.org/community/rpm-devel/1519.html

save the script (beware of the newline on line 33/34)

do myscript ovmcli-1.0-1.el5.noarch.rpm > ovm.cpio
cpio -idmv

that should do the job on macosX

I tried that also. I couldn't get it to work. I did, however, get it to work by doing the following:

On my linux VM:
1) install the ovmcli-1.0-1.el5 rpm
2) for x in `rpm -ql ovmcli-1.0-1.el5`; do tar -rvpf /tmp/ovmcli.tar $x; done

On my Mac:
3) scp the ovmcli.tar from my linux vm to my mac
4) Install the ZSI package after dnloading it from http://sourceforge.net/projects/pywebsvcs/files/ZSI/ZSI-2.1_a1/ZSI-2.1-a1.tar.gz/download
5) tar xvpf ovmcli.tar
6) cp -Rp the site-packages from the tar (./usr/lib/python2.4/site-packages/*) over to /Library/Python/2.5/site-packages

Now it works :)

Thanks,
Joe

Heri:

Did you publish the rpm on the yum server? I did not find it and I don't have a up2day support account.

Wim Coekaerts:

not yet- they're working on it tho. ll post a note when they do. just a few things going on :)

Hello. Any updates on the rpm to the yum server?

wim.coekaerts Author Profile Page:

http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/oracle_addons/x86_64/

so it is actually there in the EL5 oracle_addons x86_64 channel

Wim

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About This Entry

This page contains a single entry from the blog posted on July 24, 2009 2:21 PM.

The previous post in this blog was paravirtualized drivers for Microsoft Windows (tm) on Oracle VM.

The next post in this blog is Oracle VM template builder, validated configs and Siebel CRM 8.1 template.

Many more can be found on the main index page or by looking through the archives.

Top Tags

Powered by
Movable Type and Oracle