Skip to content

Management_Node_Setup_Verification

ligc edited this page Jul 30, 2015 · 7 revisions

Table of Contents

{{:Design Warning}}

Overview

This design is for a routine that will verify the Management Node installation and database setup after install or upgrade. It is expect that the routine will continuously be updated with new checks as we find they are needed. The following checks are needed and appropriate warnings will be display.

General

  • Checks policy table for default xCAT policy setup (getpostscript, getcredentials,syncfiles,...)

  • Runs Utils->checkCredFiles - which checks to see if ssh keys and credentials are setup for install

  • The xCAT and dependency packages have been installed

  • All the processes of xCAT have been started

  • The xcatconfig has been run correctly. The attributes in the site,policy tables; the credentials (the files in .xcat/, .ssh/, /etc/xcat, /install/postscripts/);

  • The syslog has been configured

  • The service tftp, nfs, http, tftp, dhcp, conserver, dns have been started and has the correct configuration

  • Disabled the selinux and iptables

  • Network issue:

  • Select the correct IP for site.master

  • The correct network entries have been added into the networks table

  • The dns has been configured correctly (site.domain, site.forward, site.nameserver, /etc/resolv.conf)

  • dhcp listening port

  • Database issue

See [Health_Check_Script_Framework] mini-design for more ideas.

Linux Specific

AIX Specific

News

History

  • Oct 22, 2010: xCAT 2.5 released.
  • Apr 30, 2010: xCAT 2.4 is released.
  • Oct 31, 2009: xCAT 2.3 released. xCAT's 10 year anniversary!
  • Apr 16, 2009: xCAT 2.2 released.
  • Oct 31, 2008: xCAT 2.1 released.
  • Sep 12, 2008: Support for xCAT 2 can now be purchased!
  • June 9, 2008: xCAT breaths life into (at the time) the fastest supercomputer on the planet
  • May 30, 2008: xCAT 2.0 for Linux officially released!
  • Oct 31, 2007: IBM open sources xCAT 2.0 to allow collaboration among all of the xCAT users.
  • Oct 31, 1999: xCAT 1.0 is born!
    xCAT started out as a project in IBM developed by Egan Ford. It was quickly adopted by customers and IBM manufacturing sites to rapidly deploy clusters.
Clone this wiki locally