Installation:NCBR Clusters: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Documentation / Activation, Deactivation, and Installation / NCBR Clusters __NOEDITSECTION__ ----") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Documentation]] / [[Activation, Deactivation, and Installation]] / [[Installation:NCBR Clusters | NCBR Clusters]] __NOEDITSECTION__ | [[Documentation]] / [[Activation, Deactivation, and Installation]] / [[Installation:NCBR Clusters | NCBR Clusters]] __NOEDITSECTION__ | ||
---- | ---- | ||
NCBR Clusters: | |||
* [https://wolf.ncbr.muni.cz WOLF] | |||
* SOKAR (front-end sokar.ncbr.muni.cz) | |||
* [https://lcc.ncbr.muni.cz LCC] | |||
* [https://ivavik.ncbr.muni.cz IVAVIK] | |||
At these clusters, the infinity environment is preinstalled by the LCC Support and configured for all users. It is not necessary to activate the system manually. | |||
The Infinity requires standard NCBR startup files '''~/.bash_profile''' and '''~/.bashrc''', while the '''~/.profile''' file should not be present. If you accidentally remove or damage their contents, you can restore them by running the infinity-boot command: | |||
<pre> | |||
[kulhanek@lcc ~]$ /software/ncbr/infiboot/infinity-activate general | |||
================================================================================ | |||
Infinity - activation profile ... '' | |||
================================================================================ | |||
Activation of Infinity on local machine: lcc ... success. | |||
All is done. | |||
WARNING: Please open a new terminal session to complete the Infinity profile 'general' activation procedure. | |||
[kulhanek@lcc ~]$ | |||
</pre> |
Revision as of 10:23, 18 January 2024
Documentation / Activation, Deactivation, and Installation / NCBR Clusters
NCBR Clusters:
At these clusters, the infinity environment is preinstalled by the LCC Support and configured for all users. It is not necessary to activate the system manually.
The Infinity requires standard NCBR startup files ~/.bash_profile and ~/.bashrc, while the ~/.profile file should not be present. If you accidentally remove or damage their contents, you can restore them by running the infinity-boot command:
[kulhanek@lcc ~]$ /software/ncbr/infiboot/infinity-activate general ================================================================================ Infinity - activation profile ... '' ================================================================================ Activation of Infinity on local machine: lcc ... success. All is done. WARNING: Please open a new terminal session to complete the Infinity profile 'general' activation procedure. [kulhanek@lcc ~]$