poniedziałek, 27 października 2003

ADDITIONAL TRAININGS: CISCO SYSTEMS NETWORKING ACADEMY - CCNA 4: WAN Technologies

CISCO SYSTEMS NETWORKING ACADEMY:
Certificate of Course Completion
CCNA 4: WAN Technologies
Description: This course is mix of Cisco router labs and theory
* WAN Design/technologies
* WAN services, including
- LAPB
- ISDN/LAPD
- HDLC
- Frame Relay
- PPP
- DDR
* Scaling Networks with NAT and PAT
* Optical Transmission and Multiplexing
* Workstations and Servers
* Network Management
* Cisco's implementation of ISDN BRI/PRI
* Serial Point to Point Links

poniedziałek, 20 października 2003

ADDITIONAL TRAININGS: SUN Microsystems - ST-350: Sun Systems Fault Analysis Workshop

SUN Microsystems:
Course Completion Certificate
The Sun Systems Fault Analysis Workshop teaches students fault analysis skills required to support any Sun computing environment. These skills directly translate to higher availability levels and increased uptime of the Solaris Operating Environment (Solaris OE). This course provides instruction about the fault analysis method and provides hands-on experience in the workshops.

Course Content

Module 1 - Introducing the Fault Analysis and Diagnosis Methodology
* Describe the Fault Analysis methodology
* Describe the Diagnosis methodology
* Identify basic layers in Sun systems
* Identify the error types that occur in Sun systems

Module 2 - Introducing OBP Components, Features, and Diagnostics
* Describe the OBP components
* Modify the OBP components and run diagnostics

Module 3 - Enabling and Monitoring POST Diagnostics
* Describe the concept of power-on self-test (POST) diagnostics
* Identify ways to view extended diagnostics during POST

Module 4 - Introducing the OBP Device Tree and BOOT Sequence
* Describe the OBP device tree
* Describe the boot sequences

Module 5 - Performing Solaris OE Diagnostics
* Use the device management commands
* Use the disk and file system management commands
* Use the software package management commands
* Use the file-checking commands
* Use the central processing unit (CPU) and memory management commands
* Use the network management commands
* Use the general-purpose commands
* Use the program execution management commands

Module 6 - Diagnosing Faults Using Online Tools
* Use online man pages
* Diagnose problems by using the SunSolve Online service
* Use the Sun Explorer Data Collector utility
* Use the docs.sun.com Web site

Module 7 - Introducing Types of System Failures
* Describe the causes of system panics and dumps
* Describe the process of system crash dump generation
* Describe watchdog resets

Module 8 - Analyzing Core Dumps Using the mdb Utility
* Describe the mdb utility
* Use the mdb utility


Skills Gained
Upon completion of this course, students should be able to:
* Describe the fault analysis and diagnosis methodology
* Describe the OpenBoot PROM (OBP) components, features, and diagnostics
* Enable and monitor POST diagnostics
* Describe OBP device tree and boot sequence
* Perform Solaris OE diagnostics
* Diagnose faults using online tools
* Describe types of major system failures
* Analyze core dumps the mdb utility

piątek, 13 czerwca 2003

ADDITIONAL TRAININGS: CISCO SYSTEMS NETWORKING ACADEMY - CCNA 3: Switching Basics and Intermediate Routing

CISCO SYSTEMS NETWORKING ACADEMY:
Certificate of Course Completion
CCNA 3: Switching Basics and Intermediate Routing
Description: This course is mix of Cisco switch-router labs and theory
* VLSM
* RIP version 2
* Link state/OSPF concepts
* EIGRP concepts & config
* LAN switching / switching Operation
* Redundant Topologies
* Trunking
* LAN Design
* Virtual LANs
* Spanning Tree Protocol
* Half/Full Duplex Ethernet
* Fast Ethernet
* Cut-through and store-and-forward
* LAN switching
* Inter-VLAN switching

sobota, 10 maja 2003

ADDITIONAL TRAININGS: CISCO SYSTEMS NETWORKING ACADEMY - CCNA 1: Networking Basics

CISCO SYSTEMS NETWORKING ACADEMY:
Certificate of Course Completion
CCNA 1: Networking Basics:
Description: This course is primarily theory or concept based with some labs
* Network Models
* Wireless
* Signals and Noise
* Cabling the LAN
* Cabling the WAN
* 10/100 Mbps
* 1000Mbps/10Gbps
* Ethernet Switching
* Optical / Copper Media
* Collision & Broadcast Domains
* Internet Protocol
* IP Routing Protocols
* Mechanics of Subnetting
* Network Math
* Obtaining an IP Address
* Introduction to TCP/IP
* Bandwidth
* Ethernet Operation
* IDF & MDF tour
* Connecting Peer to Peer Networking (Work groups)

wtorek, 8 kwietnia 2003

ADDITIONAL TRAININGS: CISCO SYSTEMS NETWORKING ACADEMY - CCNA 2: Routers and Routing Basics

CISCO SYSTEMS NETWORKING ACADEMY:
Certificate of Course Completion
CCNA 2: Routers and Routing Basics
Description: This course is primarily hands on using Cisco 2500/2600 series routers
* Router Elements: Flash, RAM, ROM
* CDP
* Startup and Setup
* Configuration of Router
* Control Router passwords, identification and banner
* IP Addressing
* Routing Protocols
* TCP Connection-oriented network services
* UDP connectionless network services
* TCP/IP Transport Layer Protocols
* Access Control Lists
* Configure/Verify IP Addresses
* CISCO IOS software commands for router startup
* RIP routing protocol
* IGRP
* Distance Vector Routing

piątek, 28 lutego 2003

ADDITIONAL TRAININGS: SUN Microsystems - ST-245: Shell Programming for System Administrators

SUN Microsystems:
Course Completion Certificate
The Shell Programming for System Administrators course provides students with the skills to read, write, and debug UNIX shell scripts. The course begins by describing simple scripts to automate frequently executed commands and continues by describing conditional logic, user interaction, loops, menus, traps, and functions. This course is intended for system administrators who have mastered the basics of a UNIX Operating Environment (OE) such as the Solaris OE or Linux and who would like to read and understand the various boot scripts and write their own scripts to automate their day-to-day tasks. This course explores, in detail, the Bourne and Korn shell scripting languages.

Course Content

Module 1 - UNIX Shells and Shell Scripts
* Describe the role of shells in the UNIX environment
* Describe the standard shells
* Define the components of a shell script
* Write a simple shell script

Module 2 - Writing and Debugging Scripts
* Start a script with #!
* Put comments in a script
* Change permissions on a script
* Execute a script
* Debug a script

Module 3 - The Shell Environment
* Use Bourne and Korn shell variables
* Assign values to shell variables
* Display the value of shell variables
* Make variables available to subprocesses using the export statement
* Display the value of environment variables
* Unset shell and environment variables
* Customize the user environment using the .profile file
* Perform arithmetic operations
* Create and use aliases
* Display aliases and the values assigned to them
* Define the built-in aliases
* Customize the Bourne and Korn shell environments
* Use the tilde expansion and command substitution features of the Korn shell

Module 4 - Regular Expressions and the grep Command
* Use and describe regular expressions
* Describe the grep command
* Use the grep command to find patterns in a file
* Use the regular expression characters with the grep command

Module 5 - The sed Editor
* Use the sed editor to perform noninteractive editing tasks
* Use regular expression characters with the sed command

Module 6 - The nawk Programming Language
* Use nawk commands from the command line
* Write simple nawk programs to generate data reports from text files
* Write simple nawk programs to generate numeric and text reports from text files

Module 7 - Conditionals
* Use the exit status of a command as conditional control
* Use the "if" statement to test a condition
* Pass values using command-line arguments (positional parameters) into a script
* Create USAGE messages
* Place parameters on the command line
* Use conditional if, then, elif, else, and fi constructs
* Use exit, let, and test statements ([[ ]], " ")
* Apply the &&, ||, and ! Boolean logic operators
* Use the case statement

Module 8 - Interactive Scripts
* Use the print and echo commands to display text
* Use the read command to interactively assign data to a shell variable
* Read user input into one or more variables, using one read statement
* Use special characters, with print and echo, to make the displayed text more user friendly
* Create a "here" document
* Use file descriptors to read from and write to multiple files

Module 9 - Loops
* Write scripts that use for, while, and until loops
* Write a script using the select statement
* Describe when to use loops within a script
* Generate argument lists using command, variable, and file-name substitution

Module 10 - Advanced Variables, Parameters, and Argument Lists
* Declare strings, integers, and array variables
* Manipulate string variables
* Change the values of the positional parameters using the set statement within a script
* Use Korn shell arrays
* Set default values for parameters
* Use the Korn shell built-in let, print, set, and typeset statements

Module 11 - Functions
* Create user-defined functions in a shell script
* Create, invoke, and display functions from the command line
* Pass arguments into a function
* Call functions from special (function) files that are saved in one or more function directories
* Describe where functions are available for use

Module 12 - Traps
* Describe how the trap statement works
* Include trap statements in a script
* Use the trap statement to catch signals and handle errors

Skills Gained
Upon completion of this course, students should be able to:
* Write real world administration scripts.
* Use regular expressions with the grep, sed, and nawk
* Manipulate text files with grep, sed, and nawk
* Write reporting scripts
* Maintain existing scripts.
* Use flow control constructs, such as branching and looping
* Customize system-wide shell initialization files
* Develop and debug scripts
* Use local and environmental variables and shell metacharacters in scripts
* Use the exit status of a command to determine if the command succeeded or failed
* Develop interactive scripts
* Write a script that uses functions
* Write a script that uses a trap to catch a signal
* Access and process command-line arguments passed into a script
* Write sed scripts to perform noninteractive editing tasks
* Write nawk scripts to manipulate individual fields within a record
* Write nawk scripts to write reports based upon an input file
* Perform string manipulation and integer arithmetic on shell variables
* Develop a USAGE message to display when a script in invoked incorrectly