You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplifying troubleshooting page and minimizing references to call home (#1431)
This commit removes lengthy discussion of SUBNET from the community
docs. Other affected pages that linked to removed sections also updated.
Also reduces references to Call Home to the remaining mc support pages
and links to those pages.
Copy file name to clipboardExpand all lines: source/operations/checklists/hardware.rst
+50-52Lines changed: 50 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -342,58 +342,6 @@ Storage
342
342
Recommended Hardware Tests
343
343
--------------------------
344
344
345
-
MinIO Diagnostics
346
-
~~~~~~~~~~~~~~~~~
347
-
348
-
Run the built in health diagnostic tool.
349
-
If you have access to :ref:`SUBNET <minio-docs-subnet>`, you can upload the results there.
350
-
351
-
.. code-block:: shell
352
-
:class: copyable
353
-
354
-
mc support diag ALIAS --airgap
355
-
356
-
Replace ALIAS with the :mc:`~mc alias` defined for the deployment.
357
-
358
-
MinIO Support Diagnostic Tools
359
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
360
-
361
-
For deployments registered with MinIO |subnet-short|, you can run the built-in support diagnostic tools.
362
-
363
-
Run the three :mc:`mc support perf` tests.
364
-
365
-
These server-side tests validate network, drive, and object throughput.
366
-
Run all three tests with default options.
367
-
368
-
#. Network test
369
-
370
-
Run a network throughput test on a cluster with alias ``minio1``.
371
-
372
-
.. code-block:: shell
373
-
:class: copyable
374
-
375
-
mc support perf net minio1
376
-
377
-
#. Drive test
378
-
379
-
Run drive read/write performance measurements on all drive on all nodes for a cluster with alias ``minio1``.
380
-
The command uses the default blocksize of 4MiB.
381
-
382
-
.. code-block:: shell
383
-
:class: copyable
384
-
385
-
mc support perf drive minio1
386
-
387
-
#. Object test
388
-
389
-
Measure the performance of S3 read/write of an object on the alias ``minio1``.
390
-
MinIO autotunes concurrency to obtain maximum throughput and IOPS (Input/Output Per Second).
391
-
392
-
.. code-block:: shell
393
-
:class: copyable
394
-
395
-
mc support perf object minio1
396
-
397
345
Operating System Diagnostic Tools
398
346
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
399
347
@@ -513,3 +461,53 @@ Document the performance numbers for each server in your deployment.
513
461
- Number of threads (:math:`numberOfDrives * 16`)
514
462
* - ``-F <>``
515
463
- list of files (the above command tests with 16 files per drive)
464
+
465
+
Recommended tools for MinIO subscriptions
466
+
-----------------------------------------
467
+
468
+
.. important::
469
+
470
+
The tools noted in this section **require** a MinIO subscription.
471
+
MinIO strongly recommends all production deployments use `AIStor Object Store <https://min.io/docs/aistor-custom/object-store/>`__ with their SUBNET license.
472
+
For more information, see the `MinIO AIStor pricing page <https://min.io/pricing?jmp=docs>`__.
473
+
474
+
#. Health diagnostic tool
475
+
476
+
Generate a summary of the health status of your deployment.
477
+
If you have access to :ref:`SUBNET <minio-docs-subnet>`, you can upload the results there.
478
+
479
+
.. code-block:: shell
480
+
:class: copyable
481
+
482
+
mc support diag ALIAS --airgap
483
+
484
+
Replace ALIAS with the :mc:`~mc alias` defined for the deployment.
485
+
486
+
#. Network test
487
+
488
+
Run a network throughput test on a cluster with alias ``minio1``.
489
+
490
+
.. code-block:: shell
491
+
:class: copyable
492
+
493
+
mc support perf net minio1
494
+
495
+
#. Drive test
496
+
497
+
Run drive read/write performance measurements on all drive on all nodes for a cluster with alias ``minio1``.
498
+
The command uses the default blocksize of 4MiB.
499
+
500
+
.. code-block:: shell
501
+
:class: copyable
502
+
503
+
mc support perf drive minio1
504
+
505
+
#. Object test
506
+
507
+
Measure the performance of S3 read/write of an object on the alias ``minio1``.
508
+
MinIO autotunes concurrency to obtain maximum throughput and IOPS (Input/Output Per Second).
0 commit comments