search for: stgt

Displaying 9 results from an estimated 9 matches for "stgt".

Did you mean: stat
2011 Mar 12
1
What iSCSI is used in Centos 5 and RHEL6?
I was looking up on iSCSI in preparation and became aware that there are different iSCSI software/drivers/whatever-is-the-correct-term available. e.g. IET http://iscsitarget.sourceforge.net/ SCST http://scst.sourceforge.net/ STGT http://stgt.berlios.de/ LIO http://linux-iscsi.org/ Based on what I can see, it seems to be STGT because the site provides a link to Redhat advisory which seems to imply that it's what's being used in RHEL. Does anybody know for sure?
2008 Jun 27
2
Help needed. Samba 3.2.0rc2 - IDMAP - Windows 2008 Server - ADS Integration - Winbind
...pany.com wins server = WIN-RXYDW1KO5DH.testlab.company.com socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 hide unreadable = yes hide dot files = yes unix charset = LOCALE log level = 5 [big_data] comment = Very Big Share path = /SERV browseable = yes guest ok = no valid users = "@STGT\entenhausen" create mask = 660 directory mode = 770 writeable = yes readonly = no force group = "STGT\entenhausen" ----- snip ----- - I cleaned /var/run/samba, /var/log/samba, /var/lib/samba - I delete the Join on the ADS - Then I rebooted the Linux-Server, re-joined the ADS - And...
2010 Aug 22
1
ocfs2 crash on intensive disk write
Hi, I'm getting system (and eventually cluster) crashes on intensive disk writes in ubuntu server 10.04 with my OCFS2 file system. I have an iSER (infiniband) backed shared disk array with OCFS2 on it. There are 6 nodes in the cluster, and the heartbeat interface is over a regular 1GigE connection. Originally, the problem presented itself while I was doing performance testing and
2011 Feb 14
1
Are some CentOS package out of date compared to RH?
...ing they are also out of date in regards to Red Hat updates. Is this common? Name : scsi-target-utils Arch : x86_64 Version : 0.0 Release : 6.20091205snap.el5_5.3 Size : 143 k Repo : updates Summary : The SCSI target daemon and utility programs URL : http://stgt.berlios.de License : GPLv2 Description: The SCSI target package contains the daemon and tools to setup a : SCSI targets. Currently, software iSCSI targets are supported.
2009 Jan 15
2
3Ware 9650SE tuning advice
Hello fellow sysadmins! I've assembled a whitebox system with a SuperMicro motherboard, case, 8GB of memory and a single quad core Xeon processor. I have two 9650SE-8LPML cards (8 ports each) in each server with 12 1TB SATA drives total. Three drives per "lane" on each card. CentOS 5.2 x86_64. I'm looking for advice on tuning this thing for performance. Especially for the
2006 Aug 02
0
[PATCH 0/6] SCSI frontend and backend drivers
...imitation on the number of sg table (now 11) because I put indirect buffer in a ring buffer (like IB srp initiator driver). I will work on this too later on. The patchset includes libsrp.c, but it''s just makeshift. I will rewrite it completely. o Linux SCSI target framework (tgt) http://stgt.berlios.de/ o The old version of SCSI frontend and backend drivers http://lists.xensource.com/archives/html/xen-devel/2006-06/msg00849.html _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Jan 02
0
[PATCH 1/4] add scsi-target and IO_CMD_EPOLL_WAIT patches
...BM Virtual SCSI Server support" ++ depends on PPC_PSERIES && SCSI_TGT && SCSI_SRP ++ help ++ This is the SRP target driver for IBM pSeries virtual environments. ++ ++ The userspace component needed to initialize the driver and ++ documentation can be found: ++ ++ http://stgt.berlios.de/ ++ ++ To compile this driver as a module, choose M here: the ++ module will be called ibmvstgt. ++ + config SCSI_INITIO + tristate "Initio 9100U(W) support" + depends on PCI && SCSI +@@ -1827,6 +1848,16 @@ config ZFCP + called zfcp. If you want to compi...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...->rport_bindings, peers) { list_del(&rport->peers); rport->port_state = FC_PORTSTATE_DELETED; fc_queue_work(shost, &rport->rport_delete_work); } spin_unlock_irqrestore(shost->host_lock, flags); /* flush all scan work items */ scsi_flush_work(shost); /* flush all stgt delete, and rport delete work items, then kill it */ if (fc_host->work_q) { work_q = fc_host->work_q; fc_host->work_q = NULL; destroy_workqueue(work_q); } /* flush all devloss work items, then kill it */ if (fc_host->devloss_work_q) { work_q = fc_host->devloss_work_q;...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...->rport_bindings, peers) { list_del(&rport->peers); rport->port_state = FC_PORTSTATE_DELETED; fc_queue_work(shost, &rport->rport_delete_work); } spin_unlock_irqrestore(shost->host_lock, flags); /* flush all scan work items */ scsi_flush_work(shost); /* flush all stgt delete, and rport delete work items, then kill it */ if (fc_host->work_q) { work_q = fc_host->work_q; fc_host->work_q = NULL; destroy_workqueue(work_q); } /* flush all devloss work items, then kill it */ if (fc_host->devloss_work_q) { work_q = fc_host->devloss_work_q;...