welcome: please sign in

Diff for "AdminArea"

Differences between revisions 154 and 173 (spanning 19 versions)
Revision 154 as of 2011-02-24 21:16:28
Size: 4966
Editor: ClintonEbadi
Comment: link to version control admin info
Revision 173 as of 2013-05-30 18:43:12
Size: 4519
Editor: ClintonEbadi
Comment: step three: remove redundant (and outdated) information better represented on Hardware
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
From my experience, I would recommend longer pages, instead of dividing a topic into lots of subpages. When there are too many subpages, I've found that some will be updated, and some will fall out of date. (Of course, use your judgment here.)

Admins: it is recommended that you watch the changes [[http://wiki.hcoop.net/RecentChanges?action=rss_rc&diffs=1&ddiffs=1|RSS feed]] to keep informed of what everyone is up to. Then, please document all of your work on here somewhere - that way we will not only have a record, but everyone gets notified about what is going on. Alternatively, you can create a wiki account and subscribe to the page regex `.*` (all pages).
Line 14: Line 11:
== To be an admin ==
Line 15: Line 13:
== To be an admin ==
Line 18: Line 15:
 * TipsAndTricks {{{#!wiki tip
Admins: it is recommended that you watch the changes [[http://wiki.hcoop.net/RecentChanges?action=rss_rc&diffs=1&ddiffs=1|RSS feed]] to keep informed of what everyone is up to. Then, please document all of your work on here somewhere - that way we will not only have a record, but everyone gets notified about what is going on. Alternatively, you can create a wiki account and subscribe to the page regex `.*` (all pages).
}}}
Line 21: Line 20:
Line 25: Line 25:
 * AddingNewAdmins: Documented procedures for adding new admin accounts
Line 31: Line 30:
 * DaemonFileSecurity  * DaemonDocumentation: manuals for core services with which you should be familiar
 * SystemArchitecture
Line 33: Line 33:
 * AuthenticationScheme
 * [[OpenLDAP]]
Line 38: Line 36:
 * [[Code]] - Details of HCoop-specific code kept in git.hcoop.net  * [[Code]]: Details of HCoop-specific code kept in git.hcoop.net
 * [[OpenLDAP]]
Line 43: Line 42:
 * [[Migration2009]]
   * [[Migration2009/SoftwareSetup]]
   * Migration2010Notes: Notes about the new server setup and way to transfer over old data

=== Technical Records ===
Line 53: Line 47:
== Hardware / On-Site Infrastructure ==
Line 54: Line 49:
=== Views ===  * [[Hardware]]: information on the colocation facility and the physical/virtual machines we are using. Tips on using service processors etc. are here.
 * InstallationProcedure: how to install a machine that adheres to our policies
   * KernelVirtualMachine: how we are using libvirt
   * SetupNewMachines: The ''old'' guide to installing a machine that adheres to our policies
 * KvmAccess: How to use the remove KVM and avoid going on site
Line 56: Line 55:
 * Fritz.hcoop.net - [[http://fritz.hcoop.net/munin/|Munin reports]] == Software ==
Line 58: Line 57:

== Specific Machines ==
This documents machine-specific (hardware) things, or specific configuration necessary for ''that machine''.

 * [[Hardware]]
 * SetupNewMachines: How to install a machine that adheres to our policies
 * KvmAccess: How to use the remove KVM and avoid going on site.
 * deleuze
   * PowerEdge2850 is about '''deleuze'''
   * RebootingDeleuze: Steps to take after rebooting deleuze.
 * mire
   * RebootingMireSp: How to reboot mire using its SP interface.
 * hopper
   * HopperServiceProcessor
 * fritz
   * FritzInfo
 * outpost
   * OutpostInfo


== Services ==
This documents all software things that are not machine specific.
This documents all software things that are not specific to the on-site infrastructure.
Line 83: Line 61:
 * AuthenticationScheme
Line 85: Line 64:
 * ResourceLimits
 * InstalledSoftware lists non-debian installed software.
 * DebianArchive: Our local debian mirror for distributing custom packages
 * ConfigurationManagement: How we manage system wide configuration
Line 88: Line 67:
 * UsingResourceLimits If this is still accurate, we should move it to MemberManual area.
Line 90: Line 68:
   * UserManagement only talks about adduser/deluser right now.    * UserManagement
Line 92: Line 70:
   * AdminUserSetup lists steps to create (blank), delete, and change passwords of admin users.
   * ChangingAdminPassword: How admins can change their UNIX passwords.
   * AdminUserSetup, AddingNewAdmins, ChangingAdminPassword: lists steps to create (blank), delete, and change passwords of admin users.
Line 96: Line 73:
   * DaemonAdmin: How to set up various daemons (NOTE: many of the services below are linked from here. We should migrate the contents of this page onto the outline below.).
<<Include(DaemonAdmin, ,to="^----$")>>
Line 106: Line 83:
   * CertificateAuthority: How to sign user SSL certificates and the like.
   * WebServicesAdmin: How to administer hcoop provided web services
Line 112: Line 91:
 * jabber  * JabberAdmin
Line 114: Line 93:
 * Other
   * CertificateAuthority: How to sign user SSL certificates and the like.

   
Line 120: Line 96:
Pages no longer considered relevant: Pages no longer considered relevant, but may be of historical interest:
Line 122: Line 98:
 * UsingResourceLimits
 * DaemonFileSecurity
 * ResourceLimits
 * TipsAndTricks
Line 126: Line 106:
 * [[Migration2009]] (never happened, staying at Peer1 was a better choice after all)
   * [[Migration2009/SoftwareSetup]]
 * InstalledSoftware

----
CategorySystemAdministration

Admin Area

Links to detailed policies, procedures and information specific to HCoop. The resources here should allow HCoop admin team members to share information about every part of the complete system, and to allow easier training of future team members.

To be an admin

Sections you should read if you are interested in being an admin.

Admins: it is recommended that you watch the changes RSS feed to keep informed of what everyone is up to. Then, please document all of your work on here somewhere - that way we will not only have a record, but everyone gets notified about what is going on. Alternatively, you can create a wiki account and subscribe to the page regex .* (all pages).

Admins and Admin Responsibilities

Introductory material

Refer to documentation of each of the listed components. The information in our Wiki pages covers only the most basic principles, and quickly focuses on HCoop-specific setup, assuming skillset with the technology.

Planning and Records

  • ToDo: Both short term and longer term meta-planning.

  • IpAddresses: Listing of IPs that we use.

  • Hardware: Information on HCoop hardware.

  • HcoopAddresses: Physical addresses relevant to us.

  • OnSiteVisits: Records of visits by HCoop volunteers to our colocation facilities

Hardware / On-Site Infrastructure

  • Hardware: information on the colocation facility and the physical/virtual machines we are using. Tips on using service processors etc. are here.

  • InstallationProcedure: how to install a machine that adheres to our policies

  • KvmAccess: How to use the remove KVM and avoid going on site

Software

This documents all software things that are not specific to the on-site infrastructure.

General Sysadmin

Specific Services

Historical

Pages no longer considered relevant, but may be of historical interest:


CategorySystemAdministration

AdminArea (last edited 2020-08-23 22:16:03 by ClintonEbadi)