<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://w3.vdc.univie.ac.at/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://w3.vdc.univie.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin</id>
		<title>ISOR - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://w3.vdc.univie.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin"/>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/Special:Contributions/Admin"/>
		<updated>2026-08-13T16:30:13Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.18</generator>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2025-01-15T15:38:57Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
* Approach your group admin (see list below) to create an account for you, or change your password if you have forgotten your old one. &lt;br /&gt;
* Your group admin will come back to you with your account (username and password). A user '''Mustermann''''s account (member of '''Arbeitsgruppe TestAG''', '''ag_te''') might be created as '''ag_te-mustermann'''.&lt;br /&gt;
* From within the university's network (or [https://zid.univie.ac.at/vpn/ VPN] if working from home), the user '''Mustermann''' might use the command line to connect to the HPC:&lt;br /&gt;
 ssh  ag_te-mustermann@hpc3.wiwi.univie.ac.at &lt;br /&gt;
If a session is connected for the first time, just accept the fingerprint question and continue with your password. Your home directory will be created. Once logged in, your remote prompt will look like:&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$&lt;br /&gt;
Now you can run your commands; e.g.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$ cd; pwd&lt;br /&gt;
that will return the name of your home directory. &lt;br /&gt;
&lt;br /&gt;
If you would like to transfer files into your home-directory, you could use a [https://zid.univie.ac.at/en/online-storage-space/user-guides/sftp/ sftp client] (like WinSCP, Cyberduck, ...).&lt;br /&gt;
&lt;br /&gt;
You should clear up once your computing is done. In case you want some files to be shared with your group members for later use, you could use /group.storage/ag_testAG; whereas ag_testAG has to be replaced with your ag_Arbeitsgruppe.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$  cd /group.storage/ag_testAG&lt;br /&gt;
ag_Arbeitsgruppe might be created on the fly so that you can change into it. Physically, you are at another, slower machine, which could be shown by&lt;br /&gt;
 [ag_te-mustermann@hpc3 ag_testAG]$ df -h .&lt;br /&gt;
   Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf&lt;br /&gt;
   172.16.1.101:/home/ag_testAG   91T    1,6T   90T    2% /group.storage/ag_testAG&lt;br /&gt;
&lt;br /&gt;
* How to run your jobs, see [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to compile a new library in R ==&lt;br /&gt;
&lt;br /&gt;
some libraries were missing and needed a specific compiler i.e c++ &amp;gt; c++_''version''&lt;br /&gt;
&lt;br /&gt;
* make sure that everything breaks if there is an error&lt;br /&gt;
 set -e&lt;br /&gt;
* change into a devtoolset, which gnu compiler is sufficient to speak dialect e.g. ''c++17'',&lt;br /&gt;
&lt;br /&gt;
''|| true''   -&amp;gt; avoid breakage, because buggy :)&lt;br /&gt;
 source scl_source enable devtoolset-9 || true &lt;br /&gt;
* params for Makefile&lt;br /&gt;
 mkdir -p ~/.R                                                     #&lt;br /&gt;
 echo 'CXX17 = c++ -std=c++17 -fPIC' &amp;gt; ~/.R/Makevars&lt;br /&gt;
* start R and do your install.packages(&amp;quot;newpackage&amp;quot;), check then with library(&amp;quot;newpackage&amp;quot;)&lt;br /&gt;
 R&lt;br /&gt;
 install.packages(&amp;quot;newpackage&amp;quot;)&lt;br /&gt;
 library(&amp;quot;newpackage&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
* not sure if these packages must manually be installed on all nodes, or if R can handle that autonomously.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--If you would like to change your password, please see the section '''step by step''' .--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
In case any admin wants to use SSH (instead of the ldap web interface), only the '''uid''' would be necessary to log in (within the uni's network):&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network (or using VPN if working from home).&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /group.storage/ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/Main_Page"/>
				<updated>2023-09-27T15:00:49Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=HOWTOs=&lt;br /&gt;
This site explains how to use some services of the Vienna Data Center (vdc.ac) in detail&lt;br /&gt;
&lt;br /&gt;
How to use LSEG, aka EIKON, aka Refinitiv, aka [[Datastream]]&lt;br /&gt;
&lt;br /&gt;
How to use [[CRSPSift]]&lt;br /&gt;
&lt;br /&gt;
How to use the WiWi's High Performance Cluster [[HPC]]&lt;br /&gt;
&lt;br /&gt;
How to use [[Slurm]] at WiWi's High Performance Cluster&lt;br /&gt;
&lt;br /&gt;
How to use [[OPRA]]&lt;br /&gt;
&lt;br /&gt;
How to use [[Calc]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift</id>
		<title>CRSPSift</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift"/>
				<updated>2023-09-27T14:17:38Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The CrspSift Terminal is used for remote computing. Since only one University member can access it at a time, a time slot has to be booked beforehand.&lt;br /&gt;
&lt;br /&gt;
Please read the simplified 2 step access:  [https://vdc.univie.ac.at/ -&amp;gt; Crsp :: access]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSP</id>
		<title>CRSP</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSP"/>
				<updated>2023-09-27T14:16:09Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Chicago Booth is going to retire the desktop tool [[CRSPSift]] by end of 2024 and all the other tools based on fileformat 1.0.&lt;br /&gt;
&lt;br /&gt;
Fileformat 2.0 has been recently released and (re)programming on our side has already started accordingly.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSP</id>
		<title>CRSP</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSP"/>
				<updated>2023-09-27T14:15:37Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Chicago Booth is going to retire [[CRSPSift]] by end of 2024 and all the other tools based on fileformat 1.0.&lt;br /&gt;
&lt;br /&gt;
Fileformat 2.0 has been recently released and (re)programming on our side has already started accordingly.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSP</id>
		<title>CRSP</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSP"/>
				<updated>2023-09-27T14:14:40Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Chicago Booth is going to retire [[CrspSift]] by end of 2024 and all the other tools based on fileformat 1.0.&lt;br /&gt;
&lt;br /&gt;
Fileformat 2.0 has been recently released and (re)programming on our side has already started accordingly.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSP</id>
		<title>CRSP</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSP"/>
				<updated>2023-09-27T14:12:17Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: Replaced content with &amp;quot;Chicago Booth is going to retire CrspSift by end of 2024 and all the other tools based on fileformat 1.0.

Fileformat 2.0 has been recently released and (re)programming on...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Chicago Booth is going to retire CrspSift by end of 2024 and all the other tools based on fileformat 1.0.&lt;br /&gt;
&lt;br /&gt;
Fileformat 2.0 has been recently released and (re)programming on our side has already started accordingly.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift</id>
		<title>CRSPSift</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift"/>
				<updated>2023-09-27T14:06:13Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: Replaced content with &amp;quot;
The CrspSift Terminal is used for remote computing. Since only one University member can access it at a time, a time slot has to be booked beforehand.

Please read the si...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The CrspSift Terminal is used for remote computing. Since only one University member can access it at a time, a time slot has to be booked beforehand.&lt;br /&gt;
&lt;br /&gt;
Please read the simplified 2 step access:  [https://vdc.univie.ac.at/ -&amp;gt; CrspSift :: access]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/Datastream</id>
		<title>Datastream</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/Datastream"/>
				<updated>2023-09-27T14:05:01Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Datastream Terminal is used for remote computing. Since only one University member can access it at a time, a time slot has to be booked before hand.&lt;br /&gt;
&lt;br /&gt;
DATASTREAM has been retired - now using REFINITV's EIKON platform, which has now become the London Stock Exchange Group (LSEG).&lt;br /&gt;
&lt;br /&gt;
Please read the simplified 2 step access:  [https://vdc.univie.ac.at/ -&amp;gt; Refinitiv/Eikon :: access]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSP</id>
		<title>CRSP</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSP"/>
				<updated>2021-11-16T14:15:28Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* WEB Access R */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for CUPL-Tools only. For the Windows desktop application -&amp;gt; [[CRSPSift]].&lt;br /&gt;
==CRSP, COMPUSTAT, CCM ==&lt;br /&gt;
=== CUPL Tools ===&lt;br /&gt;
==== access to your remote text terminal ====&lt;br /&gt;
===== require credentials =====&lt;br /&gt;
email the VDC sysadmin to provide credentials and get your remote text terminal prepared.&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt;&lt;br /&gt;
             host: crsp.vdc.univie.ac.at&lt;br /&gt;
         &amp;lt;/li&amp;gt;&lt;br /&gt;
          &amp;lt;li&amp;gt;&lt;br /&gt;
             user: your username&lt;br /&gt;
         &amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt;&lt;br /&gt;
             password: your password&lt;br /&gt;
         &amp;lt;/li&amp;gt;  &lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== VPN ====&lt;br /&gt;
If working from home you have to establish a Virtual Private Network (VPN) to Uni first ([https://zid.univie.ac.at/en/vpn/ see ZID/VPN]).&lt;br /&gt;
&lt;br /&gt;
==== SSH ====&lt;br /&gt;
If working from Windows, you might need to install an SSH-client ([https://www.putty.org/ like PUTTY]) to use Secure Shell (SSH) to connect to your terminal. Accept the server key.&lt;br /&gt;
[[File:3_accept_key.png|left|frameless|200px|caption]]&lt;br /&gt;
Also see [https://zid.univie.ac.at/online-speicherplatz/anleitungen/sftp/ ZID's explanation]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== usage of a terminal ====  &lt;br /&gt;
Now you work remotely and use the remote host's command line (which is the bash shell, don't type the beginning &amp;quot;$&amp;quot;, which is the prompt):    &lt;br /&gt;
[[File:4_terminal_session.gif|left|]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
the midnight-commander (mc) provides a built-in editor mcedit (exit it with Alt+0)&lt;br /&gt;
&amp;lt;pre&amp;gt;$ mc &amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;$ mcedit ts_samp7.rqt &amp;lt;/pre&amp;gt;&lt;br /&gt;
e.g. use  '''''ts_print''''' to process a requirementfile '''''ts_samp7.rqt''''' and get the output '''''ts_samp7.out''''':&lt;br /&gt;
        &amp;lt;pre&amp;gt;$ ts_print ts_samp7.rqt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
[[File:7_ts_print.png|left|frameless|500px|caption]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
use mc / mcedit to look into ts_samp7.out:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ mcedit ts_samp7.out &amp;lt;/pre&amp;gt;&lt;br /&gt;
[[File:8_ts_samp6_out.png||frameless|400px|caption]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt; &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
use e.g. this command to get the switches for the command '''''crsp_print''''':&lt;br /&gt;
&amp;lt;pre&amp;gt;$ crsp_print /d1  /var/crsp/2019-07/crspdata/cmz201807&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== download the results onto your desktop / laptop ====&lt;br /&gt;
use an SFTP client like [https://cyberduck.io/download/ CyberDuck] on a Mac or  [https://zid.univie.ac.at/online-speicherplatz/anleitungen/sftp/ WinScp] on Windows to download the results (e.g. ts_samp7.out) onto your desktop for further processing. Provide your SSH credentials:&lt;br /&gt;
&lt;br /&gt;
[[File:10_cyberduck_credentials.png|400px]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== documentation====&lt;br /&gt;
Please read some manuals to gain experience with the ts_sampleX.rqt files in your home directory&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
[http://www.crsp.org/products/documentation/cupl-386-guide CRSP Utilities and Program Libraries (CUPL)]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
[https://w3.loibl.com/uni/ccm_data_guide_0.pdf CCM Data Guide]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
and maybe the [https://w3.loibl.com/uni/xf_understanding_the_data.pdf xf-understanding_the_data guide].&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
collected [https://w3.loibl.com/wiki/index.php/CRSP#Usage thoughts] .&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
=== WEB Access R ===&lt;br /&gt;
Since nobody has ever used it, it's not preinstalled anymore. &lt;br /&gt;
Nevertheless, installation aid is given on request.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Documentation ====&lt;br /&gt;
[http://www.crsp.org/products/documentation/overview-4 in the crsp.org universe.]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/Datastream</id>
		<title>Datastream</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/Datastream"/>
				<updated>2021-11-16T14:07:20Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: Replaced content with &amp;quot;The Datastream Terminal is used for remote computing. Since only one University member can access it at a time, a time slot has to be booked before hand.

DATASTREAM has b...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Datastream Terminal is used for remote computing. Since only one University member can access it at a time, a time slot has to be booked before hand.&lt;br /&gt;
&lt;br /&gt;
DATASTREAM has been retired - now using REFINITV's EIKON platform.&lt;br /&gt;
&lt;br /&gt;
Please read the simplified 2 step access:  [https://vdc.univie.ac.at/ -&amp;gt; Refinitiv/Eikon :: access]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-10-02T08:49:32Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* implementation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
* Approach your group admin (see list below) to create an account for you, or change your password if you have forgotten your old one. &lt;br /&gt;
* Your group admin will come back to you with your account (username and password). A user '''Mustermann''''s account (member of '''Arbeitsgruppe TestAG''', '''ag_te''') might be created as '''ag_te-mustermann'''.&lt;br /&gt;
* From within the university's network (or [https://zid.univie.ac.at/vpn/ VPN] if working from home), the user '''Mustermann''' might use the command line to connect to the HPC:&lt;br /&gt;
 ssh  ag_te-mustermann@hpc3.wiwi.univie.ac.at &lt;br /&gt;
If a session is connected for the first time, just accept the fingerprint question and continue with your password. Your home directory will be created. Once logged in, your remote prompt will look like:&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$&lt;br /&gt;
Now you can run your commands; e.g.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$ cd; pwd&lt;br /&gt;
that will return the name of your home directory. &lt;br /&gt;
&lt;br /&gt;
If you would like to transfer files into your home-directory, you could use a [https://zid.univie.ac.at/en/online-storage-space/user-guides/sftp/ sftp client] (like WinSCP, Cyberduck, ...).&lt;br /&gt;
&lt;br /&gt;
You should clear up once your computing is done. In case you want some files to be shared with your group members for later use, you could use /group.storage/ag_testAG; whereas ag_testAG has to be replaced with your ag_Arbeitsgruppe.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$  cd /group.storage/ag_testAG&lt;br /&gt;
ag_Arbeitsgruppe might be created on the fly so that you can change into it. Physically, you are at another, slower machine, which could be shown by&lt;br /&gt;
 [ag_te-mustermann@hpc3 ag_testAG]$ df -h .&lt;br /&gt;
   Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf&lt;br /&gt;
   172.16.1.101:/home/ag_testAG   91T    1,6T   90T    2% /group.storage/ag_testAG&lt;br /&gt;
&lt;br /&gt;
* How to run your jobs, see [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--If you would like to change your password, please see the section '''step by step''' .--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
In case any admin wants to use SSH (instead of the ldap web interface), only the '''uid''' would be necessary to log in (within the uni's network):&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network (or using VPN if working from home).&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /group.storage/ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-10-02T08:37:02Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* Step by Step */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
* Approach your group admin (see list below) to create an account for you, or change your password if you have forgotten your old one. &lt;br /&gt;
* Your group admin will come back to you with your account (username and password). A user '''Mustermann''''s account (member of '''Arbeitsgruppe TestAG''', '''ag_te''') might be created as '''ag_te-mustermann'''.&lt;br /&gt;
* From within the university's network (or [https://zid.univie.ac.at/vpn/ VPN] if working from home), the user '''Mustermann''' might use the command line to connect to the HPC:&lt;br /&gt;
 ssh  ag_te-mustermann@hpc3.wiwi.univie.ac.at &lt;br /&gt;
If a session is connected for the first time, just accept the fingerprint question and continue with your password. Your home directory will be created. Once logged in, your remote prompt will look like:&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$&lt;br /&gt;
Now you can run your commands; e.g.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$ cd; pwd&lt;br /&gt;
that will return the name of your home directory. &lt;br /&gt;
&lt;br /&gt;
If you would like to transfer files into your home-directory, you could use a [https://zid.univie.ac.at/en/online-storage-space/user-guides/sftp/ sftp client] (like WinSCP, Cyberduck, ...).&lt;br /&gt;
&lt;br /&gt;
You should clear up once your computing is done. In case you want some files to be shared with your group members for later use, you could use /group.storage/ag_testAG; whereas ag_testAG has to be replaced with your ag_Arbeitsgruppe.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$  cd /group.storage/ag_testAG&lt;br /&gt;
ag_Arbeitsgruppe might be created on the fly so that you can change into it. Physically, you are at another, slower machine, which could be shown by&lt;br /&gt;
 [ag_te-mustermann@hpc3 ag_testAG]$ df -h .&lt;br /&gt;
   Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf&lt;br /&gt;
   172.16.1.101:/home/ag_testAG   91T    1,6T   90T    2% /group.storage/ag_testAG&lt;br /&gt;
&lt;br /&gt;
* How to run your jobs, see [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--If you would like to change your password, please see the section '''step by step''' .--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network (or using VPN if working from home).&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /group.storage/ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-10-02T07:56:21Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
* Approach your group admin (see list below) to create an account for you, or change your password if you have forgotten your old one. &lt;br /&gt;
* Your group admin will come back to you with your account (username and password). A user '''Mustermann''''s account (member of '''Arbeitsgruppe TestAG''', '''ag_te''') might be created as '''ag_te-mustermann'''.&lt;br /&gt;
* From within the university's network (or [https://zid.univie.ac.at/vpn/ VPN] if working from home), the user '''Mustermann''' might use the command line to connect to the HPC:&lt;br /&gt;
 ssh  ag_te-mustermann@hpc3.wiwi.univie.ac.at &lt;br /&gt;
If a session is connected for the first time, just accept the fingerprint question and continue with your password. Your home directory will be created. Once logged in, your remote prompt will look like:&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$&lt;br /&gt;
Now you can run your commands; e.g.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$ cd; pwd&lt;br /&gt;
that will return the name of your home directory. &lt;br /&gt;
&lt;br /&gt;
If you would like to transfer files into your home-directory, you could use a [https://zid.univie.ac.at/en/online-storage-space/user-guides/sftp/ sftp client] (like WinSCP, Cyberduck, ...).&lt;br /&gt;
&lt;br /&gt;
You should clear up once your computing is done. In case you want some files to be shared with your group members for later use, you could use /group.storage/ag_testAG; whereas ag_testAG has to be replaced with your ag_Arbeitsgruppe.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$  cd /group.storage/ag_testAG&lt;br /&gt;
ag_Arbeitsgruppe might be created on the fly so that you can change into it. Physically, you are at another, slower machine, which could be shown by&lt;br /&gt;
 [ag_te-mustermann@hpc3 ag_testAG]$ df -h .&lt;br /&gt;
   Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf&lt;br /&gt;
   172.16.1.101:/home/ag_testAG   91T    1,6T   90T    2% /group.storage/ag_testAG&lt;br /&gt;
&lt;br /&gt;
* How to run your jobs, see [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--If you would like to change your password, please see the section '''step by step''' .--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /group.storage/ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-10-02T07:53:38Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
* Approach your group admin (see list below) to create an account for you, or change your password if you have forgotten your old one. &lt;br /&gt;
* Your group admin will come back to you with your account (username and password). A user '''Mustermann''''s account (member of '''Arbeitsgruppe TestAG''', '''ag_te''') might be created as '''ag_te-mustermann'''.&lt;br /&gt;
* From within the university's network (or [https://zid.univie.ac.at/vpn/ VPN] if working from home), the user '''Mustermann''' might use the command line to connect to the HPC:&lt;br /&gt;
 ssh  ag_te-mustermann@hpc3.wiwi.univie.ac.at &lt;br /&gt;
If a session is connected for the first time, just accept the fingerprint question and continue with your password. Your home directory will be created. Once logged in, your remote prompt will look like:&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$&lt;br /&gt;
Now you can run your commands; e.g.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$ cd; pwd&lt;br /&gt;
that will return the name of your home directory. &lt;br /&gt;
&lt;br /&gt;
If you would like to transfer files into your home-directory, you could use a [https://zid.univie.ac.at/en/online-storage-space/user-guides/sftp/ sftp client] (like WinSCP, Cyberduck, ...).&lt;br /&gt;
&lt;br /&gt;
You should clear up once your computing is done. In case you want some files to be shared with your group members for later use, you could use /group.storage/ag_testAG; whereas ag_testAG has to be replaced with your Arbeitsgruppe.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$  cd /group.storage/ag_testAG&lt;br /&gt;
ag_Arbeitsgruppe might be created on the fly so that you can change into it. Physically, you are at another, slower machine, which could be shown by&lt;br /&gt;
 [ag_te-mustermann@hpc3 ag_testAG]$ df -h .&lt;br /&gt;
   Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf&lt;br /&gt;
   172.16.1.101:/home/ag_testAG   91T    1,6T   90T    2% /group.storage/ag_testAG&lt;br /&gt;
&lt;br /&gt;
* How to run your jobs, see [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--If you would like to change your password, please see the section '''step by step''' .--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /group.storage/ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-10-02T07:52:53Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
* Approach your group admin (see list below) to create an account for you, or change your password if you have forgotten your old one. &lt;br /&gt;
* Your group admin will come back to you with your account (username and password). A user '''Mustermann''''s account (member of '''Arbeitsgruppe TestAG''', '''ag_te''') might be been created as '''ag_te-mustermann'''.&lt;br /&gt;
* From within the university's network (or [https://zid.univie.ac.at/vpn/ VPN] if working from home), the user '''Mustermann''' might use the command line to connect to the HPC:&lt;br /&gt;
 ssh  ag_te-mustermann@hpc3.wiwi.univie.ac.at &lt;br /&gt;
If a session is connected for the first time, just accept the fingerprint question and continue with your password. Your home directory will be created. Once logged in, your remote prompt will look like:&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$&lt;br /&gt;
Now you can run your commands; e.g.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$ cd; pwd&lt;br /&gt;
that will return the name of your home directory. &lt;br /&gt;
&lt;br /&gt;
If you would like to transfer files into your home-directory, you could use a [https://zid.univie.ac.at/en/online-storage-space/user-guides/sftp/ sftp client] (like WinSCP, Cyberduck, ...).&lt;br /&gt;
&lt;br /&gt;
You should clear up once your computing is done. In case you want some files to be shared with your group members for later use, you could use /group.storage/ag_testAG; whereas ag_testAG has to be replaced with your Arbeitsgruppe.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$  cd /group.storage/ag_testAG&lt;br /&gt;
ag_Arbeitsgruppe might be created on the fly so that you can change into it. Physically, you are at another, slower machine, which could be shown by&lt;br /&gt;
 [ag_te-mustermann@hpc3 ag_testAG]$ df -h .&lt;br /&gt;
   Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf&lt;br /&gt;
   172.16.1.101:/home/ag_testAG   91T    1,6T   90T    2% /group.storage/ag_testAG&lt;br /&gt;
&lt;br /&gt;
* How to run your jobs, see [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--If you would like to change your password, please see the section '''step by step''' .--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /group.storage/ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-30T15:04:15Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
Address to your group admin (see list below) to create an account for you, or change your password if you have forgotten your old one.&lt;br /&gt;
If user '''Mustermann''''s account (member of '''Arbeitsgruppe TestAG''', '''ag_te''') has been created according to the conventions, she might use the command line:&lt;br /&gt;
 ssh  ag_te-mustermann@hpc3.wiwi.univie.ac.at &lt;br /&gt;
If a session is connected for the first time, just accept the fingerprint question and continue with your password. Your home directory will be created. Once logged in, your remote prompt will look like:&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$&lt;br /&gt;
Now you can run your commands; e.g.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$ cd; pwd&lt;br /&gt;
that will return the name of your home directory. &lt;br /&gt;
&lt;br /&gt;
If you would like to transfer files into your home-directory, you could use a [[https://zid.univie.ac.at/en/online-storage-space/user-guides/sftp/ sftp client]] (like WinSCP, Cyberduck, ...).&lt;br /&gt;
&lt;br /&gt;
You should clear up once your computing is done. In case you want these files to be shared with your group members for later use, you could use /group.storage/ag_testAG; whereas ag_testAG has to be replaced with your Arbeitsgruppe.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$  cd /group.storage/ag_testAG&lt;br /&gt;
might create that directory on the fly and change into it. Physically, you are at another, slower machine, which could be shown by&lt;br /&gt;
 [ag_te-mustermann@hpc3 ag_testAG]$ df -h .&lt;br /&gt;
   Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf&lt;br /&gt;
   172.16.1.101:/home/ag_testAG   91T    1,6T   90T    2% /group.storage/ag_testAG&lt;br /&gt;
&lt;br /&gt;
How to run your jobs, see [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--If you would like to change your password, please see the section '''step by step''' .--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /group.storage/ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-30T14:39:59Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
Address to your group admin (see list below) to create an account for you, or change your password if you have forgotten your old one.&lt;br /&gt;
If user '''Mustermann''''s account (member of '''Arbeitsgruppe TestAG''', '''ag_te''') has been created according to the conventions, she might use the command line:&lt;br /&gt;
 ssh  ag_te-mustermann@hpc3.wiwi.univie.ac.at &lt;br /&gt;
If a session is connected for the first time, just accept the fingerprint question and continue with your password. Your home directory will be created. Once logged in, your remote prompt will look like:&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$&lt;br /&gt;
Now you can run your commands; e.g.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$ cd; pwd&lt;br /&gt;
that will return the name of your home directory. &lt;br /&gt;
&lt;br /&gt;
If you would like to transfer files into your home-directory, you could use a [[https://zid.univie.ac.at/en/online-storage-space/user-guides/sftp/ sftp client]] (like WinSCP, Cyberduck, ...).&lt;br /&gt;
&lt;br /&gt;
You should clear up once your computing is done. In case you want these files to be shared with your group members for later use, you could use /group.storage/ag_testAG; whereas ag_testAG has to be replaced with your Arbeitsgruppe.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$  cd /group.storage/ag_testAG&lt;br /&gt;
might create that directory on the fly and change into it. Physically, you are at another, slower machine, which could be shown by&lt;br /&gt;
 [ag_te-mustermann@hpc3 ag_testAG]$ df -h .&lt;br /&gt;
   Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf&lt;br /&gt;
   172.16.1.101:/home/ag_testAG   91T    1,6T   90T    2% /group.storage/ag_testAG&lt;br /&gt;
&lt;br /&gt;
How to run your jobs, see [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you would like to change your password, please see the section '''step by step''' .&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /group.storage/ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-30T14:32:11Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
Address to your group admin (see list below) to create an account for you, or change your password if you have forgotten your old one.&lt;br /&gt;
If user '''Mustermann''''s account (member of '''Arbeitsgruppe TestAG''', '''ag_te''') has been created according to the conventions, she might use the command line:&lt;br /&gt;
 ssh  ag_te-mustermann@hpc3.wiwi.univie.ac.at &lt;br /&gt;
If a session is connected for the first time, just accept the fingerprint question and continue with your password. Your home directory will be created. Once logged in, your remote prompt will look like:&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$&lt;br /&gt;
Now you can run your commands; e.g.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$ cd; pwd&lt;br /&gt;
that will return the name of your home directory. &lt;br /&gt;
&lt;br /&gt;
If you would like to transfer files into your home-directory, you could use a [[https://zid.univie.ac.at/en/online-storage-space/user-guides/sftp/ sftp client]] (like WinSCP, Cyberduck, ...).&lt;br /&gt;
&lt;br /&gt;
You should clear up once your computing is done. In case you want these files to be shared with your group members for later use, you could use /group.storage/ag_testAG; whereas ag_testAG has to be replaced with your Arbeitsgruppe.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$  cd /group.storage/ag_testAG&lt;br /&gt;
might create that directory on the fly and change into it. Physically, you are at another, slower machine, which could be shown by&lt;br /&gt;
 [ag_te-mustermann@hpc3 ag_testAG]$ df -h .&lt;br /&gt;
   Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf&lt;br /&gt;
   172.16.1.101:/home/ag_testAG   91T    1,6T   90T    2% /group.storage/ag_testAG&lt;br /&gt;
&lt;br /&gt;
How to run your jobs, see [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /group.storage/ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-30T14:26:26Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
Address to your group admin (see list below) to create an account for you, or change your password if you have forgotten your old one.&lt;br /&gt;
If user '''Mustermann''''s account (member of '''Arbeitsgruppe TestAG''', '''ag_te''') has been created according to the conventions, she might use the command line:&lt;br /&gt;
 ssh  ag_te-mustermann@hpc3.wiwi.univie.ac.at &lt;br /&gt;
If a session is connected for the first time, just accept the fingerprint question and continue with your password. Once logged in, your remote prompt will look like:&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$&lt;br /&gt;
Now you can run your commands; e.g.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$ cd; pwd&lt;br /&gt;
that will return the name of your home directory. &lt;br /&gt;
&lt;br /&gt;
If you would like to transfer files into your home-directory, you could use a [[https://zid.univie.ac.at/en/online-storage-space/user-guides/sftp/ sftp client]] (like WinSCP, Cyberduck, ...).&lt;br /&gt;
You should clear up once your computing is done. In case you want these files to be shared with your group members for later use, you could use /group.storage/ag_testAG; whereas ag_testAG has to be replaced with your Arbeitsgruppe.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$  cd /group.storage/ag_testAG&lt;br /&gt;
might create that directory on the fly and change into it. Physically, you are at another, slower machine, which could be shown by&lt;br /&gt;
 [ag_te-mustermann@hpc3 ag_testAG]$ df -h .&lt;br /&gt;
   Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf&lt;br /&gt;
   172.16.1.101:/home/ag_testAG   91T    1,6T   90T    2% /group.storage/ag_testAG&lt;br /&gt;
&lt;br /&gt;
How to run your jobs, see [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /group.storage/ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-30T14:02:14Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
Address to your group admin (see list below) to create an account for you, or change your password if you have forgotten your old one.&lt;br /&gt;
If user '''Mustermann''''s account (member of '''Arbeitsgruppe TestAG''', '''ag_te''') has been created according to the conventions, she might use the command line:&lt;br /&gt;
 ssh  ag_te-mustermann@hpc3.wiwi.univie.ac.at &lt;br /&gt;
If a session is connected for the first time, just accept the fingerprint question and continue with your password. Once logged in, your remote prompt will look like:&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$&lt;br /&gt;
Now you can run your commands; e.g.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$ cd; pwd&lt;br /&gt;
that will return the name of your home directory. &lt;br /&gt;
&lt;br /&gt;
If you would like to transfer files into your home-directory, you could use a sftp client (like WinSCP, Cyberduck, ...).&lt;br /&gt;
You should clear up once your computing is done. In case you want these files to be shared with your group members for later use, you could use /group.storage/ag_testAG; whereas ag_testAG has to be replaced with your Arbeitsgruppe.&lt;br /&gt;
 [ag_te-mustermannl@hpc3 ~]$  cd /group.storage/ag_testAG&lt;br /&gt;
might create that directory on the fly and change into it. Physically, you are at another, slower machine, which could be shown by&lt;br /&gt;
 [ag_te-mustermann@hpc3 ag_testAG]$ df -h .&lt;br /&gt;
   Dateisystem                  Größe Benutzt Verf. Verw% Eingehängt auf&lt;br /&gt;
   172.16.1.101:/home/ag_testAG   91T    1,6T   90T    2% /group.storage/ag_testAG&lt;br /&gt;
&lt;br /&gt;
How to run your jobs, see [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /group.storage/ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-17T12:04:21Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* Step by Step */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
See [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /group.storage/ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-17T12:03:20Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for Group Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
See [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
I would suggest prefixing the users with ag_(+2 letters of group).&lt;br /&gt;
&lt;br /&gt;
A new user in ag_hautsch should be ag_ha-USERXYZ. Her uid=7000+X, and her home-directory /home/ag_ha-USERXYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3, the according home directory will be created.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-17T11:57:54Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
See [[Slurm]].&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-17T11:56:08Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* Step by Step */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
&lt;br /&gt;
If you want to test a bit, '''ag_testAG_ou''' is the playground to do so. &lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-17T11:54:21Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* Step by Step */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
[[File:Login.png|none|300px|Login]]&lt;br /&gt;
If you might want to change your password, click your uid:&lt;br /&gt;
[[File:Change-password.png|none|300px|Change Password]]&lt;br /&gt;
* Connect via ssh:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session, Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd | grep ag-XY&lt;br /&gt;
[[File:Ssh-session.png|none|300px|SSH]]&lt;br /&gt;
If you assigned an uid of 9001, 9002, or 9003 to a new user, or /home/ag_te-testuser-1 as a home directory, or use a username of  ag_te-testuser-1, then you would clearly violate the uniqueness, because all these attributes have already been used. &lt;br /&gt;
* go to blueprint user&lt;br /&gt;
[[File:Goto-testuser.png|none|300px|GTO Blueprint User]]&lt;br /&gt;
* Copy blueprint user to newuser &lt;br /&gt;
[[File:Copy-to-new-user.png|none|300px|copy to new user]]&lt;br /&gt;
* Fill in attrinutes for new user&lt;br /&gt;
[[File:New-entry-1.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-2.png|none|300px|attributes for new user]]&lt;br /&gt;
[[File:New-entry-3.png|none|300px|attributes for new user]]&lt;br /&gt;
&lt;br /&gt;
* Check on new user and submit&lt;br /&gt;
[[File:Check-and-submit.png|none|300px|check and submit]]&lt;br /&gt;
* OOps! Attribute (uid=9003 was not unique); Error message&lt;br /&gt;
[[File:Attribute-not-unique.png|none|300px|Error Message]]&lt;br /&gt;
* Make attribute unique (uid=9004)&lt;br /&gt;
[[File:Change_for_success.png|none|300px|Error Message]]&lt;br /&gt;
* Success!&lt;br /&gt;
[[File:Success2.png|none|300px|Success]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* the researcher can now log in the web-interface and change her password.&lt;br /&gt;
* the researcher can now ssh to hpc3.&lt;br /&gt;
* the researcher can transparently access the fat but a bit slower storage via &lt;br /&gt;
 cd /ag_YOUR-GROUP&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/File:Change_for_success.png</id>
		<title>File:Change for success.png</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/File:Change_for_success.png"/>
				<updated>2021-09-17T10:21:55Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/File:Check-and-submit.png</id>
		<title>File:Check-and-submit.png</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/File:Check-and-submit.png"/>
				<updated>2021-09-17T10:21:35Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/File:Copy-to-new-user.png</id>
		<title>File:Copy-to-new-user.png</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/File:Copy-to-new-user.png"/>
				<updated>2021-09-17T10:21:13Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/File:Ssh-session.png</id>
		<title>File:Ssh-session.png</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/File:Ssh-session.png"/>
				<updated>2021-09-17T10:20:44Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/File:Goto-testuser.png</id>
		<title>File:Goto-testuser.png</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/File:Goto-testuser.png"/>
				<updated>2021-09-17T10:20:18Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/File:Change-password.png</id>
		<title>File:Change-password.png</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/File:Change-password.png"/>
				<updated>2021-09-17T10:19:54Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/File:Login.png</id>
		<title>File:Login.png</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/File:Login.png"/>
				<updated>2021-09-17T10:19:32Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/File:Success2.png</id>
		<title>File:Success2.png</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/File:Success2.png"/>
				<updated>2021-09-17T10:17:18Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/File:Attribute-not-unique.png</id>
		<title>File:Attribute-not-unique.png</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/File:Attribute-not-unique.png"/>
				<updated>2021-09-17T10:16:36Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/File:New-entry-3.png</id>
		<title>File:New-entry-3.png</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/File:New-entry-3.png"/>
				<updated>2021-09-17T10:15:59Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/File:New-entry-2.png</id>
		<title>File:New-entry-2.png</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/File:New-entry-2.png"/>
				<updated>2021-09-17T10:15:32Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/File:New-entry-1.png</id>
		<title>File:New-entry-1.png</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/File:New-entry-1.png"/>
				<updated>2021-09-17T10:14:18Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-16T13:09:55Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for Group Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Specs===&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
===implementation===&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
=== Step by Step ===&lt;br /&gt;
Group admin is within the university's network.&lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log into the Web-Interface , e.g.&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
 &lt;br /&gt;
 you might want to change your password.&lt;br /&gt;
* Group Admin can connect herself via ssh as well:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd&lt;br /&gt;
here you can check if the uid, /home/xyz userdirectory, for the new user you want to create is really unique! (If you would assign some attribute breaking the uniqueness, the web-interface should throw an ERROR anyway.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to be continued ...&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-16T12:27:57Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for Group Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
spec:&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
implementation:&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log in&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
* Group Admin can connect herself via ssh as well:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Within this ssh session Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd&lt;br /&gt;
to be continued ...&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/HPC</id>
		<title>HPC</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/HPC"/>
				<updated>2021-09-16T12:26:40Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* How To for Group Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The High Performance Cluster of WiWi&lt;br /&gt;
== How To for users ==&lt;br /&gt;
&lt;br /&gt;
== How To for Group Admins ==&lt;br /&gt;
Groups are independently administered by their group admins.&lt;br /&gt;
To indicate the group-spaces, the User-IDs (uid) are the Group IDs (gid) plus some addition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
spec:&lt;br /&gt;
 Gruppe Prof. Krivobokova: Hr. Stefan Geissler (stefan.geissler@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Cuchiero: Hr. Guido Gazzani (guido.gazzani@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Ehmke: Hr. Rico Kötschau (rico.koetschau@univie.ac.at)&lt;br /&gt;
 Gruppe Prof. Dörner: Roland Braune, Georg Fröhlich (georg.erwin.adrian.froehlich@univie.ac.at)&lt;br /&gt;
 Gruppe Operations Research: Michael Kahr (m.kahr@univie.ac.at)&lt;br /&gt;
implementation:&lt;br /&gt;
 ag_testAG_ou        ag_testAG      (gid=9000) andreas.loibl@univie.ac.at                  uid=9000 + X &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
                                            DN: all the other admins as well&lt;br /&gt;
&lt;br /&gt;
 ag_krivobokova_ou   ag_krivobokova (gid=8000) stefan.geissler@univie.ac.at                uid=8000 + X&lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_kr-geissler,ou=ag_krivobokova_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_cuchiero_ou      ag_cuchiero    (gid=3000) guido.gazzani@univie.ac.at                  uid=3000 + X   &lt;br /&gt;
 &lt;br /&gt;
                                           DN: uid=ag_cu-gazzani,ou=ag_cuchiero_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_ehmke_ou         ag_ehmke       (gid=4000) rico.koetschau@univie.ac.at                 uid=4000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_em-koetschau,ou=ag_ehmke_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_doerner_ou       ag_doerner     (gid=5000) georg.erwin.adrian.froehlich@univie.ac.at   uid=5000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_do-froehlich,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 &lt;br /&gt;
                                            roland.braune@univie.ac.at &lt;br /&gt;
                                            DN: uid=ag_do-braune,ou=ag_doerner_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_operres_ou       ag_operres     (gid=6000) m.kahr@univie.ac.at                         uid=6000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_op-kahr,ou=ag_operres_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
 ag_hautsch_ou       ag_hautsch     (gid=7000) andreas.loibl@univie.ac.at                  uid=7000 + X&lt;br /&gt;
 &lt;br /&gt;
                                            DN: uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
&lt;br /&gt;
* Group Admin can reach the admin interface: https://hpc3.wiwi.univie.ac.at&lt;br /&gt;
* Group Admin can log in&lt;br /&gt;
 uid=ag_ha-loibl,ou=ag_hautsch_ou,ou=People,dc=hpc,dc=wiwi,dc=univie,dc=ac,dc=at&lt;br /&gt;
 password 12345&lt;br /&gt;
* Group Admin can connect herself via ssh as well:&lt;br /&gt;
 ssh ag_ha-loibl@hpc3.wiwi.univie.ac.at&lt;br /&gt;
** Group admin can access OpenLdap directory entry (not the local /etc/passwd!)&lt;br /&gt;
 getent passwd&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/Datastream</id>
		<title>Datastream</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/Datastream"/>
				<updated>2021-07-20T12:19:35Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* Book Session */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Datastream Terminal is used for remote computing. Since only one University member can access it at a time, a time slot has to be booked before hand.&lt;br /&gt;
=Functional Range=&lt;br /&gt;
&lt;br /&gt;
Datastream gives you access to the world's largest and most respected historical financial numerical database such as&lt;br /&gt;
# Worldwide equity coverage direct from the stock markets&lt;br /&gt;
# Comprehensive market indices,&lt;br /&gt;
# Economics data direct from national government sources as well as the OECD and IMF,&lt;br /&gt;
# Fixed income securities and associated indices, commodities and derivatives data.&lt;br /&gt;
# Forecast earnings data from IBES, fundamental data from Worldscope, and&lt;br /&gt;
# Added value data sets from respected sources such as MSCI, DJ Stoxx and FTSE All World.&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
== Install Clients ==&lt;br /&gt;
You might need to '''install 2 clients''' on your machine:&lt;br /&gt;
# A VPN client, an up to date (F5 BigIp) VPN-Client ([https://zid.univie.ac.at/en/services/services-from-a-z/v/vpn-virtual-private-network/ ZID])&lt;br /&gt;
# A VNC client, to connect to the desktop at the datacenter, like tigervnc (former tight-vnc), &lt;br /&gt;
 [[File:linux_icon.png|14px]] linux: yum install tigervnc ''or'' apt-get install tigervnc-viewer, &lt;br /&gt;
&lt;br /&gt;
 or similar viewers for windows, etc.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
or &lt;br /&gt;
&lt;br /&gt;
* java enabled web-browser to run an unsigned applet (which could cause troubles)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== Steps ==&lt;br /&gt;
There are a few '''steps to follow''':&lt;br /&gt;
# Stay within the UNI's network (if working from hone, use the VPN).&lt;br /&gt;
# Book a time slot for your session&lt;br /&gt;
# Once your time slot has started, retrieve your password&lt;br /&gt;
# Connect to the data-center's desktop using a tiger/tight vnc-viewer  &lt;br /&gt;
= Steps =&lt;br /&gt;
==VPN==&lt;br /&gt;
Once connected via VPN, you could check the functionality by just connecting to [http://calc.isor.univie.ac.at:8787 Calc]&lt;br /&gt;
 &lt;br /&gt;
==Book Session==&lt;br /&gt;
Because our license is &amp;quot;per seat&amp;quot;, [https://shib.isor.univie.ac.at/booking/Datastream/calendar.php you have to book a time-slot.] &amp;quot;Fair-play&amp;quot; is assumed, restrict yourself to a couple of hours per week not to get restricted.&lt;br /&gt;
&lt;br /&gt;
==Retrieve Password==&lt;br /&gt;
After your time slot has begun, [https://shib.isor.univie.ac.at/booking-datastream/show_password.php retrieve your password.]&lt;br /&gt;
&lt;br /&gt;
== Virtual Desktop==&lt;br /&gt;
[[File:VirtualDesktop.gif|right|frameless|100px|caption]]&lt;br /&gt;
# After you have already connected to the UNI's VPN, &lt;br /&gt;
# start your vnc-viewer and use your [https://shib.isor.univie.ac.at/booking/datastream/show_password.php session-password] to establish a connection&lt;br /&gt;
[[File:vncviewer.png]]  click '''&amp;lt;Connect&amp;gt;''' [https://shib.isor.univie.ac.at/booking/datastream/show_password.php and provide password.] [[File:Vnc_passwd.png]]&lt;br /&gt;
&lt;br /&gt;
Apple might require to fill in '''datastream.isor.univie.ac.at:5900'''&lt;br /&gt;
&lt;br /&gt;
 [[File:linux_icon.png|14px]]  vncviewer datastream.isor.univie.ac.at:0&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Best to use the Full-Screen-Mode, note the keys to escape, e.g. '''&amp;lt;Strg&amp;gt; + &amp;lt;Alt&amp;gt; + &amp;lt;Shift&amp;gt; + &amp;lt;F&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
On your remote screen you may use &amp;lt;F8&amp;gt; for &amp;lt;Ctrl&amp;gt;, &amp;lt;Alt&amp;gt;, etc.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Log on as '''Researcher'''. A new Desktop will be prepared for you, which could take up to two minutes.&lt;br /&gt;
&lt;br /&gt;
=Applications=&lt;br /&gt;
==Excel==&lt;br /&gt;
You can query and retrieve your results directly from within Excel through plugins by using the icon at the upper left corner of your desktop.&lt;br /&gt;
&lt;br /&gt;
==Storage Clients==&lt;br /&gt;
Various clients have been installed for saving your data, like Google-drive, u:cloud or Dropbox. Don't forget to save your work before your session ends. Everything will be deleted, so that the next user starts without any left-overs.&lt;br /&gt;
=Documentation =&lt;br /&gt;
* [https://w3.loibl.com/uni/datastream_5_1_getting_started.pdf getting started]&lt;br /&gt;
* [https://w3.loibl.com/uni/datastream_guide_excel2010.pdf use Excel]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift</id>
		<title>CRSPSift</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift"/>
				<updated>2021-07-14T14:03:02Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The CrspSift Terminal is used for remote computing. A time slot has to be booked before hand.&lt;br /&gt;
&lt;br /&gt;
If you are an expert using the [[File:linux_icon.png|14px]] Linux command line, you might want to look alternatively for the CUPL Tools -&amp;gt; [[CRSP]].&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
== Install Clients ==&lt;br /&gt;
You might need to '''install 2 clients''' on your machine:&lt;br /&gt;
# A VPN client, an up to date (F5 BigIp) VPN-Client ([https://zid.univie.ac.at/en/services/services-from-a-z/v/vpn-virtual-private-network/ ZID])&lt;br /&gt;
# A VNC client, to connect to the desktop at the datacenter, like tigervnc (former tight-vnc), &lt;br /&gt;
 [[File:linux_icon.png|14px]] linux: yum install tigervnc ''or'' apt-get install tigervnc-viewer, &lt;br /&gt;
&lt;br /&gt;
 or similar viewers for windows, etc.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
or &lt;br /&gt;
&lt;br /&gt;
* java enabled web-browser to run an unsigned applet (which could cause troubles)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== Steps ==&lt;br /&gt;
There are a few '''steps to follow''':&lt;br /&gt;
# Stay within the UNI's network (if working from hone, use the VPN).&lt;br /&gt;
# Book a time slot for your session&lt;br /&gt;
# Once your time slot has started, retrieve your password&lt;br /&gt;
# Connect to the data-center's desktop using a tiger/tight vnc-viewer  &lt;br /&gt;
= Steps =&lt;br /&gt;
==VPN==&lt;br /&gt;
Once connected via VPN, you could check if you are up by reaching an internal server like [http://calc.isor.univie.ac.at:8787 Calc]&lt;br /&gt;
 &lt;br /&gt;
==Book Session==&lt;br /&gt;
Book [https://shib.isor.univie.ac.at/booking/CRSPSift/calendar.php a time slot] &amp;quot;Fair-play&amp;quot; is assumed, restrict yourself to a couple of hours per week not to get restricted.&lt;br /&gt;
&lt;br /&gt;
==Retrieve Password==&lt;br /&gt;
After your time slot has begun, [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php retrieve your password.]&lt;br /&gt;
&lt;br /&gt;
== Virtual Desktop==&lt;br /&gt;
[[File:VirtualDesktop.gif|right|frameless|100px|caption]]&lt;br /&gt;
# After you have already connected to the UNI's VPN, &lt;br /&gt;
[[File:Vncviewer_crspsift.jpg]]  click '''&amp;lt;Connect&amp;gt;''' [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php and provide password.] [[File:Vnc_passwd.png]]&lt;br /&gt;
&lt;br /&gt;
 [[File:linux_icon.png|14px]] vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
and authenticate with your [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php session-password.]&lt;br /&gt;
&lt;br /&gt;
Apple might require to fill in '''crspsift.vdc.univie.ac.at:5900'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--   [[File:linux_icon.png|14px]]  vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
&lt;br /&gt;
Best to use the Full-Screen-Mode, note the keys to escape, e.g. '''&amp;lt;Strg&amp;gt; + &amp;lt;Alt&amp;gt; + &amp;lt;Shift&amp;gt; + &amp;lt;F&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
On your remote screen you may use &amp;lt;F8&amp;gt; for &amp;lt;Ctrl&amp;gt;, &amp;lt;Alt&amp;gt;, etc.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Log on as '''Researcher'''. A new Desktop will be prepared for you, which could take up to two minutes.&lt;br /&gt;
&lt;br /&gt;
=Applications=&lt;br /&gt;
==Excel==&lt;br /&gt;
You can query and retrieve your results directly from within Excel through plugins by using the icon at the upper left corner of your desktop.&lt;br /&gt;
&lt;br /&gt;
==Storage Clients==&lt;br /&gt;
Various clients have been installed for saving your data, like Google-drive, u:cloud or Dropbox. Don't forget to save your work before your session ends. Everything will be deleted, so that the next user starts without any left-overs.&lt;br /&gt;
=Documentation =&lt;br /&gt;
* [http://www.crsp.org/files/Sift_guide.pdf User Guide]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift</id>
		<title>CRSPSift</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift"/>
				<updated>2021-07-14T14:02:30Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The CrspSift Terminal is used for remote computing. A time slot has to be booked before hand.&lt;br /&gt;
&lt;br /&gt;
If you are an expert using the [[File:linux_icon.png|14px]] Linux command line, you might want to look alternatively -&amp;gt; [[CRSP]].&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
== Install Clients ==&lt;br /&gt;
You might need to '''install 2 clients''' on your machine:&lt;br /&gt;
# A VPN client, an up to date (F5 BigIp) VPN-Client ([https://zid.univie.ac.at/en/services/services-from-a-z/v/vpn-virtual-private-network/ ZID])&lt;br /&gt;
# A VNC client, to connect to the desktop at the datacenter, like tigervnc (former tight-vnc), &lt;br /&gt;
 [[File:linux_icon.png|14px]] linux: yum install tigervnc ''or'' apt-get install tigervnc-viewer, &lt;br /&gt;
&lt;br /&gt;
 or similar viewers for windows, etc.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
or &lt;br /&gt;
&lt;br /&gt;
* java enabled web-browser to run an unsigned applet (which could cause troubles)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== Steps ==&lt;br /&gt;
There are a few '''steps to follow''':&lt;br /&gt;
# Stay within the UNI's network (if working from hone, use the VPN).&lt;br /&gt;
# Book a time slot for your session&lt;br /&gt;
# Once your time slot has started, retrieve your password&lt;br /&gt;
# Connect to the data-center's desktop using a tiger/tight vnc-viewer  &lt;br /&gt;
= Steps =&lt;br /&gt;
==VPN==&lt;br /&gt;
Once connected via VPN, you could check if you are up by reaching an internal server like [http://calc.isor.univie.ac.at:8787 Calc]&lt;br /&gt;
 &lt;br /&gt;
==Book Session==&lt;br /&gt;
Book [https://shib.isor.univie.ac.at/booking/CRSPSift/calendar.php a time slot] &amp;quot;Fair-play&amp;quot; is assumed, restrict yourself to a couple of hours per week not to get restricted.&lt;br /&gt;
&lt;br /&gt;
==Retrieve Password==&lt;br /&gt;
After your time slot has begun, [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php retrieve your password.]&lt;br /&gt;
&lt;br /&gt;
== Virtual Desktop==&lt;br /&gt;
[[File:VirtualDesktop.gif|right|frameless|100px|caption]]&lt;br /&gt;
# After you have already connected to the UNI's VPN, &lt;br /&gt;
[[File:Vncviewer_crspsift.jpg]]  click '''&amp;lt;Connect&amp;gt;''' [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php and provide password.] [[File:Vnc_passwd.png]]&lt;br /&gt;
&lt;br /&gt;
 [[File:linux_icon.png|14px]] vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
and authenticate with your [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php session-password.]&lt;br /&gt;
&lt;br /&gt;
Apple might require to fill in '''crspsift.vdc.univie.ac.at:5900'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--   [[File:linux_icon.png|14px]]  vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
&lt;br /&gt;
Best to use the Full-Screen-Mode, note the keys to escape, e.g. '''&amp;lt;Strg&amp;gt; + &amp;lt;Alt&amp;gt; + &amp;lt;Shift&amp;gt; + &amp;lt;F&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
On your remote screen you may use &amp;lt;F8&amp;gt; for &amp;lt;Ctrl&amp;gt;, &amp;lt;Alt&amp;gt;, etc.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Log on as '''Researcher'''. A new Desktop will be prepared for you, which could take up to two minutes.&lt;br /&gt;
&lt;br /&gt;
=Applications=&lt;br /&gt;
==Excel==&lt;br /&gt;
You can query and retrieve your results directly from within Excel through plugins by using the icon at the upper left corner of your desktop.&lt;br /&gt;
&lt;br /&gt;
==Storage Clients==&lt;br /&gt;
Various clients have been installed for saving your data, like Google-drive, u:cloud or Dropbox. Don't forget to save your work before your session ends. Everything will be deleted, so that the next user starts without any left-overs.&lt;br /&gt;
=Documentation =&lt;br /&gt;
* [http://www.crsp.org/files/Sift_guide.pdf User Guide]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift</id>
		<title>CRSPSift</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift"/>
				<updated>2021-07-14T14:01:01Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The CrspSift Terminal is used for remote computing. A time slot has to be booked before hand.&lt;br /&gt;
If you are an expert using the [[File:linux_icon.png|14px]] Linux command line, you might want to look -&amp;gt; [[CRSP]].&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
== Install Clients ==&lt;br /&gt;
You might need to '''install 2 clients''' on your machine:&lt;br /&gt;
# A VPN client, an up to date (F5 BigIp) VPN-Client ([https://zid.univie.ac.at/en/services/services-from-a-z/v/vpn-virtual-private-network/ ZID])&lt;br /&gt;
# A VNC client, to connect to the desktop at the datacenter, like tigervnc (former tight-vnc), &lt;br /&gt;
 [[File:linux_icon.png|14px]] linux: yum install tigervnc ''or'' apt-get install tigervnc-viewer, &lt;br /&gt;
&lt;br /&gt;
 or similar viewers for windows, etc.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
or &lt;br /&gt;
&lt;br /&gt;
* java enabled web-browser to run an unsigned applet (which could cause troubles)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== Steps ==&lt;br /&gt;
There are a few '''steps to follow''':&lt;br /&gt;
# Stay within the UNI's network (if working from hone, use the VPN).&lt;br /&gt;
# Book a time slot for your session&lt;br /&gt;
# Once your time slot has started, retrieve your password&lt;br /&gt;
# Connect to the data-center's desktop using a tiger/tight vnc-viewer  &lt;br /&gt;
= Steps =&lt;br /&gt;
==VPN==&lt;br /&gt;
Once connected via VPN, you could check if you are up by reaching an internal server like [http://calc.isor.univie.ac.at:8787 Calc]&lt;br /&gt;
 &lt;br /&gt;
==Book Session==&lt;br /&gt;
Book [https://shib.isor.univie.ac.at/booking/CRSPSift/calendar.php a time slot] &amp;quot;Fair-play&amp;quot; is assumed, restrict yourself to a couple of hours per week not to get restricted.&lt;br /&gt;
&lt;br /&gt;
==Retrieve Password==&lt;br /&gt;
After your time slot has begun, [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php retrieve your password.]&lt;br /&gt;
&lt;br /&gt;
== Virtual Desktop==&lt;br /&gt;
[[File:VirtualDesktop.gif|right|frameless|100px|caption]]&lt;br /&gt;
# After you have already connected to the UNI's VPN, &lt;br /&gt;
[[File:Vncviewer_crspsift.jpg]]  click '''&amp;lt;Connect&amp;gt;''' [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php and provide password.] [[File:Vnc_passwd.png]]&lt;br /&gt;
&lt;br /&gt;
 [[File:linux_icon.png|14px]] vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
and authenticate with your [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php session-password.]&lt;br /&gt;
&lt;br /&gt;
Apple might require to fill in '''crspsift.vdc.univie.ac.at:5900'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--   [[File:linux_icon.png|14px]]  vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
&lt;br /&gt;
Best to use the Full-Screen-Mode, note the keys to escape, e.g. '''&amp;lt;Strg&amp;gt; + &amp;lt;Alt&amp;gt; + &amp;lt;Shift&amp;gt; + &amp;lt;F&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
On your remote screen you may use &amp;lt;F8&amp;gt; for &amp;lt;Ctrl&amp;gt;, &amp;lt;Alt&amp;gt;, etc.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Log on as '''Researcher'''. A new Desktop will be prepared for you, which could take up to two minutes.&lt;br /&gt;
&lt;br /&gt;
=Applications=&lt;br /&gt;
==Excel==&lt;br /&gt;
You can query and retrieve your results directly from within Excel through plugins by using the icon at the upper left corner of your desktop.&lt;br /&gt;
&lt;br /&gt;
==Storage Clients==&lt;br /&gt;
Various clients have been installed for saving your data, like Google-drive, u:cloud or Dropbox. Don't forget to save your work before your session ends. Everything will be deleted, so that the next user starts without any left-overs.&lt;br /&gt;
=Documentation =&lt;br /&gt;
* [http://www.crsp.org/files/Sift_guide.pdf User Guide]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift</id>
		<title>CRSPSift</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift"/>
				<updated>2021-07-14T13:31:37Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* Virtual Desktop */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The CrspSift Terminal is used for remote computing. A time slot has to be booked before hand.&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
== Install Clients ==&lt;br /&gt;
You might need to '''install 2 clients''' on your machine:&lt;br /&gt;
# A VPN client, an up to date (F5 BigIp) VPN-Client ([https://zid.univie.ac.at/en/services/services-from-a-z/v/vpn-virtual-private-network/ ZID])&lt;br /&gt;
# A VNC client, to connect to the desktop at the datacenter, like tigervnc (former tight-vnc), &lt;br /&gt;
 [[File:linux_icon.png|14px]] linux: yum install tigervnc ''or'' apt-get install tigervnc-viewer, &lt;br /&gt;
&lt;br /&gt;
 or similar viewers for windows, etc.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
or &lt;br /&gt;
&lt;br /&gt;
* java enabled web-browser to run an unsigned applet (which could cause troubles)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== Steps ==&lt;br /&gt;
There are a few '''steps to follow''':&lt;br /&gt;
# Stay within the UNI's network (if working from hone, use the VPN).&lt;br /&gt;
# Book a time slot for your session&lt;br /&gt;
# Once your time slot has started, retrieve your password&lt;br /&gt;
# Connect to the data-center's desktop using a tiger/tight vnc-viewer  &lt;br /&gt;
= Steps =&lt;br /&gt;
==VPN==&lt;br /&gt;
Once connected via VPN, you could check if you are up by reaching an internal server like [http://calc.isor.univie.ac.at:8787 Calc]&lt;br /&gt;
 &lt;br /&gt;
==Book Session==&lt;br /&gt;
Book [https://shib.isor.univie.ac.at/booking/CRSPSift/calendar.php a time slot] &amp;quot;Fair-play&amp;quot; is assumed, restrict yourself to a couple of hours per week not to get restricted.&lt;br /&gt;
&lt;br /&gt;
==Retrieve Password==&lt;br /&gt;
After your time slot has begun, [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php retrieve your password.]&lt;br /&gt;
&lt;br /&gt;
== Virtual Desktop==&lt;br /&gt;
[[File:VirtualDesktop.gif|right|frameless|100px|caption]]&lt;br /&gt;
# After you have already connected to the UNI's VPN, &lt;br /&gt;
[[File:Vncviewer_crspsift.jpg]]  click '''&amp;lt;Connect&amp;gt;''' [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php and provide password.] [[File:Vnc_passwd.png]]&lt;br /&gt;
&lt;br /&gt;
 [[File:linux_icon.png|14px]] vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
and authenticate with your [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php session-password.]&lt;br /&gt;
&lt;br /&gt;
Apple might require to fill in '''crspsift.vdc.univie.ac.at:5900'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--   [[File:linux_icon.png|14px]]  vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
&lt;br /&gt;
Best to use the Full-Screen-Mode, note the keys to escape, e.g. '''&amp;lt;Strg&amp;gt; + &amp;lt;Alt&amp;gt; + &amp;lt;Shift&amp;gt; + &amp;lt;F&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
On your remote screen you may use &amp;lt;F8&amp;gt; for &amp;lt;Ctrl&amp;gt;, &amp;lt;Alt&amp;gt;, etc.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Log on as '''Researcher'''. A new Desktop will be prepared for you, which could take up to two minutes.&lt;br /&gt;
&lt;br /&gt;
=Applications=&lt;br /&gt;
==Excel==&lt;br /&gt;
You can query and retrieve your results directly from within Excel through plugins by using the icon at the upper left corner of your desktop.&lt;br /&gt;
&lt;br /&gt;
==Storage Clients==&lt;br /&gt;
Various clients have been installed for saving your data, like Google-drive, u:cloud or Dropbox. Don't forget to save your work before your session ends. Everything will be deleted, so that the next user starts without any left-overs.&lt;br /&gt;
=Documentation =&lt;br /&gt;
* [http://www.crsp.org/files/Sift_guide.pdf User Guide]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift</id>
		<title>CRSPSift</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift"/>
				<updated>2021-07-14T13:31:17Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* Virtual Desktop */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The CrspSift Terminal is used for remote computing. A time slot has to be booked before hand.&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
== Install Clients ==&lt;br /&gt;
You might need to '''install 2 clients''' on your machine:&lt;br /&gt;
# A VPN client, an up to date (F5 BigIp) VPN-Client ([https://zid.univie.ac.at/en/services/services-from-a-z/v/vpn-virtual-private-network/ ZID])&lt;br /&gt;
# A VNC client, to connect to the desktop at the datacenter, like tigervnc (former tight-vnc), &lt;br /&gt;
 [[File:linux_icon.png|14px]] linux: yum install tigervnc ''or'' apt-get install tigervnc-viewer, &lt;br /&gt;
&lt;br /&gt;
 or similar viewers for windows, etc.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
or &lt;br /&gt;
&lt;br /&gt;
* java enabled web-browser to run an unsigned applet (which could cause troubles)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== Steps ==&lt;br /&gt;
There are a few '''steps to follow''':&lt;br /&gt;
# Stay within the UNI's network (if working from hone, use the VPN).&lt;br /&gt;
# Book a time slot for your session&lt;br /&gt;
# Once your time slot has started, retrieve your password&lt;br /&gt;
# Connect to the data-center's desktop using a tiger/tight vnc-viewer  &lt;br /&gt;
= Steps =&lt;br /&gt;
==VPN==&lt;br /&gt;
Once connected via VPN, you could check if you are up by reaching an internal server like [http://calc.isor.univie.ac.at:8787 Calc]&lt;br /&gt;
 &lt;br /&gt;
==Book Session==&lt;br /&gt;
Book [https://shib.isor.univie.ac.at/booking/CRSPSift/calendar.php a time slot] &amp;quot;Fair-play&amp;quot; is assumed, restrict yourself to a couple of hours per week not to get restricted.&lt;br /&gt;
&lt;br /&gt;
==Retrieve Password==&lt;br /&gt;
After your time slot has begun, [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php retrieve your password.]&lt;br /&gt;
&lt;br /&gt;
== Virtual Desktop==&lt;br /&gt;
[[File:VirtualDesktop.gif|right|frameless|100px|caption]]&lt;br /&gt;
# After you have already connected to the UNI's VPN, &lt;br /&gt;
[[File:Vncviewer_crspsift.jpg]]  click '''&amp;lt;Connect&amp;gt;''' [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php and provide password.] [[File:Vnc_passwd.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:linux_icon.png|14px]] vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
and authenticate with your [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php session-password.]&lt;br /&gt;
&lt;br /&gt;
Apple might require to fill in '''crspsift.vdc.univie.ac.at:5900'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--   [[File:linux_icon.png|14px]]  vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
&lt;br /&gt;
Best to use the Full-Screen-Mode, note the keys to escape, e.g. '''&amp;lt;Strg&amp;gt; + &amp;lt;Alt&amp;gt; + &amp;lt;Shift&amp;gt; + &amp;lt;F&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
On your remote screen you may use &amp;lt;F8&amp;gt; for &amp;lt;Ctrl&amp;gt;, &amp;lt;Alt&amp;gt;, etc.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Log on as '''Researcher'''. A new Desktop will be prepared for you, which could take up to two minutes.&lt;br /&gt;
&lt;br /&gt;
=Applications=&lt;br /&gt;
==Excel==&lt;br /&gt;
You can query and retrieve your results directly from within Excel through plugins by using the icon at the upper left corner of your desktop.&lt;br /&gt;
&lt;br /&gt;
==Storage Clients==&lt;br /&gt;
Various clients have been installed for saving your data, like Google-drive, u:cloud or Dropbox. Don't forget to save your work before your session ends. Everything will be deleted, so that the next user starts without any left-overs.&lt;br /&gt;
=Documentation =&lt;br /&gt;
* [http://www.crsp.org/files/Sift_guide.pdf User Guide]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSP</id>
		<title>CRSP</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSP"/>
				<updated>2021-07-14T13:06:33Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for CUPL-Tools only. For the Windows desktop application -&amp;gt; [[CRSPSift]].&lt;br /&gt;
==CRSP, COMPUSTAT, CCM ==&lt;br /&gt;
=== CUPL Tools ===&lt;br /&gt;
==== access to your remote text terminal ====&lt;br /&gt;
===== require credentials =====&lt;br /&gt;
email the VDC sysadmin to provide credentials and get your remote text terminal prepared.&lt;br /&gt;
       &amp;lt;ul&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt;&lt;br /&gt;
             host: crsp.vdc.univie.ac.at&lt;br /&gt;
         &amp;lt;/li&amp;gt;&lt;br /&gt;
          &amp;lt;li&amp;gt;&lt;br /&gt;
             user: your username&lt;br /&gt;
         &amp;lt;/li&amp;gt;&lt;br /&gt;
         &amp;lt;li&amp;gt;&lt;br /&gt;
             password: your password&lt;br /&gt;
         &amp;lt;/li&amp;gt;  &lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== VPN ====&lt;br /&gt;
If working from home you have to establish a Virtual Private Network (VPN) to Uni first ([https://zid.univie.ac.at/en/vpn/ see ZID/VPN]).&lt;br /&gt;
&lt;br /&gt;
==== SSH ====&lt;br /&gt;
If working from Windows, you might need to install an SSH-client ([https://www.putty.org/ like PUTTY]) to use Secure Shell (SSH) to connect to your terminal. Accept the server key.&lt;br /&gt;
[[File:3_accept_key.png|left|frameless|200px|caption]]&lt;br /&gt;
Also see [https://zid.univie.ac.at/online-speicherplatz/anleitungen/sftp/ ZID's explanation]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== usage of a terminal ====  &lt;br /&gt;
Now you work remotely and use the remote host's command line (which is the bash shell, don't type the beginning &amp;quot;$&amp;quot;, which is the prompt):    &lt;br /&gt;
[[File:4_terminal_session.gif|left|]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
the midnight-commander (mc) provides a built-in editor mcedit (exit it with Alt+0)&lt;br /&gt;
&amp;lt;pre&amp;gt;$ mc &amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;$ mcedit ts_samp7.rqt &amp;lt;/pre&amp;gt;&lt;br /&gt;
e.g. use  '''''ts_print''''' to process a requirementfile '''''ts_samp7.rqt''''' and get the output '''''ts_samp7.out''''':&lt;br /&gt;
        &amp;lt;pre&amp;gt;$ ts_print ts_samp7.rqt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
[[File:7_ts_print.png|left|frameless|500px|caption]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
use mc / mcedit to look into ts_samp7.out:&lt;br /&gt;
&amp;lt;pre&amp;gt;$ mcedit ts_samp7.out &amp;lt;/pre&amp;gt;&lt;br /&gt;
[[File:8_ts_samp6_out.png||frameless|400px|caption]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt; &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
use e.g. this command to get the switches for the command '''''crsp_print''''':&lt;br /&gt;
&amp;lt;pre&amp;gt;$ crsp_print /d1  /var/crsp/2019-07/crspdata/cmz201807&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== download the results onto your desktop / laptop ====&lt;br /&gt;
use an SFTP client like [https://cyberduck.io/download/ CyberDuck] on a Mac or  [https://zid.univie.ac.at/online-speicherplatz/anleitungen/sftp/ WinScp] on Windows to download the results (e.g. ts_samp7.out) onto your desktop for further processing. Provide your SSH credentials:&lt;br /&gt;
&lt;br /&gt;
[[File:10_cyberduck_credentials.png|400px]]&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== documentation====&lt;br /&gt;
Please read some manuals to gain experience with the ts_sampleX.rqt files in your home directory&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
[http://www.crsp.org/products/documentation/cupl-386-guide CRSP Utilities and Program Libraries (CUPL)]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
[https://w3.loibl.com/uni/ccm_data_guide_0.pdf CCM Data Guide]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
and maybe the [https://w3.loibl.com/uni/xf_understanding_the_data.pdf xf-understanding_the_data guide].&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
collected [https://w3.loibl.com/wiki/index.php/CRSP#Usage thoughts] .&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
=== WEB Access R ===&lt;br /&gt;
* apply for login-credentials andreas.loibl@univie.ac.at&lt;br /&gt;
* use sftp to upload / download your date (like with your [https://zid.univie.ac.at/online-speicherplatz/anleitungen/sftp/ Online-Speicherplatz])&lt;br /&gt;
* http://calc.isor.univie.ac.at:8787&lt;br /&gt;
* explore some commands, for the sake of functionality only (not to make any sense)&lt;br /&gt;
 ###### Example#1 &lt;br /&gt;
 # search for &amp;quot;EGSA&amp;quot;and perform some actions&lt;br /&gt;
 # comment, not interpreted&lt;br /&gt;
 ? system&lt;br /&gt;
 ? system.time()&lt;br /&gt;
 help(&amp;quot;crsp.data.usstock&amp;quot;)      ## we have licensed US-Stock 1925 and  4 US-Indices and CCM&lt;br /&gt;
 system2(&amp;quot;uptime&amp;quot;)              ## load average &amp;lt; 10 ! (otherwise too many concurrent users)&lt;br /&gt;
 library(data.table, crsp)&lt;br /&gt;
 setwd('~/crsp')&lt;br /&gt;
 getwd()&lt;br /&gt;
 myheaders &amp;lt;- data.table(crsp.data.usstock('sfz_hdr'))&lt;br /&gt;
 myEGASHeaders &amp;lt;- myheaders[HTSYMBOL %like% &amp;quot;EGAS&amp;quot; &amp;amp; BEGDT &amp;gt; &amp;quot;1986-01-8&amp;quot;]$KYPERMNO&lt;br /&gt;
 myMonthly &amp;lt;- crsp.data.usstock(&amp;quot;sfz_mth&amp;quot;)&lt;br /&gt;
 nrow(myMonthly)&lt;br /&gt;
 ncol(myMonthly)&lt;br /&gt;
 head(myMonthly,10)&lt;br /&gt;
 MyEGASData &amp;lt;- myMonthly[myMonthly$KYPERMNO %in%  c(myEGASHeaders),]&lt;br /&gt;
 head(MyEGASData)&lt;br /&gt;
 tail(MyEGASData)&lt;br /&gt;
 plot.ts(MyEGASData$MPRC)&lt;br /&gt;
 ######## Example #2&lt;br /&gt;
 # read tickers from one file perform some operations and write results to another file &lt;br /&gt;
 # myTechies &amp;lt;- read.csv('/home/su/crsp/techcompanies.tickers', header = FALSE)&lt;br /&gt;
 myTechies &amp;lt;- scan(file = 'techcompanies.tickers', what = 'character', sep = ',')&lt;br /&gt;
 myTechiesHeaders &amp;lt;- myheaders[myheaders$HTSYMBOL %in% c(myTechies)]&lt;br /&gt;
 #fileDsk &amp;lt;- tempfile(&amp;quot;MyTechiesHeaders&amp;quot;)&lt;br /&gt;
 fileDsk &amp;lt;- &amp;quot;MyTechiesHeaders&amp;quot;&lt;br /&gt;
 #setwd(&amp;quot;~/R_workspace/from_uspace/privat/crsp_sample1/&amp;quot;)&lt;br /&gt;
 write.table(t(myTechiesHeaders), file='./MyTechiesHeaders')&lt;br /&gt;
 # file.show(fileDsk)&lt;br /&gt;
 # if(interactive()) file.show(fileDsk)&lt;br /&gt;
 # unlink(fileDsk) # delete file again&lt;br /&gt;
 myTechiesData &amp;lt;- myMonthly[myMonthly$KYPERMNO %in%  c(myTechiesHeaders$KYPERMNO),]&lt;br /&gt;
 plot.ts(log(myTechiesData$MPRC))&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Documentation ====&lt;br /&gt;
[http://www.crsp.org/products/documentation/overview-4 in the crsp.org universe.]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift</id>
		<title>CRSPSift</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift"/>
				<updated>2021-07-14T13:01:50Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The CrspSift Terminal is used for remote computing. A time slot has to be booked before hand.&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
== Install Clients ==&lt;br /&gt;
You might need to '''install 2 clients''' on your machine:&lt;br /&gt;
# A VPN client, an up to date (F5 BigIp) VPN-Client ([https://zid.univie.ac.at/en/services/services-from-a-z/v/vpn-virtual-private-network/ ZID])&lt;br /&gt;
# A VNC client, to connect to the desktop at the datacenter, like tigervnc (former tight-vnc), &lt;br /&gt;
 [[File:linux_icon.png|14px]] linux: yum install tigervnc ''or'' apt-get install tigervnc-viewer, &lt;br /&gt;
&lt;br /&gt;
 or similar viewers for windows, etc.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
or &lt;br /&gt;
&lt;br /&gt;
* java enabled web-browser to run an unsigned applet (which could cause troubles)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== Steps ==&lt;br /&gt;
There are a few '''steps to follow''':&lt;br /&gt;
# Stay within the UNI's network (if working from hone, use the VPN).&lt;br /&gt;
# Book a time slot for your session&lt;br /&gt;
# Once your time slot has started, retrieve your password&lt;br /&gt;
# Connect to the data-center's desktop using a tiger/tight vnc-viewer  &lt;br /&gt;
= Steps =&lt;br /&gt;
==VPN==&lt;br /&gt;
Once connected via VPN, you could check if you are up by reaching an internal server like [http://calc.isor.univie.ac.at:8787 Calc]&lt;br /&gt;
 &lt;br /&gt;
==Book Session==&lt;br /&gt;
Book [https://shib.isor.univie.ac.at/booking/CRSPSift/calendar.php a time slot] &amp;quot;Fair-play&amp;quot; is assumed, restrict yourself to a couple of hours per week not to get restricted.&lt;br /&gt;
&lt;br /&gt;
==Retrieve Password==&lt;br /&gt;
After your time slot has begun, [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php retrieve your password.]&lt;br /&gt;
&lt;br /&gt;
== Virtual Desktop==&lt;br /&gt;
[[File:VirtualDesktop.gif|right|frameless|100px|caption]]&lt;br /&gt;
# After you have already connected to the UNI's VPN, &lt;br /&gt;
[[File:Vncviewer_crspsift.jpg]]  click '''&amp;lt;Connect&amp;gt;''' [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php and provide password.] [[File:Vnc_passwd.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:linux_icon.png|14px]]: run&lt;br /&gt;
 vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
and authenticate with your [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php session-password.]&lt;br /&gt;
&lt;br /&gt;
Apple might require to fill in '''crspsift.vdc.univie.ac.at:5900'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--   [[File:linux_icon.png|14px]]  vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
&lt;br /&gt;
Best to use the Full-Screen-Mode, note the keys to escape, e.g. '''&amp;lt;Strg&amp;gt; + &amp;lt;Alt&amp;gt; + &amp;lt;Shift&amp;gt; + &amp;lt;F&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
On your remote screen you may use &amp;lt;F8&amp;gt; for &amp;lt;Ctrl&amp;gt;, &amp;lt;Alt&amp;gt;, etc.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Log on as '''Researcher'''. A new Desktop will be prepared for you, which could take up to two minutes.&lt;br /&gt;
&lt;br /&gt;
=Applications=&lt;br /&gt;
==Excel==&lt;br /&gt;
You can query and retrieve your results directly from within Excel through plugins by using the icon at the upper left corner of your desktop.&lt;br /&gt;
&lt;br /&gt;
==Storage Clients==&lt;br /&gt;
Various clients have been installed for saving your data, like Google-drive, u:cloud or Dropbox. Don't forget to save your work before your session ends. Everything will be deleted, so that the next user starts without any left-overs.&lt;br /&gt;
=Documentation =&lt;br /&gt;
* [http://www.crsp.org/files/Sift_guide.pdf User Guide]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift</id>
		<title>CRSPSift</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/CRSPSift"/>
				<updated>2021-07-14T12:54:10Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The CrspSift Terminal is used for remote computing. A time slot has to be booked before hand.&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
== Install Clients ==&lt;br /&gt;
You might need to '''install 2 clients''' on your machine:&lt;br /&gt;
# A VPN client, an up to date (F5 BigIp) VPN-Client ([https://zid.univie.ac.at/en/services/services-from-a-z/v/vpn-virtual-private-network/ ZID])&lt;br /&gt;
# A VNC client, to connect to the desktop at the datacenter, like tigervnc (former tight-vnc), &lt;br /&gt;
 [[File:linux_icon.png|14px]] linux: yum install tigervnc ''or'' apt-get install tigervnc-viewer, &lt;br /&gt;
&lt;br /&gt;
 or similar viewers for windows, etc.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
or &lt;br /&gt;
&lt;br /&gt;
* java enabled web-browser to run an unsigned applet (which could cause troubles)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== Steps ==&lt;br /&gt;
There are a few '''steps to follow''':&lt;br /&gt;
# Stay within the UNI's network (if working from hone, use the VPN).&lt;br /&gt;
# Book a time slot for your session&lt;br /&gt;
# Once your time slot has started, retrieve your password&lt;br /&gt;
# Connect to the data-center's desktop using a tiger/tight vnc-viewer  &lt;br /&gt;
= Steps =&lt;br /&gt;
==VPN==&lt;br /&gt;
Once connected via VPN, you could check if you are up by reaching an internal server like [http://calc.isor.univie.ac.at:8787 Calc]&lt;br /&gt;
 &lt;br /&gt;
==Book Session==&lt;br /&gt;
Book [https://shib.isor.univie.ac.at/booking-crspsift/calendar.php a time-slot.] &amp;quot;Fair-play&amp;quot; is assumed, restrict yourself to a couple of hours per week not to get restricted.&lt;br /&gt;
&lt;br /&gt;
==Retrieve Password==&lt;br /&gt;
After your time slot has begun, [https://shib.isor.univie.ac.at/booking-crspsift/show_password.php retrieve your password.]&lt;br /&gt;
&lt;br /&gt;
== Virtual Desktop==&lt;br /&gt;
[[File:VirtualDesktop.gif|right|frameless|100px|caption]]&lt;br /&gt;
# After you have already connected to the UNI's VPN, &lt;br /&gt;
[[File:Vncviewer_crspsift.jpg]]  click '''&amp;lt;Connect&amp;gt;''' [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php and provide password.] [[File:Vnc_passwd.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:linux_icon.png|14px]]: run&lt;br /&gt;
 vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
and authenticate with your [https://shib.isor.univie.ac.at/booking/CRSPSift/show_password.php session-password.]&lt;br /&gt;
&lt;br /&gt;
Apple might require to fill in '''crspsift.vdc.univie.ac.at:5900'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--   [[File:linux_icon.png|14px]]  vncviewer crspsift.vdc.univie.ac.at:0&lt;br /&gt;
&lt;br /&gt;
Best to use the Full-Screen-Mode, note the keys to escape, e.g. '''&amp;lt;Strg&amp;gt; + &amp;lt;Alt&amp;gt; + &amp;lt;Shift&amp;gt; + &amp;lt;F&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
On your remote screen you may use &amp;lt;F8&amp;gt; for &amp;lt;Ctrl&amp;gt;, &amp;lt;Alt&amp;gt;, etc.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Log on as '''Researcher'''. A new Desktop will be prepared for you, which could take up to two minutes.&lt;br /&gt;
&lt;br /&gt;
=Applications=&lt;br /&gt;
==Excel==&lt;br /&gt;
You can query and retrieve your results directly from within Excel through plugins by using the icon at the upper left corner of your desktop.&lt;br /&gt;
&lt;br /&gt;
==Storage Clients==&lt;br /&gt;
Various clients have been installed for saving your data, like Google-drive, u:cloud or Dropbox. Don't forget to save your work before your session ends. Everything will be deleted, so that the next user starts without any left-overs.&lt;br /&gt;
=Documentation =&lt;br /&gt;
* [http://www.crsp.org/files/Sift_guide.pdf User Guide]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://w3.vdc.univie.ac.at/wiki/index.php/Datastream</id>
		<title>Datastream</title>
		<link rel="alternate" type="text/html" href="https://w3.vdc.univie.ac.at/wiki/index.php/Datastream"/>
				<updated>2021-07-13T13:52:44Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: /* Access / Workflow */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Datastream Terminal is used for remote computing. Since only one University member can access it at a time, a time slot has to be booked before hand.&lt;br /&gt;
=Functional Range=&lt;br /&gt;
&lt;br /&gt;
Datastream gives you access to the world's largest and most respected historical financial numerical database such as&lt;br /&gt;
# Worldwide equity coverage direct from the stock markets&lt;br /&gt;
# Comprehensive market indices,&lt;br /&gt;
# Economics data direct from national government sources as well as the OECD and IMF,&lt;br /&gt;
# Fixed income securities and associated indices, commodities and derivatives data.&lt;br /&gt;
# Forecast earnings data from IBES, fundamental data from Worldscope, and&lt;br /&gt;
# Added value data sets from respected sources such as MSCI, DJ Stoxx and FTSE All World.&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
== Install Clients ==&lt;br /&gt;
You might need to '''install 2 clients''' on your machine:&lt;br /&gt;
# A VPN client, an up to date (F5 BigIp) VPN-Client ([https://zid.univie.ac.at/en/services/services-from-a-z/v/vpn-virtual-private-network/ ZID])&lt;br /&gt;
# A VNC client, to connect to the desktop at the datacenter, like tigervnc (former tight-vnc), &lt;br /&gt;
 [[File:linux_icon.png|14px]] linux: yum install tigervnc ''or'' apt-get install tigervnc-viewer, &lt;br /&gt;
&lt;br /&gt;
 or similar viewers for windows, etc.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
or &lt;br /&gt;
&lt;br /&gt;
* java enabled web-browser to run an unsigned applet (which could cause troubles)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== Steps ==&lt;br /&gt;
There are a few '''steps to follow''':&lt;br /&gt;
# Stay within the UNI's network (if working from hone, use the VPN).&lt;br /&gt;
# Book a time slot for your session&lt;br /&gt;
# Once your time slot has started, retrieve your password&lt;br /&gt;
# Connect to the data-center's desktop using a tiger/tight vnc-viewer  &lt;br /&gt;
= Steps =&lt;br /&gt;
==VPN==&lt;br /&gt;
Once connected via VPN, you could check the functionality by just connecting to [http://calc.isor.univie.ac.at:8787 Calc]&lt;br /&gt;
 &lt;br /&gt;
==Book Session==&lt;br /&gt;
Because our license is &amp;quot;per seat&amp;quot;, [https://shib.isor.univie.ac.at/booking-datastream/calendar.php you have to book a time-slot.] &amp;quot;Fair-play&amp;quot; is assumed, restrict yourself to a couple of hours per week not to get restricted.&lt;br /&gt;
&lt;br /&gt;
==Retrieve Password==&lt;br /&gt;
After your time slot has begun, [https://shib.isor.univie.ac.at/booking-datastream/show_password.php retrieve your password.]&lt;br /&gt;
&lt;br /&gt;
== Virtual Desktop==&lt;br /&gt;
[[File:VirtualDesktop.gif|right|frameless|100px|caption]]&lt;br /&gt;
# After you have already connected to the UNI's VPN, &lt;br /&gt;
# start your vnc-viewer and use your [https://shib.isor.univie.ac.at/booking/datastream/show_password.php session-password] to establish a connection&lt;br /&gt;
[[File:vncviewer.png]]  click '''&amp;lt;Connect&amp;gt;''' [https://shib.isor.univie.ac.at/booking/datastream/show_password.php and provide password.] [[File:Vnc_passwd.png]]&lt;br /&gt;
&lt;br /&gt;
Apple might require to fill in '''datastream.isor.univie.ac.at:5900'''&lt;br /&gt;
&lt;br /&gt;
 [[File:linux_icon.png|14px]]  vncviewer datastream.isor.univie.ac.at:0&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Best to use the Full-Screen-Mode, note the keys to escape, e.g. '''&amp;lt;Strg&amp;gt; + &amp;lt;Alt&amp;gt; + &amp;lt;Shift&amp;gt; + &amp;lt;F&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
On your remote screen you may use &amp;lt;F8&amp;gt; for &amp;lt;Ctrl&amp;gt;, &amp;lt;Alt&amp;gt;, etc.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Log on as '''Researcher'''. A new Desktop will be prepared for you, which could take up to two minutes.&lt;br /&gt;
&lt;br /&gt;
=Applications=&lt;br /&gt;
==Excel==&lt;br /&gt;
You can query and retrieve your results directly from within Excel through plugins by using the icon at the upper left corner of your desktop.&lt;br /&gt;
&lt;br /&gt;
==Storage Clients==&lt;br /&gt;
Various clients have been installed for saving your data, like Google-drive, u:cloud or Dropbox. Don't forget to save your work before your session ends. Everything will be deleted, so that the next user starts without any left-overs.&lt;br /&gt;
=Documentation =&lt;br /&gt;
* [https://w3.loibl.com/uni/datastream_5_1_getting_started.pdf getting started]&lt;br /&gt;
* [https://w3.loibl.com/uni/datastream_guide_excel2010.pdf use Excel]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>