Displaying 9 results from an estimated 9 matches for "guest01".
Did you mean:
guest02
2011 Mar 31
1
How to disconnect the ISO image using virsh
Hello,
I can attach disc ISO image to cd-rom from virsh.
And I can replace the ISO image from disc1 to disc2 using the 2nd example.
(example)
attach-disk guest01 /root/disc1.iso hdc --driver file --type cdrom
--mode readonly
attach-disk guest01 /root/disc2.iso hdc --driver file --type cdrom
--mode readonly
My question is, how can I disconnect the image from the cdrom drive using virsh.
Because, if I try to detach-disk hdc, I got following errors.
virsh #...
2008 Nov 28
1
Networking on Xen box
Hi folks,
Host - Debian Etch Workstation
Guest01 - mail server for routing
Guest02 - mail server, hostname01. localIP01, domain01
Guest03 - mail server, hostname02, localIP02, domain02
Guest04 - mail server, hostname03, localIP02, domain03
etc.
all mail servers running postfix as MTA on Debian Etch.
single (one) external IP with all ports forwa...
2009 Jan 24
8
DomU in it''s own LVM partition fails to boot CentOS 5.2 Dom0/U
...on seems to be
to copy an image to my partition and go that route. I tried this 2 different
ways: 1: jailtime image 2: copy of my dom0 OS. For the jailtime image using
the supplied config file with my disk substituted:
kernel = "/var/lib/xen/boot/CentOS/CentOS_5_x64_vmlinuz"
name = "guest01"
memory = "1024"
disk = [ ''phy:/dev/VolGroup00/guest01,xvda1,w'', ]
vif = [ ''bridge=xenbr0'', ]
vcpus=1
root="/dev/xvda1"
extra = "fastboot"
on_reboot = ''restart''
on_crash = ''restart''
I get the...
2011 Jun 10
0
e: How to disconnect the ISO image using virsh
...one have any guidance on how to attach a CD device to a domain that is currently shutdown, for example, if I wanted to boot the domain to a rescue CD image?
Thanks
Jeff
? 2011?03?31? 15:17, Masanari Iida ??:
Somebody sent me a tips.
Following command do what I wanted to do.
Thanks.
attach-disk guest01 " " hdc --driver file --type cdrom
--mode readonly
Also using "update-device" with an xml which doesn't specify
the source file path will work.
On Thu, Mar 31, 2011 at 3:29 PM, Masanari Iida<standby24x7 gmail com> wrote:
Hello,
I can attach disc ISO image to cd-rom...
2006 Nov 11
2
CLI message: remote unix connection disconnected
...tion
disconnected" but cannot find anything I can recognize.
I checked my iax.conf and I don't have anything with an IP defined:
[general]
port=5036
bandwidth=low
disallow=lpc10 ; Icky sound quality... Mr. Roboto.
allow=gsm ; Always allow GSM
jitterbuffer=yes
dropcount=6
tos=lowdelay
[guest01]
type=user
context=default
auth=md5,cleartext
secret=xxxxxxxxx;
[target]
type=user
context=default
deny=0.0.0.0/0.0.0.0
------------------ end of file ---------------------------
has anybody faced this problem?
is there a method to get around it?
what else could be causing it?
2011 Jun 20
1
libvirt-users Digest, Vol 18, Issue 17
...in that is currently shutdown, for example, if I wanted to boot the
> domain to a rescue CD image?
>
> Thanks
>
> Jeff
>
>
> ? 2011?03?31? 15:17, Masanari Iida ??:
> Somebody sent me a tips.
> Following command do what I wanted to do.
> Thanks.
>
> attach-disk guest01 " " hdc --driver file --type cdrom
> --mode readonly
> Also using "update-device" with an xml which doesn't specify
> the source file path will work.
>
> On Thu, Mar 31, 2011 at 3:29 PM, Masanari Iida<standby24x7 gmail com>
> wrote:
> Hello,
>...
2008 Sep 19
1
Live migration under drbd
Hello all,
When I live migrate my centos guest from node1 to node2, I can ping the
guest, but on node 2 if i do: xm console guest01 , I am not able to access
it. When migrating back to node1 , I can access the console.
What I noticed is, to access the console, the node ''s drbd resource/disk
needs to be in primary status .
Is it typical or only I am having this problem.
Is there any way out, after migrating a guest f...
2012 Aug 20
5
automatically detaching PCI host devices from guest for SRIOV usage.
...However when we shutdown the guest the connectivity does not
comes back via the VFs on the guest in next boot unless
the VFs are detached from the *guest* *before* initiating a
shutdown of the guests.
(
the detach is explicitly done via virsh command
/usr/local/libvirt/bin/virsh detach-device guest01 ~/nic.xml
nic.xml contained
<hostdev mode='subsystem' type='pci' managed='yes'>
<source>
<address domain='0x0000' bus='0x04' slot='0x10' function='0x0'/>
</source>
<address type='pci' domain=...
2008 Nov 28
12
Guest - slow response to keystroke.
Hi folks,
Host - Debian Etch
Guests - Debian Etch.
Performed following steps to create duplicate guest, a mail server.
1)
# cp /etc/xen/guest-1.cfg /etc/xen/guest-2.cfg
edit guest-2.cfg changing the settings of:-
disk = [''file:/vserver/domains/guest-2_directory/disk.img,hda1,w'',
''file:/vserver/domains/guest-2_directory/swap.img,hda2,w'']
# Hostname
name