Update Documentation authored by Stefan Borowski's avatar Stefan Borowski
...@@ -262,7 +262,7 @@ Ramses replicates the filesystem setup of CHEOPS, specifically: ...@@ -262,7 +262,7 @@ Ramses replicates the filesystem setup of CHEOPS, specifically:
While we back up home directories, you should archive the data in projects directories. To archive data in your project directory, you first need a TSM registration for archiving. With the registration, you are provided a nodename referring to your archive space. Then, you can access this archive space with the TSM client on the login nodes `ramses[1-4].itcc.uni-koeln.de`. Before archiving of data you should create a personal configuration file dsm.opt with the following content: While we back up home directories, you should archive the data in projects directories. To archive data in your project directory, you first need a TSM registration for archiving. With the registration, you are provided a nodename referring to your archive space. Then, you can access this archive space with the TSM client on the login nodes `ramses[1-4].itcc.uni-koeln.de`. Before archiving of data you should create a personal configuration file dsm.opt with the following content:
``` ```
servername adsm4n servername adsm4n
virtualnode *nodename* virtualnode _nodename_
subdiryes subdiryes
``` ```
The server for archiving is named `adsm4n`. As virtual node, you should provide your personal nodename. For simple data management, subdirectories are to be included. The TSM client can be launched with the command line user interface `dsmc` or the graphical user interface `dsmj`. For archiving, you should use the command line client: The server for archiving is named `adsm4n`. As virtual node, you should provide your personal nodename. For simple data management, subdirectories are to be included. The TSM client can be launched with the command line user interface `dsmc` or the graphical user interface `dsmj`. For archiving, you should use the command line client:
... ...
......