{
    "content": [
        {
            "type": "text",
            "text": "# scsi_start (man)\n\n## NAME\n\nscsistart - start one or more SCSI disks\n\n## SYNOPSIS\n\nscsistart [--help] [--verbose] [--wait] DEVICE [DEVICE]*\n\n## DESCRIPTION\n\nThis  bash  shell  script  calls the sgstart utility on each given DEVICE. The purpose is to\nspin up (start) each given DEVICE.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (3 subsections)\n- **NOTES**\n- **EXIT STATUS**\n- **AUTHORS**\n- **COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "scsi_start",
        "section": "",
        "mode": "man",
        "summary": "scsistart - start one or more SCSI disks",
        "synopsis": "scsistart [--help] [--verbose] [--wait] DEVICE [DEVICE]*",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "print out the usage message then exit."
            },
            {
                "flag": "-v",
                "long": "--verbose",
                "arg": null,
                "description": "increase level or verbosity."
            },
            {
                "flag": "-w",
                "long": "--wait",
                "arg": null,
                "description": "wait for the spin up (start) on each given DEVICE to complete. The default action is to do each start in immediate mode."
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 2,
                "subsections": [
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-v --verbose",
                        "lines": 2,
                        "flag": "-v",
                        "long": "--verbose"
                    },
                    {
                        "name": "-w --wait",
                        "lines": 3,
                        "flag": "-w",
                        "long": "--wait"
                    }
                ]
            },
            {
                "name": "NOTES",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "EXIT STATUS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "scsistart - start one or more SCSI disks\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "scsistart [--help] [--verbose] [--wait] DEVICE [DEVICE]*\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This  bash  shell  script  calls the sgstart utility on each given DEVICE. The purpose is to\nspin up (start) each given DEVICE.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "Arguments to long options are mandatory for short options as well.\n",
                "subsections": [
                    {
                        "name": "-h --help",
                        "content": "print out the usage message then exit.\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-v --verbose",
                        "content": "increase level or verbosity.\n",
                        "flag": "-v",
                        "long": "--verbose"
                    },
                    {
                        "name": "-w --wait",
                        "content": "wait for the spin up (start) on each given DEVICE to complete.  The default action  is\nto do each start in immediate mode.\n",
                        "flag": "-w",
                        "long": "--wait"
                    }
                ]
            },
            "NOTES": {
                "content": "If a large number of disks are spun up at the same time (i.e. without the --wait option) then\nthe power supply may be overloaded.\n",
                "subsections": []
            },
            "EXIT STATUS": {
                "content": "The exit status of this script is 0 when it is successful. Otherwise the exit status is  that\nof the last sgstart utility called. See the sg3utils(8) man page.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Written by D. Gilbert\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright © 2009-2013 Douglas Gilbert\nThis software is distributed under a FreeBSD license. There is NO warranty; not even for MER‐\nCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "sgstart (sg3utils)\n\n\n\nsg3utils-1.36                                May 2013                                 SCSISTART(8)",
                "subsections": []
            }
        }
    }
}