Softpanorama
(slightly skeptical) Open Source Software Educational Society

May the source be with you, but remember the KISS principle ;-)

Softpanorama Search

Reboot the system and perform post-install configuration

Open Yast2 and make the following configuration changes:

  1.  ___  In Security and Users tab select Local Security and modify default local security policies
     
  2. In User management select expert option
  3. Prepare for sudo: In group management chose system group and add yourself to wheel group.
     
  4. ___ Configure  NTP
  5. ___ Verify if telnet is installed. 
  6. ____ Verify if pure-ftpd is installed.

    Note: if you have a lot of Red Hat servers you can install  vsftpd  FTP daemon instead for consistency...

     

  7. ___   Modify /etc/hosts           
  8. ___  Modify /etc/services adding those that you need (for example SecurID)
     
  9. ___ Verify that you can access internet using FireFox.  Set proxy.
     

  10. ___ Verify NIC speed
     
  11. Notes

Install additional packages (generic post-install staff)

  1. ___ Install additional utilities from Suse 10 DVD
  2. ___ Update/update  Shells
  3. ___ Modify crontab adding standard corporate scripts, if necessary 
     
  4. Notes

Verify and enable standard daemons

  1. Configure SSH for applications, if necessary (SSH is enabled out of the box in Suse)
    1. Disable SSH 1 protocol  in /etc/ssh/ssh_config
    2. You may wish to restrict IP range for SSHD daemon
     
  2. ___ Verify is xinetd is running and if necessary enable it (you can do it from Yast/Network services or console). From console:

    service --status-all

    Checking for service xinetd: unused

    chkconfig xinetd on

  3. Enable telnet and pure-ftpd, if nessesary
  4. Notes

Configure accounts and groups

Note: The best way is to use Red Hat style of primary group assignments: each user has GID identical to UID and all enrollment into groups is done in /etc/group

  1. ___ Install standard accounts via script
    • Note: Use bash as the default shell for all human users
  2. ___ Group staff should contain software application owners who use the servers and periodically are  grated root for maintainance).
     
  3. ___ Group operators should contain operators
     
  4. ___  Enroll yourself into the group wheel.
     
  5. ___  Edit /etc/sudoers to make group wheel root equivalent.

Create application specific users and home directories

  1. ___  Create application specific users and directories
     
  2. ___  Enable NSF Create NFS mounts, if necessary
     
  3. Notes


 

  1. Notes


Copyright © 1996-2009 by Dr. Nikolai Bezroukov. www.softpanorama.org was created as a service to the UN Sustainable Development Networking Programme (SDNP) in the author free time. Submit comments This document is an industrial compilation designed and created exclusively for educational use and is placed under the copyright of the Open Content License(OPL). Site uses AdSense so you need to be aware of Google privacy policy. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.

Disclaimer:

Last modified: August 21, 2009