Displaying 20 results from an estimated 9000 matches similar to: "Flag day: iSCSI alias handling"
2009 Mar 03
0
HEADS UP: iSCSI, zvol, and vdisk format support
Looks like I forgot to send this to the alias...
MRJ
----
A quick heads up for the iscsi, zvol, and vdisk
format putback I did into the 3.3 development
gate.
ISCSI
=====
With this putback, you can now install onto and
boot a guest using iSCSI disk(s).
The iscsi formats supported are:
phy:iscsi:/alias/<iscsi-alias>
phy:iscsi:/static/<server IP>/<lun>/<target
2008 Oct 28
4
blktap, vmdk, vdi, and disk management support
Just a quick fyi...
We''ve recently added support for blktap along with
support for managing virtual disks (disk file images).
There are some difference from a linux dom0.
This is available in b101 @
http://www.opensolaris.org/os/downloads/sol_ex_dvd_1/
This allows you to create and manage vmdk and vdi
(Virtual Box) disk files. By default, virt-install
will now use a vmdk vdisk when
2006 Mar 03
5
flag day: ZFS on-disk format change
Summary: If you use ZFS, do not downgrade from build 35 or later to
build 34 or earlier.
This putback (into Solaris Nevada build 35) introduced a backwards-
compatable change to the ZFS on-disk format. Old pools will be
seamlessly accessed by the new code; you do not need to do anything
special.
However, do *not* downgrade from build 35 or later to build 34 or
earlier. If you do so, some of
2008 Apr 15
1
Flag day: ZFS Boot Support
On Fri, Apr 11, 2008 at 06:39:00PM -0700, George Wilson wrote:
> Solaris Installation Guide
> System Administration Guide: Basic
> ZFS Administration Guide
> System Administration Guide: Devices and File Systems
Where can I get the updated guides?
> For further information, visit our OpenSolaris page at:
>
>
2008 Sep 29
1
B98 Solaris DomU on B98 Solaris Dom0 - installer not finding disks
Greetings,
I have a problem that is baffling me. My host machine is an older Dual Xeon machine that does not support HVM - PAE is supported.
I have 2008.11 b98 installed as Dom0. I''m trying to install the same as a DomU.
In the DomU, I''m starting the ssh service, logging in with X forwarding and starting the gui with:
(dom1) jack$ pfexec gui-install
The gui displays on my
2008 Jul 03
1
virt-install and booting kernel
All,
Our project has modified the kernel and while testing it with xen, specifically
running virt-install to install a domain, the command hangs when the
install kernel is booting:
# virt-install
What is the name of your virtual machine? dom1
How much RAM should be allocated (in megabytes)? 500
What would you like to use as the disk (path)? /export/home/dom1
How large would you like the disk
2010 Jan 07
1
Trying to get Xen going with svn_130...
I''m trying to get linux domU going with opensolaris ''130.
The CPU is a plain P4 3.2Ghz (no hardware Virt) but all I''m trying is --paravirt
Here''s the command line I''m trying.....
virt-install --paravirt --name=dom1 --ram=1024 --vnc \
--os-type=linux --os-variant=fedora8 \
--network bridge \
--file /dev/zvol/dsk/rpool/dom1 \
--location
2020 May 13
0
Running libvirtd inside chroot (mock to be precise)
Hi,
I was wondering whether it's possible to run libvirtd inside a chroot
environment.
The assumption is that only one instance of libvirtd would be running on
the machine at a time, but still, inside chroot.
Currently in my chroot env I have:
- /dev/kvm added with mknod
- /dev/vhost-net added with mknod
- mounted:
- /dev/net
- /dev/shm
- /run/dbus
When I run libvirtd in
2010 May 26
2
Interdomain trust with different WINS servers
Hi
I am trying to stablish a relation between two different Samba domains. Each
domain has two PDCs, all they are WINS servers, and the two domains are in
different subnets. They are configured to use LDAP as the user/group/machine
database. First, I will create the relation, being DOM1.CORP the trusted
domain, and DOM2.CORP the trusting domain, so in a server of DOM1.CORP, I
create a user this
2005 May 27
0
Trusted Domain Gorups
Hey all,
I have posted this question before but never seem to get a response:
I was wondering if anyone can help me with the question of groups and
trusted domains.
We have the setup of 2 AD Domains running in native 2003
(I don't know the specific trust setup as I am not the Admin for the windows
side)
Dom1
Dom2
I have the following working:
Log in to solaris, linux
2014 Jan 17
0
blockcopy, userspace iSCSI support?
Right now, on a virsh blockcopy, I know you can do something like this:
# Connect DEST target
iscsiadm -m node -p ${DESTINATION}:3260 -T ${VOLNAME} -o new
iscsiadm -m node -p ${DESTINATION}:3260 -T ${VOLNAME} --login
# Copy to connected iSCSI target
virsh blockcopy ${DOMAIN} vda /dev/sdc --raw --bandwidth 300
However I have libiscsi compiled into my QEMU. So I can do this with the
monitor
2017 Oct 19
0
Fwd: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
Hello,
I use libvirt 3.3.0 and qemu 2.9.0
My domain XML spec is the following:
<domain type='qemu'>
<name>s390_generic</name>
<uuid>82b4d16e-b636-447e-9fda-41d44616bce8</uuid>
<memory unit='KiB'>1048576</memory>
<currentMemory unit='KiB'>1048576</currentMemory>
<vcpu
2004 Mar 30
0
net ads join Hanging
Hi all,
I'm trying to join a samba server to the Active Directory domain as a domain member. However, net ads join <OU> -U <admin> just sits there after this message:
[2004/03/30 09:43:49, 0] libads/ldap.c:ads_add_machine_acct(1006)
Host account for xsfstst1 already exists - modifying old account
Any clues? Below is what I have done. Is what I have done correct in what I
2008 Aug 12
2
pdbedit will only add users to the local machine domain, not the global domain
Hello all,
When I try to add a user to my secrets.tdb file on my Samba 3.2.0 PDC, the
users are always added under the local machine domain, not the global domain.
That is, if my PDC machine name is srv1, and it is PDC for the domain DOM1,
then whenever I add a user using "pdbedit -a -u username", then that user
gets placed under the local domain SRV1, not the global domain DOM1. So my
2007 Feb 22
0
Do Domain Local groups work via 'valid users = "@dom\Group Name"'?
Hi there
We have a bunch of Samba 3.0.24 servers that use winbind to integrate
into an existing Win2K3-based AD infrastructure. We have our own forest
(call it FOREST, with sub-domains "DOM1" and "DOM2") - but have
transitive and two-way trusts to other Win2K3 forests.
We have set up (under Windows) a bunch of "DOM1" Domain Local Groups
containing a mixture of
2017 Oct 20
0
Re: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
On Thu, Oct 19, 2017 at 09:11:00PM +0300, Matwey V. Kornilov wrote:
>Hello,
>
>I use libvirt 3.3.0 and qemu 2.9.0
>
>My domain XML spec is the following:
>
><domain type='qemu'>
> <name>s390_generic</name>
> <uuid>82b4d16e-b636-447e-9fda-41d44616bce8</uuid>
> <memory unit='KiB'>1048576</memory>
>
2011 Jan 21
1
Problems with a trust relation between samba and samba different subnet
Hi, well once u try lot and no good result is time to ask.
My friends I want to make to domains running samba+ldap to share
resources, I want to create a trust relation in two directions. Both
domains have wins enable but are on different subnet.
Domain Name: DOM1 Netbios Name = DOM1PDC 192.168.50.0/24
Domain Name: DOM2 Netbios Name = DOM2PDC 192.168.40.0/24
Both networks are separate,
2011 Jan 21
1
Problems with a trust relation between samba and sambadifferent subnet
>
>
> My friends I want to make to domains running samba+ldap to share
> resources, I want to create a trust relation in two directions. Both
> domains have wins enable but are on different subnet.
MUST use the same WINS server for trusts to work. Why have two
domains?
>
>
>
> Domain Name: DOM1 Netbios Name = DOM1PDC 192.168.50.0/24
> Domain Name: DOM2 Netbios
2017 Oct 20
0
Re: terminating on signal 15 from pid 2146 (/usr/sbin/libvirtd)
2017-10-20 17:14 GMT+03:00 Matwey V. Kornilov <matwey.kornilov@gmail.com>:
> 2017-10-20 15:16 GMT+03:00 Martin Kletzander <mkletzan@redhat.com>:
>> On Fri, Oct 20, 2017 at 03:07:19PM +0300, Matwey V. Kornilov wrote:
>>>
>>> 2017-10-20 14:59 GMT+03:00 Martin Kletzander <mkletzan@redhat.com>:
>>>>
>>>> On Thu, Oct 19, 2017 at
2004 Oct 05
1
Domain trusts (Again)
I hope someone can answer this since my other emails have gone unanswered.
I am using Samba 3.0.7 on both machines and am using LDAP. I believe
that the trusts are working but I am still having a slight problem.
I guess we'll use DOM1 and DOM2 for the domain names. DOM2 is trusting
DOM1. If a DOM1 user tries to locally login to a DOM1 computer, it
gives a "System could not log you