1. ホーム
  2. windows

IISRESET と IIS Stop-Start コマンドの相違点

2023-08-18 01:42:40

疑問点

コマンドの違いは何ですか? iisresetiisreset /stop に続いて iisreset /start ?

どのように解決するのですか?

IISReset は、IIS の起動/停止などを管理するためのコマンド群として捉えてください。

ということは、オプションを指定する必要があるということです( /switch を指定する必要があるということです。

デフォルトの動作やデフォルトのスイッチは /restartiisreset であるため、コマンドを2回実行する必要はありません。 /start/stop .

これで質問が明確になったでしょうか?参考までに iisreset /?

IISRESET.EXE (c) Microsoft Corp. 1998-2005

Usage:
iisreset [computername]

    /RESTART            Stop and then restart all Internet services.
    /START              Start all Internet services.
    /STOP               Stop all Internet services.
    /REBOOT             Reboot the computer.
    /REBOOTONERROR      Reboot the computer if an error occurs when starting,
                        stopping, or restarting Internet services.
    /NOFORCE            Do not forcefully terminate Internet services if
                        attempting to stop them gracefully fails.
    /TIMEOUT:val        Specify the timeout value ( in seconds ) to wait for
                        a successful stop of Internet services. On expiration
                        of this timeout the computer can be rebooted if
                        the /REBOOTONERROR parameter is specified.
                        The default value is 20s for restart, 60s for stop,
                        and 0s for reboot.
    /STATUS             Display the status of all Internet services.
    /ENABLE             Enable restarting of Internet Services
                        on the local system.
    /DISABLE            Disable restarting of Internet Services
                        on the local system.