Module 8 — System Startup, Shutdown & Configuration
Overview
This module covers the OpenVMS startup and shutdown sequence, system parameter management, layered product startup, cluster boot behavior, and troubleshooting boot‑time failures. You’ll work with SYSMAN, SYSGEN, startup logs, and system configuration files.
Exam: Multiple‑Choice Questions
1. Which file controls the system startup sequence on OpenVMS?
2. Which command cleanly shuts down an OpenVMS system?
3. Which utility is used to modify system parameters such as memory, quotas, and I/O settings?
4. Which command displays the current system parameters?
5. Which file contains layered product startup procedures?
Hands‑On Exercises
Exercise 1 — Inspect Startup Files
- Display the main startup file:
TYPE SYS$MANAGER:SYSTARTUP_VMS.COM - Display layered product startup file:
TYPE SYS$MANAGER:SYCONFIG.COM - Identify:
- Custom startup commands
- Layered product initialization
- Cluster‑specific logic
Exercise 2 — Review Startup Logs
- Display the startup log:
TYPE SYS$MANAGER:STARTUP.LOG - Identify:
- Errors
- Missing logical names
- Failed product startups
Exercise 3 — Modify System Parameters
- Enter SYSGEN:
RUN SYS$SYSTEM:SYSGEN - Display parameters:
SHOW - Modify a parameter (lab only):
SET/STARTUP WSMAX 204800 - Exit SYSGEN:
EXIT
Exercise 4 — Perform a Controlled Shutdown
- Run the shutdown procedure:
@SYS$SYSTEM:SHUTDOWN - Choose:
- Reason
- Reboot or halt
- Cluster‑wide or local
Exercise 5 — Diagnose Boot Failures
- Review
OPERATOR.LOG - Review
STARTUP.LOG - Boot conversationally (lab only):
BOOT -FL 0,1 - Inspect startup sequence manually.
Scenario‑Based Troubleshooting Challenges
Scenario 1 — System Hangs During Startup
The system stops after a layered product loads.
Expected approach:
- Review
STARTUP.LOG - Temporarily disable product in
SYCONFIG.COM - Boot conversationally
- Re‑enable step‑by‑step
Scenario 2 — Parameter Change Prevents Boot
A parameter change causes boot failure.
Expected approach:
- Boot conversationally
- Use SYSGEN to revert parameter
- Check
ALPHAVMSSYS.PARorVAXVMSSYS.PAR - Reboot normally
Scenario 3 — Shutdown Does Not Complete
Shutdown hangs waiting for processes.
Expected approach:
- Identify stuck processes
- Check batch queues
- Check network services
- Force stop only if safe
Answer Key
The answer key for this module is located at:
answers/module8-answers.md