Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ctl(4) [freebsd man page]

CTL(4)							   BSD Kernel Interfaces Manual 						    CTL(4)

NAME
ctl -- CAM Target Layer SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device ctl Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ctl_load="YES" DESCRIPTION
The ctl subsystem provides SCSI disk and processor emulation. It supports features such as: o Disk and processor device emulation o Tagged queueing o SCSI task attribute support (ordered, head of queue, simple tags) o SCSI implicit command ordering support o Full task management support (abort, LUN reset, target reset, etc.) o Support for multiple ports o Support for multiple simultaneous initiators o Support for multiple simultaneous backing stores o Support for VMWare VAAI: COMPARE AND WRITE, XCOPY, WRITE SAME, and UNMAP commands o Support for Microsoft ODX: POPULATE TOKEN/WRITE USING TOKEN, WRITE SAME, and UNMAP commands o Persistent reservation support o Mode sense/select support o Error injection support o All I/O handled in-kernel, no userland context switch overhead It also serves as a kernel component of the native iSCSI target. SEE ALSO
ctladm(8), ctld(8), ctlstat(8) HISTORY
The ctl subsystem first appeared in FreeBSD 9.1. AUTHORS
The ctl subsystem was written by Kenneth Merry <ken@FreeBSD.org>. BSD
October 23, 2014 BSD

Check Out this Related Man Page

VIRTIO_SCSI(4)						   BSD Kernel Interfaces Manual 					    VIRTIO_SCSI(4)

NAME
virtio_scsi -- VirtIO SCSI driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device virtio_scsi Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): virtio_scsi_load="YES" DESCRIPTION
The virtio_scsi device driver provides support for VirtIO SCSI devices. LOADER TUNABLES
Tunables can be set at the loader(8) prompt before booting the kernel or stored in loader.conf(5). hw.vtscsi.bus_reset_disable In the initial QEMU release with VirtIO SCSI support, in-flight operations were not aborted when stopping the device, rendering bus reset ineffective. This tunable disables attempts to issue reset bus commands. The default value is 1. DEBUGGING
To enable debugging prints from the virtio_scsi driver, set the hw.vtscsi.X.debug_level variable, where X is the adapter number, either in loader.conf(5) or via sysctl(8). The following bits have the described effects: 0x01 Enable informational prints. 0x02 Enable prints for driver errors. 0x04 Enable tracing prints. SEE ALSO
virtio(4) HISTORY
The virtio_scsi driver was written by Bryan Venteicher <bryanv@FreeBSD.org>. It first appeared in FreeBSD 10.0. BSD
June 24, 2012 BSD
Man Page

7 More Discussions You Might Find Interesting

1. HP-UX

HP Support Plus media

Hi folks, i owe a HP 9000 E55 (antique...) server. I also owe the original version of the OS HPUX 11.0. Unfortenately i can't find the HP-Support Plus medium. During the instlallation i was asked to put it in, i always skip this one. But the system runs not very well. On HP's website you can... (8 Replies)
Discussion started by: FNORD
8 Replies

2. UNIX for Dummies Questions & Answers

Oot: Level 2 Unix Support? meaning

Hi all, I am sorry, I know this is not correct forum/silly question (usually this is requirement in some vacancies), but i hope someone can explain to me, what is the meaning of : SUN Tier 3 Support Tier 3 Application Installation Level 2 Solaris Level 2 AD MOM + DBA Thank you. (0 Replies)
Discussion started by: blesets
0 Replies

3. UNIX for Advanced & Expert Users

Create a file based on multiple files

Hey everyone. I am trying to figure out a way to create a file that will be renamed based off of one of multiple files. For example, if I have 3 files (cat.ctl, dog.ctl, and bird.ctl) that gets placed on to an ftp site I want to create a single file called new.cat.ctl, new.dog.ctl, etc for each... (3 Replies)
Discussion started by: coach5779
3 Replies

4. UNIX for Dummies Questions & Answers

Which disk is LUN?

how do I know which hdisk from "lsdev -Cc disk" is my LUN on NetApp after zoning from SAN switch? is it "MPIO other FC SCSI Disk Drive"? (1 Reply)
Discussion started by: malayo
1 Replies

5. Shell Programming and Scripting

[Solved] sed to replace words

Hello All, I have file named filelist.txt a.bteq.ctl b.bteq.ctl c.bteq.ctl I want to replace the word bteq to tpt in this file. I used this sed command cat filelist.txt | sed 's/bteq/tpt/g' > filelist.txt But this command deletes all records from the filelist.txt Can... (2 Replies)
Discussion started by: nnani
2 Replies

6. Shell Programming and Scripting

Cut a string for last 8 characters

Hello All I have a file like this abc.tpt.ctl bdc.tpt.ctl cdw.tpt.ctl I have looped every line using the for Loop, now I want to take each line and cut the .tpt.ctl part of it and store it in a variable and use the variable in same loop. The part I am stuck at is how do I cut the last... (9 Replies)
Discussion started by: nnani
9 Replies

7. Ubuntu

Phenom II support in kernel

Does anyone know at which kernel version support for Phenom II x6 first appeared? (7 Replies)
Discussion started by: Varsel
7 Replies