Difference between revisions of "OPS235 Lab 3 - CentOS7 - VMware"

From CDOT Wiki
Jump to: navigation, search
(Redirected page to OPS235)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:OPS235]][[Category:OPS235 Labs]]
+
#REDIRECT [[OPS235]]
 
 
= LAB PREPARATION =
 
 
 
 
 
== Purpose / Objectives of Lab3==
 
[[Image:software.png|thumb|right|200px|Learning how to conserve disk space is essential for the efficient operation of a Linux computer system. You will learn how to manipulate the size of Linux file-systems (via '''LVM''') in Lab5. ]]
 
 
 
In this lab, you are going to identify potential problems such as running out of space to run a GUI, or forgetting your root password. You will also learn to conserve hard disk space by learning how to compress and decompress files that are stored on your computer server. In addition, you will learn alternative methods of how to install applications (i.e. programs).
 
 
 
<u>Main Objectives</u>
 
 
 
*Learn to boot your Centos VM into '''Single User mode''' for rescue purposes
 
*Create and extract '''archive''' files ('''tar''' and '''tar.gz''')
 
*Install applications using various methods:
 
:*'''Download''', '''decompress''' and archive file from the Internet, then '''compile source code''' in order to install an application.
 
:*Use '''yum''' utility to install software from '''local source programs''' (on DVD drive)
 
:*Use '''yum''' utility to install software from '''repositories''' (online storage areas)
 
:*Learn how to '''add repositories''' (online software storage areas) to install less common applications.
 
<ul><li value="4">Demonstrate the use of Bash Shell scripts to automate routine tasks (generate a customized software report)</li></ul>
 
 
 
 
 
===Minimum Required Materials===
 
 
 
{|width="100%" cellspacing="0"
 
 
 
|- valign="top"
 
 
 
|colspan="3" style="font-size:16px;font-weight:bold;border-bottom: thin solid black;border-spacing:0px;"|Minimum Required Materials<br>
 
 
 
|colspan="3" style="font-size:16px;font-weight:bold;border-bottom: thin solid black;border-spacing:0px;"|Linux Command Reference<br>
 
 
 
|- valign="top"
 
 
 
|width="10%" | [[Image:blank-cd.png|thumb|left|85px|<b>CentOS7</b><br>FULL DVD]]
 
 
 
|width="10%" |[[Image:ubs-key.png|thumb|left|85px|<b>USB key</b><br>(for backups)]]
 
 
 
|width="10%" |[[Image:log-book.png|thumb|left|70px|<b>Lab3 Log Book</b>]]
 
 
 
||Archiving / Compiling
 
[http://man7.org/linux/man-pages/man1/tar.1.html tar]<br>
 
[http://unixhelp.ed.ac.uk/CGI/man-cgi?gzip gzip, gunzip]<br>
 
[http://man7.org/linux/man-pages/man1/make.1.html make]<br><br>
 
Software Manangement
 
[http://www.rpm.org/max-rpm/rpm.8.html rpm]<br>
 
[http://man7.org/linux/man-pages/man8/yum.8.html yum]
 
||Miscellaneous
 
[http://man7.org/linux/man-pages/man1/ls.1.html ls]<br>
 
[http://man7.org/linux/man-pages/man1/more.1.html more]<br>
 
[http://man7.org/linux/man-pages/man1/wget.1.html wget]<br>
 
[http://man7.org/linux/man-pages/man1/chmod.1.html chmod]<br>
 
[http://ss64.com/vi.html vi]
 
 
 
||{{Admon/tip|Online Linux Command Review|The following tutorial will allow you to learn essential shell scripting skills:<ul><li>Shell Scripting Basics - Part 4 (The sed Utility):<br>'''/home/murray.saul/scripting-4'''</li></ul>|
 
}}
 
|}
 
 
 
 
 
= INVESTIGATION 1: TROUBLESHOOTING BOOTING &amp; FORGOTTEN ROOT PASSWORD =
 
{| width="50%" align="right" cellpadding="10"
 
|- valign="top"
 
|
 
[[Image:grub1.png|thumb|right|600px|Press '''e''' at Grub Boot Menu to edit]]
 
|}
 
There are a few "classic problems" that students can encounter with their virtual machines and their host machine after performing lab2. Although all OPS235 students may not encounter these problems, it is good to be aware of what a potential problem may look like, and know how to solve that problem.
 
 
 
 
 
'''A few common problems are:'''
 
 
 
*I Can't boot into Graphical Mode on my '''centos1''' machine
 
*I Forgot My '''Regular User''' Password
 
*I Forgot My '''root''' Password
 
*I Can't Start My Virtual Machine
 
 
 
 
 
'''Troubleshooting consists of 3 basic elements:'''
 
 
 
*'''Asking Questions''' (eg. what was done recently prior to problem?)
 
*'''Eliminating''' what the problem '''IS NOT'''
 
*Having '''Tenacity''' and '''patience''' (ability to focus on finding the cause of the problem)
 
 
 
 
 
 
 
If you cannot log graphically into your machine (first two common problems), there is a trick to boot your system into '''single-user''' mode. This mode does not provide networking, graphics, or logging in as other regular users, but can connect to a text-based interface as the '''root''' user. This method will only work if a GRUB (<u>'''Gr'''</u>and '''<u>U</u>'''nified <u>'''B'''</u>oot-loader) password has not been set, or that you haven't forgotten the GRUB password.
 
 
 
 
 
 
 
'''Steps to Boot into "Single-User Mode":'''
 
 
 
{| width="50%" align="right" cellpadding="10"
 
|- valign="top"
 
|
 
[[Image:grub2_1.png|thumb|right|600px|Add the boot option '''single''' and then press '''ctrl-x''' to boot into single user mode]]
 
|}
 
#Boot-up your '''centos1''' VM. '''when the Grub Boot menu appears''', press the letter <b><code><span style="color:#3366CC;font-size:1.2em;">e</span></code></b> (for "edit").
 
#Using your arrow keys, scroll to next screen to  '''linux''', or '''linux16''',  or '''linux-efi''' command and type the word <b><code><span style="color:#3366CC;font-size:1.2em;">single</span></code></b> as an argument after '''quiet''' (see diagram for reference) and then press <b><code><span style="color:#3366CC;font-size:1.2em;">ctrl-x</span></code></b> to boot.
 
#The system should boot into text-based mode. Enter your '''root''' password.
 
#One thing to look at is partition space usage. Issue the command: <b><code><span style="color:#3366CC;font-size:1.2em;">df -h</span></code></b>
 
#If you notice 0% free space in the '''/''' partition, then there is a problem. This most likely is caused by not following steps to create a <u>compressed</u> copy of the VM image. If that is the case, locate the large image backup and remove it. Do NOT remove the image in ''/var/lib/libvirt/images'' directory!
 
#You can use the '''passwd''' command to reset your '''regular user''' password (eg. <b><code><span style="color:#3366CC;font-size:1.2em;">passwd regularuserid</span></code></b>). You can press '''ctrl-c''' if you wish to abort (i.e. not change password).
 
#To restart in graphical mode, simply enter the command <b><code><span style="color:#3366CC;font-size:1.2em;">reboot</span></code></b>.
 
 
 
:Unfortunately, this method does not work if you forgot your '''root''' password (To reset your root password, refer to procedure below).
 
 
 
 
 
'''Steps to Reset Root's Password:'''
 
 
 
{| width="50%" align="right" cellpadding="10"
 
|- valign="top"
 
|
 
[[Image:grub2_3.png|thumb|right|600px|Add '''rw init=/sysroot/bin/sh''' as shown and then press '''ctrl-x''' to boot into single user no root password mode]]
 
|}
 
#The procedure to reset root's password is different than shown above. Press <b><code><span style="color:#3366CC;font-size:1.2em;">e</span></code></b> at the Grub boot menu.
 
#Using your arrow keys, move to  '''linux'''  or '''linux-efi''' command and replace the argument '''ro''' with the argument <b><code><span style="color:#3366CC;font-size:1.2em;">rw init=/sysroot/bin/sh</span></code></b> (see diagram for reference) and then press <b><code><span style="color:#3366CC;font-size:1.2em;">ctrl-x</span></code></b> to boot.
 
#The system should boot into text-based mode without prompting for root's password.
 
#Issue the command: <b><code><span style="color:#3366CC;font-size:1.2em;">chroot /sysroot</span></code></b><br><br>
 
#Issue the command: <b><code><span style="color:#3366CC;font-size:1.2em;">passwd root</span></code></b> in order to change your root password (press '''ctrl-c''' if you wish to abort - i.e. not change password).
 
#To restart in graphical mode, simply enter the command <b><code><span style="color:#3366CC;font-size:1.2em;">reboot</span></code></b>.
 
 
 
 
 
'''Catastrophic Boot Problems:'''
 
 
 
:Not being able to start your '''centos1''' due to '''Kernel Panic''' or some sort of '''catastrophic disk failure''' is not as easy to fix. You might be able to boot from your '''Centos LIVE DVD, open a terminal and mount the partition''' via command line and look for possible problems (setup files like '''/etc/fstab'''). '''Lab5''' will discuss more about mounting and the /etc/fstab file. The "worst-case scenario" would be to purchase a new hard disk, '''perform lab1 completely, perform lab2 to install and set-up virtualization software''', then '''restore your VM image and xml file backups''' (eg. decompressing images, issuing virsh define commands for .xml files). That is why consistently '''performing backups of ALL of your VMS at the end of each lab is absolutely essential! You have been warned!'''
 
 
 
'''Answer Investigation 2 observations / questions in your lab log book.'''
 
 
 
 
 
= INVESTIGATION 2: ARCHIVING &amp; RESTORING FILES =
 
 
 
==Part 1: Creating a File Archive==
 
 
 
One method to help prevent running out of hard disk space is to compress or '''archive''' files so they take up less space on your computer system. Archiving files is also a popular method to '''bundle files together''' into one smaller file for fast transfers to other computer servers.
 
 
 
#Boot up your '''centos4''' VM.
 
#Change your working directory to '''/usr/share/doc/sudo*'''
 
#Use the tar (tape archiver) command to create an archive file named '''/tmp/archive1.tar'''
 
#*<b><code><span style="color:#3366CC;font-size:1.2em;">tar cvf /tmp/archive1.tar .</span></code></b>
 
 
 
{| width="40%" align="right" cellpadding="10"
 
|- valign="top"
 
|colspan="2"|{{Admon/important | Warning! | Don't miss the '''.''' at the end of the <code>tar</code> commands below! It specifies what should go into the archive: the contents of the current directory.}}
 
 
 
|}
 
<ol>
 
  <li value="4">What do the options '''c''', '''v''', and '''f''' mean?</li>
 
  <li>Record the archive file size.</li>
 
  <li>Compress the file using '''gzip''':
 
    <ul>
 
      <li><b><code><span style="color:#3366CC;font-size:1.2em;">gzip /tmp/archive1.tar</span></code></b></li>
 
    </ul>
 
  </li>
 
  <li>Record the archive file size after compression.</li>
 
  <li>Make sure you're still in '''/usr/share/doc/sudo*''' and then create a compressed archive:
 
<ul>
 
      <li><b><code><span style="color:#3366CC;font-size:1.2em;">tar cvzf /tmp/archive2.tgz .</span></code></b></li>
 
    </ul>
 
  </li>
 
  <li>What does the''' z''' option do?</li>
 
  <li>Compare the sizes of '''/tmp/archive1.tar.gz''' and '''/tmp/archive2.tgz'''. Why are they so close in size?</li>
 
</ol>
 
 
 
 
 
==Part 2: Restoring Files From an Archive==
 
#Remain in your '''centos4''' VM.
 
#Create the directory '''/tmp/extract1'''
 
#Change to the '''/tmp/extract1''' directory.
 
#Move the file '''archive1.tar.gz''' to your current directory.
 
#Unzip the first archive you created:
 
#*<b><code><span style="color:#3366CC;font-size:1.2em;">gunzip archive1.tar.gz</span></code></b>
 
#Extract the files from the first archive:
 
#*<b><code><span style="color:#3366CC;font-size:1.2em;">tar xvf archive1.tar</span></code></b>
 
#Are all the files there?
 
#Compare '''/tmp/extract1/README''' and '''/usr/share/doc/sudo*/README'''. Are they exactly the same? Why?
 
#Create the directory '''/tmp/extract2'''
 
#Move the file '''archive2.tgz''' to the '''/tmp/extract2''' directory.
 
#Extract the files from the second archive:
 
#*<b><code><span style="color:#3366CC;font-size:1.2em;">tar xvzf /tmp/extract2/archive2.tar.gz</span></code></b>
 
#Note that this time a separate <b><code><span style="color:#3366CC;font-size:1.2em;">gunzip</span></code></b> command was not needed. Why?
 
#Repeat the previous command, leaving out the option '''z'''. Does it work? Why?
 
#Compare the '''README''' file in this directory with the original file. Are they exactly the same?
 
 
 
'''Answer Investigation 2 observations / questions in your lab log book.'''
 
 
 
 
 
=INVESTIGATION 3: INSTALLING APPLICATIONS WITH YUM &amp; USING SHELL SCRIPTS=
 
 
 
 
 
== Part 1: Managing Applications and Repositories with Yum ==
 
 
 
 
 
{| width="40%" align="right" cellpadding="10"
 
|- valign="top"
 
|colspan="2"|{{Admon/note|Internet Connection|In order for the '''yum install''' command to work you require a connection to the Internet.}}
 
 
 
|}
 
#Perform this section in your '''centos1''' machine.
 
#Issue the command: <b><code><span style="color:#3366CC;font-size:1.2em;">yum install elinks</span></code></b>
 
#Now issue the command: <b><code><span style="color:#3366CC;font-size:1.2em;">yum info elinks</span></code></b>
 
#How can you tell if the elinks package has been installed?
 
#To remove the elinks package issue the command: <b><code><span style="color:#3366CC;font-size:1.2em;">yum remove elinks</span></code></b>
 
# Verify that the elinks package has been removed. Also verify that the application called: '''xchat''' is not installed.
 
# Place your Centos7 Full Install DVD into the DVD drive of your hostmachine.
 
# View the contents of the DVD drive using the file manager application (called '''nautilus'''). Change to the Packages subdirectory. What does this subdirectory contain?
 
# Use a graphical file manager to view the contents of the DVD in your machine.<br><br>'''TIP:''' If you are having problems locating pathname to your DVD, open a terminal, login as '''root''', issue the command: '''mount''', and look for a path-name containing your Centos Install DVD and use that path-name when required later in this section.<br><br>
 
# Open a shell terminal and use the Linux command '''cd''' to change to the '''Packages''' sub-directory (hint: similar path-name as USB, but use '''Centos 7 x86_64/Packages''' and use '''quotes''' " " around full path-name since there are spaces within the pathname).
 
 
 
{| width="40%" align="right" cellpadding="10"
 
|- valign="top"
 
|colspan="2"|{{Admon/note|A Note about Repositories|Since software repositories are on-line storage areas for software for particular Linux distributions, the Linux administrator can enable (add) or disable (remove) additional software repositories. Usually only the basic or "base" repositories are enabled upon Linux installation.}}
 
|}
 
 
 
 
 
:There are a few ways for yum to install applications:
 
 
 
::* '''yum localinstall''' (install rpm files located from the machine via downloads to hard-drive, DVD, etc)
 
::* '''yum install''' (install applications from an online repository)
 
 
 
 
 
<ol>
 
<li value="11">Within the '''Packages''' subdirectory of the '''Centos7 Full Install DVD''', locate the '''rpm''' file that contains the '''xchat''' application (note the full path-name of the file). What do you think is the purpose of the numbers also contained in the filename?</li>
 
<li>Issue the command:  <b><code><span style="color:#3366CC;font-size:1.2em;">yum localinstall "full_pathname_to_xchat_rpm_file"</span></code></b></li>
 
<li>Verify that the '''xchat''' command has been installed.</li>
 
</ol>
 
 
 
{| width="40%" align="right" cellpadding="10"
 
|- valign="top"
 
|colspan="2"|{{Admon/tip|IRCs: A Great Tool for Linux Administrators|Although Search Engines (like Google) are a system administrator's good friend, Internet Relay Chats (IRCs) are also a great tool for system administrators to help obtain information. Many website offer information on how to connect to IRCs (both nodes (eg. FreeNode) and irc channel (eg. #linux).<br><br><u>'''A few tips to consider with IRCs'''</u>:<ul><li>Do your Homework (read docs first!)</li><li>Ask specific questions</li><li>Not all chats are friendly</li><li>Be patient when asking questions (use courtesy)</li><li>The advise is free (you get what you pay for!)</ul>}}
 
|}
 
 
 
<ol>
 
<li value="14">We will now look at how we can add different repositories to our '''centos1''' machine.</li><li>As root, issue the following command: <b><code><span style="color:#3366CC;font-size:1.3em;">yum repolist</span></code></b></li><li>Take a few moments to view the contents of the file. Do you see which repositories are used by the '''yum''' command? Write down the repositories in your lab logbook.</li><li>View the following link to see a general listing of repositories:<br>[ [http://wiki.centos.org/AdditionalResources/Repositories Available Repositories for Centos] ].</li><li>To add this repository, issue the command:<br><b><code><span style="color:#3366CC;font-size:1.3em;">wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm</span></code></b></li><li>To enable the repository in yum, issue the following command:<br><b><code><span style="color:#3366CC;font-size:1.3em;">yum install epel-release-7-5.noarch.rpm</span></code></b></li><li>To clean-up the repository list (including downloading new applications in added repositories), issue the command: <b><code><span style="color:#3366CC;font-size:1.3em;">yum clean all</span></code></b></li><li>To verify that you have added the repository, you can issue the command: <b><code><span style="color:#3366CC;font-size:1.3em;">yum repolist</span></code></b></li><li>Unused and unneeded software can present a security risk and ties up disk space needlessly. Find '''at least 4 other packages''' to remove on your centos1 machine(for example: '''sound & video''', '''games''', etc) that you're not using on your system. Be careful to ensure that removing those packages does not also remove other software that you do need.</li>
 
</ol>
 
 
 
 
 
==Part 2: Practical Application - Compiling Source Code from a Downloaded Archived File==
 
{| width="40%" align="right" cellpadding="10"
 
|- valign="top"
 
|colspan="2"|{{Admon/note|Installing Development Libraries|In the future, remember the above procedure whenever installing software from source. Sometimes, you need to install additional tools or libraries in order to compile a particular software package}}
 
 
 
|}
 
Sometimes, some software may <u>not</u> be available on repositories to install with the '''yum''' command. They may be available from web-pages to download, and compile. Now that you know how to create and decompress "zipped tarball archives", we will demonstrate how to install applications from websites containing these types of archives. Although this method is not as "user-friendly" as using the yum command, this method is useful if the application is NOT contained in regular software repositories...
 
 
 
In order to build software from source code, you must have the appropriate software development tools (such as make and gcc) and libraries (such as GTK) installed. The required tools will vary depending on the computer languages used in the software being built.
 
 
 
# Remain in your  '''centos1''' VM, but make certain that you are logged in as a regular user (i.e. NOT root!).
 
# Perform a Netsearch for the pattern: <b><code><span style="color:#3366CC;font-size:1.2em;">lbreakout2 tar.gz</span></code></b>
 
# Go to aan appropriate webpage and download a "zipped tarball" (compressed source code) for the '''lbreakout2''' game (filename should be something like: '''lbreakout2.tar.gz''')
 
#Change to the directory where you downloaded that file (most likely ''~/Download''s).
 
# Use the tar command to compress the "zipped tarball" called something like (not may be exactly): '''lbreakout2.tar.gz'''.
 
# Change to the directory that contains that ''lbreakout2'' source code.
 
{| width="40%" align="right" cellpadding="10"
 
|- valign="top"
 
|colspan="2"|{{Admon/note|Using '''&amp;&amp;''' and '''&#124;&#124;''' Conditional Statements|A very useful trick when running several commands in sequence is to use conditional statments. The '''&amp;&amp;''' conditional will run the subsequent command only if the previous command returns a true (0) exit status, for example:<br>'''./configure && make'''. The '''&#124;&#124;''' conditional will run the subsequent command only if the previous command returns a false (non-zero) exit status, for example:<br>'''./configure &#124;&#124; echo "Houston, we have a problem"'''. These conditional can be combined, for example:<br>'''./configure && make &#124;&#124; echo "Houston, we have a problem"'''}}
 
|} 
 
<ol>
 
<li value="7">Issue the following command:<br><b><code><span style="color:#3366CC;font-size:1.2em;">./configure && make</span></code></b><br>Most likely, you will get an error. What do you think the error is telling you><br></li>
 
<li>You can use the yum command to install some missing dependencies that should be mentioned in the configure error message.</li>
 
  <li>Reissue the <b><code><span style="color:#3366CC;font-size:1.2em;">./configure && make</span></code></b> command. Where you successful? If not, what do you think is missing?</li>
 
<li>Use the yum command to install the gcc compiler, and issue the <b><code><span style="color:#3366CC;font-size:1.2em;">./configure && make</span></code></b> command again. Where you successful this time?</li>
 
  <li>Run the command <b><code><span style="color:#3366CC;font-size:1.2em;">lbreakout2</span></code></b>. Where you successful?</li>
 
  <li>You need to run a command to make this program available regardless of your current directory. Login as root, and issue the command:<br><b><code><span style="color:#3366CC;font-size:1.2em;">make install</span></code></b></li>
 
  <li>Run the command: <b><code><span style="color:#3366CC;font-size:1.2em;">lbreakout2</span></code></b> . Did it work? What command could you issue to confirm this game was installed without actually running this program?</li>
 
  </ol>
 
 
 
 
 
==Part 3: Automating Routine Tasks (Shell Scripting)==
 
{|width="40%" align="right" cellpadding="10"
 
|- valign="top"
 
|
 
{{Admon/tip|Bash Shell Scripting Tips:|<br><ul><li>'''The Here Document'''<br><br>A neat little trick involving a special type of redirection of stdin symbol: '''&lt;&lt;''' that allows input to be redirected to a command from within the command. <br><br><u>'''Examples''' (try at the shell prompt)</u><br><br>''cat &lt;&lt;+<br>This is a test message<br>This is the second line<br>+''<br><br>''mail -s "test message" youremailaddr &lt;&lt;+<br>This is a test message<br>I hope you like it.''<br>+<br><br>''tr [a-z] [A-Z] &lt;&lt;+<br>i like ops235<br>i love scripting.<br>+''<br><br></li><li>'''Using sed to Manipulate Text'''<br><br>The Linux command '''sed''' stands for <u>'''S'''</u>treaming <u>'''Ed'''</u>itor which is an effective way to manipulate a text file, output sent from a command, or from within a "here document". This command can manipulate matching text on a variety of criteria (such as '''line number(s)''', '''regular expression match''', etc). Commands can then be used for manipulation such as '''omitting''', '''printing''', '''substituting''', '''adding''', and '''inserting''' text.<br><br> The sed option '''-n''' suppresses display of text so the print ('''p''') command can be used; otherwise, the text will be displayed (with edits via the sed command instructions).<br><br>Results of text manipulation with sed can be stored in a variable using command substitution, or redirected to a file. '''NEVER redirect the stdout from a sed command to the same input file (or the input file will be destroyed)!''' <br><br></li><li>'''<u>Examples''' (try at the shell prompt)</u><br><br>''sed 's/&#124;/ /g' &lt;&lt;+<br>I&#124;like&#124;weekends!<br>+''<br><br>''sed 's/$/\n/g' &lt;&lt;+<br>This text<br>should be<br>double-spaced!''<br>+<br><br></li></ul>}}
 
|}
 
 
 
 
 
We will continue with using shell scripts to create a Software Information Report that manipulates output generated by the '''rpm''' command. The '''sed''' and '''awk''' commands are very useful tools in shell scripting to manipulate text. In this lab, we will be using ''sed'' to allow the user to select certain portions from the rpm command (options -qi).
 
 
 
If you require <u>'''additional practice'''</u> in creating shell scripts using the "sed" utility, run the following command in your '''Matrix''' account:<br>'''/home/murray.saul/scripting-4'''
 
<br><br>
 
# Perform the following steps in your '''centos1''' machine for this section.
 
# Open a Bash shell terminal and login as root.
 
# Use a text editor (such as <b><code><span style="color:#3366CC;font-size:1.2em;">vi</span></code></b> or <b><code><span style="color:#3366CC;font-size:1.2em;">nano</span></code></b>) to create a Bash Shell script called: <b><code><span style="color:#3366CC;font-size:1.2em;">packageInfo.bash</span></code></b> in root's home directory.
 
# Enter the following text content into your text-editing session:
 
<code style="color:#3366CC;font-family:courier;font-size:.9em;margin-left:20px;font-weight:bold;">
 
<br>
 
&#35;!/bin/bash <br>
 
<br>
 
&#35; packageInfo.bash<br>
 
&#35; Purpose: Generates a report to displaying specified information of installed software<br>
 
&#35;<br>&#35; USAGE: ./packageInfo.bash [application-name]<br>
 
&#35;<br>
 
&#35; Author: *** INSERT YOUR NAME ***<br>
 
&#35; Date:  *** CURRENT DATE ***<br>
 
<br>
 
if [ $HOME != "/root" ]  # only runs if logged in as root<br>
 
then<br>&nbsp;echo "You must be logged in as root." >&2<br>
 
&nbsp;exit 1<br>
 
fi<br>
 
</code>
 
<br>
 
<ol><li value="4">Save your editing session, but remain in the text editor.</li><li>The code displayed below will require the user to include only one argument after the command (script) which will be the application name. The following code will also generate the report title and current date. Add the following code</li></ol>
 
<br>
 
<code style="color:#3366CC;font-family:courier;font-size:.9em;font-weight:bold;">
 
 
 
if [ $# -ne 1 ]<br>
 
then<br>
 
&nbsp; echo "Your command must have a application-name as argument" >&2<br>
 
&nbsp; echo "USAGE: $0 [application-name]" >&2<br>
 
&nbsp; exit 1<br>
 
fi<br>
 
<br>
 
&#35; Create report title (echo with -e option allows newline \n character to be used)<br>
 
echo -e "\nSOFTWARE PACKAGE INFORMATION REPORT" > /root/package-info.txt <br>
 
echo -e "Date: $(date +'%A %B %d, %Y (%H:%M:%p)')\n\n " >> /root/package-info.txt<br>
 
 
 
</code>
 
<ol><li value="6">Save your editing session, but remain in the text editor.</li><li>The code displayed below uses a trick called the "Here Document" to redirect stdin from within the command (a quick way to display output on the screen). The read command will store the different information report items as words (separated by a space). The sed command used to convert the spaces to pipes (|) and stored into another variable. This allows the sed command to use extended regular expressions to print rpm elements that match those various patterns to be added to the report. Add the following code</li></ol>
 
<br>
 
<code style="color:#3366CC;font-family:courier;font-size:.9em;font-weight:bold;">
 
&#35; Clear screen and use Here Document to display select on report items to read into variable<br>
 
clear<br>
 
cat &lt;&lt;+<br>
 
Available Package Information Items:<br>
 
<br>
 
Name<br>
 
Summary<br>
 
Version<br>
 
License<br>
 
Source<br>
 
URL<br>
 
+<br>
 
read -p "Enter word(s) shown above separated by spaces: " choice<br>
 
<br>
 
&#35; Convert spaces to pipe symbol (|)<br>
 
processedChoice=$(echo $choice | sed 's/ /|/g')<br>
 
<br>
 
&#35; Use sed with extended regular expressions to only print those matching report elements<br>
 
rpm -qi $1 | sed -r -n "/($processedChoice)/ p" &gt;&gt; /root/package-info.txt<br>
 
<br>
 
cat &lt;&lt;+<br>
 
File "/root/package-info.txt" has been created<br>
 
+<br>
 
</code>
 
 
 
<ol>
 
<li value="8">Save, set permissions, and then run that shell script for the application '''gedit'''. Did it create that report? Try running the script without an argument - What did it do? <li>Use the <b><code>wget</code></b> command to download, study, and run the following shell scripts on-line:<blockquote><b><code><span style=" pointer-events:none;cursor:default;color:#3366CC;font-size:1.2em;">https://scs.senecac.on.ca/~murray.saul/packageInfoGraphical.bash</span></code></b></blockquote></li><li>Try to understand what this Bash Shell script does.</li><li>You have completed lab3. Proceed to Completing The Lab, and follow the instructions for "lab sign-off".</li></ol>
 
 
 
'''Answer the Investigation 3 observations / questions in your lab log book.'''
 
 
 
= LAB 3 SIGN-OFF (SHOW INSTRUCTOR) =
 
{{Admon/important|Time for a new backup!|If you have successfully completed this lab, make a new backup of your virtual machines as well as your host machine.}}
 
 
 
===Download and Run Lab3 Checking Script &amp; Show Lab3 Work===
 
 
 
'''Perform the Following Steps:'''
 
 
 
# Make certain that your '''centos1''' and '''centos4''' VMs are running.
 
# Switch to your <u>'''centos1'''</u> machine, open a shell terminal, and login as root.
 
# Issue the Linux command: <b><code><span style="color:#3366CC;font-size:1.2em;">wget http://matrix.senecac.on.ca/~murray.saul/ops235/lab3-check.bash</span></code></b>
 
# Give the '''lab3-check.bash''' file execute permissions (for the file owner).
 
# Run the shell script and if any warnings, make fixes and re-run shell script until you receive "congratulations" message.
 
#Arrange proof of the following on the screen:<br><span style="color:green;font-size:1.5em;">&#x2713;</span> '''centos4''' VM:<blockquote><ul><li> Archived files '''created'''</li><li>Archive files '''restored'''</ul></blockquote><span style="color:green;font-size:1.5em;">&#x2713;</span> '''centos1''' Machine:<blockquote><ul><li> '''One repository added''' for yum</li><li>Output from running the '''lab3-check.bash''' script with all OK messages</li></ul></blockquote><span style="color:green;font-size:1.5em;">&#x2713;</span> '''Lab3''' log-book filled out.
 
 
 
 
 
= Practice For Quizzes, Tests, Midterm &amp; Final Exam =
 
 
 
#What is the purpose of booting into single-user mode?
 
#List the steps in order to boot into single-user mode.
 
#List the steps to reset a forgotten root password.
 
#What is the difference between a .tgz file and a .tar.gz file? What do these stand for?
 
#What is the purpose of a repository?
 
#What is source code?
 
#How do you build software from source code?
 
#What does yum do that compiled source code does not?
 
#Other than running an installed package, what commands can you issue to verify that the package was installed?
 
#List the steps to remove a package via yum command.
 
#List the steps to install a package using the yum command.
 
#List the steps to add a repository to be used with yum.
 
#What is the command to list all repositories associated with the yum command?
 
#What is the command to view all repositories that have been added to-date?
 
#How do you use the '''sed''' command to modify text?
 
#What is the '''Here-Document''', and how can it be used in issuing command and shell scripting?
 
 
 
 
 
 
 
[[Category:OPS235]][[Category:OPS235 Labs]]
 

Latest revision as of 12:56, 15 September 2016

Redirect to: