RH133读书 笔记(4) - Lab 4 System Services
Lab 4 System Services
Goal: Develop skills using system administration tools and setting up and administering CUPS.
Estimated Duration: 30
Sequence 1: Using cron
Scenario: You want to know some information about the status of the system every ten minutes today to help investigate some performance issues you have been having. You suspect it might be memory or I/O related and want to keep an eye on those resources.
Deliverable: A cron job that runs every ten minutes today between the hours of 0800 (8:00 AM) and 1700 (5:00 PM).
Instructions:
1. Using crontab -e create a cron job that executes /usr/bin/free and /bin/ps every 10 minutes between 0800 (8:00 am) and 1750 (5:50 pm).
a. As root, use the command crontab -e to edit your cron file. (If you are not comfortable with vi, export an EDITOR environment variable to set another editor.)
b. Enter the following line in your crontab file:
*/10 8-17 * * * /usr/bin/free; /bin/ps
2. How could you send the output from these cron jobs to another e-mail address?
You can set the MAILTO=user variable or use command | mail -s test user
3. Use mail, or mutt as root to check for email from the cron job you have scheduled.
4. Be sure to delete your cron job when you have received several emails from it.
Sequence 2: Logging to a centralized log host
Scenario: Your boss thinks it is a great idea to have one central logging host.
Work together with your neighbor. Set up one machine as the log server and the other as a log client
Instructions:
1. First, on the log server set up syslogd to accept remote messages.
a. Edit /etc/sysconfig/syslog:
SYSLOGD_OPTIONS=“-r -m 0”
b. Restart syslogd:
# service syslog restart
2. On the log client set up syslogd to send messages from the user facility to the log server.
a. Append in /etc/syslog.conf the following line:
user.* @192.168.0.X
b. Restart syslogd.
# service syslog restart
3. Test the new setup by using logger to generate a syslog message. Does the message appear in your neighbor's /var/log/messages?
# logger -i -t yourname "This is a test"
Sequence 3: Setting up a printer and administering a printer with CUPS.
Instructions:
1. Use system-config-printer to create a local queue named testprinter using the generic Postscript printer driver
a. As root run system-config-printer or select System->Administration->Printing in the graphical interface.
b. Click New Printer
c. Enter the text: testprinter in the Printer Name field and click Forward.
d. Select Serial Port #1 from the Select Connection. This describes a locally-connected printer. Click Forward.
e. Select Generic from the Makes list and click Forward.
f. Scroll down to and select Postscript Printer from the Models list and click Forward.
g. Click Apply.
h. After a short pause, you should see your new printer in the Local Printers section of the main interface.
2. Make testprinter your default printer and print a test page.
a. Select testprinter from system-config-printer's Local Printers list to display its settings interface. Note that there are many new configuration options available once the printer has been created.
b. Click Make Default Printer.
c. Click Print Test Page. Click OK in the confirmation dialog.
d. If you are using Gnome, a printer icon should appear in in the corner of your screen. Click this icon and you will see your test page waiting to print. Since your printer does not actually exist, this will never happen, so you may wish to remove the print job by right-clicking on it and selecting Cancel Documents.
3. Use the lp command to print the file /root/install.log from the command line. Since you do not have a real printer attached, this job will be queued forever. Verify the status of the print queue with lpstat and then remove the print job with cancel.
a. # lp /root/install.log
b. # lpstat
(Note: you should see at least one print job active for root with Job number 1. If your test page is still in the queue, you should see it as well)
c. Type the command: cancel 1 to remove the job.
d. Type the command: lpstat The job should now be removed.
RH133读书 笔记(4) - Lab 4 System Services的更多相关文章
- RH133读书笔记(11)-Lab 11 System Rescue and Troubleshooting
Lab 11 System Rescue and Troubleshooting Goal: To build skills in system rescue procedures. Estimate ...
- RH253读书笔记(2)-Lab 2 System Resource Access Controls
Lab 2 System Resource Access Controls Goal: To become familiar with system resource access controls. ...
- RH253读书笔记(1)-Lab 1 System Monitoring
Lab 1 System Monitoring Goal: To build skills to better assess system resources, performance and sec ...
- RH133读书笔记(1)-Lab 1 Managing Startup
Lab 1 Managing Startup Goal: To familiarize yourself with the startup process System Setup: A system ...
- RH133读书笔记(2)-Lab 2 Working with packages
Lab 2 Working with packages Goal: To gain working experience with package management System Setup: A ...
- RH133读书 笔记(5) - Lab 5 User and Group Administration
Lab 5 User and Group Administration Goal: To build skills for user and group administration. Estimat ...
- RH133读书 笔记(3) - Lab 3 Configuring the kernel
Lab 3 Configuring the kernel Goal: Develop skills tuning the /proc filesystem. Gain some experience ...
- RH133读书笔记(6) - Lab 6 Adding New Filesystems to the Filesystem Tree
Lab 6 Adding New Filesystems to the Filesystem Tree Goal: Develop skills and knowlege related to par ...
- RH133读书笔记(9)-Lab 9 Installation and System-Initialization
Lab 9 Installation and System-Initialization Goal: Successfully install Red Hat Enterprise Linux. Sy ...
随机推荐
- uboot启动阶段修改启动参数方法及分析
作者:围补 本来启动方式这节不是什么复杂的事儿,不过想简单的说清楚明白,还真是不知道怎么组织.毕竟文字跟有声语言表达有别.但愿简单的东西别让我讲的太复杂! Arm板系统文件一般有三个——bootloa ...
- Windows 10Bash命令
Windows 10预览版14316开启Bash命令支持 00x0 前言 4月7日凌晨,微软推送了最新的Windows 10一周年更新预览版14316,其中重要的是原生支持Linux Bash命令行支 ...
- Android 一些错误
android fragment里面放viewpager 嵌套fragment 报错: 解决:在adapter的构造方法里加上 super(fragment.getChildFragmentManag ...
- PDF数据防扩散系统方案
在企业信息化过程中.大量的企业重要图纸和资料都是以电子文件的方式存在.为了避免内部关键数据的外泄,採取了多种方式:设计部门的门禁管制.防火墙.禁止计算机的USB接口等等. 可是泄密问题还是时有发生,原 ...
- .Net程序猿玩转Android开发---(7)相对布局RelativeLayout
相对布局RelativeLayout是Android布局中一个比較经常使用的控件,使用该控件能够布局出适合各种屏幕分辨率的布局,RelativeLayout採用相对位置进行 ...
- 黄聪:Microsoft Enterprise Library 5.0 系列教程(一) Caching Application Block (高级)
原文:黄聪:Microsoft Enterprise Library 5.0 系列教程(一) Caching Application Block (高级) Caching Application Bl ...
- Cocos2d-x 3.0 红孩儿私人义务教育 - 第一章 熟人Cocos2d-x 3.0project
Cocos2d-x 3.0 红孩儿私家必修 前言: 时光飞逝,每每看到博客上的回复和微博上的鼓舞,总会认为亏欠大家点什么.停下来太久.总是认为不太对劲,哈哈,时习之吧,望以此勉励大家. 红孩儿C ...
- spring问题排查-调低日志等级
问题描写叙述 1. 页面经过一次改动后,提交后页面出现400错误,可是后台并没有输出不论什么错误信息. 2. debug监听应页面对应的提交链接也没有不论什么反应(没有进入后台的controller方 ...
- 【python下使用OpenCV实现计算机视觉读书笔记4】保存摄像头视频
读取摄像头内容,然后保存一段十秒钟的视频. import cv2 cameraCapture = cv2.VideoCapture(0) fps = 30 # an assumption size = ...
- Linux内核源代码的学习过程转换完成细节
linux中的进程是个最主要的概念,进程从执行队列到開始执行有两个開始的地方, 一个就是switch_to宏中的标号1:"1:/t",//仅仅要不是新创建的进程,差点儿都是从上面的 ...