Installation:NCBR Clusters: Difference between revisions

From Infinity Wiki
Jump to navigation Jump to search
(Created page with "Documentation / Activation, Deactivation, and Installation / NCBR Clusters __NOEDITSECTION__ ----")
 
No edit summary
 
(One intermediate revision by the same user not shown)
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 - activating profile: general
          The profile restores the standard .bash_profile and .bashrc files used
          on the NCBR clusters administered by the LCC support (WOLF, SOKAR, IVAVIK,
          LCC). This profile should rarely be used, usually when the user damages
          these files.
# ==============================================================================
  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>

Latest revision as of 10:32, 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 - activating profile: general

           The profile restores the standard .bash_profile and .bashrc files used
           on the NCBR clusters administered by the LCC support (WOLF, SOKAR, IVAVIK,
           LCC). This profile should rarely be used, usually when the user damages
           these files.
# ==============================================================================

   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 ~]$