Displaying 20 results from an estimated 300 matches similar to: "Bug#717573: XCP: Cannot connect to iSCSI target"
2012 Oct 30
1
Bug#691808: xcp-storage-managers: Another wrong binary path + wrong parameter in storage managers backend
Package: xcp-storage-managers
Version: 0.1.1-2
Severity: important
I still am not able to create iSCSI storage repositories using this command
xe sr-create host-uuid=<my-host-uuid> content-type=user name-label="LVM over iSCSI SR"> shared=true device-config:target=192.168.10.100 device-config:targetIQN=<here-target-iqn> device-config:SCSIid=<my-scsi-id>
2011 Feb 28
2
can't disconnec iSCSI targets, please help
Hi,
I'm trying to disconnect some iSCSI targets, but can't seem to.
[root at localhost ~]# iscsiadm -m session
tcp: [1] 192.168.2.202:3260,1 iqn.2011.01.22.freenas.nvr:500gb
tcp: [3] 192.168.2.200:3260,1 iqn.2011-2.za.co.securehosting:RAID.thin3.vg0.1tba
tcp: [4] 192.168.2.202:3260,1 iqn.2011.01.22.freenas.nvr:extent0
tcp: [5] 192.168.2.200:3260,1
2013 Jul 04
1
Failed to create SR with lvmoiscsi on xcp1.6[ [opterr=Logical Volume partition creation error [opterr=error is 5]]
Hello Experts,
When I try to create SR with lvm over iSCSI, it always failed, I list my xe command and debug info:
[root@xcp16 log]# xe sr-create host-uuid=a226200e-f7ff-4dee-b679-e5f114d1e465 content-type=user name-label=shared_disk_sr shared=true device-config:target=192.168.1.2 device-config:targetIQN=iqn.2013-07.example:shareddisk device-config:SCSIid=1IET_00010001 type=lvmoiscsi
The SR is
2011 Jan 17
1
can't start iscsi - and can't find answer on google
Hi all,
I have the strangest problem on one of our backup server. iscsi
doesn't start at all, and gives the following error:
[root at 2U-NAS ~]# /etc/init.d/iscsi status
iscsid is stopped
[root at 2U-NAS ~]# /etc/init.d/iscsi start
iscsid is stopped
Starting iSCSI daemon: Unable to create pid file:
/var/run/brcm_iscsiuio.pid
[FAILED]
Setting up iSCSI targets: iscsiadm: No records
2013 Dec 23
0
Re: Connect libvirt to iSCSI target
On 12/22/2013 10:09 AM, Marco wrote:
> On 2013–12–21 John Ferlan wrote:
>
>> On 12/17/2013 07:13 PM, Marco wrote:
>>> Hi!
>>>
>>> I'm new to libvirt and face problems connecting to an iSCSI target.
>>> What I intend to do is to connect libvirt (I tried virt-manager and
>>> virsh) to an iSCSI target and then boot from the LUNs which
2012 Dec 02
1
iSCSI storage pool autostart
Hello everyone,
I have recently installed libvirt 1.0.0 and am having a problem with my
iSCSI storage pool's autostarting. They are just going to an inactive state
right after a reboot of the host. However once the startup is complete I
can manually start the pool without problem.
I am getting the following errors in the libvirtd.log file but they don't
really give me much as to what
2008 Feb 16
1
problems with iscsiadm
Hello,
I'm fairly new to centos and to iscsi, I have installed a fresh copy
of centos (CentOS release 5 (Final)) and installed
iscsi-initator-utils, iscsiadm -V shows iscsiadm version 2.0-865 .
when i try to connect to iscsi target it doesnt work ... it just stays
idle , i try something like:
iscsiadm -m discovery -t st -p 172.20.2.76 show
or with -m node .... --login ...etc, none works.
2013 Dec 22
2
Re: Connect libvirt to iSCSI target
On 2013–12–21 John Ferlan wrote:
> On 12/17/2013 07:13 PM, Marco wrote:
> > Hi!
> >
> > I'm new to libvirt and face problems connecting to an iSCSI target.
> > What I intend to do is to connect libvirt (I tried virt-manager and
> > virsh) to an iSCSI target and then boot from the LUNs which contain
> > the VMs.
> >
> > I followed the
2008 Mar 27
0
open-iscsi and bond issue
Hi list,
I had setup my xen box with bond in active-backup mode.
I had install open-iscsi as initiator to attach an external iscsi san
to my box but open-iscsi didn''t work.
When i run this command:
#iscsiadm -m node -T iqn.2008-03.local.foo:iSCSI.test.disk1 -l
I retrive, after some seconds, this error
Logging in to [iface: iface0, target:
iqn.2008-03.local.foo:iSCSI.test.disk1,
2018 Apr 09
0
iscsiadm: Could not perform SendTargets discovery: encountered non-retryable iSCSI login failure
Hello
I know this not the place to ask help, but i can't send messages to iscsi
list. :(
I have 3 CentOS 6 connecting to a ISCSI server with Targecli suddenly they
lost connection and i receive this error when i performance iscsiadm --mode
discovery --type sendtargets --portal x.x.x.x
iscsiadm: Could not perform SendTargets discovery: encountered
non-retryable iSCSI login failure
I have
2013 Sep 25
3
Best Practice to remove an ISCSI LVM from a system
Hi,
I'd like to know what would be the best way to remove an iscsi lvm
storage from a server. (removing all reference to that storage etc.)
The storage in question will be reset and reformated and used on a
different server; so no LVM export is needed.
Do I have to do lvremove ..., vgremove ..., pvremove ... and do an
iscsiadm -m node -T ... -p ... -u and
iscsiadm -m node -o delete -T ...
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
2013 Dec 21
0
Re: Connect libvirt to iSCSI target
On 12/17/2013 07:13 PM, Marco wrote:
> Hi!
>
> I'm new to libvirt and face problems connecting to an iSCSI target.
> What I intend to do is to connect libvirt (I tried virt-manager and
> virsh) to an iSCSI target and then boot from the LUNs which contain
> the VMs.
>
> I followed the documentation¹ but got stuck at section 12.1.5.4.3.
>
> 1)
> virsh
2014 Feb 25
1
libvirt iSCSI target discovery
Hi,
Is it possible to discover iSCSI targets using libvirt API..?
OR
is it possible to get the similar results of below commands using
libvirtAPI..?
iscsiadm --mode discovery --type sendtargets --portal server1.example.com
sudo iscsiadm -m discovery -t st -p 192.168.0.10
Regards
Sijo
2009 Oct 09
1
Possible to run iscsi-target and initiator on same server?
I am trying to install Oracle RAC in a two node cluster for testing
purposes, so performance is not something that concerns me. I just want
to go through the process all the way to creating a database. I have all
the prerequisites except the shared storage and thought I'd give this a
try.
I'm running:
- CentOS 5.3 kernel 2.6.18-164.el5
- iscsitarget-1.4.18-1
-
2009 Jan 19
1
iscsi of a SAN on a DomU
Hi,
i have a debian Etch x86_64 with a xen 3.1 on a kernel 2.6.18-xen.
I have some DomU with Debian Etch.
I installed open-iscsi, configure /etc/iscsi/iscsid.conf:
---
node.active_cnx = 1
node.startup = automatic
#node.session.auth.username = dima
#node.session.auth.password = aloha
node.session.timeo.replacement_timeout = 120
node.session.err_timeo.abort_timeout = 10
2011 Feb 15
1
working with multiple password protected iSCSI targets on one host
Hi,
How do I setup multiple password protected iSCSI targets on Linux?
I know that mounting a password protected iSCSI target requires modify
these records with the appropriate values:
node.session.auth.username = My_ISCSI_USR_NAME
node.session.auth.password = MyPassword
discovery.sendtargets.auth.username = My_ISCSI_USR_NAME
discovery.sendtargets.auth.password = MyPassword
But, now I need
2018 Mar 14
2
ISCSI target + LVM Problem
Hello, thanks for the help.
Yes
And the commands to discovery iscsi results ok
Such
iscsiadm --mode discovery --type sendtargets
And
scsiadm -m node -T
And the disks appear on pvdisplay
2018-03-14 16:23 GMT-03:00 Marcelo Roccasalva <
marcelo-centos at irrigacion.gov.ar>:
> On Wed, Mar 14, 2018 at 4:08 PM, marcos sr <msr.mailing at gmail.com> wrote:
> >
> >
2013 Apr 24
7
[PATCH] hotplug/Linux: add iscsi block hotplug script
This hotplug script has been tested with IET and NetBSD iSCSI targets,
without authentication.
This hotplug script will only work with PV guests not using pygrub.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@citrix.com>
---
Changes due to 4.3 release freeze:
* We can no longer provide a
2013 Dec 23
2
Re: Connect libvirt to iSCSI target
On 2013–12–23 John Ferlan wrote:
> On 12/22/2013 10:09 AM, Marco wrote:
> > On 2013–12–21 John Ferlan wrote:
> >
> >> On 12/17/2013 07:13 PM, Marco wrote:
> >>> Hi!
> >>>
> >>> I'm new to libvirt and face problems connecting to an iSCSI target.
> >>> What I intend to do is to connect libvirt (I tried virt-manager and