From f26bb872bf4f043a1b817c808a6947fcb03ecda4 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sun, 17 Apr 2022 14:15:24 +0000 Subject: sg_lib: add hex2fp(); sg_rtpg: https://github.com/hreinecke/sg3_utils/pull/79 applies; json_builder work git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@944 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- doc/scsi_logging_level.8 | 11 ++++++++++- doc/sg3_utils.8 | 2 +- doc/sg_rep_zones.8 | 6 +++--- 3 files changed, 14 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/scsi_logging_level.8 b/doc/scsi_logging_level.8 index 062d3f4b..57a5cf4b 100644 --- a/doc/scsi_logging_level.8 +++ b/doc/scsi_logging_level.8 @@ -1,4 +1,4 @@ -.TH SCSI_LOGGING_LEVEL "8" "September 2018" "sg3_utils\-1.45" SG3_UTILS +.TH SCSI_LOGGING_LEVEL "8" "April 2022" "sg3_utils\-1.48" SG3_UTILS .SH NAME scsi_logging_level \- access Linux SCSI logging level information .SH SYNOPSIS @@ -104,6 +104,15 @@ the sg driver use: The output from the sg driver caused by this will go to the system logs (e.g. /var/log/syslog). To reduce the amount of output use a number lower than 7. Using 0 will turn off the tracing and debug. +.PP +To turn on maximum SCSI subsystem logging use: +.PP + scsi_logging_level \-s \-a 7 +.PP +That is probably best done on a system that does not use a SCSI command +device to hold the root file system, or the file system that holds the +system log. Note that SATA disks and USB attached storage nearly always +use the SCSI subsystem. .SH AUTHORS Written by IBM. Small alterations by Douglas Gilbert. .SH "REPORTING BUGS" diff --git a/doc/sg3_utils.8 b/doc/sg3_utils.8 index c1254219..3fe20021 100644 --- a/doc/sg3_utils.8 +++ b/doc/sg3_utils.8 @@ -1,4 +1,4 @@ -.TH SG3_UTILS "8" "March 2022" "sg3_utils\-1.48" SG3_UTILS +.TH SG3_UTILS "8" "April 2022" "sg3_utils\-1.48" SG3_UTILS .SH NAME sg3_utils \- a package of utilities for sending SCSI commands .SH SYNOPSIS diff --git a/doc/sg_rep_zones.8 b/doc/sg_rep_zones.8 index 0f4c2c4c..68fecee2 100644 --- a/doc/sg_rep_zones.8 +++ b/doc/sg_rep_zones.8 @@ -1,4 +1,4 @@ -.TH SG_REP_ZONES "8" "February 2022" "sg3_utils\-1.48" SG3_UTILS +.TH SG_REP_ZONES "8" "April 2022" "sg3_utils\-1.48" SG3_UTILS .SH NAME sg_rep_zones \- send SCSI REPORT ZONES, REALMS or ZONE DOMAINS command .SH SYNOPSIS @@ -162,8 +162,8 @@ condition of closed; 5 for list zones with a zone condition of full; 6 for list zones with a zone condition of read only; 7 for list zones with a zone condition of offline. Other values are 0x10 for list zones with 'RWP recommended' set to true; 0x11 for list zones with non\-sequential write -resource active set to true and 0x3f for list zones with a zone condition -of 'not write pointer'. +resource active set to true, 0x3e for list zones apart from GAP zones, and +0x3f for list zones with a zone condition of 'not write pointer'. .TP \fB\-s\fR, \fB\-\-start\fR=\fILBA\fR where \fILBA\fR is at the start or within the first zone to be reported. The -- cgit v1.2.3