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
SESUTIL(8) FreeBSD System Manager's Manual SESUTIL(8)

sesutil
Utility for managing SCSI Enclosure Services (SES) device

sesutil fault [-u /dev/sesN] ⟨disk | sesid | all⟩ [on | off]

sesutil locate [-u /dev/sesN] ⟨disk | sesid | all⟩ [on | off]

sesutil map [--libxo options] [-u /dev/sesN]

sesutil show [--libxo options] [-u /dev/sesN]

sesutil status [--libxo options] [-u /dev/sesN]

The sesutil utility can be used to query and modify various parameter of SCSI Enclosure Services (SES) devices.

List of supported commands:

Generate output via libxo(3) in a selection of different human and machine readable formats. See xo_parse_args(3)
[-u /dev/sesN] ⟨disk | all⟩ [on | off]
Change the state of the external fault LED associated with disk. disk can be the device name of the disk, like da12, or ‘all’. to indicate all disks attached to SES controllers.
-u /dev/sesN sesid [on | off]
Change the state of the external fault LED associated with an element connected to the SES controller. sesid must be the element ID of a valid item attached to the controller. Use the map command to list the elements attached to a controller.
[-u /dev/sesN] ⟨disk | all⟩ [on | off]
Change the state of the external locate LED associated with disk. disk can be the device name of the disk, like da12, or ‘all’. to indicate all disks attached to SES controllers.
-u /dev/sesN sesid [on | off]
Change the state of the external locate LED associated with an element connected to the SES controller. sesid must be the element ID of a valid item attached to the controller. Use the map command to list the elements attached to a controller.
[-u /dev/sesN]
Display user-friendly summary of specified ses(4) controller. If no controller is specified, all controllers are mapped.
[-u /dev/sesN]
Display a map of all elements connected to the specified ses(4) controller. If no controller is specified, all controllers are mapped.
[-u /dev/sesN]
Display the status of the specified ses(4) controller. If no controller is specified, the status of each controller is returned.

Turn off all locate LEDs:

sesutil locate all off

Turn on the locate LED for the drive bay corresponding to da15:

sesutil locate da15 on

Turn on the fault LED for a drive bay not associated with a device:

sesutil fault -u /dev/ses2 7 on

libxo(3), xo_parse_args(3), ses(4)

The sesutil utility first appeared in FreeBSD 11.0.

The sesutil utility was written by Baptiste Daroussin <bapt@FreeBSD.org> and Allan Jude <allanjude@FreeBSD.org>.
December 12, 2019 FreeBSD 13.1-RELEASE

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.