.\" Copyright IBM Corp. 2018 .\" s390-tools is free software; you can redistribute it and/or modify .\" it under the terms of the MIT license. See LICENSE for details. .\" .\" Macro for inserting an option description prologue. .\" .OD [] [args] .de OD . ds args " . if !'\\$3'' .as args \fI\\$3\fP . if !'\\$4'' .as args \\$4 . if !'\\$5'' .as args \fI\\$5\fP . if !'\\$6'' .as args \\$6 . if !'\\$7'' .as args \fI\\$7\fP . PD 0 . if !'\\$2'' .IP "\fB\-\\$2\fP \\*[args]" 4 . if !'\\$1'' .IP "\fB\-\-\\$1\fP \\*[args]" 4 . PD .. . .TH zpcictl 8 "Oct 2018" s390-tools zpcictl . .SH NAME zpcictl - Manage PCI devices on IBM Z . . .SH SYNOPSIS .B "zpcictl" .I "OPTIONS" .I "DEVICE" . . .SH DESCRIPTION Use .B zpcictl to manage PCI devices on the IBM Z platform. In particular, use this command to report defective PCI devices to the Support Element (SE). .B Note: For NVMe devices additional data (such as S.M.A.R.T. data) is collected and sent with any error handling action. For this extendend data collection, the smartmontools must be installed. .PP . . .SH DEVICE A PCI slot address (e.g. 0000:00:00.0) or the main device node of an NVMe device (e.g. .I /dev/nvme0 ). . . .SH OPTIONS .SS Error Handling Options .OD reset "" "DEVICE" Reset and re-initialize the PCI device. .PP . .OD deconfigure "" "DEVICE" Deconfigure the PCI device and prepare for any repair action. This action changes the status of the PCI device from configured to reserved. .PP . .OD report-error "" "DEVICE" Report any device error for the PCI device. The device is marked as defective but no further action is taken. .PP . .SS General Options .OD help "h" "" Print usage information, then exit. .PP . .OD version "v" "" Print version information, then exit. .PP