1mmsexplorer(1M) System Administration Commands mmsexplorer(1M)
2
3
4
6 mmsexplorer - generate diagnostic report for Media Management System
7
9 mmsexplorer -u [report_name] [num_lines]
10
11
13 The mmsexplorer command creates a diagnostic report of the activities
14 of the Media Managment System (MMS) server configuration and collects
15 log information. It constructs the diagnostic report from the most
16 recent entries in the MMS log file, MMS database, and MMS trace file.
17
18
19 The MMS is a software interface, consisting of library managers and
20 drive managers, that manages storage resources such as tape libraries,
21 tape drives, media pools, tape volumes, and the disk resources that
22 emulate tape drives and tape volumes.
23
24
25 By default, mmsexplorer generates a compressed report. Use the -u
26 option to generate an uncompressed file.
27
28
29 To run mmsexplorer, you must become superuser, or assume the Primary
30 Administrator role.
31
33 The following options are supported:
34
35 -u
36
37 Generates the diagnostic report file in an uncompressed format.
38
39
40 report_name
41
42 Specifies the name of the diagnostic report file. The default name
43 and location is:
44
45 /tmp/MMSreport.<hostname.YYYYMMDD.HHMMZ>.tar.gz
46
47
48
49
50 num_lines
51
52 Specifies the number of lines to capture from each file that con‐
53 tributes to the diagnostic report. The default is 1000 lines.
54
55
57 Example 1 Creating Diagnostic Report Using Default Values
58
59
60 The following command creates a diagnostic report using all default
61 values. The MMS server is running on a host named x400. This name is
62 reflected in the name of the diagnostic file.
63
64
65 # mmsexplorer
66
67 Report name: /tmp/MMSreport.x4200.20080530.1247CDT.tar.gz
68 Lines per file: 1000
69 Output format: tar.gz (default) Use -u for unarchived/uncompressed.
70
71 Please wait.............................................
72 Please wait.............................................
73 Please wait.............................................
74 Please wait.............................................
75 Please wait.............................................
76 Please wait..
77
78 The following files should now be ftp'ed to your support provider as
79 ftp type binary.
80 /tmp/MMSreport.x4200.20080530.1247CDT.tar.gz
81
82
83
84 Example 2 Creating an Uncompressed Diagnostic Report
85
86
87 The following command creates an uncompressed diagnostic report. As in
88 the previous example, the MMS server is running on a host named x400.
89
90
91 # mmsexplorer
92
93 Report name: /tmp/MMSreport.x4200.20080530.1252CDT
94 Lines per file: 1000
95 Output format: unarchived/uncompressed
96
97 Please wait.............................................
98 Please wait.............................................
99 Please wait.............................................
100 Please wait.............................................
101 Please wait.............................................
102 Please wait..
103
104 The following files should now be ftp'ed to your support provider as
105 ftp type binary.
106 /tmp/MMSreport.x4200.20080530.1252CDT
107 /tmp/MMSreport.x4200.20080530.1252CDT.database.gz
108 /tmp/MMSreport.x4200.20080530.1252CDT.trace.tar.gz
109
110
111
113 0
114
115 Success.
116
117
118 !=0
119
120 An error occurred.
121
122
124 See attributes(5) for descriptions of the following attributes:
125
126
127
128
129 ┌─────────────────────────────┬─────────────────────────────┐
130 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
131 ├─────────────────────────────┼─────────────────────────────┤
132 │Availability │SUNWsmms │
133 ├─────────────────────────────┼─────────────────────────────┤
134 │Interface Stability │Volatile │
135 └─────────────────────────────┴─────────────────────────────┘
136
138 mmsadm(1M), mmsclient(1M), mmsinit(1M), attributes(5)
139
141 The diagnostic report generated by mmsexplorer can be sent to your Sun
142 authorized service provider or to Sun's technical support, as specified
143 in your maintenance contract.
144
145
146
147SunOS 5.11 29 Jul 2008 mmsexplorer(1M)