GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SG_REP_PIP(8) SG3_UTILS SG_REP_PIP(8)

sg_rep_pip - send SCSI REPORT PROVISIONING INITIALIZATION PATTERN command

sg_rep_pip [--help] [--hex] [--maxlen=LEN] [--raw] [--readonly] [--verbose] [--version] DEVICE

Sends a SCSI REPORT PROVISIONING INITIALIZATION PATTERN command to DEVICE and outputs the data returned. This command is found in the SBC-4 draft standard, revision 21 (sbc4r21.pdf).

Arguments to long options are mandatory for short options as well.

output the usage message then exit.
output the response in hexadecimal to stdout. When used once the whole response is output in ASCII hexadecimal, prefixed by an address (starting at 0) on each line. When used twice the whole response is output in hexadecimal with no leading address (on each line). The default action is the same as giving the --hex option once.
where LEN is the (maximum) response length in bytes. It is placed in the cdb's "allocation length" field. If not given (or LEN is zero) then 8192 is used. The maximum allowed value of LEN is 1048576.
output the SCSI response (i.e. the data-out buffer) in binary (to stdout).
open the DEVICE read-only (e.g. in Unix with the O_RDONLY flag). The default is to open it read-write.
increase the level of verbosity, (i.e. debug output).
print the version string and then exit.

The exit status of sg_rep_pip is 0 when it is successful. Otherwise see the sg3_utils(8) man page.

Written by Douglas Gilbert.

Report bugs to <dgilbert at interlog dot com>.

Copyright © 2020-2022 Douglas Gilbert
This software is distributed under a BSD-2-Clause license. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

sg3_utils(sg3_utils)

January 2022 sg3_utils-1.48

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.