Title: Computer Introduction Day 16
1Computer IntroductionDay 16
- For HD-111
- Computer Ed Institute
- July/Aug, 2003
2DOS Syntax
COMMAND /parameters source destination
/parameters
dir /?
dir .sys /s
format c /s
copy c\. a\. /v
3Hardware Installation
- Locate drive bay, install storage device
- Configure ID and install HDD
- Locate (or install) disk controller
- Attach power and address cabling
- Confirm CMOS settings (SCSI BIOS or ATA User
47?) - Reboot local machine
4Motherboard design
- Processor
- Memory
- Chipset / BIOS
- Bus Architecture
- System / Expansion
- Legacy vs. Non-legacy
- Hard / Soft configuration issues
5A DOS Installation
- Physically prepare the storage medium
- Partition and activate
- Format (with system files)
- Create file directory system
- Configure OS environment
- Load system software
- Load application software
- Configure OS environment
6An Installation Procedure
- Create bootable microdiskette
- Copy utilities from source files
- Copy drivers from source files
- Create system configuration files
- Reboot system from boot diskette
- Confirm OS version, system date time, access to
storage subsystems like CDROM - Prepare HDD medium for system installation
- Locate the installation executable
- Install the operating system
7A Typical Boot Disk
System files (for a bootable diskette)
- Utilities
- attrib.exe
- debug.exe
- deltree.exe
- format.com
- fdisk.exe
- mem.exe
- sys.com
- xcopy.exe
- Drivers -
- mscdex.exe
- emm386.exe
- himem.sys
8A DOS Installation
- Physically prepare the storage medium
- Partition and activate
- Format (with system files)
- Create file directory system
- Configure OS environment
- Load system software
- Load application software
- Configure OS environment
9Minimal ATAPI Configuration Files
- Config.sys
- devicehimem.sys
- deviceoakcdrom.sys /dmscd01
- Autoexec.bat
- mscdex /dmscd01
10Contents of minimal boot
- Utilities
- format.com
- fdisk.exe
- Smartdrv.exe
- Drivers
- himem.sys
- mscdex.exe
- oakcdrom.sys
Config Files config.sys autoexec.bat
11Specific Management Functional Areas
- Security Management - where?
- Auditing Management - when?
- Configuration Management - who?
- Fault Management - what?
- Performance Management - how?
12Microsoft Disk Operating System
Microsoft Disk Operating System
config.sys
autoexec.bat
Basic Input Output System
Hardware Substrate
13Windows 3.X Operating Environment
config.sys
autoexec.bat
Basic Input Output System
Hardware Substrate
14Windows 95 Architecture
Applications
Registry
User Interface
Windows 95 Core
VMMngr
IFSMngr
ConfigMngr
Device Drivers
Basic Input Output System
Hardware Substrate
15Windows 98 Architecture
User Interface - 32 bit shell
Windows 98 Core
VMMngr
IFSMngr
ConfigMngr
WDM Driver Mngr
Device Drivers
Basic Input Output System
Hardware Substrate
16Generic Microsoft NOS Architecture
Win32 Apps
User Mode
CSS
Kernel Mode
17Physical External Interfaces
DTE
DCE
DCE
DTE
Protocol
Transmission Channel
Software that enables communication
18ManagingStorage Subsystems
- Preparation
- Partitioning and Formatting Conversion to NTFS
- Changing logical naming and descriptions
- Compression, encryption, archiving and indexing
- Maintenance
- Prevention chkdsk (16- and 32-bit), scandisk
- Performance defrag, quotas
- Task Maintenance - scheduling
19Disk Administration Tools
- partition/prepare media - fdisk/format
- chkdsk/scandisk
- defrag
- quota management
- compression
- encryption
- backup
20Other Win98 tools
- device manager
- task manager
- view metrics (PID, CPU, etc.)
- modify (set priority), terminate processes
- maintenance wizard / task scheduler
- sysedit/msconfig
- msinfo32
- hwinfo /ui
21Other Tools
- perfmon
- msinfo32
- sfc (System File Checker)
- directX suite
- cleanmgr (Disk Cleanup)
- file signature verification
- Dr. Watson/Windows Report Tool
- Update Wizard Uninstall
22System Optimization and Troubleshooting
- Create/view logs
- Create alerts
- Editing boot.ini
- Editing the registry
- Performance diskperf
- Memory Paging File size and location
23To be continued