1SMP_REP_MANUFACTURER(8) SMP_UTILS SMP_REP_MANUFACTURER(8)
2
3
4
6 smp_rep_manufacturer - invoke REPORT MANUFACTURER INFORMATION SMP func‐
7 tion
8
10 smp_rep_manufacturer [--help] [--hex] [--interface=PARAMS] [--raw]
11 [--sa=SAS_ADDR] [--verbose] [--version] SMP_DEVICE[,N]
12
14 Sends a SAS Management Protocol (SMP) REPORT MANUFACTURER INFORMATION
15 request function to a SMP target. The SMP target is identified by the
16 SMP_DEVICE and the SAS_ADDR. Depending on the interface, the SAS_ADDR
17 may be deduced from the SMP_DEVICE. With one interface there is one
18 SMP_DEVICE per machine so the SMP_DEVICE,N syntax is needed to differ‐
19 entiate between HBAs if there are multiple present.
20
22 Mandatory arguments to long options are mandatory for short options as
23 well.
24
25 -h, --help
26 output the usage message then exit.
27
28 -H, --hex
29 output the response in hexadecimal.
30
31 -I, --interface=PARAMS
32 interface specific parameters. In this case "interface" refers
33 to the path through the operating system to the SMP initiator.
34 See the smp_utils man page for more information.
35
36 -r, --raw
37 send the response to stdout in binary. All error messages are
38 sent to stderr.
39
40 -s, --sa=SAS_ADDR
41 specifies the SAS address of the SMP target device. Typically
42 this is an expander. This option may not be needed if the
43 SMP_DEVICE has the target's SAS address within it. The SAS_ADDR
44 is in decimal but most SAS addresses are shown in hexadecimal.
45 To give a number in hexadecimal either prefix it with '0x' or
46 put a trailing 'h' on it.
47
48 -v, --verbose
49 increase the verbosity of the output. Can be used multiple times
50
51 -V, --version
52 print the version string and then exit.
53
55 The SMP REPORT MANUFACTURER function was introduced in SAS-1, with
56 small additions in SAS-1.1 .
57
59 Written by Douglas Gilbert.
60
62 Report bugs to <dgilbert at interlog dot com>.
63
65 Copyright © 2006-2008 Douglas Gilbert
66 This software is distributed under a FreeBSD license. There is NO war‐
67 ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
68 POSE.
69
71 smp_utils, smp_discover(smp_utils)
72
73
74
75smp_utils-0.93 January 2008 SMP_REP_MANUFACTURER(8)