Displaying 9 results from an estimated 9 matches for "xenctl".
Did you mean:
xenctrl
2005 Aug 22
2
[PATCH] Rename libxc => libxenctl
I''m breaking the tidying up into parts. The first is renaming libxc =>
libxenctl. I''d like to rename tools/libxc to tools/libxenctl but I
thought it might be worth waiting until "flag day" so that we can avoid
losing revision history. Does that seem reasonable?
Rename libxc to libxenctl, xc.h to xenctl.h, and install xenctl.h to
/usr/include/xen/xenctl.h...
2004 Apr 14
2
Problem creating new domain in unstable
...t the followings:
==============================================
Traceback (most recent call last):
File "/usr/bin/xc_dom_create.py", line 332, in ?
(current_id, current_port) = make_domain()
File "/usr/bin/xc_dom_create.py", line 238, in make_domain
xend_response = xenctl.utils.xend_control_message(cmsg)
File "/usr/lib/python2.2/site-packages/xenctl/utils.py", line 198, in
xend_control_message
ctl.sendto(message, ''/var/run/xend/management_sock'')
socket.error: (2, ''No such file or directory'')
=======================...
2003 Oct 21
7
Help on domain creation
Hi all,
I am running the current xen-unstable and had the following error message
when trying to create domain1.
# ./xenctl script -f/etc/xen-mynewdom
Domain defaults:
name XenoLinux
size 98304
vifs 1
domainImage /boot/xenolinux.gz
domainInitRD null
rootDevice /dev/hda5
rootArgs rw
usrDevice null
NWIP 169.254.1.0+
NWGW...
2008 Jul 11
1
Question about using xenctl
Hi:
I wanna domU to map dom0''s page, so that these two domain can receive/send data between them in the future. But when I run my code , it told me that "Could not open grant table interface(22=invalid argument)".
Can anybody know what the problem is ?
Thanks .
Danius Wu.
======
The Result of running my codes:
[root@vm1 program]# gcc -g -Wall
2003 Dec 19
9
virtual disk/block-device problem
...vices to work with any sort of consistency. This is using xen-1.1.bk
on Redhat 7.3 (I had to rebuild all the tool binaries to run on 7.3).
Anyway, I would first like to make sure I am using the vd/vbd stuff correctly.
Here is an example of the problem I see. I have a partition to back the vds:
xenctl partitions add -phdb2 -f
hdb2 is of course the second partition on the second disk. I am assuming
that the partition doesn''t need to have a filesystem on it, i.e., it just
uses the raw blocks for storage? I create three vds:
xenctl vd create -nD1 -s128M
xenctl vd create -nD2 -s128M...
2008 Jul 10
2
question about mapping memory from Dom0 to domU
Hi:
I wanna write code about sharing memory between dom0 and domU, and I decide to use void *xc_map_foreign_range(int xc_handle, unint32_t dom, int size, int port, unsigned long mfn) (this is a function in xenctl.h).
My question is :
If I wanna map a range of memory in dom0 to domU, how can I get the value of mfn? and I do not know the port here.
Can anybody help me ?
Thanks .
Danius Wu
===========================================...
2005 Sep 08
4
Booting FreeBSD diskless in DomU
...IP address(es), for the new domain. You need to
# configure IP addrs within the domain just as you do normally. This
# is just to let Xen know about them so it can route packets
# appropriately.
#vfr_ipaddr = ["111.222.333.444","222.333.444.555"]
# try:
# vfr_ipaddr = [ip, xenctl.utils.add_offset_to_ip(''169.254.1.0'',vmid),]
# except:
# vfr_ipaddr = [xenctl.utils.add_offset_to_ip(xenctl.get_current_ipaddr(),vmid),
# xenctl.utils.add_offset_to_ip(''169.254.1.0'',vmid),]
#vfr_ipaddr = ["10.56.11.30"];
vfr_ipaddr = [&...
2007 Mar 06
16
2007/128 SMF services for Xen
I am sponsoring this fasttrack for John Levon. It is set to expire
on 3/14/2007. Note that this is an externally visible case.
liane
---
SMF services for Xen
1. Introduction
This case introduces the SMF services used by a Solaris-based domain 0 when
running on Xen, or a Xen-compatible hypervisor. All of these services only
run on domain 0 when booted under Xen virtualisation.
2003 Dec 07
3
unclean file system
Hey everyone,
Thanks for the quick help resonses once again,
We got some mail saying that RAM disks were not the way to go. So we
re-installed, made several partitions to use, and rebuilt xen. However,
we''re still having trouble mounting partitions when xeno-linux boots.
We give a physical grant of one of our newly made paritions (/dev/hda14 in
particular) to the domain. But when