WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Installing on own filesystem

(cc'd the maillinglist again)

Ok again thanks for your quick replies, they've been
a great help.

I've got everything up and running , that is: it boot's the kernel fine
i can use the xenctl tools and i think i can create virtual domains.

I've setup a extra partition /dev/hda3 , 6 gig of size and setup my xenctl.xml
up like :

----<?xml version="1.0"?>
<domctl_defaults>
<domain_name>XenoLinux</domain_name>
<domain_size_kb>16384</domain_size_kb>
<domain_image>/boot/xenolinux.gz</domain_image>
<domain_vifs>1</domain_vifs>
<domain_init_rd>/boot/initrd.gz</domain_init_rd>
<root_device>/dev/hda3</root_device>
<root_args>rw</root_args>
<args>init=/linuxrc 4 DOMID=+</args>
<nw_ip>192.168.1.0+</nw_ip>
<nw_gw>192.168.1.0</nw_gw>
<nw_mask>255.255.255.0</nw_mask>
<nw_nfs_server>192.168.1.0</nw_nfs_server>
<max_domain_number>1000</max_domain_number>
<xi_tools_dir>/usr/local/bin/</xi_tools_dir>
</domctl_defaults>
----

When i do a 'xenctl script -f/etc/xen-mynewdom'

It freezes after outputting the configuration as above.

My /dev/hda3 is and empty ext2fs. I have 256mb ram and
installed domain0 with 128mb.

What am i doint wrong/forgetting???

if any more info is needed i'm happy to post it.

tia.
rvl

urmk@xxxxxxxxxxxxx wrote:

Sounds like your classpath or javahome is wrong.

I have this in /etc/profile:

export JAVA_HOME=/usr/local/java
export CLASSPATH=/usr/local/java/lib/crimson.jar
export ANT_HOME=/usr/local/ant

# Set the default system $PATH:
PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:$JAVA_HOME/bin:$ANT_HOME/bin"

-m

On Thu, Oct 23, 2003 at 01:11:55AM +0200, RvL wrote:
Ok already thanks for your help.

I did the things you said, installed ant, crimson, j2sdk-1-4-2-01
and grub.

The xenolinux kernel boots fine. Bit when i try to run xenctl
i get the error :

Exception in thread "main" java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method)
      at java.util.zip.ZipFile.<init>(ZipFile.java:112)
      at java.util.jar.JarFile.<init>(JarFile.java:127)
      at java.util.jar.JarFile.<init>(JarFile.java:65)

I get the feeling that if i get past this, i got it up and running
(and that in less that 3 days :-) , great! )

thanks,



urmk@xxxxxxxxxxxxx wrote:

IBM x205.  P4 2.4ghz, adaptec ultra160 scsi, 2 gig of ram.

The only limiting factor in how many images I could make is that these particular towers only have 36 gig drives. I'm investigating porting the serverraid scsi drivers to run xeno on bigger rackmount hardware.

-m

On Thu, Oct 23, 2003 at 12:02:02AM +0200, RvL wrote:


urmk@xxxxxxxxxxxxx wrote:

<snip>

That's about all you need to do and you're ready to go. I'm running xeno-unstable on a Slack 9 dom 0 with 8 slack virtual linux systems without much trouble. I've given each one their own partition for setup simplicity, and tossed together a little shell script that brings each one up on boot.


Can i ask on which kind of hardware you are running this ???

This is going to be my setup exactly see :-)

On Tue, Oct 21, 2003 at 08:29:11PM +0200, R. van Leeuwen wrote:


Hello,

I have a computer running slackware, i installed grub and can boot up ok.
I have the xenoctl and everything from the XenDemo CD, so that seems
to be fine also.

No my question: For xenoctl for example, you need java installed on your machine. What other programs, libraries etc and what versions of them do i need to get all the
utilities like xenoctl up and running?

btw,

I tried making images from the XenDemoCD like it reads in the manual on a seperate partition and booting that one, but that kept me further from a running XenoLinux
than installing all the utilities on my own slackware.

Thanks,

Robin van Leeuwen




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel






-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>