search for: tgtadm

Displaying 5 results from an estimated 5 matches for "tgtadm".

Did you mean: gadm
2009 Oct 07
1
tgtadm and exported iscsi volumes
Out of haste I decided for the first time not to pull down and compile iet to export a single volume to a windows machine so I just used tgtd. Well, much more time later than otherwise would be the case had I used iet, when I mount the volume on the windows ini, it can't find and install a driver? WTF? This have anything to do with the tgtd being a tech preview:) Anybody seen this b4? jlc
2009 Aug 11
1
[PATCH server] remove appliance bits
...e -# -# chkconfig: 3 96 4 -# description: oVirt Appliance Storage Services -# - -# Source functions library -. /etc/init.d/functions -TARGET_ID=32101 - -prog="ovirt-storage" -num_iscsi_luns=5 - -start() { - echo -n "Starting $prog: " - - # Set up the fake iscsi target - tgtadm --lld iscsi --op new --mode target --tid $TARGET_ID \ - -T ovirtpriv:storage - - # - # Now associate them to the LVs - # - for i in `seq 1 $num_iscsi_luns` ; do - tgtadm --lld iscsi --op new --mode logicalunit --tid $TARGET_ID \ - --lun $i -b /ovirtiscsi/iSCSI$i...
2008 Nov 16
3
can CentOS act as an iSCSI server?
Hi all, I would like to know if I could share some space on on of my servers, to another server(s) using the iSCSI protocal? I can see that CentOS can connect to an iSCSI server, but can it act as a iSCSI server? Is so, does anyone have some good HOWTO / tutorials / docs on how to set it up? I'm running CentOS 5.2 -- Kind Regards Rudi Ahlers
2008 Sep 30
3
iSCSI ini and ESX Server
I always used IET on CentOS but I have a quick server to setup to backup some VM's, then migrate to DAS on another server and the easiest way for me will be to accomplish this via iSCSI vmfs stores. I figured I would just use the ini that ships with CentOS but have never used it against ESX, anyone do this and have experiences they care to share? Should it be trivial or are there any non
2010 May 05
2
FYI: Notes on setting up KVM guests using iSCSI
...ome libvirt setups using shared storage. I'm not a fan of NFS, so I wrote some blog posts on how to use iSCSI in the context of libvirt + KVM. There is of course more than one way todo things, so I've outlined a couple of different options. One completely manual command line approach using tgtadm on the iSCSI server: http://berrange.com/posts/2010/05/05/provisioning-kvm-virtual-machines-on-iscsi-the-hard-way-part-1-of-2/ ..and virsh/virt-install on the KVM host http://berrange.com/posts/2010/05/05/provisioning-kvm-virtual-machines-on-iscsi-the-hard-way-part-2-of-2/ Then one complete...