-
Notifications
You must be signed in to change notification settings - Fork 172
XCAT_2.13.9_Release_Notes
-
OpenBMC support
-
For hardware discovery
- The beta version of xCAT-genesis-base-x86_64 build on centos7 is available at rpm/deb, they have included all drivers shipped by Centos7.
Notes to use xCAT-genesis-base-x86_64
1. before install it, you shall remove the xcat-genesis-scripts-x86_64/amd64 and old xcat-genesis-base-x86_64/amd64_2.13.2. Then, install xcat-genesis-base-x86_64/amd64_2.13.9 package above and reinstall xcat-genesis-scripts-x86_64/amd64. 2. pls run `mknb x86_64` after install.
- The beta version of xCAT-genesis-base-x86_64 build on centos7 is available at rpm/deb, they have included all drivers shipped by Centos7.
-
goconserver to provide remote access to system consoles
-
the goconserver daemon v0.1.0 for accessing system consoles is available at https://github.com/chenglch/goconserver/releases
-
integrate with xcat interface rcons, makegocons
Technical Preview for goconserver(Beta) feature
If you would like to try goconserver(beta) - the new lightweight console server of xCAT, follow the steps below:- Stop and disable conserver service on MN and all service nodes
systemctl stop conserver systemctl disable conserver
- Download the latest goconserver package and install it on MN and all service nodes
wget https://github.com/chenglch/goconserver/files/1558246/goconserver-0.1.0-snap201712140221.ppc64le.rpm.tar.gz tar xvfz goconserver-0.1.0-snap201712140221.ppc64le.rpm.tar.gz yum install goconserver-0.1.0-snap201712140221.ppc64le.rpm
And you could add this package into otherpkgs list of the osimage for service node.
- Define your compute node with as normal, and using makegocons to register compute nodes into goconserver. Then you could use rcons to access the console.
# chdef cn01 conserver=sn01 # makegocons cn01 cn01: Created # rcons cn01
- Unregister the console for compute nodes
makegocons -d cn01
Known Issue:
- Failed to start goconserver on service node, You could copy the certificate files to serivce node for a workaround.
xdcp service /etc/xcat/cert/* /etc/xcat/cert/ makegocons cn01
- Failed to register compute node into goconserver.
If you start
goconserver
service before you runningmakegocons
, /etc/goconserver/server.conf may not be generated successfully. You can workaround it with below steps:
systemctl stop goconserver makegocons cn01
- conserver is started on service node when restarting xcatd (node reboot, xCAT upgrade, etc), and it will cause duplicate console session for compute nodes. Just to stop conserver manually.
systemctl stop conserver
Note: To switch back to conserver, just follow below steps:
makegocons -d systemctl stop goconserver systemctl start conserver systemctl enable conserver makeconservercf
-
xCAT documentation is hosted on ReadTheDocs: http://xcat-docs.readthedocs.io/
-
xcat-core
- RHEL/SLES - xcat-core-2.13.9-linux.tar.bz2
- Ubuntu - xcat-core-2.13.9-ubuntu.tar.bz2
-
xcat-dep
- RHEL/SLES - xcat-dep-2.13.9-linux.tar.bz2
- Ubuntu - xcat-dep-2.13.9-ubuntu.tar.bz2
Hardware Platform | Operation System |
---|---|
IBM Power System AC922 | RHEL 7.4 for Power Little Endian (POWER9) |
IBM Power S822LC for HPC | RHEL 7.4 |
IBM Power S822LC for HPC | Ubuntu 14.04.4 |
IBM Power S822LC for HPC | Ubuntu 16.04.1 |
IBM Power S822LC for HPC | SLES 12 SP2 Issue #2322 |
IBM Power 750 | RHEL 7.4 |
IBM Power 750 | RHEL 6.9 |
IBM Power 750 | SLES 11 SP4 |
iDataPlex M4 DX360 | RHEL 7.4 |
iDataPlex M4 DX360 | RHEL 6.9 |
iDataPlex M4 DX360 | SLES 11 SP4 |
iDataPlex M4 DX360 | Ubuntu 14.04.4 |
iDataPlex M4 DX360 | Ubuntu 16.04.1 |
iDataPlex M4 DX360 | SLES 12 SP2 Issue #2322 |
Issue #4456 updatenode -f loses directories when copying files to SN
Issue #4455 updatenode -F not working with hierarchy
Issue #4433 confignetwork does not support multiple bonds of different nic type
Issue #4426 makedhcp does not work well when disjointdhcps=1
Issue #4416 Make the installer server consistent in petitiboot configuraiton
Issue #4299 xdsh
return with no output when "site.master" is not set
Issue #4298 Sorting code is removing zeros from string
Issue #4205 confignetwork create wrong type for vlan
Issue #4059 Incorrect IP address for xcatmaster
Issue #3513 For the latest xCAT-genesis-base, the mlx4_en driver 2.2-1 (Feb 2014) is included, it can not support Mellanox Ethernet NIC that need driver newer than 2.2-1, for more information, please reference build genesis locally with latest RH MN
Issue #3284 While selinux on KVM host was reconfigured from enforcing
to disabled
, rpower failed to power previous created KVM guest on
- Mar 08, 2023: xCAT 2.16.5 released.
- Jun 20, 2022: xCAT 2.16.4 released.
- Nov 17, 2021: xCAT 2.16.3 released.
- May 25, 2021: xCAT 2.16.2 released.
- Nov 06, 2020: xCAT 2.16.1 released.
- Jun 17, 2020: xCAT 2.16 released.
- Mar 06, 2020: xCAT 2.15.1 released.
- Nov 11, 2019: xCAT 2.15 released.
- Mar 29, 2019: xCAT 2.14.6 released.
- Dec 07, 2018: xCAT 2.14.5 released.
- Oct 19, 2018: xCAT 2.14.4 released.
- Aug 24, 2018: xCAT 2.14.3 released.
- Jul 13, 2018: xCAT 2.14.2 released.
- Jun 01, 2018: xCAT 2.14.1 released.
- Apr 20, 2018: xCAT 2.14 released.
- Mar 14, 2018: xCAT 2.13.11 released.
- Jan 26, 2018: xCAT 2.13.10 released.
- Dec 18, 2017: xCAT 2.13.9 released.
- Nov 03, 2017: xCAT 2.13.8 released.
- Sep 22, 2017: xCAT 2.13.7 released.
- Aug 10, 2017: xCAT 2.13.6 released.
- Jun 30, 2017: xCAT 2.13.5 released.
- May 19, 2017: xCAT 2.13.4 released.
- Apr 14, 2017: xCAT 2.13.3 released.
- Feb 24, 2017: xCAT 2.13.2 released.
- Jan 13, 2017: xCAT 2.13.1 released.
- Dec 09, 2016: xCAT 2.13 released.
- Dec 06, 2016: xCAT 2.9.4 (AIX only) released.
- Nov 11, 2016: xCAT 2.12.4 released.
- Sep 30, 2016: xCAT 2.12.3 released.
- Aug 19, 2016: xCAT 2.12.2 released.
- Jul 08, 2016: xCAT 2.12.1 released.
- May 20, 2016: xCAT 2.12 released.
- Apr 22, 2016: xCAT 2.11.1 released.
- Mar 11, 2016: xCAT 2.9.3 (AIX only) released.
- Dec 11, 2015: xCAT 2.11 released.
- Nov 11, 2015: xCAT 2.9.2 (AIX only) released.
- Jul 30, 2015: xCAT 2.10 released.
- Jul 30, 2015: xCAT migrates from sourceforge to github
- Jun 26, 2015: xCAT 2.7.9 released.
- Mar 20, 2015: xCAT 2.9.1 released.
- Dec 12, 2014: xCAT 2.9 released.
- Sep 5, 2014: xCAT 2.8.5 released.
- May 23, 2014: xCAT 2.8.4 released.
- Jan 24, 2014: xCAT 2.7.8 released.
- Nov 15, 2013: xCAT 2.8.3 released.
- Jun 26, 2013: xCAT 2.8.2 released.
- May 17, 2013: xCAT 2.7.7 released.
- May 10, 2013: xCAT 2.8.1 released.
- Feb 28, 2013: xCAT 2.8 released.
- Nov 30, 2012: xCAT 2.7.6 released.
- Oct 29, 2012: xCAT 2.7.5 released.
- Aug 27, 2012: xCAT 2.7.4 released.
- Jun 22, 2012: xCAT 2.7.3 released.
- May 25, 2012: xCAT 2.7.2 released.
- Apr 20, 2012: xCAT 2.7.1 released.
- Mar 19, 2012: xCAT 2.7 released.
- Mar 15, 2012: xCAT 2.6.11 released.
- Jan 23, 2012: xCAT 2.6.10 released.
- Nov 15, 2011: xCAT 2.6.9 released.
- Sep 30, 2011: xCAT 2.6.8 released.
- Aug 26, 2011: xCAT 2.6.6 released.
- May 20, 2011: xCAT 2.6 released.
- Feb 14, 2011: Watson plays on Jeopardy and is managed by xCAT!
- xCAT OS And Hw Support Matrix
- 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.