This refers to the process where the system state is systematically (and preferably gracefully) changed to the fully inactive state. Usually applied to complex systems, such as database, server program, operating system, virtual machine, physical computer and the like. Bypassing the shutdown procedure (immediate termination) may cause data loss or other problems.
This refers to the process where the system state is systematically (and preferably gracefully) changed to the fully inactive state.
Usually applied to complex systems, such as database, server program, operating system, virtual machine, physical computer and the like.
Bypassing the shutdown procedure (immediate termination) may cause data loss or other problems. Once the shutdown sequence has begun it can usually be stopped only by invoking the halt method, which forcibly terminates the system.