<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Powe0122</id>
	<title>ITCwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Powe0122"/>
	<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/w/Special:Contributions/Powe0122"/>
	<updated>2026-04-30T16:37:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.5</generator>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5704</id>
		<title>Chapter 14 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5704"/>
		<updated>2012-04-25T03:47:34Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===TROUBLESHOOTING, PERFORMANCE, SECURITY===&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting Methodology===&lt;br /&gt;
*Proactive Maintenance&lt;br /&gt;
Taking the necessary steps to minimize future problems&lt;br /&gt;
Includes performing system back-ups and identifying potential problem areas.&lt;br /&gt;
*Reactive Maintenance&lt;br /&gt;
Correcting problems when they arise&lt;br /&gt;
Always document the solution to help quickly resolve future problems&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting Procedures===&lt;br /&gt;
*Gather as much information as possible&lt;br /&gt;
System log files&lt;br /&gt;
Run information utilities such as ps or mount&lt;br /&gt;
“tail –f /path/to/logfile” opens a log file for continuous viewing&lt;br /&gt;
*Isolate the problem&lt;br /&gt;
Determine if the problem is persistent, intermittent, and how many users are effected&lt;br /&gt;
*List possible causes and solutions&lt;br /&gt;
google is your best friend&lt;br /&gt;
*Implement and test solution&lt;br /&gt;
*Document your solution and process&lt;br /&gt;
&lt;br /&gt;
*Prioritize problems&lt;br /&gt;
Solve most severe problems first&lt;br /&gt;
Spending too much time on small problems can result in reduced productivity&lt;br /&gt;
*Try to solve the root of the problem&lt;br /&gt;
A short term solution might fail in the long term because of an underlying problem&lt;br /&gt;
&lt;br /&gt;
===Hardware Related Problems===&lt;br /&gt;
*Can come from damaged hardware or improper hardware or software configuration&lt;br /&gt;
*Using the dmesg command or viewing the /var/log/boot.log and var/log/messages files can isolate most hardware problems&lt;br /&gt;
*The absence of or improper drivers prevents the OS from using the associated hardware&lt;br /&gt;
Use lsusb to view only usb devices&lt;br /&gt;
Use lspci to view only PCI devices&lt;br /&gt;
*Lsmod command lists the drivers loaded into the kernel&lt;br /&gt;
By comparing the output of dmesg, lsusb, and lspci with the lsmod output, you can determine if a driver is missing&lt;br /&gt;
*Hard drives are the most common hardware component to fail&lt;br /&gt;
&lt;br /&gt;
===software Related Problems===&lt;br /&gt;
*Can be application or OS related&lt;br /&gt;
*Application Related Problems&lt;br /&gt;
Can fail during execution due to missing program libraries and files, process restrictions, or conflicting applications&lt;br /&gt;
Identify missing files in a package by using the –V option with the rpm command&lt;br /&gt;
Use the ldd command to identify which shared libraries are required by certain programs&lt;br /&gt;
It is good practice to run the ldconfig command to ensure the shared library directories are updated&lt;br /&gt;
The ulimit command can be used to increase the number of processes the user can start in a shell&lt;br /&gt;
&lt;br /&gt;
===Operating System Related Problems===&lt;br /&gt;
Typically include problems with X windows, boot loaders, and filesystems&lt;br /&gt;
Use xwininfo or xdpyinfo commands to attemp to isolate problems with X windows&lt;br /&gt;
Placing the word “linear” and removing “compact” from the /etc/lilo.conf file often fixes LILO boot loader problems&lt;br /&gt;
The GRUB boot loader errors are typically the result of a missing file in the /boot directory&lt;br /&gt;
File systems can become corrupted due to high use accessing the hard drive&lt;br /&gt;
Corrupted filesystems can be identified by very slow write requests, errors printed to the console, or failure to mount&lt;br /&gt;
&lt;br /&gt;
===User Interface Related Problems===&lt;br /&gt;
*Users need to understand how to use their desktop environment, but often will not&lt;br /&gt;
*Assistive technologies are tools you can use to modify your desktop experience&lt;br /&gt;
Accessed by opening the system menu and navigate to preferences, assistive technologies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Linux Performance===&lt;br /&gt;
&lt;br /&gt;
Monitor system performance using command-line included in the sysstat package.&lt;br /&gt;
To make it easier to identify performance problems, a network administrator should run performance utilities on healthy Linux systems to develop a baseline.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance Problems:&#039;&#039;&#039;&lt;br /&gt;
*Software&lt;br /&gt;
*Hardware&lt;br /&gt;
*Combination of the two&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software  Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software that requires too many system resources may use CPU, memory, and peripheral devices creating poor performance.&lt;br /&gt;
Too many processes running or rouge processes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Improperly configured hardware (May still Work)&lt;br /&gt;
Old ( Most companies retire computer equipment after two to five years of use)&lt;br /&gt;
Jabbering: Sending large amounts of information to the CPU when not in use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resolutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software problems can sometimes be resolved by changing hardware.&lt;br /&gt;
Move or Remove the software&lt;br /&gt;
Upgrading or adding another CPU&lt;br /&gt;
Use bus mastering peripheral components (Devices that can perform processes normally performed by the CPU)&lt;br /&gt;
Adding RAM to increase system speed&lt;br /&gt;
Replace slower disk drives with faster ones&lt;br /&gt;
Use disk striping RAID&lt;br /&gt;
Keep CD and DVD drives on a separate hard disk controller&lt;br /&gt;
&lt;br /&gt;
===Monitoring Performance with sysstat Utilities===&lt;br /&gt;
&lt;br /&gt;
Using information from the /proc directory and system devices, the System Statistics (sysstat) package contains utilities that monitor the system.&lt;br /&gt;
To install the latest version of sysstat on a Linux system, use the following method:&lt;br /&gt;
1.  yum install sysstat &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Three of the System Statistics (sysstat) package performance monitoring utilities include:&#039;&#039;&#039;&lt;br /&gt;
*mpstat (multiple processor statistics) command&lt;br /&gt;
*iostat (input/output statistics)&lt;br /&gt;
*sar (system activity reported) command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mpstat (multiple processor statistics)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Used to monitor CPU performance for all processors on the system since the system was started or rebooted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;To monitor a single cpu use the –P option followed by the processor number.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Example: mpstat –P 0 would display the first processor on the system.&lt;br /&gt;
Limited in abilities&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examining the Output of the mpstat command&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*%user= % of time the processor spent executing user programs and daemons&lt;br /&gt;
*%nice= % of time the processor spent executing programs and daemons that had nondefault nice values  &lt;br /&gt;
*%sys= % of time the processor spent maintaining itself&lt;br /&gt;
*%iowait= % of time the CPU was idle when an outstanding disk I/O request existed.&lt;br /&gt;
*%irq= % of time the CPU is using to respond to normal interrupts that span multiple CPUs. &lt;br /&gt;
*%soft= % of time the CPU is using to respond to normal interrupts that span multiple CPUs&lt;br /&gt;
*%steal= % of time the CPU is waiting to respond to virtual CPU requests &lt;br /&gt;
*%guest= % of time the CPU is executing another virtual CPU&lt;br /&gt;
*%idle= % of time the CPU did not spend executing tasks. Should be greater than 25% over a long period of time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iostat (input/output statistics)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Measusres the flow of information to and from disk devices.&lt;br /&gt;
Displays CPU statistics similar to mpstat&lt;br /&gt;
Limited in abilities&lt;br /&gt;
Adds transfers per second (tps) and block &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sar (system activity reporter)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
sar (system activity reporter)&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Common options with the sar caommand&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*CPU Usage of ALL CPUs (sar -u) Default&lt;br /&gt;
*CPU Usage of Individual CPU or Core (sar -P)&lt;br /&gt;
*Memory Free and Used (sar -r)&lt;br /&gt;
*Display swapping statistics (sar -W)&lt;br /&gt;
*Reports run queue and load average (sar -q)&lt;br /&gt;
*sar -u 1 3 Displays real time CPU usage every 1 second for 3 times.&lt;br /&gt;
&lt;br /&gt;
===Other Performance Monitoring Utilities===&lt;br /&gt;
&lt;br /&gt;
*top utility (discussed in Chapter 9)&lt;br /&gt;
*free command can be used to display the total amounts of physical and swap memory (in Kilobytes) and their utilizations.&lt;br /&gt;
*vmstat command indicates more information than the free command to indicate whether more physical memory is required.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Security===&lt;br /&gt;
&#039;&#039;&#039;Locking enviorment&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Local Computer&lt;br /&gt;
In GUI environment always lock screen when away from system&lt;br /&gt;
In CMD enviorment, not as easy as exiting will end process, instead of exiting use nohup command to exit shell without terminating processes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Root time minimization&#039;&#039;&#039;&lt;br /&gt;
The root user should only be used in conditions where it is specically called for, this is done to limit the exposure to potential threats both internally and externally.&lt;br /&gt;
Use the su command to elevate your permissions when needed&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Root time minimization&#039;&#039;&#039;&lt;br /&gt;
If only a single command is going to be run as root you can use the –c variable to modify to return to user after command is executed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Network Protection&#039;&#039;&#039;&lt;br /&gt;
The biggest part of protecting your system from network intrusion is to terminated unneeded services. Using a program like nmap will display what ports are currently open and available. &lt;br /&gt;
These are stored in etc/services, ensure they are disabled in the runlevel when not needed. &lt;br /&gt;
For Internet Super Daemon, need to add the disable = yes to the appropriate service. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Network Intrusion&#039;&#039;&#039;&lt;br /&gt;
Prevention of the login using common users should have the shell listed in the /etc/passwd tied to /sbin/nologin. &lt;br /&gt;
This will prevent attackers from logging into the system using these shells. It will display your preprogrammed message /etc/nologin.txt, if none exists a standard one will be displayed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Don’t be a fool wrap your tool!&#039;&#039;&#039;&lt;br /&gt;
TCP wrappers should be used as a tool to secure services started by the Internet Super Daemon. &lt;br /&gt;
To use the wrapper modify /etc/zinetd.d and start the network daemon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Host Allow vs. Deny&#039;&#039;&#039;&lt;br /&gt;
When using the wrapper it will check against your Allow and Deny lists to ensure host connection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FIREWALL!!&#039;&#039;&#039;&lt;br /&gt;
Arguably the most important part of a network environment is your firewall, be it operated in a hardware device or software. &lt;br /&gt;
This is done using the netfiler/iptables&lt;br /&gt;
Rules… rules… rules… &lt;br /&gt;
INPUT: Coming into system&lt;br /&gt;
FORWARD: Pass through system&lt;br /&gt;
OUTPUT: Leaving from system with origination&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Firewall setup&#039;&#039;&#039;&lt;br /&gt;
Using the iptables command each of the arguments can be entered to determine network traffic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SELinux&#039;&#039;&#039;&lt;br /&gt;
Security Enhanced Linux, in newer versions in configured by default. &lt;br /&gt;
Patches and utilities created by the NSA that is role based security. &lt;br /&gt;
To enable SELinux edit /etc/selinux/config&lt;br /&gt;
SELINUX = enforcing&lt;br /&gt;
SELINUX = permissive&lt;br /&gt;
SELINUX = disabled&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Encryption&#039;&#039;&#039;&lt;br /&gt;
Two most common on linux are SSH and GPG (GNU Privacy Guard)&lt;br /&gt;
RSA to encrypt data&lt;br /&gt;
DSA to sign data&lt;br /&gt;
Keys are stored in;&lt;br /&gt;
ssh_host_dsa_key(.pub)&lt;br /&gt;
ssh_host_rsa_key(.pub)&lt;br /&gt;
(.pub) on end is the public key&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intrusion Detection&#039;&#039;&#039;&#039;&lt;br /&gt;
When running services regularly check log files in /var/log for associated services&lt;br /&gt;
PAM (pluggable Authentication Modules), logs information into /var/log/secure for errors and alerts&lt;br /&gt;
Open files can be vied using lsof (list of open files)&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5703</id>
		<title>Chapter 14 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5703"/>
		<updated>2012-04-25T03:41:18Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;TROUBLESHOOTING, PERFORMANCE, SECURITY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Troubleshooting Methodology&#039;&#039;&#039;&lt;br /&gt;
*Proactive Maintenance&lt;br /&gt;
Taking the necessary steps to minimize future problems&lt;br /&gt;
Includes performing system back-ups and identifying potential problem areas.&lt;br /&gt;
*Reactive Maintenance&lt;br /&gt;
Correcting problems when they arise&lt;br /&gt;
Always document the solution to help quickly resolve future problems&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Troubleshooting Procedures&#039;&#039;&#039;&lt;br /&gt;
*Gather as much information as possible&lt;br /&gt;
System log files&lt;br /&gt;
Run information utilities such as ps or mount&lt;br /&gt;
“tail –f /path/to/logfile” opens a log file for continuous viewing&lt;br /&gt;
*Isolate the problem&lt;br /&gt;
Determine if the problem is persistent, intermittent, and how many users are effected&lt;br /&gt;
*List possible causes and solutions&lt;br /&gt;
google is your best friend&lt;br /&gt;
*Implement and test solution&lt;br /&gt;
*Document your solution and process&lt;br /&gt;
&lt;br /&gt;
*Prioritize problems&lt;br /&gt;
Solve most severe problems first&lt;br /&gt;
Spending too much time on small problems can result in reduced productivity&lt;br /&gt;
*Try to solve the root of the problem&lt;br /&gt;
A short term solution might fail in the long term because of an underlying problem&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Related Problems&#039;&#039;&#039;&lt;br /&gt;
*Can come from damaged hardware or improper hardware or software configuration&lt;br /&gt;
*Using the dmesg command or viewing the /var/log/boot.log and var/log/messages files can isolate most hardware problems&lt;br /&gt;
*The absence of or improper drivers prevents the OS from using the associated hardware&lt;br /&gt;
Use lsusb to view only usb devices&lt;br /&gt;
Use lspci to view only PCI devices&lt;br /&gt;
*Lsmod command lists the drivers loaded into the kernel&lt;br /&gt;
By comparing the output of dmesg, lsusb, and lspci with the lsmod output, you can determine if a driver is missing&lt;br /&gt;
*Hard drives are the most common hardware component to fail&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software Related Problems&#039;&#039;&#039;&lt;br /&gt;
*Can be application or OS related&lt;br /&gt;
*Application Related Problems&lt;br /&gt;
Can fail during execution due to missing program libraries and files, process restrictions, or conflicting applications&lt;br /&gt;
Identify missing files in a package by using the –V option with the rpm command&lt;br /&gt;
Use the ldd command to identify which shared libraries are required by certain programs&lt;br /&gt;
It is good practice to run the ldconfig command to ensure the shared library directories are updated&lt;br /&gt;
The ulimit command can be used to increase the number of processes the user can start in a shell&lt;br /&gt;
&lt;br /&gt;
*Operating System Related Problems&lt;br /&gt;
Typically include problems with X windows, boot loaders, and filesystems&lt;br /&gt;
Use xwininfo or xdpyinfo commands to attemp to isolate problems with X windows&lt;br /&gt;
Placing the word “linear” and removing “compact” from the /etc/lilo.conf file often fixes LILO boot loader problems&lt;br /&gt;
The GRUB boot loader errors are typically the result of a missing file in the /boot directory&lt;br /&gt;
File systems can become corrupted due to high use accessing the hard drive&lt;br /&gt;
Corrupted filesystems can be identified by very slow write requests, errors printed to the console, or failure to mount&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Interface Related Problems&#039;&#039;&#039;&lt;br /&gt;
*Users need to understand how to use their desktop environment, but often will not&lt;br /&gt;
*Assistive technologies are tools you can use to modify your desktop experience&lt;br /&gt;
Accessed by opening the system menu and navigate to preferences, assistive technologies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Linux Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Monitor system performance using command-line included in the sysstat package.&lt;br /&gt;
To make it easier to identify performance problems, a network administrator should run performance utilities on healthy Linux systems to develop a baseline.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance Problems:&#039;&#039;&#039;&lt;br /&gt;
*Software&lt;br /&gt;
*Hardware&lt;br /&gt;
*Combination of the two&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software  Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software that requires too many system resources may use CPU, memory, and peripheral devices creating poor performance.&lt;br /&gt;
Too many processes running or rouge processes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Improperly configured hardware (May still Work)&lt;br /&gt;
Old ( Most companies retire computer equipment after two to five years of use)&lt;br /&gt;
Jabbering: Sending large amounts of information to the CPU when not in use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resolutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software problems can sometimes be resolved by changing hardware.&lt;br /&gt;
Move or Remove the software&lt;br /&gt;
Upgrading or adding another CPU&lt;br /&gt;
Use bus mastering peripheral components (Devices that can perform processes normally performed by the CPU)&lt;br /&gt;
Adding RAM to increase system speed&lt;br /&gt;
Replace slower disk drives with faster ones&lt;br /&gt;
Use disk striping RAID&lt;br /&gt;
Keep CD and DVD drives on a separate hard disk controller&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Monitoring Performance with sysstat Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using information from the /proc directory and system devices, the System Statistics (sysstat) package contains utilities that monitor the system.&lt;br /&gt;
To install the latest version of sysstat on a Linux system, use the following method:&lt;br /&gt;
1.  yum install sysstat &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Three of the System Statistics (sysstat) package performance monitoring utilities include:&#039;&#039;&#039;&lt;br /&gt;
*mpstat (multiple processor statistics) command&lt;br /&gt;
*iostat (input/output statistics)&lt;br /&gt;
*sar (system activity reported) command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mpstat (multiple processor statistics)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Used to monitor CPU performance for all processors on the system since the system was started or rebooted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;To monitor a single cpu use the –P option followed by the processor number.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Example: mpstat –P 0 would display the first processor on the system.&lt;br /&gt;
Limited in abilities&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examining the Output of the mpstat command&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*%user= % of time the processor spent executing user programs and daemons&lt;br /&gt;
*%nice= % of time the processor spent executing programs and daemons that had nondefault nice values  &lt;br /&gt;
*%sys= % of time the processor spent maintaining itself&lt;br /&gt;
*%iowait= % of time the CPU was idle when an outstanding disk I/O request existed.&lt;br /&gt;
*%irq= % of time the CPU is using to respond to normal interrupts that span multiple CPUs. &lt;br /&gt;
*%soft= % of time the CPU is using to respond to normal interrupts that span multiple CPUs&lt;br /&gt;
*%steal= % of time the CPU is waiting to respond to virtual CPU requests &lt;br /&gt;
*%guest= % of time the CPU is executing another virtual CPU&lt;br /&gt;
*%idle= % of time the CPU did not spend executing tasks. Should be greater than 25% over a long period of time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iostat (input/output statistics)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Measusres the flow of information to and from disk devices.&lt;br /&gt;
Displays CPU statistics similar to mpstat&lt;br /&gt;
Limited in abilities&lt;br /&gt;
Adds transfers per second (tps) and block &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sar (system activity reporter)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
sar (system activity reporter)&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Common options with the sar caommand&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*CPU Usage of ALL CPUs (sar -u) Default&lt;br /&gt;
*CPU Usage of Individual CPU or Core (sar -P)&lt;br /&gt;
*Memory Free and Used (sar -r)&lt;br /&gt;
*Display swapping statistics (sar -W)&lt;br /&gt;
*Reports run queue and load average (sar -q)&lt;br /&gt;
*sar -u 1 3 Displays real time CPU usage every 1 second for 3 times.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other Performance Monitoring Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*top utility (discussed in Chapter 9)&lt;br /&gt;
*free command can be used to display the total amounts of physical and swap memory (in Kilobytes) and their utilizations.&lt;br /&gt;
*vmstat command indicates more information than the free command to indicate whether more physical memory is required.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Security&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Locking enviorment&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Local Computer&lt;br /&gt;
In GUI environment always lock screen when away from system&lt;br /&gt;
In CMD enviorment, not as easy as exiting will end process, instead of exiting use nohup command to exit shell without terminating processes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Root time minimization&#039;&#039;&#039;&lt;br /&gt;
The root user should only be used in conditions where it is specically called for, this is done to limit the exposure to potential threats both internally and externally.&lt;br /&gt;
Use the su command to elevate your permissions when needed&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Root time minimization&#039;&#039;&#039;&lt;br /&gt;
If only a single command is going to be run as root you can use the –c variable to modify to return to user after command is executed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Network Protection&#039;&#039;&#039;&lt;br /&gt;
The biggest part of protecting your system from network intrusion is to terminated unneeded services. Using a program like nmap will display what ports are currently open and available. &lt;br /&gt;
These are stored in etc/services, ensure they are disabled in the runlevel when not needed. &lt;br /&gt;
For Internet Super Daemon, need to add the disable = yes to the appropriate service. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Network Intrusion&#039;&#039;&#039;&lt;br /&gt;
Prevention of the login using common users should have the shell listed in the /etc/passwd tied to /sbin/nologin. &lt;br /&gt;
This will prevent attackers from logging into the system using these shells. It will display your preprogrammed message /etc/nologin.txt, if none exists a standard one will be displayed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Don’t be a fool wrap your tool!&#039;&#039;&#039;&lt;br /&gt;
TCP wrappers should be used as a tool to secure services started by the Internet Super Daemon. &lt;br /&gt;
To use the wrapper modify /etc/zinetd.d and start the network daemon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Host Allow vs. Deny&#039;&#039;&#039;&lt;br /&gt;
When using the wrapper it will check against your Allow and Deny lists to ensure host connection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FIREWALL!!&#039;&#039;&#039;&lt;br /&gt;
Arguably the most important part of a network environment is your firewall, be it operated in a hardware device or software. &lt;br /&gt;
This is done using the netfiler/iptables&lt;br /&gt;
Rules… rules… rules… &lt;br /&gt;
INPUT: Coming into system&lt;br /&gt;
FORWARD: Pass through system&lt;br /&gt;
OUTPUT: Leaving from system with origination&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Firewall setup&#039;&#039;&#039;&lt;br /&gt;
Using the iptables command each of the arguments can be entered to determine network traffic. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SELinux&#039;&#039;&#039;&lt;br /&gt;
Security Enhanced Linux, in newer versions in configured by default. &lt;br /&gt;
Patches and utilities created by the NSA that is role based security. &lt;br /&gt;
To enable SELinux edit /etc/selinux/config&lt;br /&gt;
SELINUX = enforcing&lt;br /&gt;
SELINUX = permissive&lt;br /&gt;
SELINUX = disabled&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Encryption&#039;&#039;&#039;&lt;br /&gt;
Two most common on linux are SSH and GPG (GNU Privacy Guard)&lt;br /&gt;
RSA to encrypt data&lt;br /&gt;
DSA to sign data&lt;br /&gt;
Keys are stored in;&lt;br /&gt;
ssh_host_dsa_key(.pub)&lt;br /&gt;
ssh_host_rsa_key(.pub)&lt;br /&gt;
(.pub) on end is the public key&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intrusion Detection&#039;&#039;&#039;&#039;&lt;br /&gt;
When running services regularly check log files in /var/log for associated services&lt;br /&gt;
PAM (pluggable Authentication Modules), logs information into /var/log/secure for errors and alerts&lt;br /&gt;
Open files can be vied using lsof (list of open files)&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5702</id>
		<title>Chapter 14 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5702"/>
		<updated>2012-04-25T03:32:57Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Troubleshooting Methodology&#039;&#039;&#039;&lt;br /&gt;
*Proactive Maintenance&lt;br /&gt;
Taking the necessary steps to minimize future problems&lt;br /&gt;
Includes performing system back-ups and identifying potential problem areas.&lt;br /&gt;
*Reactive Maintenance&lt;br /&gt;
Correcting problems when they arise&lt;br /&gt;
Always document the solution to help quickly resolve future problems&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Troubleshooting Procedures&#039;&#039;&#039;&lt;br /&gt;
*Gather as much information as possible&lt;br /&gt;
System log files&lt;br /&gt;
Run information utilities such as ps or mount&lt;br /&gt;
“tail –f /path/to/logfile” opens a log file for continuous viewing&lt;br /&gt;
*Isolate the problem&lt;br /&gt;
Determine if the problem is persistent, intermittent, and how many users are effected&lt;br /&gt;
*List possible causes and solutions&lt;br /&gt;
google is your best friend&lt;br /&gt;
*Implement and test solution&lt;br /&gt;
*Document your solution and process&lt;br /&gt;
&lt;br /&gt;
*Prioritize problems&lt;br /&gt;
Solve most severe problems first&lt;br /&gt;
Spending too much time on small problems can result in reduced productivity&lt;br /&gt;
*Try to solve the root of the problem&lt;br /&gt;
A short term solution might fail in the long term because of an underlying problem&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Related Problems&#039;&#039;&#039;&lt;br /&gt;
*Can come from damaged hardware or improper hardware or software configuration&lt;br /&gt;
*Using the dmesg command or viewing the /var/log/boot.log and var/log/messages files can isolate most hardware problems&lt;br /&gt;
*The absence of or improper drivers prevents the OS from using the associated hardware&lt;br /&gt;
Use lsusb to view only usb devices&lt;br /&gt;
Use lspci to view only PCI devices&lt;br /&gt;
*Lsmod command lists the drivers loaded into the kernel&lt;br /&gt;
By comparing the output of dmesg, lsusb, and lspci with the lsmod output, you can determine if a driver is missing&lt;br /&gt;
*Hard drives are the most common hardware component to fail&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software Related Problems&#039;&#039;&#039;&lt;br /&gt;
*Can be application or OS related&lt;br /&gt;
*Application Related Problems&lt;br /&gt;
Can fail during execution due to missing program libraries and files, process restrictions, or conflicting applications&lt;br /&gt;
Identify missing files in a package by using the –V option with the rpm command&lt;br /&gt;
Use the ldd command to identify which shared libraries are required by certain programs&lt;br /&gt;
It is good practice to run the ldconfig command to ensure the shared library directories are updated&lt;br /&gt;
The ulimit command can be used to increase the number of processes the user can start in a shell&lt;br /&gt;
&lt;br /&gt;
*Operating System Related Problems&lt;br /&gt;
Typically include problems with X windows, boot loaders, and filesystems&lt;br /&gt;
Use xwininfo or xdpyinfo commands to attemp to isolate problems with X windows&lt;br /&gt;
Placing the word “linear” and removing “compact” from the /etc/lilo.conf file often fixes LILO boot loader problems&lt;br /&gt;
The GRUB boot loader errors are typically the result of a missing file in the /boot directory&lt;br /&gt;
File systems can become corrupted due to high use accessing the hard drive&lt;br /&gt;
Corrupted filesystems can be identified by very slow write requests, errors printed to the console, or failure to mount&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Interface Related Problems&#039;&#039;&#039;&lt;br /&gt;
*Users need to understand how to use their desktop environment, but often will not&lt;br /&gt;
*Assistive technologies are tools you can use to modify your desktop experience&lt;br /&gt;
Accessed by opening the system menu and navigate to preferences, assistive technologies&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Linux Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Monitor system performance using command-line included in the sysstat package.&lt;br /&gt;
To make it easier to identify performance problems, a network administrator should run performance utilities on healthy Linux systems to develop a baseline.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance Problems:&#039;&#039;&#039;&lt;br /&gt;
*Software&lt;br /&gt;
*Hardware&lt;br /&gt;
*Combination of the two&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software  Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software that requires too many system resources may use CPU, memory, and peripheral devices creating poor performance.&lt;br /&gt;
Too many processes running or rouge processes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Improperly configured hardware (May still Work)&lt;br /&gt;
Old ( Most companies retire computer equipment after two to five years of use)&lt;br /&gt;
Jabbering: Sending large amounts of information to the CPU when not in use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resolutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software problems can sometimes be resolved by changing hardware.&lt;br /&gt;
Move or Remove the software&lt;br /&gt;
Upgrading or adding another CPU&lt;br /&gt;
Use bus mastering peripheral components (Devices that can perform processes normally performed by the CPU)&lt;br /&gt;
Adding RAM to increase system speed&lt;br /&gt;
Replace slower disk drives with faster ones&lt;br /&gt;
Use disk striping RAID&lt;br /&gt;
Keep CD and DVD drives on a separate hard disk controller&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Monitoring Performance with sysstat Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using information from the /proc directory and system devices, the System Statistics (sysstat) package contains utilities that monitor the system.&lt;br /&gt;
To install the latest version of sysstat on a Linux system, use the following method:&lt;br /&gt;
1.  yum install sysstat &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Three of the System Statistics (sysstat) package performance monitoring utilities include:&#039;&#039;&#039;&lt;br /&gt;
*mpstat (multiple processor statistics) command&lt;br /&gt;
*iostat (input/output statistics)&lt;br /&gt;
*sar (system activity reported) command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mpstat (multiple processor statistics)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Used to monitor CPU performance for all processors on the system since the system was started or rebooted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;To monitor a single cpu use the –P option followed by the processor number.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Example: mpstat –P 0 would display the first processor on the system.&lt;br /&gt;
Limited in abilities&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examining the Output of the mpstat command&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*%user= % of time the processor spent executing user programs and daemons&lt;br /&gt;
*%nice= % of time the processor spent executing programs and daemons that had nondefault nice values  &lt;br /&gt;
*%sys= % of time the processor spent maintaining itself&lt;br /&gt;
*%iowait= % of time the CPU was idle when an outstanding disk I/O request existed.&lt;br /&gt;
*%irq= % of time the CPU is using to respond to normal interrupts that span multiple CPUs. &lt;br /&gt;
*%soft= % of time the CPU is using to respond to normal interrupts that span multiple CPUs&lt;br /&gt;
*%steal= % of time the CPU is waiting to respond to virtual CPU requests &lt;br /&gt;
*%guest= % of time the CPU is executing another virtual CPU&lt;br /&gt;
*%idle= % of time the CPU did not spend executing tasks. Should be greater than 25% over a long period of time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iostat (input/output statistics)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Measusres the flow of information to and from disk devices.&lt;br /&gt;
Displays CPU statistics similar to mpstat&lt;br /&gt;
Limited in abilities&lt;br /&gt;
Adds transfers per second (tps) and block &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sar (system activity reporter)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
sar (system activity reporter)&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Common options with the sar caommand&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*CPU Usage of ALL CPUs (sar -u) Default&lt;br /&gt;
*CPU Usage of Individual CPU or Core (sar -P)&lt;br /&gt;
*Memory Free and Used (sar -r)&lt;br /&gt;
*Display swapping statistics (sar -W)&lt;br /&gt;
*Reports run queue and load average (sar -q)&lt;br /&gt;
*sar -u 1 3 Displays real time CPU usage every 1 second for 3 times.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other Performance Monitoring Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*top utility (discussed in Chapter 9)&lt;br /&gt;
*free command can be used to display the total amounts of physical and swap memory (in Kilobytes) and their utilizations.&lt;br /&gt;
*vmstat command indicates more information than the free command to indicate whether more physical memory is required.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5487</id>
		<title>Chapter 14 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5487"/>
		<updated>2012-04-11T02:07:49Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Linux Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Monitor system performance using command-line included in the sysstat package.&lt;br /&gt;
To make it easier to identify performance problems, a network administrator should run performance utilities on healthy Linux systems to develop a baseline.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance Problems:&#039;&#039;&#039;&lt;br /&gt;
*Software&lt;br /&gt;
*Hardware&lt;br /&gt;
*Combination of the two&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software  Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software that requires too many system resources may use CPU, memory, and peripheral devices creating poor performance.&lt;br /&gt;
Too many processes running or rouge processes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Improperly configured hardware (May still Work)&lt;br /&gt;
Old ( Most companies retire computer equipment after two to five years of use)&lt;br /&gt;
Jabbering: Sending large amounts of information to the CPU when not in use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resolutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software problems can sometimes be resolved by changing hardware.&lt;br /&gt;
Move or Remove the software&lt;br /&gt;
Upgrading or adding another CPU&lt;br /&gt;
Use bus mastering peripheral components (Devices that can perform processes normally performed by the CPU)&lt;br /&gt;
Adding RAM to increase system speed&lt;br /&gt;
Replace slower disk drives with faster ones&lt;br /&gt;
Use disk striping RAID&lt;br /&gt;
Keep CD and DVD drives on a separate hard disk controller&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Monitoring Performance with sysstat Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using information from the /proc directory and system devices, the System Statistics (sysstat) package contains utilities that monitor the system.&lt;br /&gt;
To install the latest version of sysstat on a Linux system, use the following method:&lt;br /&gt;
1.  yum install sysstat &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Three of the System Statistics (sysstat) package performance monitoring utilities include:&#039;&#039;&#039;&lt;br /&gt;
*mpstat (multiple processor statistics) command&lt;br /&gt;
*iostat (input/output statistics)&lt;br /&gt;
*sar (system activity reported) command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mpstat (multiple processor statistics)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Used to monitor CPU performance for all processors on the system since the system was started or rebooted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;To monitor a single cpu use the –P option followed by the processor number.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Example: mpstat –P 0 would display the first processor on the system.&lt;br /&gt;
Limited in abilities&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examining the Output of the mpstat command&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*%user= % of time the processor spent executing user programs and daemons&lt;br /&gt;
*%nice= % of time the processor spent executing programs and daemons that had nondefault nice values  &lt;br /&gt;
*%sys= % of time the processor spent maintaining itself&lt;br /&gt;
*%iowait= % of time the CPU was idle when an outstanding disk I/O request existed.&lt;br /&gt;
*%irq= % of time the CPU is using to respond to normal interrupts that span multiple CPUs. &lt;br /&gt;
*%soft= % of time the CPU is using to respond to normal interrupts that span multiple CPUs&lt;br /&gt;
*%steal= % of time the CPU is waiting to respond to virtual CPU requests &lt;br /&gt;
*%guest= % of time the CPU is executing another virtual CPU&lt;br /&gt;
*%idle= % of time the CPU did not spend executing tasks. Should be greater than 25% over a long period of time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iostat (input/output statistics)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Measusres the flow of information to and from disk devices.&lt;br /&gt;
Displays CPU statistics similar to mpstat&lt;br /&gt;
Limited in abilities&lt;br /&gt;
Adds transfers per second (tps) and block &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sar (system activity reporter)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
sar (system activity reporter)&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Common options with the sar caommand&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*CPU Usage of ALL CPUs (sar -u) Default&lt;br /&gt;
*CPU Usage of Individual CPU or Core (sar -P)&lt;br /&gt;
*Memory Free and Used (sar -r)&lt;br /&gt;
*Display swapping statistics (sar -W)&lt;br /&gt;
*Reports run queue and load average (sar -q)&lt;br /&gt;
*sar -u 1 3 Displays real time CPU usage every 1 second for 3 times.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other Performance Monitoring Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*top utility (discussed in Chapter 9)&lt;br /&gt;
*free command can be used to display the total amounts of physical and swap memory (in Kilobytes) and their utilizations.&lt;br /&gt;
*vmstat command indicates more information than the free command to indicate whether more physical memory is required.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Picture1.jpg&amp;diff=5486</id>
		<title>File:Picture1.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Picture1.jpg&amp;diff=5486"/>
		<updated>2012-04-11T02:02:22Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5485</id>
		<title>Chapter 14 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5485"/>
		<updated>2012-04-11T01:54:20Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Linux Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Monitor system performance using command-line included in the sysstat package.&lt;br /&gt;
To make it easier to identify performance problems, a network administrator should run performance utilities on healthy Linux systems to develop a baseline.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance Problems:&#039;&#039;&#039;&lt;br /&gt;
*Software&lt;br /&gt;
*Hardware&lt;br /&gt;
*Combination of the two&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software  Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software that requires too many system resources may use CPU, memory, and peripheral devices creating poor performance.&lt;br /&gt;
Too many processes running or rouge processes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Improperly configured hardware (May still Work)&lt;br /&gt;
Old ( Most companies retire computer equipment after two to five years of use)&lt;br /&gt;
Jabbering: Sending large amounts of information to the CPU when not in use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resolutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software problems can sometimes be resolved by changing hardware.&lt;br /&gt;
Move or Remove the software&lt;br /&gt;
Upgrading or adding another CPU&lt;br /&gt;
Use bus mastering peripheral components (Devices that can perform processes normally performed by the CPU)&lt;br /&gt;
Adding RAM to increase system speed&lt;br /&gt;
Replace slower disk drives with faster ones&lt;br /&gt;
Use disk striping RAID&lt;br /&gt;
Keep CD and DVD drives on a separate hard disk controller&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Monitoring Performance with sysstat Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using information from the /proc directory and system devices, the System Statistics (sysstat) package contains utilities that monitor the system.&lt;br /&gt;
To install the latest version of sysstat on a Linux system, use the following method:&lt;br /&gt;
1.  yum install sysstat &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Three of the System Statistics (sysstat) package performance monitoring utilities include:&#039;&#039;&#039;&lt;br /&gt;
*mpstat (multiple processor statistics) command&lt;br /&gt;
*iostat (input/output statistics)&lt;br /&gt;
*sar (system activity reported) command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mpstat (multiple processor statistics)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Used to monitor CPU performance for all processors on the system since the system was started or rebooted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;To monitor a single cpu use the –P option followed by the processor number.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Example: mpstat –P 0 would display the first processor on the system.&lt;br /&gt;
Limited in abilities&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examining the Output of the mpstat command&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*%user= % of time the processor spent executing user programs and daemons&lt;br /&gt;
*%nice= % of time the processor spent executing programs and daemons that had nondefault nice values  &lt;br /&gt;
*%sys= % of time the processor spent maintaining itself&lt;br /&gt;
*%iowait= % of time the CPU was idle when an outstanding disk I/O request existed.&lt;br /&gt;
*%irq= % of time the CPU is using to respond to normal interrupts that span multiple CPUs. &lt;br /&gt;
*%soft= % of time the CPU is using to respond to normal interrupts that span multiple CPUs&lt;br /&gt;
*%steal= % of time the CPU is waiting to respond to virtual CPU requests &lt;br /&gt;
*%guest= % of time the CPU is executing another virtual CPU&lt;br /&gt;
*%idle= % of time the CPU did not spend executing tasks. Should be greater than 25% over a long period of time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iostat (input/output statistics)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Measusres the flow of information to and from disk devices.&lt;br /&gt;
Displays CPU statistics similar to mpstat&lt;br /&gt;
Limited in abilities&lt;br /&gt;
Adds transfers per second (tps) and block &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sar (system activity reporter)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
sar (system activity reporter)&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Common options with the sar caommand&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CPU Usage of ALL CPUs (sar -u) Default&lt;br /&gt;
CPU Usage of Individual CPU or Core (sar -P)&lt;br /&gt;
Memory Free and Used (sar -r)&lt;br /&gt;
Display swapping statistics (sar -W)&lt;br /&gt;
Reports run queue and load average (sar -q)&lt;br /&gt;
sar -u 1 3 Displays real time CPU usage every 1 second for 3 times.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other Performance Monitoring Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*top utility (discussed in Chapter 9)&lt;br /&gt;
*free command can be used to display the total amounts of physical and swap memory (in Kilobytes) and their utilizations.&lt;br /&gt;
*vmstat command indicates more information than the free command to indicate whether more physical memory is required.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5484</id>
		<title>Chapter 14 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5484"/>
		<updated>2012-04-11T01:51:14Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Linux Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Monitor system performance using command-line included in the sysstat package.&lt;br /&gt;
To make it easier to identify performance problems, a network administrator should run performance utilities on healthy Linux systems to develop a baseline.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance Problems:&#039;&#039;&#039;&lt;br /&gt;
*Software&lt;br /&gt;
*Hardware&lt;br /&gt;
*Combination of the two&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software  Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software that requires too many system resources may use CPU, memory, and peripheral devices creating poor performance.&lt;br /&gt;
Too many processes running or rouge processes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Improperly configured hardware (May still Work)&lt;br /&gt;
Old ( Most companies retire computer equipment after two to five years of use)&lt;br /&gt;
Jabbering: Sending large amounts of information to the CPU when not in use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resolutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software problems can sometimes be resolved by changing hardware.&lt;br /&gt;
Move or Remove the software&lt;br /&gt;
Upgrading or adding another CPU&lt;br /&gt;
Use bus mastering peripheral components (Devices that can perform processes normally performed by the CPU)&lt;br /&gt;
Adding RAM to increase system speed&lt;br /&gt;
Replace slower disk drives with faster ones&lt;br /&gt;
Use disk striping RAID&lt;br /&gt;
Keep CD and DVD drives on a separate hard disk controller&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Monitoring Performance with sysstat Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using information from the /proc directory and system devices, the System Statistics (sysstat) package contains utilities that monitor the system.&lt;br /&gt;
To install the latest version of sysstat on a Linux system, use the following method:&lt;br /&gt;
1.  yum install sysstat &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Three of the System Statistics (sysstat) package performance monitoring utilities include:&#039;&#039;&#039;&lt;br /&gt;
*mpstat (multiple processor statistics) command&lt;br /&gt;
*iostat (input/output statistics)&lt;br /&gt;
*sar (system activity reported) command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mpstat (multiple processor statistics)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Used to monitor CPU performance for all processors on the system since the system was started or rebooted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;To monitor a single cpu use the –P option followed by the processor number.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Example: mpstat –P 0 would display the first processor on the system.&lt;br /&gt;
Limited in abilities&lt;br /&gt;
&lt;br /&gt;
[[File:Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examining the Output of the mpstat command&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*%user= % of time the processor spent executing user programs and daemons&lt;br /&gt;
*%nice= % of time the processor spent executing programs and daemons that had nondefault nice values  &lt;br /&gt;
*%sys= % of time the processor spent maintaining itself&lt;br /&gt;
*%iowait= % of time the CPU was idle when an outstanding disk I/O request existed.&lt;br /&gt;
*%irq= % of time the CPU is using to respond to normal interrupts that span multiple CPUs. &lt;br /&gt;
*%soft= % of time the CPU is using to respond to normal interrupts that span multiple CPUs&lt;br /&gt;
*%steal= % of time the CPU is waiting to respond to virtual CPU requests &lt;br /&gt;
*%guest= % of time the CPU is executing another virtual CPU&lt;br /&gt;
*%idle= % of time the CPU did not spend executing tasks. Should be greater than 25% over a long period of time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iostat (input/output statistics)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Measusres the flow of information to and from disk devices.&lt;br /&gt;
Displays CPU statistics similar to mpstat&lt;br /&gt;
Limited in abilities&lt;br /&gt;
Adds transfers per second (tps) and block &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sar (system activity reporter)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
sar (system activity reporter)&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Common options with the sar caommand&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CPU Usage of ALL CPUs (sar -u) Default&lt;br /&gt;
CPU Usage of Individual CPU or Core (sar -P)&lt;br /&gt;
Memory Free and Used (sar -r)&lt;br /&gt;
Display swapping statistics (sar -W)&lt;br /&gt;
Reports run queue and load average (sar -q)&lt;br /&gt;
sar -u 1 3 Displays real time CPU usage every 1 second for 3 times.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other Performance Monitoring Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*top utility (discussed in Chapter 9)&lt;br /&gt;
*free command can be used to display the total amounts of physical and swap memory (in Kilobytes) and their utilizations.&lt;br /&gt;
*vmstat command indicates more information than the free command to indicate whether more physical memory is required.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5483</id>
		<title>Chapter 14 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5483"/>
		<updated>2012-04-11T01:49:02Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Linux Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Monitor system performance using command-line included in the sysstat package.&lt;br /&gt;
To make it easier to identify performance problems, a network administrator should run performance utilities on healthy Linux systems to develop a baseline.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance Problems:&#039;&#039;&#039;&lt;br /&gt;
*Software&lt;br /&gt;
*Hardware&lt;br /&gt;
*Combination of the two&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software  Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software that requires too many system resources may use CPU, memory, and peripheral devices creating poor performance.&lt;br /&gt;
Too many processes running or rouge processes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Improperly configured hardware (May still Work)&lt;br /&gt;
Old ( Most companies retire computer equipment after two to five years of use)&lt;br /&gt;
Jabbering: Sending large amounts of information to the CPU when not in use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resolutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software problems can sometimes be resolved by changing hardware.&lt;br /&gt;
Move or Remove the software&lt;br /&gt;
Upgrading or adding another CPU&lt;br /&gt;
Use bus mastering peripheral components (Devices that can perform processes normally performed by the CPU)&lt;br /&gt;
Adding RAM to increase system speed&lt;br /&gt;
Replace slower disk drives with faster ones&lt;br /&gt;
Use disk striping RAID&lt;br /&gt;
Keep CD and DVD drives on a separate hard disk controller&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Monitoring Performance with sysstat Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using information from the /proc directory and system devices, the System Statistics (sysstat) package contains utilities that monitor the system.&lt;br /&gt;
To install the latest version of sysstat on a Linux system, use the following method:&lt;br /&gt;
1.  yum install sysstat &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Three of the System Statistics (sysstat) package performance monitoring utilities include:&#039;&#039;&#039;&lt;br /&gt;
*mpstat (multiple processor statistics) command&lt;br /&gt;
*iostat (input/output statistics)&lt;br /&gt;
*sar (system activity reported) command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mpstat (multiple processor statistics)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Used to monitor CPU performance for all processors on the system since the system was started or rebooted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;To monitor a single cpu use the –P option followed by the processor number.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Example: mpstat –P 0 would display the first processor on the system.&lt;br /&gt;
Limited in abilities&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examining the Output of the mpstat command&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*%user= % of time the processor spent executing user programs and daemons&lt;br /&gt;
*%nice= % of time the processor spent executing programs and daemons that had nondefault nice values  &lt;br /&gt;
*%sys= % of time the processor spent maintaining itself&lt;br /&gt;
*%iowait= % of time the CPU was idle when an outstanding disk I/O request existed.&lt;br /&gt;
*%irq= % of time the CPU is using to respond to normal interrupts that span multiple CPUs. &lt;br /&gt;
*%soft= % of time the CPU is using to respond to normal interrupts that span multiple CPUs&lt;br /&gt;
*%steal= % of time the CPU is waiting to respond to virtual CPU requests &lt;br /&gt;
*%guest= % of time the CPU is executing another virtual CPU&lt;br /&gt;
*%idle= % of time the CPU did not spend executing tasks. Should be greater than 25% over a long period of time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iostat (input/output statistics)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Measusres the flow of information to and from disk devices.&lt;br /&gt;
Displays CPU statistics similar to mpstat&lt;br /&gt;
Limited in abilities&lt;br /&gt;
Adds transfers per second (tps) and block &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sar (system activity reporter)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
sar (system activity reporter)&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Common options with the sar caommand&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CPU Usage of ALL CPUs (sar -u) Default&lt;br /&gt;
CPU Usage of Individual CPU or Core (sar -P)&lt;br /&gt;
Memory Free and Used (sar -r)&lt;br /&gt;
Display swapping statistics (sar -W)&lt;br /&gt;
Reports run queue and load average (sar -q)&lt;br /&gt;
sar -u 1 3 Displays real time CPU usage every 1 second for 3 times.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other Performance Monitoring Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*top utility (discussed in Chapter 9)&lt;br /&gt;
*free command can be used to display the total amounts of physical and swap memory (in Kilobytes) and their utilizations.&lt;br /&gt;
*vmstat command indicates more information than the free command to indicate whether more physical memory is required.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5482</id>
		<title>Chapter 14 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5482"/>
		<updated>2012-04-11T01:47:33Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Linux Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Monitor system performance using command-line included in the sysstat package.&lt;br /&gt;
To make it easier to identify performance problems, a network administrator should run performance utilities on healthy Linux systems to develop a baseline.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance Problems:&#039;&#039;&#039;&lt;br /&gt;
*Software&lt;br /&gt;
*Hardware&lt;br /&gt;
*Combination of the two&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software  Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software that requires too many system resources may use CPU, memory, and peripheral devices creating poor performance.&lt;br /&gt;
Too many processes running or rouge processes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Improperly configured hardware (May still Work)&lt;br /&gt;
Old ( Most companies retire computer equipment after two to five years of use)&lt;br /&gt;
Jabbering: Sending large amounts of information to the CPU when not in use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resolutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software problems can sometimes be resolved by changing hardware.&lt;br /&gt;
Move or Remove the software&lt;br /&gt;
Upgrading or adding another CPU&lt;br /&gt;
Use bus mastering peripheral components (Devices that can perform processes normally performed by the CPU)&lt;br /&gt;
Adding RAM to increase system speed&lt;br /&gt;
Replace slower disk drives with faster ones&lt;br /&gt;
Use disk striping RAID&lt;br /&gt;
Keep CD and DVD drives on a separate hard disk controller&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Monitoring Performance with sysstat Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using information from the /proc directory and system devices, the System Statistics (sysstat) package contains utilities that monitor the system.&lt;br /&gt;
To install the latest version of sysstat on a Linux system, use the following method:&lt;br /&gt;
1.  yum install sysstat &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Three of the System Statistics (sysstat) package performance monitoring utilities include:&#039;&#039;&#039;&lt;br /&gt;
*mpstat (multiple processor statistics) command&lt;br /&gt;
*iostat (input/output statistics)&lt;br /&gt;
*sar (system activity reported) command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mpstat (multiple processor statistics)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Used to monitor CPU performance for all processors on the system since the system was started or rebooted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;To monitor a single cpu use the –P option followed by the processor number.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Example: mpstat –P 0 would display the first processor on the system.&lt;br /&gt;
Limited in abilities&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examining the Output of the mpstat command&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
%user= % of time the processor spent executing user programs and daemons&lt;br /&gt;
%nice= % of time the processor spent executing programs and daemons that had nondefault nice values  &lt;br /&gt;
%sys= % of time the processor spent maintaining itself&lt;br /&gt;
%iowait= % of time the CPU was idle when an outstanding disk I/O request existed.&lt;br /&gt;
%irq= % of time the CPU is using to respond to normal interrupts that span multiple CPUs. &lt;br /&gt;
%soft= % of time the CPU is using to respond to normal interrupts that span multiple CPUs&lt;br /&gt;
%steal= % of time the CPU is waiting to respond to virtual CPU requests &lt;br /&gt;
%guest= % of time the CPU is executing another virtual CPU&lt;br /&gt;
%idle= % of time the CPU did not spend executing tasks. Should be greater than 25% over a long period of time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iostat (input/output statistics)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Measusres the flow of information to and from disk devices.&lt;br /&gt;
Displays CPU statistics similar to mpstat&lt;br /&gt;
Limited in abilities&lt;br /&gt;
Adds transfers per second (tps) and block &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sar (system activity reporter)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
sar (system activity reporter)&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Common options with the sar caommand&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CPU Usage of ALL CPUs (sar -u) Default&lt;br /&gt;
CPU Usage of Individual CPU or Core (sar -P)&lt;br /&gt;
Memory Free and Used (sar -r)&lt;br /&gt;
Display swapping statistics (sar -W)&lt;br /&gt;
Reports run queue and load average (sar -q)&lt;br /&gt;
sar -u 1 3 Displays real time CPU usage every 1 second for 3 times.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other Performance Monitoring Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*top utility (discussed in Chapter 9)&lt;br /&gt;
*free command can be used to display the total amounts of physical and swap memory (in Kilobytes) and their utilizations.&lt;br /&gt;
*vmstat command indicates more information than the free command to indicate whether more physical memory is required.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5481</id>
		<title>Chapter 14 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5481"/>
		<updated>2012-04-11T01:46:31Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Linux Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Monitor system performance using command-line included in the sysstat package.&lt;br /&gt;
To make it easier to identify performance problems, a network administrator should run performance utilities on healthy Linux systems to develop a baseline.&lt;br /&gt;
Performance Problems:&lt;br /&gt;
Software&lt;br /&gt;
Hardware&lt;br /&gt;
Combination of the two&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software  Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software that requires too many system resources may use CPU, memory, and peripheral devices creating poor performance.&lt;br /&gt;
Too many processes running or rouge processes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Improperly configured hardware (May still Work)&lt;br /&gt;
Old ( Most companies retire computer equipment after two to five years of use)&lt;br /&gt;
Jabbering: Sending large amounts of information to the CPU when not in use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resolutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software problems can sometimes be resolved by changing hardware.&lt;br /&gt;
Move or Remove the software&lt;br /&gt;
Upgrading or adding another CPU&lt;br /&gt;
Use bus mastering peripheral components (Devices that can perform processes normally performed by the CPU)&lt;br /&gt;
Adding RAM to increase system speed&lt;br /&gt;
Replace slower disk drives with faster ones&lt;br /&gt;
Use disk striping RAID&lt;br /&gt;
Keep CD and DVD drives on a separate hard disk controller&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Monitoring Performance with sysstat Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using information from the /proc directory and system devices, the System Statistics (sysstat) package contains utilities that monitor the system.&lt;br /&gt;
To install the latest version of sysstat on a Linux system, use the following method:&lt;br /&gt;
1.  yum install sysstat &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Three of the System Statistics (sysstat) package performance monitoring utilities include:&#039;&#039;&#039;&lt;br /&gt;
*mpstat (multiple processor statistics) command&lt;br /&gt;
*iostat (input/output statistics)&lt;br /&gt;
*sar (system activity reported) command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mpstat (multiple processor statistics)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Used to monitor CPU performance for all processors on the system since the system was started or rebooted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;To monitor a single cpu use the –P option followed by the processor number.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Example: mpstat –P 0 would display the first processor on the system.&lt;br /&gt;
Limited in abilities&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examining the Output of the mpstat command&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
%user= % of time the processor spent executing user programs and daemons&lt;br /&gt;
%nice= % of time the processor spent executing programs and daemons that had nondefault nice values  &lt;br /&gt;
%sys= % of time the processor spent maintaining itself&lt;br /&gt;
%iowait= % of time the CPU was idle when an outstanding disk I/O request existed.&lt;br /&gt;
%irq= % of time the CPU is using to respond to normal interrupts that span multiple CPUs. &lt;br /&gt;
%soft= % of time the CPU is using to respond to normal interrupts that span multiple CPUs&lt;br /&gt;
%steal= % of time the CPU is waiting to respond to virtual CPU requests &lt;br /&gt;
%guest= % of time the CPU is executing another virtual CPU&lt;br /&gt;
%idle= % of time the CPU did not spend executing tasks. Should be greater than 25% over a long period of time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iostat (input/output statistics)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Measusres the flow of information to and from disk devices.&lt;br /&gt;
Displays CPU statistics similar to mpstat&lt;br /&gt;
Limited in abilities&lt;br /&gt;
Adds transfers per second (tps) and block &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sar (system activity reporter)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
sar (system activity reporter)&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Common options with the sar caommand&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CPU Usage of ALL CPUs (sar -u) Default&lt;br /&gt;
CPU Usage of Individual CPU or Core (sar -P)&lt;br /&gt;
Memory Free and Used (sar -r)&lt;br /&gt;
Display swapping statistics (sar -W)&lt;br /&gt;
Reports run queue and load average (sar -q)&lt;br /&gt;
sar -u 1 3 Displays real time CPU usage every 1 second for 3 times.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other Performance Monitoring Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*top utility (discussed in Chapter 9)&lt;br /&gt;
*free command can be used to display the total amounts of physical and swap memory (in Kilobytes) and their utilizations.&lt;br /&gt;
*vmstat command indicates more information than the free command to indicate whether more physical memory is required.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5480</id>
		<title>Chapter 14 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5480"/>
		<updated>2012-04-11T01:45:50Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Linux Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Monitor system performance using command-line included in the sysstat package.&lt;br /&gt;
To make it easier to identify performance problems, a network administrator should run performance utilities on healthy Linux systems to develop a baseline.&lt;br /&gt;
Performance Problems:&lt;br /&gt;
Software&lt;br /&gt;
Hardware&lt;br /&gt;
Combination of the two&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software  Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software that requires too many system resources may use CPU, memory, and peripheral devices creating poor performance.&lt;br /&gt;
Too many processes running or rouge processes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Problems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Improperly configured hardware (May still Work)&lt;br /&gt;
Old ( Most companies retire computer equipment after two to five years of use)&lt;br /&gt;
Jabbering: Sending large amounts of information to the CPU when not in use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resolutions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Software problems can sometimes be resolved by changing hardware.&lt;br /&gt;
Move or Remove the software&lt;br /&gt;
Upgrading or adding another CPU&lt;br /&gt;
Use bus mastering peripheral components (Devices that can perform processes normally performed by the CPU)&lt;br /&gt;
Adding RAM to increase system speed&lt;br /&gt;
Replace slower disk drives with faster ones&lt;br /&gt;
Use disk striping RAID&lt;br /&gt;
Keep CD and DVD drives on a separate hard disk controller&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Monitoring Performance with sysstat Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Using information from the /proc directory and system devices, the System Statistics (sysstat) package contains utilities that monitor the system.&lt;br /&gt;
To install the latest version of sysstat on a Linux system, use the following method:&lt;br /&gt;
1.  yum install sysstat &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Three of the System Statistics (sysstat) package performance monitoring utilities include:&#039;&#039;&#039;&lt;br /&gt;
*mpstat (multiple processor statistics) command&lt;br /&gt;
*iostat (input/output statistics)&lt;br /&gt;
*sar (system activity reported) command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mpstat (multiple processor statistics)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Used to monitor CPU performance for all processors on the system since the system was started or rebooted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;To monitor a single cpu use the –P option followed by the processor number.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Example: mpstat –P 0 would display the first processor on the system.&lt;br /&gt;
Limited in abilities&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examining the Output of the mpstat command&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
%user= % of time the processor spent executing user programs and daemons&lt;br /&gt;
%nice= % of time the processor spent executing programs and daemons that had nondefault nice values  &lt;br /&gt;
%sys= % of time the processor spent maintaining itself&lt;br /&gt;
%iowait= % of time the CPU was idle when an outstanding disk I/O request existed.&lt;br /&gt;
%irq= % of time the CPU is using to respond to normal interrupts that span multiple CPUs. &lt;br /&gt;
%soft= % of time the CPU is using to respond to normal interrupts that span multiple CPUs&lt;br /&gt;
%steal= % of time the CPU is waiting to respond to virtual CPU requests &lt;br /&gt;
%guest= % of time the CPU is executing another virtual CPU&lt;br /&gt;
%idle= % of time the CPU did not spend executing tasks. Should be greater than 25% over a long period of time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iostat (input/output statistics)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Measusres the flow of information to and from disk devices.&lt;br /&gt;
Displays CPU statistics similar to mpstat&lt;br /&gt;
Limited in abilities&lt;br /&gt;
Adds transfers per second (tps) and block &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sar (system activity reporter)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
sar (system activity reporter)&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Common options with the sar caommand&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CPU Usage of ALL CPUs (sar -u) Default&lt;br /&gt;
CPU Usage of Individual CPU or Core (sar -P)&lt;br /&gt;
Memory Free and Used (sar -r)&lt;br /&gt;
Display swapping statistics (sar -W)&lt;br /&gt;
Reports run queue and load average (sar -q)&lt;br /&gt;
sar -u 1 3 Displays real time CPU usage every 1 second for 3 times.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other Performance Monitoring Utilities&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
top utility (discussed in Chapter 9)&lt;br /&gt;
free command can be used to display the total amounts of physical and swap memory (in Kilobytes) and their utilizations.&lt;br /&gt;
vmstat command indicates more information than the free command to indicate whether more physical memory is required.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5479</id>
		<title>Chapter 14 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5479"/>
		<updated>2012-04-11T01:44:37Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Linux Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Monitor system performance using command-line included in the sysstat package.&lt;br /&gt;
To make it easier to identify performance problems, a network administrator should run performance utilities on healthy Linux systems to develop a baseline.&lt;br /&gt;
Performance Problems:&lt;br /&gt;
Software&lt;br /&gt;
Hardware&lt;br /&gt;
Combination of the two&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software  Problems&#039;&#039;&#039;&lt;br /&gt;
Software that requires too many system resources may use CPU, memory, and peripheral devices creating poor performance.&lt;br /&gt;
Too many processes running or rouge processes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Problems&#039;&#039;&#039;&lt;br /&gt;
Improperly configured hardware (May still Work)&lt;br /&gt;
Old ( Most companies retire computer equipment after two to five years of use)&lt;br /&gt;
Jabbering: Sending large amounts of information to the CPU when not in use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resolutions&#039;&#039;&#039;&lt;br /&gt;
Software problems can sometimes be resolved by changing hardware.&lt;br /&gt;
Move or Remove the software&lt;br /&gt;
Upgrading or adding another CPU&lt;br /&gt;
Use bus mastering peripheral components (Devices that can perform processes normally performed by the CPU)&lt;br /&gt;
Adding RAM to increase system speed&lt;br /&gt;
Replace slower disk drives with faster ones&lt;br /&gt;
Use disk striping RAID&lt;br /&gt;
Keep CD and DVD drives on a separate hard disk controller&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Monitoring Performance with sysstat Utilities&#039;&#039;&#039;&lt;br /&gt;
Using information from the /proc directory and system devices, the System Statistics (sysstat) package contains utilities that monitor the system.&lt;br /&gt;
To install the latest version of sysstat on a Linux system, use the following method:&lt;br /&gt;
1.  yum install sysstat &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Three of the System Statistics (sysstat) package performance monitoring utilities include:&#039;&#039;&#039;mpstat (multiple processor statistics) command&lt;br /&gt;
iostat (input/output statistics)&lt;br /&gt;
sar (system activity reported) command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mpstat (multiple processor statistics)&#039;&#039;&#039; &lt;br /&gt;
Used to monitor CPU performance for all processors on the system since the system was started or rebooted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;To monitor a single cpu use the –P option followed by the processor number.&#039;&#039; &lt;br /&gt;
Example: mpstat –P 0 would display the first processor on the system.&lt;br /&gt;
Limited in abilities&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examining the Output of the mpstat command&#039;&#039;&#039;&lt;br /&gt;
%user= % of time the processor spent executing user programs and daemons&lt;br /&gt;
%nice= % of time the processor spent executing programs and daemons that had nondefault nice values  &lt;br /&gt;
%sys= % of time the processor spent maintaining itself&lt;br /&gt;
%iowait= % of time the CPU was idle when an outstanding disk I/O request existed.&lt;br /&gt;
%irq= % of time the CPU is using to respond to normal interrupts that span multiple CPUs. &lt;br /&gt;
%soft= % of time the CPU is using to respond to normal interrupts that span multiple CPUs&lt;br /&gt;
%steal= % of time the CPU is waiting to respond to virtual CPU requests &lt;br /&gt;
%guest= % of time the CPU is executing another virtual CPU&lt;br /&gt;
%idle= % of time the CPU did not spend executing tasks. Should be greater than 25% over a long period of time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iostat (input/output statistics)&#039;&#039;&#039;&lt;br /&gt;
Measusres the flow of information to and from disk devices.&lt;br /&gt;
Displays CPU statistics similar to mpstat&lt;br /&gt;
Limited in abilities&lt;br /&gt;
Adds transfers per second (tps) and block &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sar (system activity reporter)&#039;&#039;&#039;&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
sar (system activity reporter)&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Common options with the sar caommand&#039;&#039;&#039;&lt;br /&gt;
CPU Usage of ALL CPUs (sar -u) Default&lt;br /&gt;
CPU Usage of Individual CPU or Core (sar -P)&lt;br /&gt;
Memory Free and Used (sar -r)&lt;br /&gt;
Display swapping statistics (sar -W)&lt;br /&gt;
Reports run queue and load average (sar -q)&lt;br /&gt;
sar -u 1 3 Displays real time CPU usage every 1 second for 3 times.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other Performance Monitoring Utilities&#039;&#039;&#039;&lt;br /&gt;
top utility (discussed in Chapter 9)&lt;br /&gt;
free command can be used to display the total amounts of physical and swap memory (in Kilobytes) and their utilizations.&lt;br /&gt;
vmstat command indicates more information than the free command to indicate whether more physical memory is required.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5478</id>
		<title>Chapter 14 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_14_Study_Guide&amp;diff=5478"/>
		<updated>2012-04-11T01:42:18Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Linux Performance&amp;#039;&amp;#039;&amp;#039; Monitor system performance using command-line included in the sysstat package. To make it easier to identify performance problems, a network administrator...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Linux Performance&#039;&#039;&#039;&lt;br /&gt;
Monitor system performance using command-line included in the sysstat package.&lt;br /&gt;
To make it easier to identify performance problems, a network administrator should run performance utilities on healthy Linux systems to develop a baseline.&lt;br /&gt;
Performance Problems:&lt;br /&gt;
Software&lt;br /&gt;
Hardware&lt;br /&gt;
Combination of the two&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software  Problems&#039;&#039;&#039;&lt;br /&gt;
Software that requires too many system resources may use CPU, memory, and peripheral devices creating poor performance.&lt;br /&gt;
Too many processes running or rouge processes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Problems&#039;&#039;&#039;&lt;br /&gt;
Improperly configured hardware (May still Work)&lt;br /&gt;
Old ( Most companies retire computer equipment after two to five years of use)&lt;br /&gt;
Jabbering: Sending large amounts of information to the CPU when not in use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resolutions&#039;&#039;&#039;&lt;br /&gt;
Software problems can sometimes be resolved by changing hardware.&lt;br /&gt;
Move or Remove the software&lt;br /&gt;
Upgrading or adding another CPU&lt;br /&gt;
Use bus mastering peripheral components (Devices that can perform processes normally performed by the CPU)&lt;br /&gt;
Adding RAM to increase system speed&lt;br /&gt;
Replace slower disk drives with faster ones&lt;br /&gt;
Use disk striping RAID&lt;br /&gt;
Keep CD and DVD drives on a separate hard disk controller&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Monitoring Performance with sysstat Utilities&#039;&#039;&#039;&lt;br /&gt;
Using information from the /proc directory and system devices, the System Statistics (sysstat) package contains utilities that monitor the system.&lt;br /&gt;
To install the latest version of sysstat on a Linux system, use the following method:&lt;br /&gt;
1.  yum install sysstat &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Three of the System Statistics (sysstat) package performance monitoring utilities include:&#039;&#039;&#039;mpstat (multiple processor statistics) command&lt;br /&gt;
iostat (input/output statistics)&lt;br /&gt;
sar (system activity reported) command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mpstat (multiple processor statistics)&#039;&#039;&#039; &lt;br /&gt;
Used to monitor CPU performance for all processors on the system since the system was started or rebooted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;To monitor a single cpu use the –P option followed by the processor number.&#039;&#039; &lt;br /&gt;
Example: mpstat –P 0 would display the first processor on the system.&lt;br /&gt;
Limited in abilities&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examining the Output of the mpstat command&#039;&#039;&#039;&lt;br /&gt;
%user= % of time the processor spent executing user programs and daemons&lt;br /&gt;
%nice= % of time the processor spent executing programs and daemons that had nondefault nice values  &lt;br /&gt;
%sys= % of time the processor spent maintaining itself&lt;br /&gt;
%iowait= % of time the CPU was idle when an outstanding disk I/O request existed.&lt;br /&gt;
%irq= % of time the CPU is using to respond to normal interrupts that span multiple CPUs. &lt;br /&gt;
%soft= % of time the CPU is using to respond to normal interrupts that span multiple CPUs&lt;br /&gt;
%steal= % of time the CPU is waiting to respond to virtual CPU requests &lt;br /&gt;
%guest= % of time the CPU is executing another virtual CPU&lt;br /&gt;
%idle= % of time the CPU did not spend executing tasks. Should be greater than 25% over a long period of time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;iostat (input/output statistics)&#039;&#039;&#039;&lt;br /&gt;
Measusres the flow of information to and from disk devices.&lt;br /&gt;
Displays CPU statistics similar to mpstat&lt;br /&gt;
Limited in abilities&lt;br /&gt;
Adds transfers per second (tps) and block &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;sar (system activity reporter)&#039;&#039;&#039;&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
sar (system activity reporter)&lt;br /&gt;
Displays more information than the mpstat or iostat command&lt;br /&gt;
Displays CPU statistics by default&lt;br /&gt;
Most widely used performance monitoring tool on UNIX and Linux systems&lt;br /&gt;
Scheduled using the cron daemon to run every 10 minutes for the current day&lt;br /&gt;
 logged to a file in the /var/log/sa directory called sa#. The # represents the day of the month&lt;br /&gt;
Only one month of records is kept but can be changed by editing the cron table located at /etc/cron.d/sysstat&lt;br /&gt;
Can display different statistics by specifying options&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Common options with the sar caommand&#039;&#039;&#039;&lt;br /&gt;
CPU Usage of ALL CPUs (sar -u) Default&lt;br /&gt;
CPU Usage of Individual CPU or Core (sar -P)&lt;br /&gt;
Memory Free and Used (sar -r)&lt;br /&gt;
Display swapping statistics (sar -W)&lt;br /&gt;
Reports run queue and load average (sar -q)&lt;br /&gt;
sar -u 1 3 Displays real time CPU usage every 1 second for 3 times.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other Performance Monitoring Utilities&#039;&#039;&#039;&lt;br /&gt;
top utility (discussed in Chapter 9)&lt;br /&gt;
free command can be used to display the total amounts of physical and swap memory (in Kilobytes) and their utilizations.&lt;br /&gt;
vmstat command indicates more information than the free command to indicate whether more physical memory is required.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=5477</id>
		<title>Franske CNT-2311</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=5477"/>
		<updated>2012-04-11T01:36:25Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: /* Chapter Study Guides */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2311 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
=Current Course Materials=&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [https://docs.google.com/a/ihcnt.net/spreadsheet/viewform?formkey=dE5lWno3NEQybjdLOW52OW5aNWpfdnc6MQ First Day Sign In Form]&lt;br /&gt;
* [[Franske CNT-2311 Syllabus|Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2311 SP12 Schedule|Spring 2012 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2311 SP12 Labs|Lab List]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
* [[Franske CNT-2311 SP12 Chapter Groups|Spring 2012 Chapter Groups]]&lt;br /&gt;
&lt;br /&gt;
== Chapter Study Guides ==&lt;br /&gt;
Put a link to the study guide you create for your chapter here. &amp;lt;br&amp;gt;&lt;br /&gt;
* [[Chapter 2 Study Guide]]&lt;br /&gt;
* [[Chapter 3 Study Guide]]&lt;br /&gt;
* [[Chapter 4 Study Guide]]&lt;br /&gt;
* [[Chapter 5 Study Guide]]&lt;br /&gt;
* [[Chapter 6 Study Guide]]&lt;br /&gt;
* [[Chapter 7 Study Guide]]&lt;br /&gt;
* [[Chapter 8 Study Guide]]&lt;br /&gt;
* [[Chapter 9 Study Guide]]&lt;br /&gt;
* [[Chapter 10 Study Guide]]&lt;br /&gt;
* [[Chapter 14 Study Guide]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [[Writing Moodle Questions]]&lt;br /&gt;
* [[Editing Moodle Questions]]&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
* [http://www.virtualbox.org Virtualbox]&lt;br /&gt;
** [[VirtualBox Startup Script]]&lt;br /&gt;
&lt;br /&gt;
==== Major Linux Distributions ====&lt;br /&gt;
* [http://www.debian.org Debian]&lt;br /&gt;
** [http://www.ubuntu.com Ubuntu]&lt;br /&gt;
* [http://www.redhat.com Redhat Enterprise Linux (RHEL)]&lt;br /&gt;
** [http://centos.org CentOS]&lt;br /&gt;
** [http://fedoraproject.org Fedora]&lt;br /&gt;
*** Old versions of Fedora are difficult to find on the site the version that the book uses is [http://mirror.rit.edu/fedora/linux/releases/13/Fedora/i386/iso/Fedora-13-i386-DVD.iso Fedora Core 13]&lt;br /&gt;
* [http://www.gentoo.org Gentoo]&lt;br /&gt;
* [http://www.opensuse.org OpenSUSE (Novell)]&lt;br /&gt;
&lt;br /&gt;
=== General Help ===&lt;br /&gt;
==== Online Linux Tutuorials ====&lt;br /&gt;
* [http://www.linux.org/lessons/beginner Beginning Linux from Linux.org]&lt;br /&gt;
* [https://help.ubuntu.com/community/PostfixBasicSetupHowto Postfix Basic Setup]&lt;br /&gt;
* [http://lartc.org Linux Advanced Routing &amp;amp; Traffic Control (Advanced Networking)]&lt;br /&gt;
&lt;br /&gt;
=== Command Guides ===&lt;br /&gt;
* [http://vic.gedris.org/Manual-ShellIntro/1.2/ShellIntro.pdf Inroduction to basic BASH shell commands]&lt;br /&gt;
* [http://www.digilife.be/quickreferences/QRC/The%20One%20Page%20Linux%20Manual.pdf The One Page Linux Manual]&lt;br /&gt;
&lt;br /&gt;
=== Specific Topic Help ===&lt;br /&gt;
==== GRUB2 ====&lt;br /&gt;
* [https://help.ubuntu.com/community/Grub2 Ubuntu Community Documentation - GRUB2]&lt;br /&gt;
* [http://www.dedoimedo.com/computers/grub-2.html GRUB2 Bootloader Full Tutorial]&lt;br /&gt;
* [http://ubuntuforums.org/showthread.php?t=1195275 The GRUB2 Guide]&lt;br /&gt;
&lt;br /&gt;
==== Runlevels ====&lt;br /&gt;
* [http://www.ibm.com/developerworks/linux/library/l-lpic1-v3-101-3/?ca=drs- IBM Learn Linux, 101: Runlevels, shutdown, and reboot]&lt;br /&gt;
* [http://www.linux.com/news/enterprise/systems-management/8116-an-introduction-to-services-runlevels-and-rcd-scripts An  introduction to services, runlevels, and rc.d scripts]&lt;br /&gt;
&lt;br /&gt;
==== Partitioning, Formatting and Mounting====&lt;br /&gt;
* [http://tldp.org/HOWTO/Partition/ Linux Partition HOWTO]&lt;br /&gt;
* [http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/Introduction_To_System_Administration/s2-storage-fs-mounting.html RedHat Documentation Mount Points]&lt;br /&gt;
* [http://docs.fedoraproject.org/en-US/Fedora/15/html/Installation_Guide/ch-partitions-x86.html Fedora Documentation: An Introduction to Disk Partitions]&lt;br /&gt;
&lt;br /&gt;
==== SSH ====&lt;br /&gt;
* [http://macnugget.org/projects/publickeys/ David McNett: using ssh public key authentication]&lt;br /&gt;
* [https://help.ubuntu.com/community/SSH/OpenSSH/Keys Ubuntu SSH Keys Documentation]&lt;br /&gt;
* [http://www.linuxtutorialblog.com/post/ssh-and-scp-howto-tips-tricks Linux Tutorial Blog: SSH and SCP: Howto, tips &amp;amp; tricks]&lt;br /&gt;
&lt;br /&gt;
==== Network Configuration ====&lt;br /&gt;
* [http://www.debian-administration.org/articles/254 Debian-style Network Configuration] (Ubuntu Server uses the same style)&lt;br /&gt;
* [http://docs.fedoraproject.org/en-US/Fedora/15/html/Deployment_Guide/s1-networkscripts-interfaces.html Fedora Nekwork Interface Configuration Files] &lt;br /&gt;
&lt;br /&gt;
==== Regular Expressions, Grep and SED ====&lt;br /&gt;
* [http://www.zytrax.com/tech/web/regex.htm Regular Expressions - A Simple User Guide]&lt;br /&gt;
* [http://linuxreviews.org/beginner/tao_of_regular_expressions Tao of Regular Expressions]&lt;br /&gt;
&lt;br /&gt;
=Archived Course Materials=&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [[Franske CNT-2311 Labs|Lab List]]&lt;br /&gt;
* [[Franske CNT-2311 SU11 Labs|Summer 2011 Lab List]]&lt;br /&gt;
&lt;br /&gt;
== Chapter Project Notes ==&lt;br /&gt;
[[CNT-2311-Chapter 2 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 3 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 4 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 5 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 7 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 8 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 9 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 10 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
[http://wiki.ihcnt.net/w/Chapter_21_%26_24 CNT-2311-Chapter 21 &amp;amp; 24 Notes]&#039;&#039;&#039;&lt;br /&gt;
* [[Linux SSH and Samba Notes]]&lt;br /&gt;
* [[Linux Job Management Notes]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Dual Booting Ubuntu and Windows 7]]&lt;br /&gt;
* [[GUID Partiton Table]]&lt;br /&gt;
* [[Linux VLAN Trunking]]&lt;br /&gt;
* [[Installing Webmin]]&lt;br /&gt;
* [[Nat Masquerading and Firewall]]&lt;br /&gt;
* [[Control Web Access With Squid]]&lt;br /&gt;
* [[Installing MyBB Forum]]&lt;br /&gt;
* [[openvpn]]&lt;br /&gt;
* [[Zoneminder]]&lt;br /&gt;
* [[Understanding Linux Permission Sets]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Commands|Spring 2010 Commands by Session]]&lt;br /&gt;
* [[Converting VMWare .vmdk To VirtualBox .vdi Using Qemu+ and VBoxManage]]&lt;br /&gt;
* [[Linux command guide]]&lt;br /&gt;
* [[Windows File Sharing and Printer Sharing with SAMBA]]&lt;br /&gt;
* [[How to Setup NAT]]&lt;br /&gt;
* [[Linux-command-list]]&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5192</id>
		<title>Chapter 4 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5192"/>
		<updated>2012-02-06T23:56:21Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: /* Understand and Create linked files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Understand and Create linked files==&lt;br /&gt;
&#039;&#039;&#039;What is a linked file?&#039;&#039;&#039; A link is a way of matching two or more file names to the same set of file data.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How many ways can a file be linked?&#039;&#039;&#039; 2 ways&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What are they?&#039;&#039;&#039; A symbolic link, or symlic and A hard link.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How are files stored on a file system?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The structural level of a filesystem has three main sections: The superblock, The inode table and data blocks&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Superblock :&#039;&#039;&#039; Is the section that contains information about the filesystem. Filesystem Type, Size, status, number of inodes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inodes Table:&#039;&#039;&#039; The collection of inodes for all files and directories on a filesystem. Each file in the Linux system gets its own inode.&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Inode&#039;&#039;&#039;(The portion of a file that holds information on the file’s attributes, access permissions, where it is located, who owns it, and file type. Each inode contains a unique inode number for identificattion purposes)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you view the inode number? ls -li&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Data Blocks:&#039;&#039;&#039; The data that makes up the content of the file as well as the filename. Blocks are also know as allocation units.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hard Link Characteristics&#039;&#039;&#039;&lt;br /&gt;
*In a hard link, two files share the same data&lt;br /&gt;
*Hard Link files are direct copies of one another&lt;br /&gt;
*Same Size&lt;br /&gt;
*They share the same inode and inode number&lt;br /&gt;
*The hard link will look and behave the same as the original.&lt;br /&gt;
*A file can be hard linked an unlimited number of times if the files reside on the same filesystem.&lt;br /&gt;
*Hardlinks can not span across partitions&lt;br /&gt;
*Points to a file by its inode&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you create a Hard Link?&#039;&#039;&#039;&lt;br /&gt;
To create a hard link you would use the ln (Link) command and specify the existing file to hard link and the target file that will be created.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Symbolic Link or symlic Charateristics&#039;&#039;&#039;&lt;br /&gt;
*One file is a pointer or shortcut to another file. The files may point to files located on other partitions or other network drives&lt;br /&gt;
*Symbolic links do not share the same inode and inode number with their target file&lt;br /&gt;
*Different size&lt;br /&gt;
*Symbolic links point to another file by its name&lt;br /&gt;
*Soft links do not need to reside on the same filesystem&lt;br /&gt;
*removing the target file for a symbolic link breaks the link and it will no longer work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you create a symbolic link?&#039;&#039;&#039;&lt;br /&gt;
To create a symbolic link you would use the ln (Link) command and use –s followed by the target file and the file you want to link.&lt;br /&gt;
&lt;br /&gt;
==Identify the default permissions created on files and directories==&lt;br /&gt;
New files are given rw-rw-rw- by the system when they are created.&lt;br /&gt;
&lt;br /&gt;
New directories are given rwxrwxrwx by the system when they are created.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5191</id>
		<title>Chapter 4 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5191"/>
		<updated>2012-02-06T23:54:19Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: /* Understand and Create linked files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Understand and Create linked files==&lt;br /&gt;
&#039;&#039;&#039;What is a linked file?&#039;&#039;&#039; A link is a way of matching two or more file names to the same set of file data.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How many ways can a file be linked?&#039;&#039;&#039; 2 ways&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What are they?&#039;&#039;&#039; A symbolic link, or symlic and A hard link.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How are files stored on a file system?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The structural level of a filesystem has three main sections: The superblock, The inode table and data blocks&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Superblock :&#039;&#039;&#039; Is the section that contains information about the filesystem. Filesystem Type, Size, status, number of inodes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inodes Table:&#039;&#039;&#039; The collection of inodes for all files and directories on a filesystem. Each file in the Linux system gets its own inode.&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Inode&#039;&#039;&#039;(The portion of a file that holds information on the file’s attributes, access permissions, where it is located, who owns it, and file type. Each inode contains a unique inode number for identificattion purposes)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you view the inode number? ls -li&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Data Blocks:&#039;&#039;&#039; The data that makes up the content of the file as well as the filename. Blocks are also know as allocation units.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
Hard Link Characteristics&#039;&#039;&#039;&lt;br /&gt;
*In a hard link, two files share the same data&lt;br /&gt;
*Hard Link files are direct copies of one another&lt;br /&gt;
*Same Size&lt;br /&gt;
*They share the same inode and inode number&lt;br /&gt;
*The hard link will look and behave the same as the original.&lt;br /&gt;
*A file can be hard linked an unlimited number of times if the files reside on the same filesystem.&lt;br /&gt;
*Hardlinks can not span across partitions&lt;br /&gt;
*Points to a file by its inode&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you create a Hard Link?&#039;&#039;&#039;&lt;br /&gt;
To create a hard link you would use the ln (Link) command and specify the existing file to hard link and the target file that will be created.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Symbolic Link or symlic Charateristics&#039;&#039;&#039;&lt;br /&gt;
*One file is a pointer or shortcut to another file. The files may point to files located on other partitions or other network drives&lt;br /&gt;
*Symbolic links do not share the same inode and inode number with their target file&lt;br /&gt;
*Different size&lt;br /&gt;
*Symbolic links point to another file by its name&lt;br /&gt;
*Soft links do not need to reside on the same filesystem&lt;br /&gt;
*removing the target file for a symbolic link breaks the link and it will no longer work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you create a symbolic link?&#039;&#039;&#039;&lt;br /&gt;
To create a symbolic link you would use the ln (Link) command and use –s followed by the target file and the file you want to link.&lt;br /&gt;
&lt;br /&gt;
==Identify the default permissions created on files and directories==&lt;br /&gt;
New files are given rw-rw-rw- by the system when they are created.&lt;br /&gt;
&lt;br /&gt;
New directories are given rwxrwxrwx by the system when they are created.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5190</id>
		<title>Chapter 4 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5190"/>
		<updated>2012-02-06T23:53:22Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: /* Understand and Create linked files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Understand and Create linked files==&lt;br /&gt;
&#039;&#039;&#039;What is a linked file?&#039;&#039;&#039; A link is a way of matching two or more file names to the same set of file data.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How many ways can a file be linked?&#039;&#039;&#039; 2 ways&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What are they?&#039;&#039;&#039; A symbolic link, or symlic and A hard link.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How are files stored on a file system?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The structural level of a filesystem has three main sections: The superblock, The inode table and data blocks&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Superblock :&#039;&#039;&#039; Is the section that contains information about the filesystem. Filesystem Type, Size, status, number of inodes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inodes Table:&#039;&#039;&#039; The collection of inodes for all files and directories on a filesystem. Each file in the Linux system gets its own inode.&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Inode&#039;&#039;&#039;(The portion of a file that holds information on the file’s attributes, access permissions, where it is located, who owns it, and file type. Each inode contains a unique inode number for identificattion purposes)&#039;&#039; &lt;br /&gt;
&#039;&#039;&#039;How do you view the inode number? ls -li&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Data Blocks:&#039;&#039;&#039; The data that makes up the content of the file as well as the filename. Blocks are also know as allocation units.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
Hard Link Characteristics&#039;&#039;&#039;&lt;br /&gt;
*In a hard link, two files share the same data&lt;br /&gt;
*Hard Link files are direct copies of one another&lt;br /&gt;
*Same Size&lt;br /&gt;
*They share the same inode and inode number&lt;br /&gt;
*The hard link will look and behave the same as the original.&lt;br /&gt;
*A file can be hard linked an unlimited number of times if the files reside on the same filesystem.&lt;br /&gt;
*Hardlinks can not span across partitions&lt;br /&gt;
*Points to a file by its inode&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you create a Hard Link?&#039;&#039;&#039;&lt;br /&gt;
To create a hard link you would use the ln (Link) command and specify the existing file to hard link and the target file that will be created.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Symbolic Link or symlic Charateristics&#039;&#039;&#039;&lt;br /&gt;
*One file is a pointer or shortcut to another file. The files may point to files located on other partitions or other network drives&lt;br /&gt;
*Symbolic links do not share the same inode and inode number with their target file&lt;br /&gt;
*Different size&lt;br /&gt;
*Symbolic links point to another file by its name&lt;br /&gt;
*Soft links do not need to reside on the same filesystem&lt;br /&gt;
*removing the target file for a symbolic link breaks the link and it will no longer work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you create a symbolic link?&#039;&#039;&#039;&lt;br /&gt;
To create a symbolic link you would use the ln (Link) command and use –s followed by the target file and the file you want to link.&lt;br /&gt;
&lt;br /&gt;
==Identify the default permissions created on files and directories==&lt;br /&gt;
New files are given rw-rw-rw- by the system when they are created.&lt;br /&gt;
&lt;br /&gt;
New directories are given rwxrwxrwx by the system when they are created.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5189</id>
		<title>Chapter 4 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5189"/>
		<updated>2012-02-06T23:47:43Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Understand and Create linked files==&lt;br /&gt;
&#039;&#039;&#039;What is a linked file?&#039;&#039;&#039; A link is a way of matching two or more file names to the same set of file data.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How many ways can a file be linked?&#039;&#039;&#039; 2 ways&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What are they?&#039;&#039;&#039; A symbolic link, or symlic and A hard link.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How are files stored on a file system?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The structural level of a filesystem has three main sections: The superblock, The inode table and data blocks&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Superblock :&#039;&#039;&#039; Is the section that contains information about the filesystem. Filesystem Type, Size, status, number of inodes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inodes Table:&#039;&#039;&#039; The collection of inodes &#039;&#039;(The portion of a file that stores information on the file’s attributes, access permissions, location, ownership and file type. Each inode contains a unique inode number for identificattion)&#039;&#039; for all files and directories on a filesystem. Each file in the Linux system gets its own inode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you view the inode number? ls -li&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Data Blocks:&#039;&#039;&#039; The data that makes up the content of the file as well as the filename. Blocks are also know as allocation units.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
Hard Link Characteristics&#039;&#039;&#039;&lt;br /&gt;
*In a hard link, two files share the same data&lt;br /&gt;
*Hard Link files are direct copies of one another&lt;br /&gt;
*Same Size&lt;br /&gt;
*They share the same inode and inode number&lt;br /&gt;
*The hard link will look and behave the same as the original.&lt;br /&gt;
*A file can be hard linked an unlimited number of times if the files reside on the same filesystem.&lt;br /&gt;
*Hardlinks can not span across partitions&lt;br /&gt;
*Points to a file by its inode&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you create a Hard Link?&#039;&#039;&#039;&lt;br /&gt;
To create a hard link you would use the ln (Link) command and specify the existing file to hard link and the target file that will be created.&lt;br /&gt;
[[File:picture1.png]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Symbolic Link or symlic Charateristics&#039;&#039;&#039;&lt;br /&gt;
*One file is a pointer or shortcut to another file. These files may point to files located on other partitions or other network drives.&lt;br /&gt;
*Symbolic links do not share the same inode and inode number with their target file&lt;br /&gt;
*Different size&lt;br /&gt;
*Symbolic links point to another file by its name&lt;br /&gt;
*Soft links need not reside on the same filesystem&lt;br /&gt;
*removing the target file for a symbolic link breaks the link and it will no longer work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you create a symbolic link?&#039;&#039;&#039;&lt;br /&gt;
To create a symbolic link you would use the ln (Link) command and use –s followed by the target file and the file you want to link.&lt;br /&gt;
&lt;br /&gt;
==Identify the default permissions created on files and directories==&lt;br /&gt;
New files are given rw-rw-rw- by the system when they are created.&lt;br /&gt;
&lt;br /&gt;
New directories are given rwxrwxrwx by the system when they are created.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5188</id>
		<title>Chapter 4 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5188"/>
		<updated>2012-02-06T23:41:56Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: /* Understand and Create linked files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Understand and Create linked files==&lt;br /&gt;
&#039;&#039;&#039;What is a linked file?&#039;&#039;&#039; A link is a way of matching two or more file names to the same set of file data.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How many ways can a file be linked?&#039;&#039;&#039; 2 ways&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What are they?&#039;&#039;&#039; A symbolic link, or symlic and A hard link.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How are files stored on a file system?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The structural level of a filesystem has three main sections: The superblock, The inode table and data blocks&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Superblock :&#039;&#039;&#039; Is the section that contains information about the filesystem. Filesystem Type, Size, status, number of inodes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inodes Table:&#039;&#039;&#039; The collection of inodes &#039;&#039;(The portion of a file that stores information on the file’s attributes, access permissions, location, ownership and file type. Each inode contains a unique inode number for identificattion)&#039;&#039; for all files and directories on a filesystem. Each file in the Linux system gets its own inode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you view the inode number? ls -li&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Data Blocks:&#039;&#039;&#039; The data that makes up the content of the file as well as the filename. Blocks are also know as allocation units.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
Hard Link Characteristics&#039;&#039;&#039;&lt;br /&gt;
*In a hard link, two files share the same data&lt;br /&gt;
*Hard Link files are direct copies of one another&lt;br /&gt;
*Same Size&lt;br /&gt;
*They share the same inode and inode number&lt;br /&gt;
*The hard link will look and behave the same as the original.&lt;br /&gt;
*A file can be hard linked an unlimited number of times if the files reside on the same filesystem.&lt;br /&gt;
*Hardlinks can not span across partitions&lt;br /&gt;
*Points to a file by its inode&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you create a Hard Link?&#039;&#039;&#039;&lt;br /&gt;
To create a hard link you would use the ln (Link) command and specify the existing file to hard link and the target file that will be created.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Symbolic Link or symlic Charateristics&#039;&#039;&#039;&lt;br /&gt;
*One file is a pointer or shortcut to another file. These files may point to files located on other partitions or other network drives.&lt;br /&gt;
*Symbolic links do not share the same inode and inode number with their target file&lt;br /&gt;
*Different size&lt;br /&gt;
*Symbolic links point to another file by its name&lt;br /&gt;
*Soft links need not reside on the same filesystem&lt;br /&gt;
*removing the target file for a symbolic link breaks the link and it will no longer work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you create a symbolic link?&#039;&#039;&#039;&lt;br /&gt;
To create a symbolic link you would use the ln (Link) command and use –s followed by the target file and the file you want to link.&lt;br /&gt;
&lt;br /&gt;
==Identify the default permissions created on files and directories==&lt;br /&gt;
New files are given rw-rw-rw- by the system when they are created.&lt;br /&gt;
&lt;br /&gt;
New directories are given rwxrwxrwx by the system when they are created.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5187</id>
		<title>Chapter 4 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5187"/>
		<updated>2012-02-06T23:40:47Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Understand and Create linked files==&lt;br /&gt;
&#039;&#039;&#039;What is a linked file?&#039;&#039;&#039; A link is a way of matching two or more file names to the same set of file data.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How many ways can a file be linked?&#039;&#039;&#039; 2 ways&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What are they?&#039;&#039;&#039; A symbolic link, or symlic and A hard link.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How are files stored on a file system?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The structural level of a filesystem has three main sections: The superblock, The inode table and data blocks&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Superblock :&#039;&#039;&#039; Is the section that contains information about the filesystem. Filesystem Type, Size, status, number of inodes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inodes Table:&#039;&#039;&#039; The collection of inodes &#039;&#039;(The portion of a file that stores information on the file’s attributes, access permissions, location, ownership and file type. Each inode contains a unique inode number for identificattion)&#039;&#039; for all files and directories on a filesystem. Each file in the Linux system gets its own inode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you view the inode number? ls -li&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Data Blocks:&#039;&#039;&#039; The data that makes up the content of the file as well as the filename. Blocks are also know as allocation units.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
Hard Link Characteristics&#039;&#039;&#039;&lt;br /&gt;
*In a hard link, two files share the same data&lt;br /&gt;
*Hard Link files are direct copies of one another&lt;br /&gt;
*Same Size&lt;br /&gt;
*They share the same inode and inode number&lt;br /&gt;
*The hard link will look and behave the same as the original.&lt;br /&gt;
*A file can be hard linked an unlimited number of times if the files reside on the same filesystem.&lt;br /&gt;
*Hardlinks can not span across partitions&lt;br /&gt;
*Points to a file by its inode&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you create a Hard Link?&#039;&#039;&#039;&lt;br /&gt;
To create a hard link you would use the ln (Link) command and specify the existing file to hard link and the target file that will be created.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Symbolic Link or symlic Charateristics&#039;&#039;&#039;&lt;br /&gt;
*One file is a pointer or shortcut to another file. These files may point to files located on other partitions or other network drives.&lt;br /&gt;
*Symbolic links do not share the same inode and inode number with their target file&lt;br /&gt;
*Different size&lt;br /&gt;
*Symbolic links point to another file by its name&lt;br /&gt;
*Soft links need not reside on the same filesystem&lt;br /&gt;
*removing the target file for a symbolic link breaks the link and it will no longer work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do you create a symbolic link?&#039;&#039;&#039;&lt;br /&gt;
To create a symbolic link you would use the ln (Link) command and use –s followed by the target file and the file you want to link. &lt;br /&gt;
&lt;br /&gt;
==Identify the default permissions created on files and directories==&lt;br /&gt;
New files are given rw-rw-rw- by the system when they are created.&lt;br /&gt;
&lt;br /&gt;
New directories are given rwxrwxrwx by the system when they are created.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5186</id>
		<title>Chapter 4 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5186"/>
		<updated>2012-02-06T23:36:17Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Understand and Create linked files==&lt;br /&gt;
&#039;&#039;&#039;What is a linked file?&#039;&#039;&#039; A link is a way of matching two or more file names to the same set of file data.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How many ways can a file be linked?&#039;&#039;&#039; 2 ways&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What are they?&#039;&#039;&#039; A symbolic link, or symlic and A hard link.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How are files stored on a file system?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The structural level of a filesystem has three main sections: The superblock, The inode table and data blocks&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Superblock :&#039;&#039;&#039; Is the section that contains information about the filesystem. Filesystem Type, Size, status, number of inodes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inodes Table:&#039;&#039;&#039; The collection of inodes &#039;&#039;(The portion of a file that stores information on the file’s attributes, access permissions, location, ownership and file type. Each inode contains a unique inode number for identificattion)&#039;&#039; for all files and directories on a filesystem. Each file in the Linux system gets its own inode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Data Blocks:&#039;&#039;&#039; The data that makes up the content of the file as well as the filename. Blocks are also know as allocation units.&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5185</id>
		<title>Chapter 4 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5185"/>
		<updated>2012-02-06T23:29:35Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Understand and Create linked files==&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=5161</id>
		<title>Franske CNT-2311</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=5161"/>
		<updated>2012-02-03T01:49:50Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: /* Chapter Study Guides */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2311 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
=Current Course Materials=&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [https://docs.google.com/a/ihcnt.net/spreadsheet/viewform?formkey=dE5lWno3NEQybjdLOW52OW5aNWpfdnc6MQ First Day Sign In Form]&lt;br /&gt;
* [[Franske CNT-2311 Syllabus|Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2311 SP12 Schedule|Spring 2012 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2311 SP12 Labs|Lab List]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
* [[Franske CNT-2311 SP12 Chapter Groups|Spring 2012 Chapter Groups]]&lt;br /&gt;
&lt;br /&gt;
== Chapter Study Guides ==&lt;br /&gt;
Put a link to the study guide you create for your chapter here. &amp;lt;br&amp;gt;&lt;br /&gt;
[[Chapter 2 Study Guide]]&lt;br /&gt;
&lt;br /&gt;
[[Chapter 3 Study Guide]]&lt;br /&gt;
&lt;br /&gt;
[[Chapter 4 Study Guide]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [[Writing Moodle Questions]]&lt;br /&gt;
* [[Editing Moodle Questions]]&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
* [http://www.virtualbox.org Virtualbox]&lt;br /&gt;
** [[VirtualBox Startup Script]]&lt;br /&gt;
&lt;br /&gt;
==== Major Linux Distributions ====&lt;br /&gt;
* [http://www.debian.org Debian]&lt;br /&gt;
** [http://www.ubuntu.com Ubuntu]&lt;br /&gt;
* [http://www.redhat.com Redhat Enterprise Linux (RHEL)]&lt;br /&gt;
** [http://centos.org CentOS]&lt;br /&gt;
** [http://fedoraproject.org Fedora]&lt;br /&gt;
*** Old versions of Fedora are difficult to find on the site the version that the book uses is [http://mirror.rit.edu/fedora/linux/releases/13/Fedora/i386/iso/Fedora-13-i386-DVD.iso Fedora Core 13]&lt;br /&gt;
* [http://www.gentoo.org Gentoo]&lt;br /&gt;
* [http://www.opensuse.org OpenSUSE (Novell)]&lt;br /&gt;
&lt;br /&gt;
=== General Help ===&lt;br /&gt;
==== Online Linux Tutuorials ====&lt;br /&gt;
* [http://www.linux.org/lessons/beginner Beginning Linux from Linux.org]&lt;br /&gt;
* [https://help.ubuntu.com/community/PostfixBasicSetupHowto Postfix Basic Setup]&lt;br /&gt;
* [http://lartc.org Linux Advanced Routing &amp;amp; Traffic Control (Advanced Networking)]&lt;br /&gt;
&lt;br /&gt;
=== Command Guides ===&lt;br /&gt;
* [http://vic.gedris.org/Manual-ShellIntro/1.2/ShellIntro.pdf Inroduction to basic BASH shell commands]&lt;br /&gt;
* [http://www.digilife.be/quickreferences/QRC/The%20One%20Page%20Linux%20Manual.pdf The One Page Linux Manual]&lt;br /&gt;
&lt;br /&gt;
=== Specific Topic Help ===&lt;br /&gt;
==== GRUB2 ====&lt;br /&gt;
* [https://help.ubuntu.com/community/Grub2 Ubuntu Community Documentation - GRUB2]&lt;br /&gt;
* [http://www.dedoimedo.com/computers/grub-2.html GRUB2 Bootloader Full Tutorial]&lt;br /&gt;
* [http://ubuntuforums.org/showthread.php?t=1195275 The GRUB2 Guide]&lt;br /&gt;
&lt;br /&gt;
==== Runlevels ====&lt;br /&gt;
* [http://www.ibm.com/developerworks/linux/library/l-lpic1-v3-101-3/?ca=drs- IBM Learn Linux, 101: Runlevels, shutdown, and reboot]&lt;br /&gt;
* [http://www.linux.com/news/enterprise/systems-management/8116-an-introduction-to-services-runlevels-and-rcd-scripts An  introduction to services, runlevels, and rc.d scripts]&lt;br /&gt;
&lt;br /&gt;
==== Partitioning, Formatting and Mounting====&lt;br /&gt;
* [http://tldp.org/HOWTO/Partition/ Linux Partition HOWTO]&lt;br /&gt;
* [http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/Introduction_To_System_Administration/s2-storage-fs-mounting.html RedHat Documentation Mount Points]&lt;br /&gt;
* [http://docs.fedoraproject.org/en-US/Fedora/15/html/Installation_Guide/ch-partitions-x86.html Fedora Documentation: An Introduction to Disk Partitions]&lt;br /&gt;
&lt;br /&gt;
==== SSH ====&lt;br /&gt;
* [http://macnugget.org/projects/publickeys/ David McNett: using ssh public key authentication]&lt;br /&gt;
* [https://help.ubuntu.com/community/SSH/OpenSSH/Keys Ubuntu SSH Keys Documentation]&lt;br /&gt;
* [http://www.linuxtutorialblog.com/post/ssh-and-scp-howto-tips-tricks Linux Tutorial Blog: SSH and SCP: Howto, tips &amp;amp; tricks]&lt;br /&gt;
&lt;br /&gt;
==== Network Configuration ====&lt;br /&gt;
* [http://www.debian-administration.org/articles/254 Debian-style Network Configuration] (Ubuntu Server uses the same style)&lt;br /&gt;
* [http://docs.fedoraproject.org/en-US/Fedora/15/html/Deployment_Guide/s1-networkscripts-interfaces.html Fedora Nekwork Interface Configuration Files] &lt;br /&gt;
&lt;br /&gt;
==== Regular Expressions, Grep and SED ====&lt;br /&gt;
* [http://www.zytrax.com/tech/web/regex.htm Regular Expressions - A Simple User Guide]&lt;br /&gt;
* [http://linuxreviews.org/beginner/tao_of_regular_expressions Tao of Regular Expressions]&lt;br /&gt;
&lt;br /&gt;
=Archived Course Materials=&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [[Franske CNT-2311 Labs|Lab List]]&lt;br /&gt;
* [[Franske CNT-2311 SU11 Labs|Summer 2011 Lab List]]&lt;br /&gt;
&lt;br /&gt;
== Chapter Project Notes ==&lt;br /&gt;
[[CNT-2311-Chapter 2 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 3 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 4 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 5 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 7 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 8 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 9 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
[[CNT-2311-Chapter 10 Notes]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
[http://wiki.ihcnt.net/w/Chapter_21_%26_24 CNT-2311-Chapter 21 &amp;amp; 24 Notes]&#039;&#039;&#039;&lt;br /&gt;
* [[Linux SSH and Samba Notes]]&lt;br /&gt;
* [[Linux Job Management Notes]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Dual Booting Ubuntu and Windows 7]]&lt;br /&gt;
* [[GUID Partiton Table]]&lt;br /&gt;
* [[Linux VLAN Trunking]]&lt;br /&gt;
* [[Installing Webmin]]&lt;br /&gt;
* [[Nat Masquerading and Firewall]]&lt;br /&gt;
* [[Control Web Access With Squid]]&lt;br /&gt;
* [[Installing MyBB Forum]]&lt;br /&gt;
* [[openvpn]]&lt;br /&gt;
* [[Zoneminder]]&lt;br /&gt;
* [[Understanding Linux Permission Sets]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Commands|Spring 2010 Commands by Session]]&lt;br /&gt;
* [[Converting VMWare .vmdk To VirtualBox .vdi Using Qemu+ and VBoxManage]]&lt;br /&gt;
* [[Linux command guide]]&lt;br /&gt;
* [[Windows File Sharing and Printer Sharing with SAMBA]]&lt;br /&gt;
* [[How to Setup NAT]]&lt;br /&gt;
* [[Linux-command-list]]&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5160</id>
		<title>Chapter 4 Study Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Chapter_4_Study_Guide&amp;diff=5160"/>
		<updated>2012-02-03T01:45:34Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: Created page with &amp;quot;coming soon&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;coming soon&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311_SP12_Chapter_Groups&amp;diff=5157</id>
		<title>Franske CNT-2311 SP12 Chapter Groups</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311_SP12_Chapter_Groups&amp;diff=5157"/>
		<updated>2012-02-03T01:39:05Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: /* Chapter 14 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Chapter 1=&lt;br /&gt;
* N/A - Read on Your Own&lt;br /&gt;
=Chapter 2=&lt;br /&gt;
*Clay Wilson&lt;br /&gt;
*Mike Garin&lt;br /&gt;
*Rob Klaers&lt;br /&gt;
*Todd Baily&lt;br /&gt;
=Chapter 3=&lt;br /&gt;
*Randy Oye&lt;br /&gt;
*Tracy Ryder&lt;br /&gt;
*Dave Litke&lt;br /&gt;
*Dan Madigan&lt;br /&gt;
=Chapter 4=&lt;br /&gt;
*Andrew Powell&lt;br /&gt;
*Jesse Bruhn&lt;br /&gt;
*Sean Bencker&lt;br /&gt;
*Scott Pomerleau&lt;br /&gt;
*Laprice Ali&lt;br /&gt;
=Chapter 5=&lt;br /&gt;
*Thu Nguyen&lt;br /&gt;
*Tyler Gray&lt;br /&gt;
*Jason Backley&lt;br /&gt;
*Naut Obermuelle&lt;br /&gt;
=Chapter 6=&lt;br /&gt;
*Kevin&lt;br /&gt;
*George&lt;br /&gt;
*Gill&lt;br /&gt;
*Ryan&lt;br /&gt;
=Chapter 7=&lt;br /&gt;
*Jason Backley&lt;br /&gt;
*Tyler Gray&lt;br /&gt;
*Matt Obermueller&lt;br /&gt;
*Thu Nguyen&lt;br /&gt;
BAM!!!!!&lt;br /&gt;
&lt;br /&gt;
=Chapter 8=&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
=Chapter 9=&lt;br /&gt;
*Randy Oye&lt;br /&gt;
*Dave Litke&lt;br /&gt;
*Tracy Stoltz&lt;br /&gt;
&lt;br /&gt;
=Chapter 10=&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
=Chapter 11=&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
=Chapter 12=&lt;br /&gt;
* Ben Franske&lt;br /&gt;
=Chapter 13=&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
=Chapter 14=&lt;br /&gt;
* Andrew Powell&lt;br /&gt;
* Jesse&lt;br /&gt;
* Scott&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311_SP12_Chapter_Groups&amp;diff=5156</id>
		<title>Franske CNT-2311 SP12 Chapter Groups</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311_SP12_Chapter_Groups&amp;diff=5156"/>
		<updated>2012-02-03T01:35:22Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: /* Chapter 14 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Chapter 1=&lt;br /&gt;
* N/A - Read on Your Own&lt;br /&gt;
=Chapter 2=&lt;br /&gt;
*Clay Wilson&lt;br /&gt;
*Mike Garin&lt;br /&gt;
*Rob Klaers&lt;br /&gt;
*Todd Baily&lt;br /&gt;
=Chapter 3=&lt;br /&gt;
*Randy Oye&lt;br /&gt;
*Tracy Ryder&lt;br /&gt;
*Dave Litke&lt;br /&gt;
*Dan Madigan&lt;br /&gt;
=Chapter 4=&lt;br /&gt;
*Andrew Powell&lt;br /&gt;
*Jesse Bruhn&lt;br /&gt;
*Sean Bencker&lt;br /&gt;
*Scott Pomerleau&lt;br /&gt;
*Laprice Ali&lt;br /&gt;
=Chapter 5=&lt;br /&gt;
*Thu Nguyen&lt;br /&gt;
*Tyler Gray&lt;br /&gt;
*Jason Backley&lt;br /&gt;
*Naut Obermuelle&lt;br /&gt;
=Chapter 6=&lt;br /&gt;
*Kevin&lt;br /&gt;
*George&lt;br /&gt;
*Gill&lt;br /&gt;
*Ryan&lt;br /&gt;
=Chapter 7=&lt;br /&gt;
*Jason Backley&lt;br /&gt;
*Tyler Gray&lt;br /&gt;
*Matt Obermueller&lt;br /&gt;
*Thu Nguyen&lt;br /&gt;
BAM!!!!!&lt;br /&gt;
&lt;br /&gt;
=Chapter 8=&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
=Chapter 9=&lt;br /&gt;
*Randy Oye&lt;br /&gt;
*Dave Litke&lt;br /&gt;
*Tracy Stoltz&lt;br /&gt;
&lt;br /&gt;
=Chapter 10=&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
=Chapter 11=&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
=Chapter 12=&lt;br /&gt;
* Ben Franske&lt;br /&gt;
=Chapter 13=&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
=Chapter 14=&lt;br /&gt;
* Andrew Powell&lt;br /&gt;
* Jesse&lt;br /&gt;
* Scott&lt;br /&gt;
* Sean&lt;br /&gt;
* LaPrice&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311_SP12_Chapter_Groups&amp;diff=5155</id>
		<title>Franske CNT-2311 SP12 Chapter Groups</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311_SP12_Chapter_Groups&amp;diff=5155"/>
		<updated>2012-02-03T01:07:36Z</updated>

		<summary type="html">&lt;p&gt;Powe0122: /* Chapter 14 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Chapter 1=&lt;br /&gt;
* N/A - Read on Your Own&lt;br /&gt;
=Chapter 2=&lt;br /&gt;
*Clay Wilson&lt;br /&gt;
*Mike Garin&lt;br /&gt;
*Rob Klaers&lt;br /&gt;
*Todd Baily&lt;br /&gt;
=Chapter 3=&lt;br /&gt;
*Randy Oye&lt;br /&gt;
*Tracy Ryder&lt;br /&gt;
*Dave Litke&lt;br /&gt;
*Dan Madigan&lt;br /&gt;
=Chapter 4=&lt;br /&gt;
*Andrew Powell&lt;br /&gt;
*Jesse Bruhn&lt;br /&gt;
*Sean Bencker&lt;br /&gt;
*Scott Pomerleau&lt;br /&gt;
*Laprice Ali&lt;br /&gt;
=Chapter 5=&lt;br /&gt;
*Thu Nguyen&lt;br /&gt;
*Tyler Gray&lt;br /&gt;
*Jason Backley&lt;br /&gt;
*Naut Obermuelle&lt;br /&gt;
=Chapter 6=&lt;br /&gt;
*Kevin&lt;br /&gt;
*George&lt;br /&gt;
*Gill&lt;br /&gt;
*Ryan&lt;br /&gt;
=Chapter 7=&lt;br /&gt;
*Jason Backley&lt;br /&gt;
*Tyler Gray&lt;br /&gt;
*Matt Obermueller&lt;br /&gt;
*Thu Nguyen&lt;br /&gt;
BAM!!!!!&lt;br /&gt;
&lt;br /&gt;
=Chapter 8=&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
=Chapter 9=&lt;br /&gt;
*Randy Oye&lt;br /&gt;
*Dave Litke&lt;br /&gt;
*Tracy Stoltz&lt;br /&gt;
&lt;br /&gt;
=Chapter 10=&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
=Chapter 11=&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
=Chapter 12=&lt;br /&gt;
* Ben Franske&lt;br /&gt;
=Chapter 13=&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
=Chapter 14=&lt;br /&gt;
* Andrew Powell&lt;br /&gt;
*&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>Powe0122</name></author>
	</entry>
</feed>