IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2244


Ignore:
Timestamp:
Oct 29, 2004, 5:29:51 PM (22 years ago)
Author:
jhoblitt
Message:

cluster configuration details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/design/hardware_mgt.tex

    r2243 r2244  
    4444\section{Introduction}
    4545
     46\subsection{Scope}
     47
    4648This document presents the strategy for managing the PS1 IPP Cluster through
    47 it's life-cycle which will span a period of approximately 3 years.  The plan
    48 covers hardware setup, validation, and operations.  The life-cycle has been
    49 broken down into three primary phases which in some cases have been decomposed
    50 into smaller stages and steps for clarity.
     49it's projected life-cycle which will span a period of approximately 3 years.
     50The plan covers hardware setup, validation, operations, and graceful
     51decommissioning.  The life-cycle has been broken down into three primary phases
     52which in some cases have been decomposed into smaller stages and steps for
     53clarity.
    5154
    5255\section{Life-Cycle}
     
    6164\subsubsection{Stage 1}
    6265
    63 
    6466This covers the installation of the nodes, the network equipment plus specing
    6567and acquiring the cluster cabling and the management equipment.  Followed by
    66 the testing of the complete system.   This stage should cover approximately 75
    67 working days.
     68the testing of the integrated system.   This stage should cover approximately
     6975 working days.
    6870
    6971\paragraph{Step 1}
     
    7274additional racks for the core switch and management equipment.  The racks will
    7375need to be unpackaged, inspected for physical damage, and positioned in the
    74 data center.  Once the racks are in their final configuration and the core
    75 switch has been mounted, the lengths for network and management cabling will
    76 be measured and the appropriate cabling ordered.  In addition, the type
    77 (110v/220v) and number of network managed power strips that are required will
    78 have to be determined and ordered.  There will be a slack period of
    79 approximately one month awaiting order fulfillment.
     76data center.
     77
     78Once the racks are in their final configuration and the core switch has been
     79mounted, the lengths for network and console server cabling will be measured
     80and the appropriate cabling ordered.  The network cabling shall be black PVC or
     81Plenum rated Category 6 RJ-45 patch cables.  The network console server cabling
     82shall be red PVC or Plenum rated Category 6 RJ-45 patch cables.
     83
     84Console server server equipment and network managed power strips will then be
     85ordered.  The number and type of network managed power strips will depend on
     86whether 110v or 220v electricity is available.  The console server equipment and
     87managed power strips should inter-operate to provide a unified cluster
     88management system.
     89
     90There will be a slack period of approximately one month awaiting order
     91fulfillment.
    8092
    8193\paragraph{Step 2}
    8294
    83 The network and console wiring will be installed and connected to the ether
    84 the core switch or the console servers.  The IPP Cluster Test Plan can then
    85 begin.
     95The network and console wiring will be installed and connected to the ether the
     96core switch or the console servers.  The node naming convention shall be in the
     97format of "ippxxx", where "xxx" is an integer sequentially assigned from the
     98range [000..999].  Each node shall have one of it's gigabit Ethernet ports
     99connected to the core switch by a Category 6 network patch cable.  The core
     100switch shall have four 48-port gigabit Ethernet modules and one fourth of the
     101nodes shall be connected to each of those modules.  The core switch shall be
     102configured such that all of the Ethernet ports are in the same VLAN.
     103
     104The nodes shall have a \tbd{Linux 2.6 based operating system that meets the
     105requirements defined in Software Requirements Specification (PSDC-430-005)}
     106installed on them.  This shall be accomplished by setting up temporary DHCP and
     107TFTP servers, booting the nodes from the network via PXE, and installing a
     108local operating system image with SystemImager.  The nodes shall each be
     109assigned a permanent IP address in an RFC 1519 Class C equivalent or larger
     110address space.  If private IP address space, as defined in RFC 1918, is to be
     111used for the IPP Cluster then special coordination will need to be made with
     112the IFA due to possible network routing issues between other PS1 data systems
     113and the IPP Cluster.  The IP address allocation for the nodes shall be
     114sequentially from the beginning of the address space with the first two IP
     115address reserved for the gateway.  \tbd{The IP address of all of the IPP
     116cluster nodes should be recorded into the "/etc/hosts" file on every node to
     117prevent DNS look-ups during inter-cluster communication}
     118
     119\begin{center}
     120\begin{tabular}{ll}
     121Node    &IP address\\
     122\cline{1-2}
     123(reserved)  &x.x.x.1\\
     124(reserved)  &x.x.x.2\\
     125ipp000      &x.x.x.3\\
     126ipp001      &x.x.x.4\\
     127ipp002      &x.x.x.5\\
     128\cline{1-2}
     129\end{tabular}
     130\end{center}
     131
     132The IPP Cluster Test Plan can then begin.
    86133
    87134\subsubsection{Stage 2}
     
    129176deactivated.  The deactivated nodes shall be stored for possible reuse with
    130177PS4.  This phase will last approximate one year.
     178
     179\pagebreak
    131180
    132181\section{Schedule}
Note: See TracChangeset for help on using the changeset viewer.