© 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Installation & management of SUSE.

Slides:



Advertisements
Similar presentations
© 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Installation & management of SUSE.
Advertisements

© 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Installing and configuring Debian.
© 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Installation & management of SUSE.
Advanced Piloting Cruise Plot.
Copyright © 2003 Pearson Education, Inc. Slide 9-1.
Chapter 1 The Study of Body Function Image PowerPoint
1 Copyright © 2013 Elsevier Inc. All rights reserved. Appendix 01.
Business Transaction Management Software for Application Coordination 1 Business Processes and Coordination.
17 Copyright © 2005, Oracle. All rights reserved. Deploying Applications by Using Java Web Start.
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Title Subtitle.
DISTRICT AND SCHOOL ASSESSMENT & TECHNOLOGY COORDINATOR ONLINE TESTING WEBINAR FEBRUARY 7 AND 9, 2012 Washington Online Testi ng OSPI Office of Superintendent.
Exit a Customer Chapter 8. Exit a Customer 8-2 Objectives Perform exit summary process consisting of the following steps: Review service records Close.
My Alphabet Book abcdefghijklm nopqrstuvwxyz.
1 Linux IP Masquerading Brian Vargyas XNet Information Systems.
DIVIDING INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
FACTORING ax2 + bx + c Think “unfoil” Work down, Show all steps.
Addition Facts
Year 6 mental test 10 second questions
ZMQS ZMQS
Excel Functions. Part 1. Introduction 2 An Excel function is a formula or a procedure that is performed in the Visual Basic environment, outside the.
Presented by Brad Jacobson The Publisher on the Web Exploiting the new online sales channels.
Richmond House, Liverpool (1) 26 th January 2004.
REVIEW: Arthropod ID. 1. Name the subphylum. 2. Name the subphylum. 3. Name the order.
Lesson 6: Configuring Servers for Remote Management
© 2009 VMware Inc. All rights reserved View Pool Image Configuration Considerations for Gold Images around Application virtualization and performance.
Chapter 1: Introduction to Scaling Networks
ABC Technology Project
1 of 27 DA1241 Archive Companies Last updated: March-2004 DA1241 Archive Companies.
August 2012 This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit
70-270: MCSE Guide to Microsoft Windows XP Professional Second Edition, Enhanced Chapter 3: Using the System Utilities.
OFFICE OF SUPERINTENDENT OF PUBLIC INSTRUCTION Division of Assessment and Student Information Online MSP Testing Technology & Assessment Coordinator Training.
Chapter 11: The X Window System Guide To UNIX Using Linux Third Edition.
25 July, 2014 Hailiang Mei, TU/e Computer Science, System Architecture and Networking 1 Hailiang Mei Remote Terminal Management.
VOORBLAD.
15. Oktober Oktober Oktober 2012.
Factor P 16 8(8-5ab) 4(d² + 4) 3rs(2r – s) 15cd(1 + 2cd) 8(4a² + 3b²)
Squares and Square Root WALK. Solve each problem REVIEW:
© 2012 National Heart Foundation of Australia. Slide 2.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
RH030 Linux Computing Essentials
Understanding Generalist Practice, 5e, Kirst-Ashman/Hull
SIMOCODE-DP Software.
GG Consulting, LLC I-SUITE. Source: TEA SHARS Frequently asked questions 2.
Macromedia Dreamweaver MX 2004 – Design Professional Dreamweaver GETTING STARTED WITH.
Security Systems BU Communication SystemsDCN ST/SEU-CO 1 DCN MPCC IO ASM ClientPC Installing the Application Software Modules on the Client.
Addition 1’s to 20.
25 seconds left…...
Services Course Windows Live SkyDrive Participant Guide.
1 Institutional Repository Workshop 1 – 3 April 2009 Presented by Leonard Daniels.
Januar MDMDFSSMDMDFSSS
Week 1.
We will resume in: 25 Minutes.
©Brooks/Cole, 2001 Chapter 12 Derived Types-- Enumerated, Structure and Union.
© Ericsson Interception Management Systems, 2000 CELLNET Drop Administering IMS Database Module Objectives To add a network elements to the database.
Intracellular Compartments and Transport
PSSA Preparation.
VPN AND REMOTE ACCESS Mohammad S. Hasan 1 VPN and Remote Access.
Essential Cell Biology
A Guide to Unix Using Linux Fourth Edition
Introduction to ikhlas ikhlas is an affordable and effective Online Accounting Solution that is currently available in Brunei.
What’s new in WebSpace Changes and improvements with Xythos 7.2 Effective June 24,
TCP/IP Protocol Suite 1 Chapter 18 Upon completion you will be able to: Remote Login: Telnet Understand how TELNET works Understand the role of NVT in.
SUSE Linux Enterprise Desktop Administration Chapter 6 Manage Software.
SUSE Linux Enterprise Desktop Administration
Presentation transcript:

© 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Installation & management of SUSE Enterprise Linux 8 Managing a SUSE Linux system Module 4

SUSE Linux system management overview System management overview Critical control files ( /etc/rc ) System Bootstrap process Head and headless management (X-Win vs. Webmin) Text based management YOU (YAST Online Update) Production options

RPM-based Linux SUSE is an RPM-based Linux distribution File placement is the same as Red Hat (more or less) SUSE made their own choices about what packages to use and what default to use

SUSE Linux customization Examples of SUSE customization include: SUSE uses postfix rather than sendmail SUSE defaults to KDE rather than Gnome SUSE wont include scripts written by Red Hat ( /sbin/service ) – making for some incompatibility

SUSE Linux - /etc/ The /etc directory for Red Hat & SUSE contains: *.conf files (nsswitch.cont, resolv.conf, etc) *rc files (procmailrc, bashrc, etc.) Classic configuration files (host, passwd, shadow, profile, etc) Red Hat defines the /etc directory – In the initscripts RPM SUSE defines the /etc directory – Outside the RPM system

SUSE Linux - /etc/rc.d, /etc/init.d SUSE has chosen a slightly different file layout for the /etc/rc.d directory. Most important is the placement and contents of /etc/rc.d. Typical Red Hat: ls -ld init.d rc.d lrwxrwxrwx 1 root root 11 Sep 14 11:56 init.d -> rc.d/init.d drwxr-xr-x 10 root root 4096 Sep 24 08:17 rc.d Typical SUSE: ls -ld init.d rc.d drwxr-xr-x 11 root root 4008 Jan 31 08:04 init.d lrwxrwxrwx 1 root root 6 Dec 15 10:53 rc.d - > init.d

SUSE Linux - /etc/rc.d, /etc/init.d The distinction between SUSE and Red Hat becomes important when repairing symbolic links and when writing rc start up scripts. As a result the /etc/rc.d directories look different.

SUSE rcn.d directories Under SUSE the rcn.d directories are inside the /etc/init.d directory:

Red Hat rcn.d directories Under Red Hat the rcn.d directories are inside the /etc/rc.d directory:

SUSE Linux - /etc/rc.d, /etc/init.d In all cases scripts that call /etc/init.d/script will work While scripts that call /etc/rc.d/init.d/script will only work in Red Hat SUSE /etc/inittab reflects the difference

Red Hat /etc/inittab file Red Hats /etc/inittab :

SUSE /etc/inittab file SUSEs /etc/inittab:

SUSE Linux - Startup The tasks that are run in init state 5 are almost the same in Red Hat and SUSE SUSE:

SUSE Linux - Startup The tasks that are run in init state 5 are almost the same in Red Hat and SUSE. Red hat:

SUSE Linux - Startup The astute observer will see that Red Hat uses xinet to control network interfaces, SUSE uses the inet system. Because xinet has fire-walling capability built in and inet doesnt: SUSE must rely heavily on the SUSE firewall for security SUSE administrators should set up TCP-wrappers

SUSE management choices This webinar is about SUSE Enterprise Server. Do you need X-Windows to manage a server? That depends! Is this your only server? Do you need to manage this machine remotely? How sophisticated are your administrators?

SUSE X-Windows management (1 of 2) Your management choices are limited to: X-Window based management Webmin based management Command line based management Other management systems ???

SUSE X-Windows management (2 of 2) X-Windows based management is best for standalone servers. Console is a PC mouse, keyboard and monitor or remote X-Window console X-Windows has many tasks that consume major system resources but are rarely used X-Windows can be used on-demand from the console: startx

SUSE Webmin management Webmin is a small web based administration system written in Pearl. Very useful for headless administration. Lightweight web server Uses resources sparingly Accessible via https from anywhere Not all applications can be managed from Webmin

SUSE command line management Command line via ssh Low overhead Accessible from anywhere Requires the most detailed knowledge of system management

SUSE X-Windows and YaST SUSE can be administered via X-Windows and YaST

Getting Webmin Webmin is an RPM or Tar package designed to run on most Unix and Linux systems. Webmin is designed for plug-in modules written in Pearl. It may be obtained from:

SUSE Linux – Command line SUSE Linux can be managed from the command line. Individual command files may be edited and YaST can also be run from a telnet or ssh session

SUSE – Automatic maintenance (1 of 2) All Linux distributions include an automatic maintenance system Red Hat – up2date (by subscription) SUSE – YOU - YaST Online Update (by Subscription) Generic – autorpm (see

SUSE – Automatic maintenance (2 of 2) Advantages of YOU - YaST Online Update – Timely updates – Security patches often issued before public announcements are made Drawbacks of YOU – Subscription basis only – Will only update SUSE RPM packages – Will NOT update RPM packages from 3rd parties You may still need to run autorpm.

Automatic maintenance with YOU (1 of 2) Launch YOU from YaST – really!

Automatic maintenance with YOU (2 of 2) Administrative choices: Update automatically or manually Update from SUSE web web site (Youll need an account) another repository: – A local directory – Via FTP – Via HTTP – Via Samba – Via NFS – Via CD or DVD

SUSE Linux – Headless management A large number of SUSE Linux servers are remotely managed headless systems. The problems of remote headless management are: 1.Usually cannot be managed via X-Window 2.Must be managed via ssh or Web interface 3.Only ssh and text based YaST are included with SUSE Linux Enterprise Server 8 Webmin is a good web based remote management system. Well look at Webmin shortly.

Learning check