This version is not released yet!!
These are the changes since the xCAT 2.6.2 release.
New Function and Changes in Behavior
- New Commands. See corresponding man pages for details:
- swapnodes - for Power 775 Availability Plus support
- Enhanced Commands. See corresponding man pages for details:
- lsdef
- "-c" flag to display node information in compressed mode
- "--osimage" flag to list the osimage information for the node
- dumpxCATdb and restorexCATdb will honor a new site.skiptables attribute to limit the tables that are dumped and restored
- updatenode added support to just sync files to the service nodes ( -f flag)
- Support for Power 775 Clusters:
- Direct FSP Management(DFM) initial release, see [XCAT_Power_775_Hardware_Management#xCAT_Direct_FSP_and_BPA_Management_Capabilities] for more details.
- rpower - Transition low power states, exit/enter rack standby, on/off/query of power state for CEC and LPAR
- rcons - Remote Console
- rflash - Firmware support for FSP and BPA
- rinv - Get the firmware level of FSP and BPA; get the deconfigured resource of CEC
- rvitals - Display LCD values; Get the rack environmental information
- getmacs - HFI MAC Address information collection
- mkhwconn/rmhwconn - Make and remove FSP and BPA hardware connections
- lshwconn - List hardware connection status
- rnetboot - Remote network boot
- lsvm/chvm - LPAR list, creation and removal; I/O slot assignment, get and set of LPAR name
- rbootseq - Sets the net or hfi device as the first boot device for the specified PPC LPARs
- rspconfig - FSP and BPA password support; get and modify the frame number, get and set of frame name
- Redundancy FSP/BPA support
- Energy management for Power 775 servers. FFO (Fixed Frequency Override) for Power 775 servers that the accurate CPU frequency can be set to the server. See the renergy command.
- Boot over HFI for AIX 7.1 and RHEL6
- Power 775 HFI mac address failover support
- Hardware replacement procedure for Power 775 Availability Plus. See [Power_775_Cluster_Recovery]
- DB2 WSE support. See [Setting_Up_DB2_as_the_xCAT_DB]
- iSCSI dump on AIX 7.1, kdump on RHEL6
- HA MN support(experimental). See [Shared_Disks_HA_Mgmt_Node]
- External NFS server support (experimental). See [External_NFS_Server_Support_With_Linux_Statelite]
- Service node manual failover (experimental)
- Provisioning method=osimage for Linux. See [Using_Provmethod=osimagename]
- HPC integration enhancements:
- Rolling Update support for pLinux clusters and AIX clusters. See [Rolling_Update_Support]
- ddns plugin is the default dns handler. See [Cluster_Name_Resolution]
- The optional ddns plugin available for dynamic DNS support from xCAT 2.5 is not optional anymore. It is the only one shipped, and supported as of 2.6. The bind.pm plugin has been removed. If you want to keep the existing DNS settings made by xCAT BIND, then you should not run any "makedns" commands. If you want to use the Dynamic DNS feature then you must run "makedns -n" to refresh the DNS settings.
- makedns needs the /etc/resolv.conf on management node to have the mn's IP address specified as nameserver (from site.master) and cluster domain ( from site.domain) as a search path. If the compute nodes also needs to have name resolution to hosts outside the cluster, add the external nameservers addresses to the site table forwarders attribute.
- A warning will be issued when running makedns, if the nameserver or search paths are not set in /etc/resolv.conf. For AIX, this message is in error and should be checking for domain site.domain clause, and not search site.domain. It is just a warning and processing will continue.
- xCAT sets site.dnshandler to ddns automatically for two scenarios:
- Fresh install for xCAT 2.6
- Update install for xCAT 2.6 from an existing lower level xCAT version.
- If you restored xCATdb from a earlier backup(xCAT 2.5.x or earlier) after xCAT 2.6 is installed, it would overwrite or remove site.dnshandler, you need to manually set site.dnshandler=ddns after the restore, otherwise, makedns can not work.
- DNS hierarchical support: DNS on the service nodes forward unknown DNS request to management node
- Automatic creation of resolv.conf files on AIX nodes when using DNS.
- Use /etc/hosts as the name resolution when site.nameservers is blank
- New node attribute 'hwtype'. See node definition
- Disk mirroring setup in xCAT Linux cluster. [Use_RAID1_In_xCAT_Cluster]
- xCAT web interface initial release(experimental).
- Soft mount option support for statelite persistent files/directories.
- SLES 11 SDK iso image support
- Support pattern in genimage and updatenode
- genimage generic command (/opt/xcat/bin/genimage) now runs under the xcatd daemon as a plugin. You may notice changes in the interface and output displayed. If there is any prompting, for example acceptance of licenses, during your genimage; you can no longer run the generic genimage command, and must run the specific genimage script from the /opt/xcat/share/xcat/netboot/<os>/genimage directory.
- genimage specific commands ( /opt/xcat/share/xcat/netboot/<os>) creates the ifcfg-* file only if the -i flag is used, and has been changed to create with ONBOOT=no
- Support for preserving ODM data on diskless-stateless AIX nodes.
- Support for the use of dhcp for AIX installs. (Includes makedhcp enhancements.)
- A new sample postscript, ("make_sn_fs"), that may be used to create and mount local filesystems on the xCAT service nodes when they are installed.
Restrictions and Known Problems
- genimage generic command (/opt/xcat/bin/genimage) now runs under the xcatd daemon as a plugin. If there is any prompting, for example acceptance of licenses, during your genimage; you can no longer run the generic genimage command, and must run the specific genimage script from the /opt/xcat/share/xcat/netboot/<os>/genimage directory.
-
DNS fowarders can not work on AIX - bug 3391271
The workaround is to dig the forwarder's dns records into /var/named/db.cache file and restart named service.
For example:
If your forwarder is 9.114.1.1, then run commands below on your xcat management node:
dig @9.114.1.1 . ns >>/var/named/db.cache
stopsrc -s named
startsrc -s named
-
Power 775 support on AIX - after reboot of the EMS, the ISNM, Loadleveler software will not automatically start. In fact any 32 bit application that uses the DB2 database will not start automatically. This is a DB2 APAR, it is referenced in the defect and the problem will be fixed when V9.7.5 fixpack is available and applied.
See the following for instructions to restart the HPC stack:
[Setting_Up_DB2_as_the_xCAT_DB#Power_775_Special_instructions_for_Reboot_of_EMS_on_AIX]
See the following defect for details: bug 3391193