<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://itp.uni-frankfurt.de/wiki-it/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Thomas</id>
	<title>IT Service Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://itp.uni-frankfurt.de/wiki-it/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Thomas"/>
	<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php/Special:Contributions/Thomas"/>
	<updated>2026-05-13T19:21:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=VPN_Access&amp;diff=712</id>
		<title>VPN Access</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=VPN_Access&amp;diff=712"/>
		<updated>2017-05-08T11:17:38Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To get full access to our network from external locations we provide a VPN access based on openvpn. This is free software and part of every Linux distribution. The following guide has been tested with Ubuntu 12.04 to 17.04. It is available for Windows and MacOS too.&lt;br /&gt;
&lt;br /&gt;
=== Install OpenVPN === &lt;br /&gt;
&lt;br /&gt;
It is not part of the default installation, but can easily installed using apt. Enter the following commands:&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install openvpn&lt;br /&gt;
&lt;br /&gt;
The requieres to enter your password to get super user privileges.&lt;br /&gt;
&lt;br /&gt;
=== Command line configuration ===&lt;br /&gt;
&lt;br /&gt;
This is fast and easy but requires to enter commands. Create or download [http://th.physik.uni-frankfurt.de/~thw/vpn/all-via-itp.ovpn] the config file and store it anywhere you like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
client&lt;br /&gt;
dev tap&lt;br /&gt;
proto udp&lt;br /&gt;
nobind&lt;br /&gt;
remote vpn.th.physik.uni-frankfurt.de&lt;br /&gt;
verify-x509-name vpn.th.physik.uni-frankfurt.de name&lt;br /&gt;
remote-cert-tls server&lt;br /&gt;
resolv-retry infinite&lt;br /&gt;
auth-user-pass&lt;br /&gt;
ca private-ca-itp.crt&lt;br /&gt;
redirect-gateway def1                       &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Download our CA (Certificate of Authority) [http://th.physik.uni-frankfurt.de/~thw/vpn/private-ca-itp.crt] and store it in the same place. This file is needed for verifcation the authenticity of the server.&lt;br /&gt;
&lt;br /&gt;
This configuration routes all traffic trough ITP, this is usful if you want to download papers, which are restricted to the university network.&lt;br /&gt;
The second examples only routes the traffic going directly to the ITP trough the VPN and leaves your default gateway untouched. The only difference is the missing &amp;#039;redirect-gateway&amp;#039; statment [http://th.physik.uni-frankfurt.de/~thw/vpn/itp.vpn].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
client&lt;br /&gt;
dev tap&lt;br /&gt;
proto udp&lt;br /&gt;
nobind&lt;br /&gt;
remote vpn.th.physik.uni-frankfurt.de&lt;br /&gt;
verify-x509-name vpn.th.physik.uni-frankfurt.de name&lt;br /&gt;
remote-cert-tls server&lt;br /&gt;
resolv-retry infinite&lt;br /&gt;
auth-user-pass&lt;br /&gt;
ca private-ca-itp.crt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Start the VPN connection ===&lt;br /&gt;
&lt;br /&gt;
Open a terminal and change to the path where the vpn config file is stored. Start the connection with&lt;br /&gt;
  &lt;br /&gt;
  sudo openvpn itp.ovpn&lt;br /&gt;
&lt;br /&gt;
where itp.ovpn is the name of the config file. openvpn needs root access, therefore you must enter your local password for sudo. After this you have to enter your ITP credentials (Username and Password).&lt;br /&gt;
&lt;br /&gt;
If everything went fine the output will look like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Fri Dec  7 15:03:00 2012 WARNING: Make sure you understand the semantics of --tls-remote before using it (see the man page).&lt;br /&gt;
Fri Dec  7 15:03:00 2012 NOTE: OpenVPN 2.1 requires &amp;#039;--script-security 2&amp;#039; or higher to call user-defined scripts or executables&lt;br /&gt;
Fri Dec  7 15:03:00 2012 UDPv4 link local: [undef]&lt;br /&gt;
Fri Dec  7 15:03:00 2012 UDPv4 link remote: [AF_INET]141.2.246.2:1194&lt;br /&gt;
Fri Dec  7 15:03:00 2012 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this&lt;br /&gt;
Fri Dec  7 15:03:00 2012 [FIAS-ITP_Generic_VPN_Service] Peer Connection Initiated with [AF_INET]141.2.246.2:1194&lt;br /&gt;
Fri Dec  7 15:03:02 2012 TUN/TAP device tap0 opened&lt;br /&gt;
Fri Dec  7 15:03:02 2012 do_ifconfig, tt-&amp;gt;ipv6=0, tt-&amp;gt;did_ifconfig_ipv6_setup=0&lt;br /&gt;
Fri Dec  7 15:03:02 2012 /sbin/ifconfig tap0 10.63.131.1 netmask 255.255.0.0 mtu 1500 broadcast 10.63.255.255&lt;br /&gt;
Fri Dec  7 15:03:02 2012 Initialization Sequence Completed&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Termiate the session by pressing Ctrl-C in this terminal.&lt;br /&gt;
&lt;br /&gt;
=== Hacking around firewalls ===&lt;br /&gt;
&lt;br /&gt;
If you have problems with firewalls, we provide some oder ports und protocols to circumvent these firewalls&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 !Proto&lt;br /&gt;
 !Port&lt;br /&gt;
 |-&lt;br /&gt;
 | tcp&lt;br /&gt;
 | 1194&lt;br /&gt;
 |-&lt;br /&gt;
 |tcp&lt;br /&gt;
 | 80&lt;br /&gt;
 |-&lt;br /&gt;
 |udp&lt;br /&gt;
 |53&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=General_Information&amp;diff=704</id>
		<title>General Information</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=General_Information&amp;diff=704"/>
		<updated>2017-02-27T09:57:05Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From the users point of view, our setup is very easy. You don&amp;#039;t have to learn many hostnames. You just have to learn the domain name, which is &amp;#039;&amp;#039;&amp;#039;th.physik.uni-frankfurt.de&amp;#039;&amp;#039;&amp;#039;. This is called our virtual service address, and all services are accessed through this domain name.&lt;br /&gt;
&lt;br /&gt;
== Mail Setup ==&lt;br /&gt;
&lt;br /&gt;
We provide some mail programs preconfigured for our system. That are Thunderbird, alpine and mutt. If you want to use another program, you have the configure it by your self.&lt;br /&gt;
&lt;br /&gt;
=== Outgoing mail ===&lt;br /&gt;
&lt;br /&gt;
Outgoing mail has to be send to th.physik.uni-frankfurt.de. If you want to send from outside our network (from home etc.) you have to enable TLS (Transport Layer Security) and authenticate with your login name and password. Port for submission is 587. &lt;br /&gt;
&lt;br /&gt;
=== Incoming mail ===&lt;br /&gt;
&lt;br /&gt;
For incoming mail we provide IMAP support. IMAP works with the mail on the server an does not download it on your computer. The server &amp;#039;th.physik.uni-frankfurt.de&amp;#039;. You have to use the SSL encryption, regardless if your inside or outside our network.&lt;br /&gt;
&lt;br /&gt;
=== Webmail ===&lt;br /&gt;
&lt;br /&gt;
There also the option to use our webmail front end: https://th.physik.uni-frankfurt.de/webmail/src/login.php&lt;br /&gt;
&lt;br /&gt;
=== Certificates ===&lt;br /&gt;
&lt;br /&gt;
We have now official certificates and you must not get any warning.&lt;br /&gt;
&lt;br /&gt;
== Thunderbird ==&lt;br /&gt;
&lt;br /&gt;
For Thunderbird we support autoconfiguration. After entering you mail address and password. Thundbird should automatically detect the correct setting. The final dialog should lock like this:&lt;br /&gt;
&lt;br /&gt;
[[File:Thunderbird-Setup.png]]&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=File:Thunderbird-Setup.png&amp;diff=703</id>
		<title>File:Thunderbird-Setup.png</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=File:Thunderbird-Setup.png&amp;diff=703"/>
		<updated>2017-02-27T09:52:59Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Archiving_Data&amp;diff=701</id>
		<title>Archiving Data</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Archiving_Data&amp;diff=701"/>
		<updated>2016-12-15T12:24:13Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The backup and archive service is provided by the HRZ through the IBM Tivoli Storage Manager (TSM). In addition to our nightly backups, we provide the archiving service for individual users. Archiving means: The data is transfered to HRZ and stored on tape. In opposite to a backup, the local data can been deleted. The data in the archive are stored for ten years and then automatically deleted.&lt;br /&gt;
&lt;br /&gt;
The archive client is installed on our login server.&lt;br /&gt;
&lt;br /&gt;
== Archiving Data ==&lt;br /&gt;
&lt;br /&gt;
Open a ssh connection to our login server:&lt;br /&gt;
  &lt;br /&gt;
 $ ssh th.physik.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
The command line tool is called &amp;#039;dsmc&amp;#039; (for historical reason it stand for &amp;#039;Distributed Storage Manager Client&amp;#039;). It supports interactive operation (call without arguments) and non interactive with command line arguments.&lt;br /&gt;
&lt;br /&gt;
To archive a single file (eg. a tar archive) just call:&lt;br /&gt;
&lt;br /&gt;
 $ dsmc archive FILENAME&lt;br /&gt;
&lt;br /&gt;
To archive a complete tree call&lt;br /&gt;
&lt;br /&gt;
 $ dsmc archive -subdir=yes DIRECTORY/&lt;br /&gt;
&lt;br /&gt;
All files are stored and queried with the complete path name.&lt;br /&gt;
&lt;br /&gt;
If the files are successfully archived, they can be deleted from the local disk.&lt;br /&gt;
&lt;br /&gt;
== Querying archived data ==&lt;br /&gt;
&lt;br /&gt;
To see the archives data from the current directory:&lt;br /&gt;
&lt;br /&gt;
  dsmc query archive &amp;quot;*&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Use the option &amp;#039;-subdir=yes&amp;#039; to get a complete list of files.&lt;br /&gt;
&lt;br /&gt;
== Retrieving archived data ==&lt;br /&gt;
&lt;br /&gt;
If you need the archived data back, enter&lt;br /&gt;
&lt;br /&gt;
   dsmc retrieve FILESPEC&lt;br /&gt;
&lt;br /&gt;
== Deleting archived data ==&lt;br /&gt;
&lt;br /&gt;
You have th permission to delete your own data, before the end of the archive period of ten years with the command:&lt;br /&gt;
&lt;br /&gt;
  dsmc delete archive FILESPEC&lt;br /&gt;
&lt;br /&gt;
== Further Reading: ==&lt;br /&gt;
&lt;br /&gt;
* HRZ Page (German) [http://www.rz.uni-frankfurt.de/services/tsm/index.html]&lt;br /&gt;
* IBM Tivoli Storage Manager Manual (english, pdf) [http://th.physik.uni-frankfurt.de/~thw/b_ba_guide_unx_lnx_en.pdf]&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Storage_and_Backup&amp;diff=700</id>
		<title>Storage and Backup</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Storage_and_Backup&amp;diff=700"/>
		<updated>2016-12-15T12:22:43Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The storage servers and importand hosts (like the login server) are connected with infiniband. Therefor prefer this host for doing larger file I/O, it will be much faster.&lt;br /&gt;
&lt;br /&gt;
== Storage ==&lt;br /&gt;
&lt;br /&gt;
There are different file systems with different lifetime and redundancy which you can use to store your data. &lt;br /&gt;
&lt;br /&gt;
;your home directory&lt;br /&gt;
:This is your primary directory where all settings, your Mail and other important data is saved. It is mounted on every host to /home/YOUR_LOGIN. A backup is done nightly. This file system has an individual limit which you can check with the command &amp;#039;df&amp;#039;. In change to earlier setups it has no soft limit which you can exceed for a few days. If you have problems with graphical logins or reading mails, first check your disk space.&lt;br /&gt;
&lt;br /&gt;
;/tmp&amp;amp;nbsp;&lt;br /&gt;
:This is the counterpart to your home. It is located on the local disk and should be used for temporary data. Unused files are delete after 14 days.&lt;br /&gt;
&lt;br /&gt;
;/home/work-itp&lt;br /&gt;
:This directory is globally accessible and can be used by everyone for minor important data which are not worth to be backed up or simply to large for home. This files are not deleted, but if the disk is full we tell you to delete some files. It runs on a raid6 system, that means a disk failure will not result in data loss. It is also served by a dedicated machine (magnum) and heavy load does not affect the home directories. It is connected with a 10 GbE-Interface to the central switch in the server room.&lt;br /&gt;
&lt;br /&gt;
:If you want to use this space please create a sub directory with you login name. All other files and directories will be delete without notice.&lt;br /&gt;
&lt;br /&gt;
;/data (some hosts only)&lt;br /&gt;
:This is the local disk (mostly on machines on the first floor). It has the same level like /tmp except that it isn&amp;#039;t deleted automatically. Data on this partition is silently deleted when reinstalling or upgrading the machine.&lt;br /&gt;
&lt;br /&gt;
== Backup ==&lt;br /&gt;
&lt;br /&gt;
Backups of the home directory and several other important system directories is done nightly.&lt;br /&gt;
&lt;br /&gt;
*There are held &amp;#039;&amp;#039;&amp;#039;3&amp;#039;&amp;#039;&amp;#039; generations of a file.&lt;br /&gt;
*Overwritten files are stored for &amp;#039;&amp;#039;&amp;#039;90&amp;#039;&amp;#039;&amp;#039; days&lt;br /&gt;
*A deleted file is stored for &amp;#039;&amp;#039;&amp;#039;90&amp;#039;&amp;#039;&amp;#039; days&lt;br /&gt;
&lt;br /&gt;
If you have delete some files and want them restored, please contact the system administrator.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Storage_and_Backup&amp;diff=699</id>
		<title>Storage and Backup</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Storage_and_Backup&amp;diff=699"/>
		<updated>2016-12-15T12:22:06Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The storage servers and importand hosts (like the login server) are connected with infiniband. Therefor prefer this host for doing larger file I/O, it will be much faster.&lt;br /&gt;
&lt;br /&gt;
== Storage ==&lt;br /&gt;
&lt;br /&gt;
There are different file systems with different lifetime and redundancy which you can use to store your data. &lt;br /&gt;
&lt;br /&gt;
;your home directory&lt;br /&gt;
:This is your primary directory where all settings, your Mail and other important data is saved. It is mounted on every host to /home/YOUR_LOGIN. A backup is done nightly. This file system has an individual limit which you can check with the command &amp;#039;df&amp;#039;. In change to earlier setups it has no soft limit which you can exceed for a few days. If you have problems with graphical logins or reading mails, first check your disk space.&lt;br /&gt;
&lt;br /&gt;
;/tmp&amp;amp;nbsp;&lt;br /&gt;
:This is the counterpart to your home. It is located on the local disk and should be used for temporary data. Unused files are delete after 14 days.&lt;br /&gt;
&lt;br /&gt;
;/home/work-itp&lt;br /&gt;
:This directory is globally accessible and can be used by everyone for minor important data which are not worth to be backed up or simply to large for home. This files are not deleted, but if the disk is full we tell you to delete some files. It runs on a raid6 system, that means a disk failure will not result in data loss. It is also served by a dedicated machine (magnum) and heavy load does not affect the home directories. It is connected with a 10 GbE-Interface to the central switch in the server room.&lt;br /&gt;
&lt;br /&gt;
:If you want to use this space please create a sub directory with you login name.&lt;br /&gt;
&lt;br /&gt;
;/data (some hosts only)&lt;br /&gt;
:This is the local disk (mostly on machines on the first floor). It has the same level like /tmp except that it isn&amp;#039;t deleted automatically. Data on this partition is silently deleted when reinstalling or upgrading the machine.&lt;br /&gt;
&lt;br /&gt;
== Backup ==&lt;br /&gt;
&lt;br /&gt;
Backups of the home directory and several other important system directories is done nightly.&lt;br /&gt;
&lt;br /&gt;
*There are held &amp;#039;&amp;#039;&amp;#039;3&amp;#039;&amp;#039;&amp;#039; generations of a file.&lt;br /&gt;
*Overwritten files are stored for &amp;#039;&amp;#039;&amp;#039;90&amp;#039;&amp;#039;&amp;#039; days&lt;br /&gt;
*A deleted file is stored for &amp;#039;&amp;#039;&amp;#039;90&amp;#039;&amp;#039;&amp;#039; days&lt;br /&gt;
&lt;br /&gt;
If you have delete some files and want them restored, please contact the system administrator.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=698</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=698"/>
		<updated>2016-12-15T12:19:15Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Owncloud is now Nextcloud, a fork for that we expect a more vital development. Nextcloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Nextcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the Nextcloud website [http://nextcloud.com].&lt;br /&gt;
&lt;br /&gt;
== Where to store you synced data on the ITP computer ==&lt;br /&gt;
&lt;br /&gt;
The Nextcloud Server has its own backup and an internal undo function. So there is basically no need the have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are three options we recommend:&lt;br /&gt;
&lt;br /&gt;
# If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
# In your home create a sub directory &amp;#039;nobackup&amp;#039; and but it there. This is in the exclude list from the daily backup.&lt;br /&gt;
# Use the scratch disk /home/work-itp&lt;br /&gt;
&lt;br /&gt;
== Additional Help ==&lt;br /&gt;
&lt;br /&gt;
After login to the Owncloud server, you will find some example files and (important) the Owncloud User Manual. Please read this first to understand how to use the system. If there are still questions, you may write to the usual support address.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=697</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=697"/>
		<updated>2016-12-15T12:17:32Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Owncloud is now Nextcloud, a fork for that we expect a more vital development. Nextcloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Nextcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://nextcloud.com].&lt;br /&gt;
&lt;br /&gt;
== Where to store you synced data on the ITP computer ==&lt;br /&gt;
&lt;br /&gt;
The Owncloud Server has its own backup and an internal undo function. So there is basically no need the have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are two options we recommend:&lt;br /&gt;
&lt;br /&gt;
# If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
# In your home create a sub directory &amp;#039;nobackup&amp;#039; and but it there. This is in the exclude list from the daily backup.&lt;br /&gt;
&lt;br /&gt;
== Additional Help ==&lt;br /&gt;
&lt;br /&gt;
After login to the Owncloud server, you will find some example files and (important) the Owncloud User Manual. Please read this first to understand how to use the system. If there are still questions, you may write to the usual support address.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=696</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=696"/>
		<updated>2016-12-15T12:16:57Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Owncloud is now Nextcloud, a fork for that we expect a more vital development. Nextcloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Nextcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://nextcloud.com].&lt;br /&gt;
&lt;br /&gt;
== Where to store you synced data on the ITP computer ==&lt;br /&gt;
&lt;br /&gt;
The Owncloud Server has its own backup and an internal undo function. So there is basically no need the have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are two options we recommend:&lt;br /&gt;
&lt;br /&gt;
# If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
# In your home create a sub directory &amp;#039;nobackup&amp;#039; and but it there. This is in the exclude list from the daily backup.&lt;br /&gt;
&lt;br /&gt;
== Additional Help ==&lt;br /&gt;
&lt;br /&gt;
After login to the Owncloud server, you will find some example files and (important) the Owncloud User Manual. Please read this first to understand how to use the system. If there are still questions, you may write to the usual support address.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=SAMBA_Service&amp;diff=695</id>
		<title>SAMBA Service</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=SAMBA_Service&amp;diff=695"/>
		<updated>2016-12-15T10:58:11Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We&amp;#039;ve set up a whole new Samba service for you which is fully integrated into the LDAP service for authentication. If your account is old and you never have used SMB/CIFS service before, your account is missing the LDAP Attributes. If you have problems using this service, please contact us on trouble@th.physik.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
=== Windows 7 ===&lt;br /&gt;
# Open Computer by clicking the Start button and then clicking &amp;quot;Computer&amp;quot;.&lt;br /&gt;
# Click &amp;quot;Map network drive&amp;quot;.&lt;br /&gt;
[[File:Win7_computer.PNG|thumb&lt;br /&gt;
|Map network drive in Computer (Windows 7)]]&lt;br /&gt;
# In the &amp;quot;Drive&amp;quot; list, click a drive letter. You can choose any available letter.&lt;br /&gt;
# In the &amp;quot;Folder&amp;quot; box, type &amp;lt;code&amp;gt;\\samba-itp\USERNAME&amp;lt;/code&amp;gt; while USERNAME stands for your own login name. To connect every time you log on to your computer, select the &amp;quot;Reconnect at logon&amp;quot; check box.&lt;br /&gt;
# Click &amp;quot;Finish&amp;quot;. You will be ask to type in your login name and passwort for verification. &lt;br /&gt;
# Click &amp;quot;OK&amp;quot;. Your computer is now connected, or mapped, to the network drive.&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 ===&lt;br /&gt;
# Open File Explorer and on the left select &amp;quot;This PC&amp;quot;.&lt;br /&gt;
# Click the &amp;quot;Map network drive&amp;quot; button in the ribbon menu at the top. &lt;br /&gt;
[[File:Win10_this_pc.PNG|thumb&lt;br /&gt;
|Map network drive in This PC (Windows 10)]]&lt;br /&gt;
# Then select &amp;quot;Map network drive.&amp;quot; This is under the &amp;quot;Computer&amp;quot; tab, which should open automatically when you go to This PC, as above.&lt;br /&gt;
# In the &amp;quot;Drive&amp;quot; list, click a drive letter. You can choose any available letter.&lt;br /&gt;
# In the &amp;quot;Folder&amp;quot; box, type &amp;lt;code&amp;gt;\\samba-itp\USERNAME&amp;lt;/code&amp;gt; while USERNAME stands for your own login name. To connect every time you log on to your computer, select the &amp;quot;Reconnect at sign-in&amp;quot; check box.&lt;br /&gt;
# Click &amp;quot;Finish&amp;quot;. You will be ask to type in your login name and passwort for verification.&lt;br /&gt;
# Click &amp;quot;OK&amp;quot;. Your computer is now connected, or mapped, to the network drive.&lt;br /&gt;
&lt;br /&gt;
== Connect to SAMBA printers ==&lt;br /&gt;
&lt;br /&gt;
Connecting to printers work as above.&lt;br /&gt;
&lt;br /&gt;
=== Windows 7 ===&lt;br /&gt;
# Open &amp;quot;Devices and Printers&amp;quot; by clicking the Start button and then, on the Start menu, clicking &amp;quot;Devices and Printers&amp;quot;.&lt;br /&gt;
# Click Add a printer.&lt;br /&gt;
# In the &amp;quot;Add Printer&amp;quot; wizard, click &amp;quot;Add a network, wireless or Bluetooth printer&amp;quot;. &lt;br /&gt;
# Windows will search for available printers, but you want to click &amp;quot;The printer that I want isn&amp;#039;t listed&amp;quot;.&lt;br /&gt;
[[File:printer_isnt_listed.PNG|thumb&lt;br /&gt;
|The printer that I want isn&amp;#039;t listed]]&lt;br /&gt;
# Select &amp;quot;Select a shared printer by name&amp;quot; and type &amp;lt;code&amp;gt;\\samba-itp\PRINTERNAME&amp;lt;/code&amp;gt; while PRINTERNAME stands for the name of the printer e.g. &amp;quot;psKyo2&amp;quot;.&lt;br /&gt;
# If prompted, install the printer driver on your computer by clicking &amp;quot;Install driver&amp;quot;. &lt;br /&gt;
# Complete the additional steps in the wizard, and then click &amp;quot;Finish&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 ===&lt;br /&gt;
Coming Soon!&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=SAMBA_Service&amp;diff=694</id>
		<title>SAMBA Service</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=SAMBA_Service&amp;diff=694"/>
		<updated>2016-12-15T10:57:27Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We&amp;#039;ve set up a whole new Samba service for you which is fully integrated into upcoming LDAP service for authentication. If your account is old and you never have used SMB/CIFS service before, your account is missing the LDAP Attributes. If you have problems using this service, please contact us on trouble@th.physik.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
=== Windows 7 ===&lt;br /&gt;
# Open Computer by clicking the Start button and then clicking &amp;quot;Computer&amp;quot;.&lt;br /&gt;
# Click &amp;quot;Map network drive&amp;quot;.&lt;br /&gt;
[[File:Win7_computer.PNG|thumb&lt;br /&gt;
|Map network drive in Computer (Windows 7)]]&lt;br /&gt;
# In the &amp;quot;Drive&amp;quot; list, click a drive letter. You can choose any available letter.&lt;br /&gt;
# In the &amp;quot;Folder&amp;quot; box, type &amp;lt;code&amp;gt;\\samba-itp\USERNAME&amp;lt;/code&amp;gt; while USERNAME stands for your own login name. To connect every time you log on to your computer, select the &amp;quot;Reconnect at logon&amp;quot; check box.&lt;br /&gt;
# Click &amp;quot;Finish&amp;quot;. You will be ask to type in your login name and passwort for verification. &lt;br /&gt;
# Click &amp;quot;OK&amp;quot;. Your computer is now connected, or mapped, to the network drive.&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 ===&lt;br /&gt;
# Open File Explorer and on the left select &amp;quot;This PC&amp;quot;.&lt;br /&gt;
# Click the &amp;quot;Map network drive&amp;quot; button in the ribbon menu at the top. &lt;br /&gt;
[[File:Win10_this_pc.PNG|thumb&lt;br /&gt;
|Map network drive in This PC (Windows 10)]]&lt;br /&gt;
# Then select &amp;quot;Map network drive.&amp;quot; This is under the &amp;quot;Computer&amp;quot; tab, which should open automatically when you go to This PC, as above.&lt;br /&gt;
# In the &amp;quot;Drive&amp;quot; list, click a drive letter. You can choose any available letter.&lt;br /&gt;
# In the &amp;quot;Folder&amp;quot; box, type &amp;lt;code&amp;gt;\\samba-itp\USERNAME&amp;lt;/code&amp;gt; while USERNAME stands for your own login name. To connect every time you log on to your computer, select the &amp;quot;Reconnect at sign-in&amp;quot; check box.&lt;br /&gt;
# Click &amp;quot;Finish&amp;quot;. You will be ask to type in your login name and passwort for verification.&lt;br /&gt;
# Click &amp;quot;OK&amp;quot;. Your computer is now connected, or mapped, to the network drive.&lt;br /&gt;
&lt;br /&gt;
== Connect to SAMBA printers ==&lt;br /&gt;
&lt;br /&gt;
Connecting to printers work as above.&lt;br /&gt;
&lt;br /&gt;
=== Windows 7 ===&lt;br /&gt;
# Open &amp;quot;Devices and Printers&amp;quot; by clicking the Start button and then, on the Start menu, clicking &amp;quot;Devices and Printers&amp;quot;.&lt;br /&gt;
# Click Add a printer.&lt;br /&gt;
# In the &amp;quot;Add Printer&amp;quot; wizard, click &amp;quot;Add a network, wireless or Bluetooth printer&amp;quot;. &lt;br /&gt;
# Windows will search for available printers, but you want to click &amp;quot;The printer that I want isn&amp;#039;t listed&amp;quot;.&lt;br /&gt;
[[File:printer_isnt_listed.PNG|thumb&lt;br /&gt;
|The printer that I want isn&amp;#039;t listed]]&lt;br /&gt;
# Select &amp;quot;Select a shared printer by name&amp;quot; and type &amp;lt;code&amp;gt;\\samba-itp\PRINTERNAME&amp;lt;/code&amp;gt; while PRINTERNAME stands for the name of the printer e.g. &amp;quot;psKyo2&amp;quot;.&lt;br /&gt;
# If prompted, install the printer driver on your computer by clicking &amp;quot;Install driver&amp;quot;. &lt;br /&gt;
# Complete the additional steps in the wizard, and then click &amp;quot;Finish&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 ===&lt;br /&gt;
Coming Soon!&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=SAMBA_Service&amp;diff=693</id>
		<title>SAMBA Service</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=SAMBA_Service&amp;diff=693"/>
		<updated>2016-12-15T10:56:43Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We&amp;#039;ve set up a whole new Samba service for you which is fully integrated into upcoming LDAP service for authentication. If your account is old and you never have used SMB/CIFS service before your account is missing the LDAP Attributes. If you have problems using this service, please contact us on trouble@th.physik.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
=== Windows 7 ===&lt;br /&gt;
# Open Computer by clicking the Start button and then clicking &amp;quot;Computer&amp;quot;.&lt;br /&gt;
# Click &amp;quot;Map network drive&amp;quot;.&lt;br /&gt;
[[File:Win7_computer.PNG|thumb&lt;br /&gt;
|Map network drive in Computer (Windows 7)]]&lt;br /&gt;
# In the &amp;quot;Drive&amp;quot; list, click a drive letter. You can choose any available letter.&lt;br /&gt;
# In the &amp;quot;Folder&amp;quot; box, type &amp;lt;code&amp;gt;\\samba-itp\USERNAME&amp;lt;/code&amp;gt; while USERNAME stands for your own login name. To connect every time you log on to your computer, select the &amp;quot;Reconnect at logon&amp;quot; check box.&lt;br /&gt;
# Click &amp;quot;Finish&amp;quot;. You will be ask to type in your login name and passwort for verification. &lt;br /&gt;
# Click &amp;quot;OK&amp;quot;. Your computer is now connected, or mapped, to the network drive.&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 ===&lt;br /&gt;
# Open File Explorer and on the left select &amp;quot;This PC&amp;quot;.&lt;br /&gt;
# Click the &amp;quot;Map network drive&amp;quot; button in the ribbon menu at the top. &lt;br /&gt;
[[File:Win10_this_pc.PNG|thumb&lt;br /&gt;
|Map network drive in This PC (Windows 10)]]&lt;br /&gt;
# Then select &amp;quot;Map network drive.&amp;quot; This is under the &amp;quot;Computer&amp;quot; tab, which should open automatically when you go to This PC, as above.&lt;br /&gt;
# In the &amp;quot;Drive&amp;quot; list, click a drive letter. You can choose any available letter.&lt;br /&gt;
# In the &amp;quot;Folder&amp;quot; box, type &amp;lt;code&amp;gt;\\samba-itp\USERNAME&amp;lt;/code&amp;gt; while USERNAME stands for your own login name. To connect every time you log on to your computer, select the &amp;quot;Reconnect at sign-in&amp;quot; check box.&lt;br /&gt;
# Click &amp;quot;Finish&amp;quot;. You will be ask to type in your login name and passwort for verification.&lt;br /&gt;
# Click &amp;quot;OK&amp;quot;. Your computer is now connected, or mapped, to the network drive.&lt;br /&gt;
&lt;br /&gt;
== Connect to SAMBA printers ==&lt;br /&gt;
&lt;br /&gt;
Connecting to printers work as above.&lt;br /&gt;
&lt;br /&gt;
=== Windows 7 ===&lt;br /&gt;
# Open &amp;quot;Devices and Printers&amp;quot; by clicking the Start button and then, on the Start menu, clicking &amp;quot;Devices and Printers&amp;quot;.&lt;br /&gt;
# Click Add a printer.&lt;br /&gt;
# In the &amp;quot;Add Printer&amp;quot; wizard, click &amp;quot;Add a network, wireless or Bluetooth printer&amp;quot;. &lt;br /&gt;
# Windows will search for available printers, but you want to click &amp;quot;The printer that I want isn&amp;#039;t listed&amp;quot;.&lt;br /&gt;
[[File:printer_isnt_listed.PNG|thumb&lt;br /&gt;
|The printer that I want isn&amp;#039;t listed]]&lt;br /&gt;
# Select &amp;quot;Select a shared printer by name&amp;quot; and type &amp;lt;code&amp;gt;\\samba-itp\PRINTERNAME&amp;lt;/code&amp;gt; while PRINTERNAME stands for the name of the printer e.g. &amp;quot;psKyo2&amp;quot;.&lt;br /&gt;
# If prompted, install the printer driver on your computer by clicking &amp;quot;Install driver&amp;quot;. &lt;br /&gt;
# Complete the additional steps in the wizard, and then click &amp;quot;Finish&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 ===&lt;br /&gt;
Coming Soon!&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Baloo_file_indexing&amp;diff=692</id>
		<title>Baloo file indexing</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Baloo_file_indexing&amp;diff=692"/>
		<updated>2016-12-14T14:01:00Z</updated>

		<summary type="html">&lt;p&gt;Thomas: Created page with &amp;quot;Baloo is a file indexing service and KDE Plasma Workspace will not work without it. In some cases indexing is makeing problem and consumming the whole system resourses. To cke...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Baloo is a file indexing service and KDE Plasma Workspace will not work without it. In some cases indexing is makeing problem and consumming the whole system resourses. To ckeck the system load run &amp;#039;top&amp;#039; in a terminal. If you find a baloo process at the top of the list you may send it a kill signal. Type &amp;#039;k&amp;#039; in the top program.&lt;br /&gt;
&lt;br /&gt;
You can disable indexing with the command:&lt;br /&gt;
&lt;br /&gt;
   balooctl disable&lt;br /&gt;
&lt;br /&gt;
The command&lt;br /&gt;
&lt;br /&gt;
   balooctl status&lt;br /&gt;
&lt;br /&gt;
will show you the current status.&lt;br /&gt;
&lt;br /&gt;
Unfortunatly there is no way to provide system defaults.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Main_Page&amp;diff=691</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Main_Page&amp;diff=691"/>
		<updated>2016-12-14T13:54:40Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;background:#f5faff;color:black&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;center&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 align=center style=&amp;quot;background:#cef2e0&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Welcome to the ITP IT-Service Wiki&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In this Wiki you find information and documentation about our computer environment. Feel free to correct mistakes and add new content.&lt;br /&gt;
&lt;br /&gt;
Please read first: &amp;#039;&amp;#039;&amp;#039;[[FAQ|Frequently asked questions]]&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;[http://th.physik.uni-frankfurt.de/cgi-bin/motd/generate.cgi Message of the day]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;For getting additional Support and reporting problems write to: [mailto:trouble@th.physik.uni-frankfurt.de trouble@th.physik.uni-frankfurt.de]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;New User Welcome Sheet&amp;#039;&amp;#039;&amp;#039;: [http://th.physik.uni-frankfurt.de/~thw/welcome-itp.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
* [[General Information]] (includes Mail Setup)&lt;br /&gt;
&lt;br /&gt;
* New! [[Owncloud]] as Dropbox alternative&lt;br /&gt;
&lt;br /&gt;
* [[SAMBA Service]]&lt;br /&gt;
&lt;br /&gt;
* [[VPN Access]] or [[VPN with Networkmanager]]&lt;br /&gt;
&lt;br /&gt;
* [[Printing]]&lt;br /&gt;
&lt;br /&gt;
* [[Scanning with Brother MFC]]&lt;br /&gt;
&lt;br /&gt;
* [[X2GO| Graphical remote access with X2GO]]&lt;br /&gt;
&lt;br /&gt;
* [[mailfilter-setup]] to configure &lt;br /&gt;
** [[vacman|Vacation]] aka &amp;quot;out of office reply&amp;quot;&lt;br /&gt;
** [[Spam Filter]]&lt;br /&gt;
** mail forwarding&lt;br /&gt;
&lt;br /&gt;
* [[SLURM]] - The next generation batch system&lt;br /&gt;
&lt;br /&gt;
* [[Storage and Backup]]&lt;br /&gt;
&lt;br /&gt;
* [[Archiving Data]]&lt;br /&gt;
&lt;br /&gt;
* [[Commercial Software]]&lt;br /&gt;
&lt;br /&gt;
* [[Intel Compiler]] New: Updated to Version 2017!&lt;br /&gt;
&lt;br /&gt;
* [[How to read scientific papers from home]]&lt;br /&gt;
&lt;br /&gt;
* [[Compiling and running MPI programs]]&lt;br /&gt;
&lt;br /&gt;
* [[Wien2k]]&lt;br /&gt;
&lt;br /&gt;
* [[Windows]]&lt;br /&gt;
&lt;br /&gt;
* [[TYPO3]]&lt;br /&gt;
&lt;br /&gt;
* [https://th.physik.uni-frankfurt.de/mailman/listinfo Mailing Listen]&lt;br /&gt;
&lt;br /&gt;
* [https://th.physik.uni-frankfurt.de/webmail Web Mail]&lt;br /&gt;
&lt;br /&gt;
=== Browser ===&lt;br /&gt;
&lt;br /&gt;
* [[Firefox: Annoying reset request]]&lt;br /&gt;
&lt;br /&gt;
=== KDE Problems and Hints === &lt;br /&gt;
&lt;br /&gt;
* [[Baloo file indexing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started editing the Wiki  ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] &lt;br /&gt;
*[http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] &lt;br /&gt;
*[http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=690</id>
		<title>Intel Compiler</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=690"/>
		<updated>2016-12-05T13:53:55Z</updated>

		<summary type="html">&lt;p&gt;Thomas: /* Parts of the license */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes, how to setup your environment for using our Intel Compiler Installation. The instruction are for &amp;#039;&amp;#039;&amp;#039;bash&amp;#039;&amp;#039;&amp;#039; shell user. If you use a different shell, you know what you are doing and you will be able to translate the configuration. &lt;br /&gt;
&lt;br /&gt;
We provide the recent version 13 of the Intel compiler suite for Fortran, C/C++ and the full set of performance libraries like  MKL, TBB, Cluster_OMP.&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
In order to use the installation you have to modify your &amp;#039;&amp;#039;&amp;#039;.bashrc&amp;#039;&amp;#039;&amp;#039;. Open the file with you favorite editor and append the following lines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#Intel Compiler Setup&lt;br /&gt;
export LM_LICENSE_FILE=&amp;quot;16287@th.physik.uni-frankfurt.de&amp;quot;&lt;br /&gt;
&lt;br /&gt;
intel_arch=&amp;quot;intel64&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# old path Version 2013: ifortvars=/opt/intel/composer_xe_2013_sp1.2.144/bin/compilervars.sh&lt;br /&gt;
&lt;br /&gt;
ifortvar=/opt/intel/compilers_and_libraries_2017.0.098/linux/bin/compilervars.sh&lt;br /&gt;
if [ -f $ifortvars ]; then&lt;br /&gt;
    . $ifortvars $intel_arch&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are similar files with .csh extension for C-Shell users.&lt;br /&gt;
&lt;br /&gt;
After sourcing your .bashrc or opening an new shell you can validate your setup with &amp;#039;which ifort&amp;#039;. This should point to somewhere in /opt.&lt;br /&gt;
&lt;br /&gt;
== Parts of the license ==&lt;br /&gt;
&lt;br /&gt;
We own a license for &amp;quot;Intel® Parallel Studio XE Composer Edition for Fortran and C++ Linux&amp;quot; which includes the following components:&lt;br /&gt;
&lt;br /&gt;
* Intel® Parallel Studio XE Composer Edition for Fortran and C++ Linux&lt;br /&gt;
* Intel® Data Analytics Acceleration Library for Linux&lt;br /&gt;
* Intel® Distribution for Python for Linux&lt;br /&gt;
* Intel® HD Graphics Drivers for Linux&lt;br /&gt;
* Intel® Integrated Performance Primitives for Linux&lt;br /&gt;
* Intel® Math Kernel Library for Linux&lt;br /&gt;
* Intel® Parallel Studio XE Composer Edition for C++ Linux&lt;br /&gt;
* Intel® Parallel Studio XE Composer Edition for Fortran Linux&lt;br /&gt;
* Intel® Threading Building Blocks for Linux&lt;br /&gt;
* Intel® Xeon Phi™ processor software Linux&lt;br /&gt;
&lt;br /&gt;
== Implicit parallelization ==&lt;br /&gt;
&lt;br /&gt;
This version of MKL has internal parallel code (based on openMP) which uses all CPUs in the system. This is fine on the desktop as it will speed up your caluclation. But on the compute nodes this will conflict with other jobs running on the same machine. Therefore you have to restrict the number CPUs used to the number of allocated slots in SGE. Your can do this by defining the following environment variable:&lt;br /&gt;
&lt;br /&gt;
  export OMP_NUM_THREADS=x&lt;br /&gt;
&lt;br /&gt;
where x is the number of allocated slots. Using 1 means traditional serial processing. You should benchmark your program how many parallel threads will give a reasonable performance per CPU value.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The comprehensive set of Intel documentation will be found under &amp;#039;&amp;#039;&amp;#039;/opt/intel/composerxe/Documentation/en_US&amp;#039;&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=689</id>
		<title>Intel Compiler</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=689"/>
		<updated>2016-12-05T13:53:32Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes, how to setup your environment for using our Intel Compiler Installation. The instruction are for &amp;#039;&amp;#039;&amp;#039;bash&amp;#039;&amp;#039;&amp;#039; shell user. If you use a different shell, you know what you are doing and you will be able to translate the configuration. &lt;br /&gt;
&lt;br /&gt;
We provide the recent version 13 of the Intel compiler suite for Fortran, C/C++ and the full set of performance libraries like  MKL, TBB, Cluster_OMP.&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
In order to use the installation you have to modify your &amp;#039;&amp;#039;&amp;#039;.bashrc&amp;#039;&amp;#039;&amp;#039;. Open the file with you favorite editor and append the following lines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#Intel Compiler Setup&lt;br /&gt;
export LM_LICENSE_FILE=&amp;quot;16287@th.physik.uni-frankfurt.de&amp;quot;&lt;br /&gt;
&lt;br /&gt;
intel_arch=&amp;quot;intel64&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# old path Version 2013: ifortvars=/opt/intel/composer_xe_2013_sp1.2.144/bin/compilervars.sh&lt;br /&gt;
&lt;br /&gt;
ifortvar=/opt/intel/compilers_and_libraries_2017.0.098/linux/bin/compilervars.sh&lt;br /&gt;
if [ -f $ifortvars ]; then&lt;br /&gt;
    . $ifortvars $intel_arch&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are similar files with .csh extension for C-Shell users.&lt;br /&gt;
&lt;br /&gt;
After sourcing your .bashrc or opening an new shell you can validate your setup with &amp;#039;which ifort&amp;#039;. This should point to somewhere in /opt.&lt;br /&gt;
&lt;br /&gt;
== Parts of the license ==&lt;br /&gt;
&lt;br /&gt;
We own a license for &amp;quot;Intel® Parallel Studio XE Composer Edition for Fortran and C++ Linux&amp;quot; which includes the following components:&lt;br /&gt;
&lt;br /&gt;
Intel® Parallel Studio XE Composer Edition for Fortran and C++ Linux&lt;br /&gt;
Intel® Data Analytics Acceleration Library for Linux&lt;br /&gt;
Intel® Distribution for Python for Linux&lt;br /&gt;
Intel® HD Graphics Drivers for Linux&lt;br /&gt;
Intel® Integrated Performance Primitives for Linux&lt;br /&gt;
Intel® Math Kernel Library for Linux&lt;br /&gt;
Intel® Parallel Studio XE Composer Edition for C++ Linux&lt;br /&gt;
Intel® Parallel Studio XE Composer Edition for Fortran Linux&lt;br /&gt;
Intel® Threading Building Blocks for Linux&lt;br /&gt;
Intel® Xeon Phi™ processor software Linux&lt;br /&gt;
&lt;br /&gt;
== Implicit parallelization ==&lt;br /&gt;
&lt;br /&gt;
This version of MKL has internal parallel code (based on openMP) which uses all CPUs in the system. This is fine on the desktop as it will speed up your caluclation. But on the compute nodes this will conflict with other jobs running on the same machine. Therefore you have to restrict the number CPUs used to the number of allocated slots in SGE. Your can do this by defining the following environment variable:&lt;br /&gt;
&lt;br /&gt;
  export OMP_NUM_THREADS=x&lt;br /&gt;
&lt;br /&gt;
where x is the number of allocated slots. Using 1 means traditional serial processing. You should benchmark your program how many parallel threads will give a reasonable performance per CPU value.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The comprehensive set of Intel documentation will be found under &amp;#039;&amp;#039;&amp;#039;/opt/intel/composerxe/Documentation/en_US&amp;#039;&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=688</id>
		<title>Intel Compiler</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=688"/>
		<updated>2016-11-09T15:53:52Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes, how to setup your environment for using our Intel Compiler Installation. The instruction are for &amp;#039;&amp;#039;&amp;#039;bash&amp;#039;&amp;#039;&amp;#039; shell user. If you use a different shell, you know what you are doing and you will be able to translate the configuration. &lt;br /&gt;
&lt;br /&gt;
We provide the recent version 13 of the Intel compiler suite for Fortran, C/C++ and the full set of performance libraries like  MKL, TBB, Cluster_OMP.&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
In order to use the installation you have to modify your &amp;#039;&amp;#039;&amp;#039;.bashrc&amp;#039;&amp;#039;&amp;#039;. Open the file with you favorite editor and append the following lines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#Intel Compiler Setup&lt;br /&gt;
export LM_LICENSE_FILE=&amp;quot;16287@th.physik.uni-frankfurt.de&amp;quot;&lt;br /&gt;
&lt;br /&gt;
intel_arch=&amp;quot;intel64&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# old path Version 2013: ifortvars=/opt/intel/composer_xe_2013_sp1.2.144/bin/compilervars.sh&lt;br /&gt;
&lt;br /&gt;
ifortvar=/opt/intel/compilers_and_libraries_2017.0.098/linux/bin/compilervars.sh&lt;br /&gt;
if [ -f $ifortvars ]; then&lt;br /&gt;
    . $ifortvars $intel_arch&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are similar files with .csh extension for C-Shell users.&lt;br /&gt;
&lt;br /&gt;
After sourcing your .bashrc or opening an new shell you can validate your setup with &amp;#039;which ifort&amp;#039;. This should point to somewhere in /opt.&lt;br /&gt;
&lt;br /&gt;
== 32/64 bit Issues ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;32 bit support is obsolete, we only have 64 bit machines.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you only work on 64 bit machines you can skip this section. But if you are working on 32 bit machine things can get more complicated. If you exclusively work on a 32 bit and you don&amp;#039;t want the run your programs on the our HPC nodes you can also skip this. 32 bit machines are mainly the white FSC boxes and, less important, the pool. Running &amp;quot;uname -m&amp;quot; in a shell will tell you your architecture: i686 for 32 or x86_64 for 64 bit. The setup above will choose the appropriate environment.&lt;br /&gt;
&lt;br /&gt;
If you are using a 32bit machine and want use the HPC nodes, it is recommended that you login to our login server th.physik.uni-frankfurt.de an compile your code there. 32 bit programs will run on 64 bit but have some limitations. A small performance impact and limited address space (4 GB) with much less usable ram.&lt;br /&gt;
&lt;br /&gt;
== Implicit parallelization ==&lt;br /&gt;
&lt;br /&gt;
This version of MKL has internal parallel code (based on openMP) which uses all CPUs in the system. This is fine on the desktop as it will speed up your caluclation. But on the compute nodes this will conflict with other jobs running on the same machine. Therefore you have to restrict the number CPUs used to the number of allocated slots in SGE. Your can do this by defining the following environment variable:&lt;br /&gt;
&lt;br /&gt;
  export OMP_NUM_THREADS=x&lt;br /&gt;
&lt;br /&gt;
where x is the number of allocated slots. Using 1 means traditional serial processing. You should benchmark your program how many parallel threads will give a reasonable performance per CPU value.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The comprehensive set of Intel documentation will be found under &amp;#039;&amp;#039;&amp;#039;/opt/intel/composerxe/Documentation/en_US&amp;#039;&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=687</id>
		<title>Intel Compiler</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=687"/>
		<updated>2016-11-09T15:53:32Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes, how to setup your environment for using our Intel Compiler Installation. The instruction are for &amp;#039;&amp;#039;&amp;#039;bash&amp;#039;&amp;#039;&amp;#039; shell user. If you use a different shell, you know what you are doing and you will be able to translate the configuration. &lt;br /&gt;
&lt;br /&gt;
We provide the recent version 13 of the Intel compiler suite for Fortran, C/C++ and the full set of performance libraries like  MKL, TBB, Cluster_OMP.&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
In order to use the installation you have to modify your &amp;#039;&amp;#039;&amp;#039;.bashrc&amp;#039;&amp;#039;&amp;#039;. Open the file with you favorite editor and append the following lines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#Intel Compiler Setup&lt;br /&gt;
export LM_LICENSE_FILE=&amp;quot;16287@th.physik.uni-frankfurt.de&amp;quot;&lt;br /&gt;
&lt;br /&gt;
intel_arch=&amp;quot;intel64&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# old path Version 2013: ifortvars=/opt/intel/composer_xe_2013_sp1.2.144/bin/compilervars.sh&lt;br /&gt;
&lt;br /&gt;
ifortvar=/opt/intel/compilers_and_libraries_2017.0.098/linux/bin$ compilervars.sh&lt;br /&gt;
if [ -f $ifortvars ]; then&lt;br /&gt;
    . $ifortvars $intel_arch&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are similar files with .csh extension for C-Shell users.&lt;br /&gt;
&lt;br /&gt;
After sourcing your .bashrc or opening an new shell you can validate your setup with &amp;#039;which ifort&amp;#039;. This should point to somewhere in /opt.&lt;br /&gt;
&lt;br /&gt;
== 32/64 bit Issues ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;32 bit support is obsolete, we only have 64 bit machines.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you only work on 64 bit machines you can skip this section. But if you are working on 32 bit machine things can get more complicated. If you exclusively work on a 32 bit and you don&amp;#039;t want the run your programs on the our HPC nodes you can also skip this. 32 bit machines are mainly the white FSC boxes and, less important, the pool. Running &amp;quot;uname -m&amp;quot; in a shell will tell you your architecture: i686 for 32 or x86_64 for 64 bit. The setup above will choose the appropriate environment.&lt;br /&gt;
&lt;br /&gt;
If you are using a 32bit machine and want use the HPC nodes, it is recommended that you login to our login server th.physik.uni-frankfurt.de an compile your code there. 32 bit programs will run on 64 bit but have some limitations. A small performance impact and limited address space (4 GB) with much less usable ram.&lt;br /&gt;
&lt;br /&gt;
== Implicit parallelization ==&lt;br /&gt;
&lt;br /&gt;
This version of MKL has internal parallel code (based on openMP) which uses all CPUs in the system. This is fine on the desktop as it will speed up your caluclation. But on the compute nodes this will conflict with other jobs running on the same machine. Therefore you have to restrict the number CPUs used to the number of allocated slots in SGE. Your can do this by defining the following environment variable:&lt;br /&gt;
&lt;br /&gt;
  export OMP_NUM_THREADS=x&lt;br /&gt;
&lt;br /&gt;
where x is the number of allocated slots. Using 1 means traditional serial processing. You should benchmark your program how many parallel threads will give a reasonable performance per CPU value.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The comprehensive set of Intel documentation will be found under &amp;#039;&amp;#039;&amp;#039;/opt/intel/composerxe/Documentation/en_US&amp;#039;&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Main_Page&amp;diff=686</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Main_Page&amp;diff=686"/>
		<updated>2016-11-09T15:51:13Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;background:#f5faff;color:black&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;center&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 align=center style=&amp;quot;background:#cef2e0&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Welcome to the ITP IT-Service Wiki&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In this Wiki you find information and documentation about our computer environment. Feel free to correct mistakes and add new content.&lt;br /&gt;
&lt;br /&gt;
Please read first: &amp;#039;&amp;#039;&amp;#039;[[FAQ|Frequently asked questions]]&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;[http://th.physik.uni-frankfurt.de/cgi-bin/motd/generate.cgi Message of the day]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;For getting additional Support and reporting problems write to: [mailto:trouble@th.physik.uni-frankfurt.de trouble@th.physik.uni-frankfurt.de]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;New User Welcome Sheet&amp;#039;&amp;#039;&amp;#039;: [http://th.physik.uni-frankfurt.de/~thw/welcome-itp.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
* [[General Information]] (includes Mail Setup)&lt;br /&gt;
&lt;br /&gt;
* New! [[Owncloud]] as Dropbox alternative&lt;br /&gt;
&lt;br /&gt;
* [[SAMBA Service]]&lt;br /&gt;
&lt;br /&gt;
* [[VPN Access]] or [[VPN with Networkmanager]]&lt;br /&gt;
&lt;br /&gt;
* [[Printing]]&lt;br /&gt;
&lt;br /&gt;
* [[Scanning with Brother MFC]]&lt;br /&gt;
&lt;br /&gt;
* [[X2GO| Graphical remote access with X2GO]]&lt;br /&gt;
&lt;br /&gt;
* [[mailfilter-setup]] to configure &lt;br /&gt;
** [[vacman|Vacation]] aka &amp;quot;out of office reply&amp;quot;&lt;br /&gt;
** [[Spam Filter]]&lt;br /&gt;
** mail forwarding&lt;br /&gt;
&lt;br /&gt;
* [[SLURM]] - The next generation batch system&lt;br /&gt;
&lt;br /&gt;
* [[Storage and Backup]]&lt;br /&gt;
&lt;br /&gt;
* [[Archiving Data]]&lt;br /&gt;
&lt;br /&gt;
* [[Commercial Software]]&lt;br /&gt;
&lt;br /&gt;
* [[Intel Compiler]] New: Updated to Version 2017!&lt;br /&gt;
&lt;br /&gt;
* [[How to read scientific papers from home]]&lt;br /&gt;
&lt;br /&gt;
* [[Compiling and running MPI programs]]&lt;br /&gt;
&lt;br /&gt;
* [[Wien2k]]&lt;br /&gt;
&lt;br /&gt;
* [[Windows]]&lt;br /&gt;
&lt;br /&gt;
* [[TYPO3]]&lt;br /&gt;
&lt;br /&gt;
* [https://th.physik.uni-frankfurt.de/mailman/listinfo Mailing Listen]&lt;br /&gt;
&lt;br /&gt;
* [https://th.physik.uni-frankfurt.de/webmail Web Mail]&lt;br /&gt;
&lt;br /&gt;
=== Browser ===&lt;br /&gt;
&lt;br /&gt;
* [[Firefox: Annoying reset request]]&lt;br /&gt;
&lt;br /&gt;
=== Mac Client Support ===&lt;br /&gt;
&lt;br /&gt;
* [[Enable cups browsing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started editing the Wiki  ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] &lt;br /&gt;
*[http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] &lt;br /&gt;
*[http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Main_Page&amp;diff=685</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Main_Page&amp;diff=685"/>
		<updated>2016-11-09T15:50:16Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;background:#f5faff;color:black&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;center&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 align=center style=&amp;quot;background:#cef2e0&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Welcome to the ITP IT-Service Wiki&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In this Wiki you find information and documentation about our computer environment. Feel free to correct mistakes and add new content.&lt;br /&gt;
&lt;br /&gt;
Please read first: &amp;#039;&amp;#039;&amp;#039;[[FAQ|Frequently asked questions]]&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;[http://th.physik.uni-frankfurt.de/cgi-bin/motd/generate.cgi Message of the day]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;For getting additional Support and reporting problems write to: [mailto:trouble@th.physik.uni-frankfurt.de trouble@th.physik.uni-frankfurt.de]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;New User Welcome Sheet&amp;#039;&amp;#039;&amp;#039;: [http://th.physik.uni-frankfurt.de/~thw/welcome-itp.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
* [[General Information]] (includes Mail Setup)&lt;br /&gt;
&lt;br /&gt;
* New! [[Owncloud]] as Dropbox alternative&lt;br /&gt;
&lt;br /&gt;
* [[SAMBA Service]]&lt;br /&gt;
&lt;br /&gt;
* [[VPN Access]] or [[VPN with Networkmanager]]&lt;br /&gt;
&lt;br /&gt;
* [[Printing]]&lt;br /&gt;
&lt;br /&gt;
* [[Scanning with Brother MFC]]&lt;br /&gt;
&lt;br /&gt;
* [[X2GO| Graphical remote access with X2GO]]&lt;br /&gt;
&lt;br /&gt;
* [[mailfilter-setup]] to configure &lt;br /&gt;
** [[vacman|Vacation]] aka &amp;quot;out of office reply&amp;quot;&lt;br /&gt;
** [[Spam Filter]]&lt;br /&gt;
** mail forwarding&lt;br /&gt;
&lt;br /&gt;
* [[SLURM]] - The next generation batch system&lt;br /&gt;
&lt;br /&gt;
* [[Storage and Backup]]&lt;br /&gt;
&lt;br /&gt;
* [[Archiving Data]]&lt;br /&gt;
&lt;br /&gt;
* [[Commercial Software]]&lt;br /&gt;
&lt;br /&gt;
* [[Inter Compiler]] New: Updated to Version 2017!&lt;br /&gt;
&lt;br /&gt;
* [[How to read scientific papers from home]]&lt;br /&gt;
&lt;br /&gt;
* [[Compiling and running MPI programs]]&lt;br /&gt;
&lt;br /&gt;
* [[Wien2k]]&lt;br /&gt;
&lt;br /&gt;
* [[Windows]]&lt;br /&gt;
&lt;br /&gt;
* [[TYPO3]]&lt;br /&gt;
&lt;br /&gt;
* [https://th.physik.uni-frankfurt.de/mailman/listinfo Mailing Listen]&lt;br /&gt;
&lt;br /&gt;
* [https://th.physik.uni-frankfurt.de/webmail Web Mail]&lt;br /&gt;
&lt;br /&gt;
=== Browser ===&lt;br /&gt;
&lt;br /&gt;
* [[Firefox: Annoying reset request]]&lt;br /&gt;
&lt;br /&gt;
=== Mac Client Support ===&lt;br /&gt;
&lt;br /&gt;
* [[Enable cups browsing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started editing the Wiki  ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] &lt;br /&gt;
*[http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] &lt;br /&gt;
*[http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Commercial_Software&amp;diff=684</id>
		<title>Commercial Software</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Commercial_Software&amp;diff=684"/>
		<updated>2016-10-14T13:01:24Z</updated>

		<summary type="html">&lt;p&gt;Thomas: /* NAG Libraries */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We have several Commercial Software Package installed on our System. This document describes what we have and how to use them.&lt;br /&gt;
&lt;br /&gt;
= Mathematica =&lt;br /&gt;
&lt;br /&gt;
Mathematica is an algebra system from Wolfram Research [http://www.wolfram.com/]. Currenly we provide version 9.0.&lt;br /&gt;
&lt;br /&gt;
Because mathematica is very expensive we only hold a limited number of licenses. For fairness to other users, please close Mathematica if you don&amp;#039;t need it. If everyone will do this, you will have not to wait for a license token.&lt;br /&gt;
&lt;br /&gt;
== Remote usage of Mathematica ==&lt;br /&gt;
&lt;br /&gt;
If you want to use Mathematica through a ssh-connection or through our [[nxserver|NX-Server]], the Mathematica fonts have to be installed on your local machine.&lt;br /&gt;
&lt;br /&gt;
The recent Ubuntu 10.04 has a new package which can do this for you. Open your favorite software managment tool (eg. synaptic) or open a terminal window and enter:&lt;br /&gt;
&lt;br /&gt;
  sudo aptitude install mathematica-fonts&lt;br /&gt;
&lt;br /&gt;
This is a downloader package and downloads the fonts from the Mathematica site. &lt;br /&gt;
&lt;br /&gt;
For older Ubuntu and Debian Versions we provide special packages. This packages can only be downloaded if your are at the ITP. Download the following files:&lt;br /&gt;
 &lt;br /&gt;
  http://th.physik.uni-frankfurt.de/~xela/ubuntu/pool/non-free/mathematica-xfonts-type1_5.2.0.0-1.13b_all.deb&lt;br /&gt;
  http://th.physik.uni-frankfurt.de/~xela/ubuntu/pool/non-free/mathematica-xfonts-75dpi_5.2.0.0-1.13b_i386.deb&lt;br /&gt;
  http://th.physik.uni-frankfurt.de/~xela/ubuntu/pool/non-free/mathematica-xfonts-75dpi_5.2.0.0-1.13b_amd64.deb&lt;br /&gt;
&lt;br /&gt;
and install them with the command:&lt;br /&gt;
&lt;br /&gt;
   sudo dpkg -i *.deb&lt;br /&gt;
&lt;br /&gt;
= Maple =&lt;br /&gt;
&lt;br /&gt;
Maple 12 is available with either &amp;quot;xmaple&amp;quot; or &amp;quot;maple&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= Matlab =&lt;br /&gt;
&lt;br /&gt;
Matlab is available in a recent version with the command &amp;quot;matlab&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
There is a issue with the java virtual memory, when running matlab on the login server. The Java GUI will only run on our normal desktop machines.&lt;br /&gt;
&lt;br /&gt;
= Intel Compiler and MKL =&lt;br /&gt;
&lt;br /&gt;
See [[Intel Compiler]] for details instructions, how to setup your environment.&lt;br /&gt;
&lt;br /&gt;
= NAG Libraries =&lt;br /&gt;
&lt;br /&gt;
The NAG libraries are installed under /home/software/NAG, accessible from all ITP machines.&lt;br /&gt;
&lt;br /&gt;
Currenly we have:&lt;br /&gt;
* cll6i24dcl (C Version, 64 bit integer)&lt;br /&gt;
* fll6a24dfl (Fortran Version)&lt;br /&gt;
&lt;br /&gt;
The Libraries are not in the default library path. If you want the use them you have to set or extend the LD_LIBRARY_PATH. Run your programm like that&lt;br /&gt;
&lt;br /&gt;
  LD_LIBRARY_PATH=/home/software/NAG/cll6i24dcl/lib ./a.out&lt;br /&gt;
&lt;br /&gt;
if your binary is named a.out. You can put the LD_LIBRARY_PATH with an export statement in your .profile to have it always available.&lt;br /&gt;
&lt;br /&gt;
The NAG Libraries are commercial software and require a valid license. Define a second environment variable pointing to the license file:&lt;br /&gt;
&lt;br /&gt;
 export  NAG_KUSARI_FILE=/home/software/NAG/license.lic&lt;br /&gt;
&lt;br /&gt;
This can also be added to the .profile.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=SLURM&amp;diff=680</id>
		<title>SLURM</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=SLURM&amp;diff=680"/>
		<updated>2016-08-25T09:55:11Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SLURM is the Simple Linux Utility for Resource Management and is an open source, fault-tolerant, and highly scalable cluster management and job scheduling system for large and small Linux clusters.&lt;br /&gt;
&lt;br /&gt;
Slurm is fully integrated in our system. You do not need set any environment variables.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Partitions  ==&lt;br /&gt;
&lt;br /&gt;
A partition is a subset of the cluster, a bundle of compute nodes with the same characteristics.&lt;br /&gt;
&lt;br /&gt;
Based on access restrictions our cluster is divided in different partitions. &amp;#039;sinfo&amp;#039; will only show partitions you are allowed to use. Using &amp;#039;sinfo -a&amp;#039; shows all partitons.&lt;br /&gt;
&lt;br /&gt;
A partition is selected by &amp;#039;-p PARTITIONNAME&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Partition&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;No. Nodes&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Cores&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Tot. Cores&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;RAM/GB&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;CPU&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Remark&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| itp &lt;br /&gt;
| 10&lt;br /&gt;
| 12 &lt;br /&gt;
| 120&lt;br /&gt;
| 32 &lt;br /&gt;
| Six-Core AMD Opteron(tm) Processor 2427&lt;br /&gt;
|-&lt;br /&gt;
| dfg &lt;br /&gt;
| 9&lt;br /&gt;
| 8 &lt;br /&gt;
| 72&lt;br /&gt;
| 32 &lt;br /&gt;
| Quad-Core AMD Opteron(tm) Processor 2346 HE &lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;mostly out of service&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg&lt;br /&gt;
| 8&lt;br /&gt;
| 8&lt;br /&gt;
| 64&lt;br /&gt;
| 32/64&lt;br /&gt;
| Quad-Core AMD Opteron(tm) Processor 2376 &lt;br /&gt;
| [http://en.wikipedia.org/wiki/InfiniBand Infiniband], &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg&lt;br /&gt;
| 8 &lt;br /&gt;
| 12&lt;br /&gt;
| 96&lt;br /&gt;
| 32/64&lt;br /&gt;
| Six-Core AMD Opteron(tm) Processor 2427&lt;br /&gt;
| [http://en.wikipedia.org/wiki/InfiniBand Infiniband], &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| quantum&lt;br /&gt;
| 8&lt;br /&gt;
| 12&lt;br /&gt;
| 96&lt;br /&gt;
| 32/64&lt;br /&gt;
| Six-Core AMD Opteron(tm) Processor 2427&lt;br /&gt;
| [http://en.wikipedia.org/wiki/InfiniBand Infiniband], &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 3&lt;br /&gt;
| 32&lt;br /&gt;
| 96&lt;br /&gt;
| 128&lt;br /&gt;
| 8-Core AMD Opteron(tm) Processor 6128&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 3&lt;br /&gt;
| 48&lt;br /&gt;
| 144&lt;br /&gt;
| 128/256&lt;br /&gt;
| 12-Core AMD Opteron(tm) Processor 6168&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 4&lt;br /&gt;
| 64&lt;br /&gt;
| 256&lt;br /&gt;
| 128/256&lt;br /&gt;
| 16-Core AMD Opteron(tm) Processor 6272&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 4&lt;br /&gt;
| 48&lt;br /&gt;
| 192&lt;br /&gt;
| 128/256&lt;br /&gt;
| 12-Core AMD Opteron(tm) Processor 6344&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 3&lt;br /&gt;
| 24&lt;br /&gt;
| 72&lt;br /&gt;
| 64&lt;br /&gt;
| 12-Core AMD Opteron(tm) Processor 6344&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| fplo&lt;br /&gt;
| 2&lt;br /&gt;
| 12&lt;br /&gt;
| 24&lt;br /&gt;
| 256&lt;br /&gt;
| Intel(R) Xeon(R) CPU E5-2630 v2 @ 2.60GHz&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| fplo&lt;br /&gt;
| 2&lt;br /&gt;
| 16&lt;br /&gt;
| 32&lt;br /&gt;
| 256&lt;br /&gt;
| Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-xeon&lt;br /&gt;
| 8&lt;br /&gt;
| 16&lt;br /&gt;
| 128&lt;br /&gt;
| 64/128&lt;br /&gt;
| Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The access to the DFG-Nodes (dfg and dfg-big) is restricted to the members of the SFB/TR49. If you do not belong to that group but want to test and develop programs for the Infiniband Network, please talk to the administrator. The queue &amp;#039;fplo&amp;#039; have the same restrictions like the dfg-queue and is intended for large memory and single threaded job from the program &amp;#039;fplo&amp;#039;.&lt;br /&gt;
The access to the queue &amp;#039;quantum&amp;#039; is restricted to group Prof. Hofstetter.&lt;br /&gt;
&lt;br /&gt;
== Submitting Jobs ==&lt;br /&gt;
&lt;br /&gt;
In most case you want to submit a non interactive job to be executed in our cluster.&lt;br /&gt;
&lt;br /&gt;
This is very simple for serial (1 CPU) jobs:&lt;br /&gt;
&lt;br /&gt;
   sbatch -p PARTITION jobscript.sh&lt;br /&gt;
&lt;br /&gt;
where jobscript.sh is a shell script with your job commands.&lt;br /&gt;
&lt;br /&gt;
Running &amp;#039;&amp;#039;&amp;#039;openMPI&amp;#039;&amp;#039;&amp;#039; jobs is not much more complictated:&lt;br /&gt;
&lt;br /&gt;
   sbatch -p PARTITION -n X jobscript.sh&lt;br /&gt;
&lt;br /&gt;
where X is the number of desired MPI processes. Launch the job in the jobscript with:&lt;br /&gt;
&lt;br /&gt;
   mpirun YOUREXECUTABLE&lt;br /&gt;
&lt;br /&gt;
You don&amp;#039;t have to worry about the number of processes or specific nodes. Both slurm and openmpi know&lt;br /&gt;
about each other.&lt;br /&gt;
&lt;br /&gt;
If you want &amp;#039;&amp;#039;&amp;#039;infiniband&amp;#039;&amp;#039;&amp;#039; for your MPI job (which is usually a good idea, if not running on the same node), you have to request the feature infiniband:&lt;br /&gt;
&lt;br /&gt;
  sbatch -p dfg -C infiniband -n X jobscript.sh&lt;br /&gt;
&lt;br /&gt;
Note: Infiniband is only available for the partitions dfg and quantum.&lt;br /&gt;
&lt;br /&gt;
Running &amp;#039;&amp;#039;&amp;#039;SMP jobs&amp;#039;&amp;#039;&amp;#039; (multiple threads, not necessary mpi). Running MPI jobs an a single node, is recommended for the&lt;br /&gt;
dfg-big nodes. This are big host, with up to 64 cpu&amp;#039;s per node, but &amp;#039;slow&amp;#039; gigabit network connection. Launch SMP jobs with&lt;br /&gt;
&lt;br /&gt;
   sbatch -p PARTITION -N 1 -n X jobscript.sh&lt;br /&gt;
&lt;br /&gt;
=== Differences in network the network connection ===&lt;br /&gt;
 &lt;br /&gt;
The new v3 dfg-xeon nodes are equipped with 10 GB network. This is faster (trough put) and has lower latency then gigabit ethernet, but is not is not as fast as the DDR infinband network. The 10 GB network is used for MPI and I/O. Infiniband is only use for MPI.&lt;br /&gt;
&lt;br /&gt;
== Defining Resource limits ==&lt;br /&gt;
&lt;br /&gt;
By default each job allocates 2 GB memory and a run time of 3 days. More resources can be requested by&lt;br /&gt;
&lt;br /&gt;
   --mem-per-cpu=&amp;lt;MB&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;MB&amp;gt; is the memory in megabytes. The virtual memory limit is 2.5 times of the requested real memory limit.&lt;br /&gt;
&lt;br /&gt;
The memory limit is not a hard limit. When exceeding the limit, your memory will be swapped out. Only when using more the 150% of the limit your job will be killed. So be conservative, to keep enough room for other jobs. Requested memory is blocked from the use by other jobs.&lt;br /&gt;
&lt;br /&gt;
   -t or --time=&amp;lt;time&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where time can by &amp;quot;days-hours&amp;quot;. See man page for more formats.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Memory Management ==&lt;br /&gt;
&lt;br /&gt;
In Slurm you specify only one parameter, which is the limit for your real memory usage and drives the decision where your job is started. The virtual memory of your job maybe 2.5 times of your requested memory. You can exceed you memory limit by 50%. But this will be swap space instead of real memory. This prevents crashing if you memory limit is a little to tight.&lt;br /&gt;
&lt;br /&gt;
== Inline Arguments ==&lt;br /&gt;
&lt;br /&gt;
sbatch arguments can be written in the jobfile:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#! /bin/bash&lt;br /&gt;
#&lt;br /&gt;
# Choosing a partition:&lt;br /&gt;
#SBATCH -p housewives&lt;br /&gt;
&lt;br /&gt;
YOUR JOB COMMANDS....&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
* SLURM-Homepage [http://slurm.schedmd.com/slurm.html]&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=679</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=679"/>
		<updated>2016-03-11T15:06:01Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;br /&gt;
&lt;br /&gt;
== Where to store you synced data on the ITP computer ==&lt;br /&gt;
&lt;br /&gt;
The Owncloud Server has its own backup and an internal undo function. So there is basically no need the have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are two options we recommend:&lt;br /&gt;
&lt;br /&gt;
# If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
# In your home create a sub directory &amp;#039;nobackup&amp;#039; and but it there. This is in the exclude list from the daily backup.&lt;br /&gt;
&lt;br /&gt;
== Additional Help ==&lt;br /&gt;
&lt;br /&gt;
After login to the Owncloud server, you will find some example files and (important) the Owncloud User Manual. Please read this first to understand how to use the system. If there are still questions, you may write to the usual support address.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=678</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=678"/>
		<updated>2016-03-11T10:05:51Z</updated>

		<summary type="html">&lt;p&gt;Thomas: /* Additional Help */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;br /&gt;
&lt;br /&gt;
== Where to store you synced data on the ITP computer ==&lt;br /&gt;
&lt;br /&gt;
The Owncloud Server has its own backup and an internal undo function. So there is basically no need the have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are two options we recommend:&lt;br /&gt;
&lt;br /&gt;
# If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
# In your home create a sub directory &amp;#039;nobackup&amp;#039; and but it there. This is in the exclude list from the daily backup.&lt;br /&gt;
&lt;br /&gt;
== Additional Help ==&lt;br /&gt;
&lt;br /&gt;
After login to the Owncloud server, you will find some example files and (important) the Owncloud User Manual. Please read this first to understand how to use the system. If there are still questions, you may write to the usual support address.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=677</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=677"/>
		<updated>2016-03-11T09:40:46Z</updated>

		<summary type="html">&lt;p&gt;Thomas: /* Where to store you synced data on the ITP computer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;br /&gt;
&lt;br /&gt;
== Where to store you synced data on the ITP computer ==&lt;br /&gt;
&lt;br /&gt;
The Owncloud Server has its own backup and an internal undo function. So there is basically no need the have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are two options we recommend:&lt;br /&gt;
&lt;br /&gt;
# If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
# In your home create a sub directory &amp;#039;nobackup&amp;#039; and but it there. This is in the exclude list from the daily backup.&lt;br /&gt;
&lt;br /&gt;
== Additional Help ==&lt;br /&gt;
&lt;br /&gt;
After logging to the Owncloud server, you will find some example files and the Owncloud User Manual. Please read this first to understand how to use the system. If there are still questions, you may write the usual support address.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=676</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=676"/>
		<updated>2016-03-11T09:40:12Z</updated>

		<summary type="html">&lt;p&gt;Thomas: /* Where to store you synced data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;br /&gt;
&lt;br /&gt;
== Where to store you synced data on the ITP computer ==&lt;br /&gt;
&lt;br /&gt;
The Owncloud Server has its own backup and an internal undo function. So there is basically no need have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are two options:&lt;br /&gt;
&lt;br /&gt;
# If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
# In your home create a sub directory &amp;#039;nobackup&amp;#039; and but it there. This is in the exclude list from the daily backup.&lt;br /&gt;
&lt;br /&gt;
== Additional Help ==&lt;br /&gt;
&lt;br /&gt;
After logging to the Owncloud server, you will find some example files and the Owncloud User Manual. Please read this first to understand how to use the system. If there are still questions, you may write the usual support address.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=675</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=675"/>
		<updated>2016-03-11T09:39:36Z</updated>

		<summary type="html">&lt;p&gt;Thomas: /* Additional Help */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;br /&gt;
&lt;br /&gt;
== Where to store you synced data ==&lt;br /&gt;
&lt;br /&gt;
The Owncloud Server has its own backup and an internal undo function. So there is basically no need have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are two options:&lt;br /&gt;
&lt;br /&gt;
# If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
# In your home create a sub directory &amp;#039;nobackup&amp;#039; and but it there. This is in the exclude list from the daily backup.&lt;br /&gt;
&lt;br /&gt;
== Additional Help ==&lt;br /&gt;
&lt;br /&gt;
After logging to the Owncloud server, you will find some example files and the Owncloud User Manual. Please read this first to understand how to use the system. If there are still questions, you may write the usual support address.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=674</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=674"/>
		<updated>2016-03-11T09:39:04Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;br /&gt;
&lt;br /&gt;
== Where to store you synced data ==&lt;br /&gt;
&lt;br /&gt;
The Owncloud Server has its own backup and an internal undo function. So there is basically no need have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are two options:&lt;br /&gt;
&lt;br /&gt;
# If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
# In your home create a sub directory &amp;#039;nobackup&amp;#039; and but it there. This is in the exclude list from the daily backup.&lt;br /&gt;
&lt;br /&gt;
== Additional Help ==&lt;br /&gt;
&lt;br /&gt;
After loggin to the owncloud server, you will find some example files and the Owncloud User Manual. Please read this first, to understand how to use the system. If there are still questions, you may write the usual support address.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=673</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=673"/>
		<updated>2016-03-11T09:36:21Z</updated>

		<summary type="html">&lt;p&gt;Thomas: /* Where to store you synced data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;br /&gt;
&lt;br /&gt;
== Where to store you synced data ==&lt;br /&gt;
&lt;br /&gt;
The Owncloud Server has its own backup and an internal undo function. So there is basically no need have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are two options:&lt;br /&gt;
&lt;br /&gt;
# If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
# In your home create a sub directory &amp;#039;nobackup&amp;#039; and but it there. This is in the exclude list from the daily backup.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=672</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=672"/>
		<updated>2016-03-11T09:35:46Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;br /&gt;
&lt;br /&gt;
== Where to store you synced data ==&lt;br /&gt;
&lt;br /&gt;
The Owncloud Server has its own backup and an internal undo function. So there is basically no need have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are two options:&lt;br /&gt;
&lt;br /&gt;
# If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
# In your home create a sub directory &amp;#039;nobackup&amp;#039; und but it there. This is in the exclude list from the daily backup.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=671</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=671"/>
		<updated>2016-03-11T09:35:22Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;br /&gt;
&lt;br /&gt;
Where to store you synced data&lt;br /&gt;
&lt;br /&gt;
The Owncloud Server has its own backup and an internal undo function. So there is basically no need have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are two options:&lt;br /&gt;
&lt;br /&gt;
# If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
# In your home create a sub directory &amp;#039;nobackup&amp;#039; und but it there. This is in the exclude list from the daily backup.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=670</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=670"/>
		<updated>2016-03-11T09:34:42Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;br /&gt;
&lt;br /&gt;
[[Where to store you synced data]]&lt;br /&gt;
&lt;br /&gt;
The Owncloud Server has its own backup and an internal undo function. So there is basically no need have an additional backup from the home directory. If you only have some hundreds of mega bytes, don&amp;#039;t worry. For larger file sets there are two options:&lt;br /&gt;
&lt;br /&gt;
1. If your computer has a /data partition, put it there. But it&amp;#039;s only accessible from the computer itself.&lt;br /&gt;
&lt;br /&gt;
2. In your home create a sub directory &amp;#039;nobackup&amp;#039; und but it there. This is in the exclude list from the daily backup.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=669</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=669"/>
		<updated>2016-03-11T09:26:22Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is https://cloud.itp.uni-frankfurt.de.&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=668</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=668"/>
		<updated>2016-03-11T09:25:07Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is [https://cloud.itp.uni-frankfurt.de|https://cloud.itp.uni-frankfurt.de].&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=667</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Owncloud&amp;diff=667"/>
		<updated>2016-03-11T09:24:30Z</updated>

		<summary type="html">&lt;p&gt;Thomas: Created page with &amp;quot;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Owncloud is a platform for storing, syncing and sharing files. It is mainly targeted as alternative to Dropbox. Dropbox is highly political because the data is store somewhere in the world esp. USA, with data protection rules not compatible with ours. The Owcloud is hosted in our server room.&lt;br /&gt;
&lt;br /&gt;
The address is [https://cloud.itp.uni-frankfurt.de].&lt;br /&gt;
&lt;br /&gt;
The login is your normal ITP login. But this is already using the upcoming LDAP service. If you changed your password within the last year, the password my be wrong. If you don&amp;#039;t remember your old password, please send a note to trouble@th.physik.uni-frankfurt.de. We will copy your recent (hashed) password to the LDAP. Don&amp;#039;t (Never!) expose any password details.&lt;br /&gt;
&lt;br /&gt;
On our Linux installation the the sync client is already installed. Search for &amp;quot;Owncloud desktop sync client&amp;quot;, from the command line start &amp;quot;owncloud&amp;quot;. The installation is self explaining. Use the server address from above.&lt;br /&gt;
&lt;br /&gt;
For other operating systems the clients are offered for download from the first login, or from the owncloud website [http://owncloud.org].&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Main_Page&amp;diff=666</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Main_Page&amp;diff=666"/>
		<updated>2016-03-11T08:45:45Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;background:#f5faff;color:black&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;center&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 align=center style=&amp;quot;background:#cef2e0&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Welcome to the ITP IT-Service Wiki&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In this Wiki you find information and documentation about our computer environment. Feel free to correct mistakes and add new content.&lt;br /&gt;
&lt;br /&gt;
Please read first: &amp;#039;&amp;#039;&amp;#039;[[FAQ|Frequently asked questions]]&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;[http://th.physik.uni-frankfurt.de/cgi-bin/motd/generate.cgi Message of the day]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;For getting additional Support and reporting problems write to: [mailto:trouble@th.physik.uni-frankfurt.de trouble@th.physik.uni-frankfurt.de]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;New User Welcome Sheet&amp;#039;&amp;#039;&amp;#039;: [http://th.physik.uni-frankfurt.de/~thw/welcome-itp.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
* [[General Information]] (includes Mail Setup)&lt;br /&gt;
&lt;br /&gt;
* New! [[Owncloud]] as Dropbox alternative&lt;br /&gt;
&lt;br /&gt;
* [[SAMBA Service]]&lt;br /&gt;
&lt;br /&gt;
* [[VPN Access]] or [[VPN with Networkmanager]]&lt;br /&gt;
&lt;br /&gt;
* [[Printing]]&lt;br /&gt;
&lt;br /&gt;
* [[Scanning with Brother MFC]]&lt;br /&gt;
&lt;br /&gt;
* [[X2GO| Graphical remote access with X2GO]]&lt;br /&gt;
&lt;br /&gt;
* [[mailfilter-setup]] to configure &lt;br /&gt;
** [[vacman|Vacation]] aka &amp;quot;out of office reply&amp;quot;&lt;br /&gt;
** [[Spam Filter]]&lt;br /&gt;
** mail forwarding&lt;br /&gt;
&lt;br /&gt;
* [[SLURM]] - The next generation batch system&lt;br /&gt;
&lt;br /&gt;
* [[Storage and Backup]]&lt;br /&gt;
&lt;br /&gt;
* [[Archiving Data]]&lt;br /&gt;
&lt;br /&gt;
* [[Commercial Software]]&lt;br /&gt;
&lt;br /&gt;
* [[How to read scientific papers from home]]&lt;br /&gt;
&lt;br /&gt;
* [[Compiling and running MPI programs]]&lt;br /&gt;
&lt;br /&gt;
* [[Wien2k]]&lt;br /&gt;
&lt;br /&gt;
* [[Windows]]&lt;br /&gt;
&lt;br /&gt;
* [[TYPO3]]&lt;br /&gt;
&lt;br /&gt;
* [https://th.physik.uni-frankfurt.de/mailman/listinfo Mailing Listen]&lt;br /&gt;
&lt;br /&gt;
* [https://th.physik.uni-frankfurt.de/webmail Web Mail]&lt;br /&gt;
&lt;br /&gt;
=== Browser ===&lt;br /&gt;
&lt;br /&gt;
* [[Firefox: Annoying reset request]]&lt;br /&gt;
&lt;br /&gt;
=== Mac Client Support ===&lt;br /&gt;
&lt;br /&gt;
* [[Enable cups browsing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started editing the Wiki  ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] &lt;br /&gt;
*[http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] &lt;br /&gt;
*[http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=665</id>
		<title>Intel Compiler</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=665"/>
		<updated>2016-03-08T09:50:50Z</updated>

		<summary type="html">&lt;p&gt;Thomas: /* .bashrc */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes, how to setup your environment for using our Intel Compiler Installation. The instruction are for &amp;#039;&amp;#039;&amp;#039;bash&amp;#039;&amp;#039;&amp;#039; shell user. If you use a different shell, you know what you are doing and you will be able to translate the configuration. &lt;br /&gt;
&lt;br /&gt;
We provide the recent version 13 of the Intel compiler suite for Fortran, C/C++ and the full set of performance libraries like  MKL, TBB, Cluster_OMP.&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
In order to use the installation you have to modify your &amp;#039;&amp;#039;&amp;#039;.bashrc&amp;#039;&amp;#039;&amp;#039;. Open the file with you favorite editor and append the following lines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#Intel Compiler Setup&lt;br /&gt;
export LM_LICENSE_FILE=&amp;quot;16287@th.physik.uni-frankfurt.de&amp;quot;&lt;br /&gt;
&lt;br /&gt;
intel_arch=&amp;quot;intel64&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# old path: ifortvars=/opt/intel/bin/compilervars.sh&lt;br /&gt;
ifortvars=/opt/intel/composer_xe_2013_sp1.2.144/bin/compilervars.sh&lt;br /&gt;
if [ -f $ifortvars ]; then&lt;br /&gt;
    . $ifortvars $intel_arch&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are similar files with .csh extension for C-Shell users.&lt;br /&gt;
&lt;br /&gt;
After sourcing your .bashrc or opening an new shell you can validate your setup with &amp;#039;which ifort&amp;#039;. This should point to somewhere in /opt.&lt;br /&gt;
&lt;br /&gt;
== 32/64 bit Issues ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;32 bit support is obsolete, we only have 64 bit machines.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you only work on 64 bit machines you can skip this section. But if you are working on 32 bit machine things can get more complicated. If you exclusively work on a 32 bit and you don&amp;#039;t want the run your programs on the our HPC nodes you can also skip this. 32 bit machines are mainly the white FSC boxes and, less important, the pool. Running &amp;quot;uname -m&amp;quot; in a shell will tell you your architecture: i686 for 32 or x86_64 for 64 bit. The setup above will choose the appropriate environment.&lt;br /&gt;
&lt;br /&gt;
If you are using a 32bit machine and want use the HPC nodes, it is recommended that you login to our login server th.physik.uni-frankfurt.de an compile your code there. 32 bit programs will run on 64 bit but have some limitations. A small performance impact and limited address space (4 GB) with much less usable ram.&lt;br /&gt;
&lt;br /&gt;
== Implicit parallelization ==&lt;br /&gt;
&lt;br /&gt;
This version of MKL has internal parallel code (based on openMP) which uses all CPUs in the system. This is fine on the desktop as it will speed up your caluclation. But on the compute nodes this will conflict with other jobs running on the same machine. Therefore you have to restrict the number CPUs used to the number of allocated slots in SGE. Your can do this by defining the following environment variable:&lt;br /&gt;
&lt;br /&gt;
  export OMP_NUM_THREADS=x&lt;br /&gt;
&lt;br /&gt;
where x is the number of allocated slots. Using 1 means traditional serial processing. You should benchmark your program how many parallel threads will give a reasonable performance per CPU value.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The comprehensive set of Intel documentation will be found under &amp;#039;&amp;#039;&amp;#039;/opt/intel/composerxe/Documentation/en_US&amp;#039;&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Main_Page&amp;diff=664</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Main_Page&amp;diff=664"/>
		<updated>2016-02-19T13:50:21Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;background:#f5faff;color:black&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;center&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 align=center style=&amp;quot;background:#cef2e0&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Welcome to the ITP IT-Service Wiki&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In this Wiki you find information and documentation about our computer environment. Feel free to correct mistakes and add new content.&lt;br /&gt;
&lt;br /&gt;
Please read first: &amp;#039;&amp;#039;&amp;#039;[[FAQ|Frequently asked questions]]&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;[http://th.physik.uni-frankfurt.de/cgi-bin/motd/generate.cgi Message of the day]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;For getting additional Support and reporting problems write to: [mailto:trouble@th.physik.uni-frankfurt.de trouble@th.physik.uni-frankfurt.de]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;New User Welcome Sheet&amp;#039;&amp;#039;&amp;#039;: [http://th.physik.uni-frankfurt.de/~thw/welcome-itp.pdf pdf]&lt;br /&gt;
&lt;br /&gt;
* [[General Information]] (includes Mail Setup)&lt;br /&gt;
&lt;br /&gt;
* [[SAMBA Service]]&lt;br /&gt;
&lt;br /&gt;
* [[VPN Access]] or [[VPN with Networkmanager]]&lt;br /&gt;
&lt;br /&gt;
* [[Printing]]&lt;br /&gt;
&lt;br /&gt;
* [[Scanning with Brother MFC]]&lt;br /&gt;
&lt;br /&gt;
* [[X2GO| Graphical remote access with X2GO]]&lt;br /&gt;
&lt;br /&gt;
* [[mailfilter-setup]] to configure &lt;br /&gt;
** [[vacman|Vacation]] aka &amp;quot;out of office reply&amp;quot;&lt;br /&gt;
** [[Spam Filter]]&lt;br /&gt;
** mail forwarding&lt;br /&gt;
&lt;br /&gt;
* [[SLURM]] - The next generation batch system&lt;br /&gt;
&lt;br /&gt;
* [[Storage and Backup]]&lt;br /&gt;
&lt;br /&gt;
* [[Archiving Data]]&lt;br /&gt;
&lt;br /&gt;
* [[Commercial Software]]&lt;br /&gt;
&lt;br /&gt;
* [[How to read scientific papers from home]]&lt;br /&gt;
&lt;br /&gt;
* [[Compiling and running MPI programs]]&lt;br /&gt;
&lt;br /&gt;
* [[Wien2k]]&lt;br /&gt;
&lt;br /&gt;
* [[Windows]]&lt;br /&gt;
&lt;br /&gt;
* [[TYPO3]]&lt;br /&gt;
&lt;br /&gt;
* [https://th.physik.uni-frankfurt.de/mailman/listinfo Mailing Listen]&lt;br /&gt;
&lt;br /&gt;
* [https://th.physik.uni-frankfurt.de/webmail Web Mail]&lt;br /&gt;
&lt;br /&gt;
=== Browser ===&lt;br /&gt;
&lt;br /&gt;
* [[Firefox: Annoying reset request]]&lt;br /&gt;
&lt;br /&gt;
=== Mac Client Support ===&lt;br /&gt;
&lt;br /&gt;
* [[Enable cups browsing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started editing the Wiki  ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] &lt;br /&gt;
*[http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] &lt;br /&gt;
*[http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=663</id>
		<title>Intel Compiler</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=663"/>
		<updated>2016-02-19T13:44:04Z</updated>

		<summary type="html">&lt;p&gt;Thomas: /* Implicit parallelization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes, how to setup your environment for using our Intel Compiler Installation. The instruction are for &amp;#039;&amp;#039;&amp;#039;bash&amp;#039;&amp;#039;&amp;#039; shell user. If you use a different shell, you know what you are doing and you will be able to translate the configuration. &lt;br /&gt;
&lt;br /&gt;
We provide the recent version 13 of the Intel compiler suite for Fortran, C/C++ and the full set of performance libraries like  MKL, TBB, Cluster_OMP.&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
In order to use the installation you have to modify your &amp;#039;&amp;#039;&amp;#039;.bashrc&amp;#039;&amp;#039;&amp;#039;. Open the file with you favorite editor and append the following lines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#Intel Compiler Setup&lt;br /&gt;
export LM_LICENSE_FILE=&amp;quot;16287@th.physik.uni-frankfurt.de&amp;quot;&lt;br /&gt;
&lt;br /&gt;
intel_arch=&amp;quot;intel64&amp;quot;&lt;br /&gt;
&lt;br /&gt;
ifortvars=/opt/intel/bin/compilervars.sh&lt;br /&gt;
if [ -f $ifortvars ]; then&lt;br /&gt;
    . $ifortvars $intel_arch&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are similar files with .csh extension for C-Shell users.&lt;br /&gt;
&lt;br /&gt;
After sourcing your .bashrc or opening an new shell you can validate your setup with &amp;#039;which ifort&amp;#039;. This should point to somewhere in /opt.&lt;br /&gt;
&lt;br /&gt;
== 32/64 bit Issues ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;32 bit support is obsolete, we only have 64 bit machines.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you only work on 64 bit machines you can skip this section. But if you are working on 32 bit machine things can get more complicated. If you exclusively work on a 32 bit and you don&amp;#039;t want the run your programs on the our HPC nodes you can also skip this. 32 bit machines are mainly the white FSC boxes and, less important, the pool. Running &amp;quot;uname -m&amp;quot; in a shell will tell you your architecture: i686 for 32 or x86_64 for 64 bit. The setup above will choose the appropriate environment.&lt;br /&gt;
&lt;br /&gt;
If you are using a 32bit machine and want use the HPC nodes, it is recommended that you login to our login server th.physik.uni-frankfurt.de an compile your code there. 32 bit programs will run on 64 bit but have some limitations. A small performance impact and limited address space (4 GB) with much less usable ram.&lt;br /&gt;
&lt;br /&gt;
== Implicit parallelization ==&lt;br /&gt;
&lt;br /&gt;
This version of MKL has internal parallel code (based on openMP) which uses all CPUs in the system. This is fine on the desktop as it will speed up your caluclation. But on the compute nodes this will conflict with other jobs running on the same machine. Therefore you have to restrict the number CPUs used to the number of allocated slots in SGE. Your can do this by defining the following environment variable:&lt;br /&gt;
&lt;br /&gt;
  export OMP_NUM_THREADS=x&lt;br /&gt;
&lt;br /&gt;
where x is the number of allocated slots. Using 1 means traditional serial processing. You should benchmark your program how many parallel threads will give a reasonable performance per CPU value.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The comprehensive set of Intel documentation will be found under &amp;#039;&amp;#039;&amp;#039;/opt/intel/composerxe/Documentation/en_US&amp;#039;&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=662</id>
		<title>Intel Compiler</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=662"/>
		<updated>2016-02-19T13:42:46Z</updated>

		<summary type="html">&lt;p&gt;Thomas: /* 32/64 bit Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes, how to setup your environment for using our Intel Compiler Installation. The instruction are for &amp;#039;&amp;#039;&amp;#039;bash&amp;#039;&amp;#039;&amp;#039; shell user. If you use a different shell, you know what you are doing and you will be able to translate the configuration. &lt;br /&gt;
&lt;br /&gt;
We provide the recent version 13 of the Intel compiler suite for Fortran, C/C++ and the full set of performance libraries like  MKL, TBB, Cluster_OMP.&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
In order to use the installation you have to modify your &amp;#039;&amp;#039;&amp;#039;.bashrc&amp;#039;&amp;#039;&amp;#039;. Open the file with you favorite editor and append the following lines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#Intel Compiler Setup&lt;br /&gt;
export LM_LICENSE_FILE=&amp;quot;16287@th.physik.uni-frankfurt.de&amp;quot;&lt;br /&gt;
&lt;br /&gt;
intel_arch=&amp;quot;intel64&amp;quot;&lt;br /&gt;
&lt;br /&gt;
ifortvars=/opt/intel/bin/compilervars.sh&lt;br /&gt;
if [ -f $ifortvars ]; then&lt;br /&gt;
    . $ifortvars $intel_arch&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are similar files with .csh extension for C-Shell users.&lt;br /&gt;
&lt;br /&gt;
After sourcing your .bashrc or opening an new shell you can validate your setup with &amp;#039;which ifort&amp;#039;. This should point to somewhere in /opt.&lt;br /&gt;
&lt;br /&gt;
== 32/64 bit Issues ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;32 bit support is obsolete, we only have 64 bit machines.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you only work on 64 bit machines you can skip this section. But if you are working on 32 bit machine things can get more complicated. If you exclusively work on a 32 bit and you don&amp;#039;t want the run your programs on the our HPC nodes you can also skip this. 32 bit machines are mainly the white FSC boxes and, less important, the pool. Running &amp;quot;uname -m&amp;quot; in a shell will tell you your architecture: i686 for 32 or x86_64 for 64 bit. The setup above will choose the appropriate environment.&lt;br /&gt;
&lt;br /&gt;
If you are using a 32bit machine and want use the HPC nodes, it is recommended that you login to our login server th.physik.uni-frankfurt.de an compile your code there. 32 bit programs will run on 64 bit but have some limitations. A small performance impact and limited address space (4 GB) with much less usable ram.&lt;br /&gt;
&lt;br /&gt;
== Implicit parallelization ==&lt;br /&gt;
&lt;br /&gt;
This version of MKL has internal parallel code (based on openMP) which uses all CPUs in the system. This is fine on the desktop as it will speed up your caluclation. But on the compute nodes this will conflict with other jobs running on the same machine. Therefore you have to restrict the number CPUs used to the number of allocated slots in SGE. Your can do this by defining the following environment variable:&lt;br /&gt;
&lt;br /&gt;
  export OMP_NUM_THREADS=x&lt;br /&gt;
&lt;br /&gt;
where x is the number of allocated slots. Using 1 means traditional serial processing. You should benchmark your program how many parallel threads will give a reasonable performance per CPU value. In the SGE the have to use the PE &amp;#039;smp&amp;#039; to ensure all parallel slots are located on the same machine.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The comprehensive set of Intel documentation will be found under &amp;#039;&amp;#039;&amp;#039;/opt/intel/composerxe/Documentation/en_US&amp;#039;&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=661</id>
		<title>Intel Compiler</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Intel_Compiler&amp;diff=661"/>
		<updated>2016-02-19T13:41:23Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes, how to setup your environment for using our Intel Compiler Installation. The instruction are for &amp;#039;&amp;#039;&amp;#039;bash&amp;#039;&amp;#039;&amp;#039; shell user. If you use a different shell, you know what you are doing and you will be able to translate the configuration. &lt;br /&gt;
&lt;br /&gt;
We provide the recent version 13 of the Intel compiler suite for Fortran, C/C++ and the full set of performance libraries like  MKL, TBB, Cluster_OMP.&lt;br /&gt;
&lt;br /&gt;
== .bashrc ==&lt;br /&gt;
&lt;br /&gt;
In order to use the installation you have to modify your &amp;#039;&amp;#039;&amp;#039;.bashrc&amp;#039;&amp;#039;&amp;#039;. Open the file with you favorite editor and append the following lines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#Intel Compiler Setup&lt;br /&gt;
export LM_LICENSE_FILE=&amp;quot;16287@th.physik.uni-frankfurt.de&amp;quot;&lt;br /&gt;
&lt;br /&gt;
intel_arch=&amp;quot;intel64&amp;quot;&lt;br /&gt;
&lt;br /&gt;
ifortvars=/opt/intel/bin/compilervars.sh&lt;br /&gt;
if [ -f $ifortvars ]; then&lt;br /&gt;
    . $ifortvars $intel_arch&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are similar files with .csh extension for C-Shell users.&lt;br /&gt;
&lt;br /&gt;
After sourcing your .bashrc or opening an new shell you can validate your setup with &amp;#039;which ifort&amp;#039;. This should point to somewhere in /opt.&lt;br /&gt;
&lt;br /&gt;
== 32/64 bit Issues ==&lt;br /&gt;
&lt;br /&gt;
If you only work on 64 bit machines you can skip this section. But if you are working on 32 bit machine things can get more complicated. If you exclusively work on a 32 bit and you don&amp;#039;t want the run your programs on the our HPC nodes you can also skip this. 32 bit machines are mainly the white FSC boxes and, less important, the pool. Running &amp;quot;uname -m&amp;quot; in a shell will tell you your architecture: i686 for 32 or x86_64 for 64 bit. The setup above will choose the appropriate environment.&lt;br /&gt;
&lt;br /&gt;
If you are using a 32bit machine and want use the HPC nodes, it is recommended that you login to our login server th.physik.uni-frankfurt.de an compile your code there. 32 bit programs will run on 64 bit but have some limitations. A small performance impact and limited address space (4 GB) with much less usable ram.&lt;br /&gt;
&lt;br /&gt;
== Implicit parallelization ==&lt;br /&gt;
&lt;br /&gt;
This version of MKL has internal parallel code (based on openMP) which uses all CPUs in the system. This is fine on the desktop as it will speed up your caluclation. But on the compute nodes this will conflict with other jobs running on the same machine. Therefore you have to restrict the number CPUs used to the number of allocated slots in SGE. Your can do this by defining the following environment variable:&lt;br /&gt;
&lt;br /&gt;
  export OMP_NUM_THREADS=x&lt;br /&gt;
&lt;br /&gt;
where x is the number of allocated slots. Using 1 means traditional serial processing. You should benchmark your program how many parallel threads will give a reasonable performance per CPU value. In the SGE the have to use the PE &amp;#039;smp&amp;#039; to ensure all parallel slots are located on the same machine.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The comprehensive set of Intel documentation will be found under &amp;#039;&amp;#039;&amp;#039;/opt/intel/composerxe/Documentation/en_US&amp;#039;&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=SAMBA_Service&amp;diff=660</id>
		<title>SAMBA Service</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=SAMBA_Service&amp;diff=660"/>
		<updated>2016-02-04T16:07:53Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We&amp;#039;ve set up a whole new Samba service for you which is fully integrated into upcoming LDAP service for authentication. If you have changed your password recently, the passwords may not match. Send a mail to trouble for a resync. &lt;br /&gt;
&lt;br /&gt;
=== Windows 7 ===&lt;br /&gt;
# Open Computer by clicking the Start button and then clicking &amp;quot;Computer&amp;quot;.&lt;br /&gt;
# Click &amp;quot;Map network drive&amp;quot;.&lt;br /&gt;
[[File:Win7_computer.PNG|thumb&lt;br /&gt;
|Map network drive in Computer (Windows 7)]]&lt;br /&gt;
# In the &amp;quot;Drive&amp;quot; list, click a drive letter. You can choose any available letter.&lt;br /&gt;
# In the &amp;quot;Folder&amp;quot; box, type &amp;lt;code&amp;gt;\\samba-itp\USERNAME&amp;lt;/code&amp;gt; while USERNAME stands for your own login name. To connect every time you log on to your computer, select the &amp;quot;Reconnect at logon&amp;quot; check box.&lt;br /&gt;
# Click &amp;quot;Finish&amp;quot;. You will be ask to type in your login name and passwort for verification. &lt;br /&gt;
# Click &amp;quot;OK&amp;quot;. Your computer is now connected, or mapped, to the network drive.&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 ===&lt;br /&gt;
# Open File Explorer and on the left select &amp;quot;This PC&amp;quot;.&lt;br /&gt;
# Click the &amp;quot;Map network drive&amp;quot; button in the ribbon menu at the top. &lt;br /&gt;
[[File:Win10_this_pc.PNG|thumb&lt;br /&gt;
|Map network drive in This PC (Windows 10)]]&lt;br /&gt;
# Then select &amp;quot;Map network drive.&amp;quot; This is under the &amp;quot;Computer&amp;quot; tab, which should open automatically when you go to This PC, as above.&lt;br /&gt;
# In the &amp;quot;Drive&amp;quot; list, click a drive letter. You can choose any available letter.&lt;br /&gt;
# In the &amp;quot;Folder&amp;quot; box, type &amp;lt;code&amp;gt;\\samba-itp\USERNAME&amp;lt;/code&amp;gt; while USERNAME stands for your own login name. To connect every time you log on to your computer, select the &amp;quot;Reconnect at sign-in&amp;quot; check box.&lt;br /&gt;
# Click &amp;quot;Finish&amp;quot;. You will be ask to type in your login name and passwort for verification.&lt;br /&gt;
# Click &amp;quot;OK&amp;quot;. Your computer is now connected, or mapped, to the network drive.&lt;br /&gt;
&lt;br /&gt;
== Connect to SAMBA printers ==&lt;br /&gt;
&lt;br /&gt;
Connecting to printers work as above.&lt;br /&gt;
&lt;br /&gt;
=== Windows 7 ===&lt;br /&gt;
# Open &amp;quot;Devices and Printers&amp;quot; by clicking the Start button and then, on the Start menu, clicking &amp;quot;Devices and Printers&amp;quot;.&lt;br /&gt;
# Click Add a printer.&lt;br /&gt;
# In the &amp;quot;Add Printer&amp;quot; wizard, click &amp;quot;Add a network, wireless or Bluetooth printer&amp;quot;. &lt;br /&gt;
# Windows will search for available printers, but you want to click &amp;quot;The printer that I want isn&amp;#039;t listed&amp;quot;.&lt;br /&gt;
[[File:printer_isnt_listed.PNG|thumb&lt;br /&gt;
|The printer that I want isn&amp;#039;t listed]]&lt;br /&gt;
# Select &amp;quot;Select a shared printer by name&amp;quot; and type &amp;lt;code&amp;gt;\\samba-itp\PRINTERNAME&amp;lt;/code&amp;gt; while PRINTERNAME stands for the name of the printer e.g. &amp;quot;psKyo2&amp;quot;.&lt;br /&gt;
# If prompted, install the printer driver on your computer by clicking &amp;quot;Install driver&amp;quot;. &lt;br /&gt;
# Complete the additional steps in the wizard, and then click &amp;quot;Finish&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 ===&lt;br /&gt;
Coming Soon!&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=SLURM&amp;diff=654</id>
		<title>SLURM</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=SLURM&amp;diff=654"/>
		<updated>2016-01-26T08:25:21Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SLURM is the Simple Linux Utility for Resource Management and is an open source, fault-tolerant, and highly scalable cluster management and job scheduling system for large and small Linux clusters.&lt;br /&gt;
&lt;br /&gt;
Slurm is fully integrated in our system. You do not need set any environment variables.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Partitions  ==&lt;br /&gt;
&lt;br /&gt;
A partition is a subset of the cluster, a bundle of compute nodes with the same characteristics.&lt;br /&gt;
&lt;br /&gt;
Based on access restrictions our cluster is divided in different partitions. &amp;#039;sinfo&amp;#039; will only show partitions you are allowed to use. Using &amp;#039;sinfo -a&amp;#039; shows all partitons.&lt;br /&gt;
&lt;br /&gt;
A partition is selected by &amp;#039;-p PARTITIONNAME&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Partition&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;No. Nodes&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Cores&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Tot. Cores&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;RAM/GB&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;CPU&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Remark&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| itp &lt;br /&gt;
| 10&lt;br /&gt;
| 12 &lt;br /&gt;
| 120&lt;br /&gt;
| 32 &lt;br /&gt;
| Six-Core AMD Opteron(tm) Processor 2427&lt;br /&gt;
|-&lt;br /&gt;
| dfg &lt;br /&gt;
| 9&lt;br /&gt;
| 8 &lt;br /&gt;
| 72&lt;br /&gt;
| 32 &lt;br /&gt;
| Quad-Core AMD Opteron(tm) Processor 2346 HE &lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg&lt;br /&gt;
| 8&lt;br /&gt;
| 8&lt;br /&gt;
| 64&lt;br /&gt;
| 32/64&lt;br /&gt;
| Quad-Core AMD Opteron(tm) Processor 2376 &lt;br /&gt;
| [http://en.wikipedia.org/wiki/InfiniBand Infiniband], &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg&lt;br /&gt;
| 8 &lt;br /&gt;
| 12&lt;br /&gt;
| 96&lt;br /&gt;
| 32/64&lt;br /&gt;
| Six-Core AMD Opteron(tm) Processor 2427&lt;br /&gt;
| [http://en.wikipedia.org/wiki/InfiniBand Infiniband], &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| quantum&lt;br /&gt;
| 8&lt;br /&gt;
| 12&lt;br /&gt;
| 96&lt;br /&gt;
| 32/64&lt;br /&gt;
| Six-Core AMD Opteron(tm) Processor 2427&lt;br /&gt;
| [http://en.wikipedia.org/wiki/InfiniBand Infiniband], &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 3&lt;br /&gt;
| 32&lt;br /&gt;
| 96&lt;br /&gt;
| 128&lt;br /&gt;
| 8-Core AMD Opteron(tm) Processor 6128&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 3&lt;br /&gt;
| 48&lt;br /&gt;
| 144&lt;br /&gt;
| 128/256&lt;br /&gt;
| 12-Core AMD Opteron(tm) Processor 6168&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 4&lt;br /&gt;
| 64&lt;br /&gt;
| 256&lt;br /&gt;
| 128/256&lt;br /&gt;
| 16-Core AMD Opteron(tm) Processor 6272&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 4&lt;br /&gt;
| 48&lt;br /&gt;
| 192&lt;br /&gt;
| 128/256&lt;br /&gt;
| 12-Core AMD Opteron(tm) Processor 6344&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 3&lt;br /&gt;
| 24&lt;br /&gt;
| 72&lt;br /&gt;
| 64&lt;br /&gt;
| 12-Core AMD Opteron(tm) Processor 6344&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| fplo&lt;br /&gt;
| 2&lt;br /&gt;
| 12&lt;br /&gt;
| 24&lt;br /&gt;
| 256&lt;br /&gt;
| Intel(R) Xeon(R) CPU E5-2630 v2 @ 2.60GHz&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| fplo&lt;br /&gt;
| 2&lt;br /&gt;
| 16&lt;br /&gt;
| 32&lt;br /&gt;
| 256&lt;br /&gt;
| Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-xeon&lt;br /&gt;
| 8&lt;br /&gt;
| 16&lt;br /&gt;
| 128&lt;br /&gt;
| 64/128&lt;br /&gt;
| Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The access to the DFG-Nodes (dfg and dfg-big) is restricted to the members of the SFB/TR49. If you do not belong to that group but want to test and develop programs for the Infiniband Network, please talk to the administrator. The queue &amp;#039;fplo&amp;#039; have the same restrictions like the dfg-queue and is intended for large memory and single threaded job from the program &amp;#039;fplo&amp;#039;.&lt;br /&gt;
The access to the queue &amp;#039;quantum&amp;#039; is restricted to group Prof. Hofstetter.&lt;br /&gt;
&lt;br /&gt;
== Submitting Jobs ==&lt;br /&gt;
&lt;br /&gt;
In most case you want to submit a non interactive job to be executed in our cluster.&lt;br /&gt;
&lt;br /&gt;
This is very simple for serial (1 CPU) jobs:&lt;br /&gt;
&lt;br /&gt;
   sbatch -p PARTITION jobscript.sh&lt;br /&gt;
&lt;br /&gt;
where jobscript.sh is a shell script with your job commands.&lt;br /&gt;
&lt;br /&gt;
Running &amp;#039;&amp;#039;&amp;#039;openMPI&amp;#039;&amp;#039;&amp;#039; jobs is not much more complictated:&lt;br /&gt;
&lt;br /&gt;
   sbatch -p PARTITION -n X jobscript.sh&lt;br /&gt;
&lt;br /&gt;
where X is the number of desired MPI processes. Launch the job in the jobscript with:&lt;br /&gt;
&lt;br /&gt;
   mpirun YOUREXECUTABLE&lt;br /&gt;
&lt;br /&gt;
You don&amp;#039;t have to worry about the number of processes or specific nodes. Both slurm and openmpi know&lt;br /&gt;
about each other.&lt;br /&gt;
&lt;br /&gt;
If you want &amp;#039;&amp;#039;&amp;#039;infiniband&amp;#039;&amp;#039;&amp;#039; for your MPI job (which is usually a good idea, if not running on the same node), you have to request the feature infiniband:&lt;br /&gt;
&lt;br /&gt;
  sbatch -p dfg -C infiniband -n X jobscript.sh&lt;br /&gt;
&lt;br /&gt;
Note: Infiniband is only available for the partitions dfg and quantum.&lt;br /&gt;
&lt;br /&gt;
Running &amp;#039;&amp;#039;&amp;#039;SMP jobs&amp;#039;&amp;#039;&amp;#039; (multiple threads, not necessary mpi). Running MPI jobs an a single node, is recommended for the&lt;br /&gt;
dfg-big nodes. This are big host, with up to 64 cpu&amp;#039;s per node, but &amp;#039;slow&amp;#039; gigabit network connection. Launch SMP jobs with&lt;br /&gt;
&lt;br /&gt;
   sbatch -p PARTITION -N 1 -n X jobscript.sh&lt;br /&gt;
&lt;br /&gt;
=== Differences in network the network connection ===&lt;br /&gt;
 &lt;br /&gt;
The new v3 dfg-xeon nodes are equipped with 10 GB network. This is faster (trough put) and has lower latency then gigabit ethernet, but is not is not as fast as the DDR infinband network. The 10 GB network is used for MPI and I/O. Infiniband is only use for MPI.&lt;br /&gt;
&lt;br /&gt;
== Defining Resource limits ==&lt;br /&gt;
&lt;br /&gt;
By default each job allocates 2 GB memory and a run time of 3 days. More resources can be requested by&lt;br /&gt;
&lt;br /&gt;
   --mem-per-cpu=&amp;lt;MB&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;MB&amp;gt; is the memory in megabytes. The virtual memory limit is 2.5 times of the requested real memory limit.&lt;br /&gt;
&lt;br /&gt;
The memory limit is not a hard limit. When exceeding the limit, your memory will be swapped out. Only when using more the 150% of the limit your job will be killed. So be conservative, to keep enough room for other jobs. Requested memory is blocked from the use by other jobs.&lt;br /&gt;
&lt;br /&gt;
   -t or --time=&amp;lt;time&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where time can by &amp;quot;days-hours&amp;quot;. See man page for more formats.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Memory Management ==&lt;br /&gt;
&lt;br /&gt;
In Slurm you specify only one parameter, which is the limit for your real memory usage and drives the decision where your job is started. The virtual memory of your job maybe 2.5 times of your requested memory. You can exceed you memory limit by 50%. But this will be swap space instead of real memory. This prevents crashing if you memory limit is a little to tight.&lt;br /&gt;
&lt;br /&gt;
== Inline Arguments ==&lt;br /&gt;
&lt;br /&gt;
sbatch arguments can be written in the jobfile:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#! /bin/bash&lt;br /&gt;
#&lt;br /&gt;
# Choosing a partition:&lt;br /&gt;
#SBATCH -p housewives&lt;br /&gt;
&lt;br /&gt;
YOUR JOB COMMANDS....&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
* SLURM-Homepage [http://slurm.schedmd.com/slurm.html]&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=SLURM&amp;diff=638</id>
		<title>SLURM</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=SLURM&amp;diff=638"/>
		<updated>2015-12-17T12:30:35Z</updated>

		<summary type="html">&lt;p&gt;Thomas: /* Partitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SLURM is the Simple Linux Utility for Resource Management and is an open source, fault-tolerant, and highly scalable cluster management and job scheduling system for large and small Linux clusters.&lt;br /&gt;
&lt;br /&gt;
Slurm is fully integrated in our system. You do not need set any environment variables.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Partitions  ==&lt;br /&gt;
&lt;br /&gt;
A partition is a subset of the cluster, a bundle of compute nodes with the same characteristics.&lt;br /&gt;
&lt;br /&gt;
Based on access restrictions our cluster is divided in different partitions. &amp;#039;sinfo&amp;#039; will only show partitions you are allowed to use. Using &amp;#039;sinfo -a&amp;#039; shows all partitons.&lt;br /&gt;
&lt;br /&gt;
A partition is selected by &amp;#039;-p PARTITIONNAME&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Partition&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;No. Nodes&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Cores&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Tot. Cores&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;RAM/GB&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;CPU&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Remark&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| itp &lt;br /&gt;
| 10&lt;br /&gt;
| 12 &lt;br /&gt;
| 120&lt;br /&gt;
| 32 &lt;br /&gt;
| Six-Core AMD Opteron(tm) Processor 2427&lt;br /&gt;
|-&lt;br /&gt;
| dfg &lt;br /&gt;
| 9&lt;br /&gt;
| 8 &lt;br /&gt;
| 72&lt;br /&gt;
| 32 &lt;br /&gt;
| Quad-Core AMD Opteron(tm) Processor 2346 HE &lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg&lt;br /&gt;
| 8&lt;br /&gt;
| 8&lt;br /&gt;
| 64&lt;br /&gt;
| 32/64&lt;br /&gt;
| Quad-Core AMD Opteron(tm) Processor 2376 &lt;br /&gt;
| [http://en.wikipedia.org/wiki/InfiniBand Infiniband], &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg&lt;br /&gt;
| 8 &lt;br /&gt;
| 12&lt;br /&gt;
| 96&lt;br /&gt;
| 32/64&lt;br /&gt;
| Six-Core AMD Opteron(tm) Processor 2427&lt;br /&gt;
| [http://en.wikipedia.org/wiki/InfiniBand Infiniband], &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| quantum&lt;br /&gt;
| 8&lt;br /&gt;
| 12&lt;br /&gt;
| 96&lt;br /&gt;
| 32/64&lt;br /&gt;
| Six-Core AMD Opteron(tm) Processor 2427&lt;br /&gt;
| [http://en.wikipedia.org/wiki/InfiniBand Infiniband], &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 3&lt;br /&gt;
| 32&lt;br /&gt;
| 96&lt;br /&gt;
| 128&lt;br /&gt;
| 8-Core AMD Opteron(tm) Processor 6128&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 3&lt;br /&gt;
| 48&lt;br /&gt;
| 144&lt;br /&gt;
| 128/256&lt;br /&gt;
| 12-Core AMD Opteron(tm) Processor 6168&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 4&lt;br /&gt;
| 64&lt;br /&gt;
| 256&lt;br /&gt;
| 128/256&lt;br /&gt;
| 16-Core AMD Opteron(tm) Processor 6272&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 4&lt;br /&gt;
| 48&lt;br /&gt;
| 192&lt;br /&gt;
| 128/256&lt;br /&gt;
| 12-Core AMD Opteron(tm) Processor 6344&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-big&lt;br /&gt;
| 3&lt;br /&gt;
| 24&lt;br /&gt;
| 72&lt;br /&gt;
| 64&lt;br /&gt;
| 12-Core AMD Opteron(tm) Processor 6344&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| fplo&lt;br /&gt;
| 2&lt;br /&gt;
| 12&lt;br /&gt;
| 24&lt;br /&gt;
| 256&lt;br /&gt;
| Intel(R) Xeon(R) CPU E5-2630 v2 @ 2.60GHz&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| fplo&lt;br /&gt;
| 2&lt;br /&gt;
| 16&lt;br /&gt;
| 32&lt;br /&gt;
| 256&lt;br /&gt;
| Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| dfg-xeon&lt;br /&gt;
| 4&lt;br /&gt;
| 16&lt;br /&gt;
| 64&lt;br /&gt;
| 64&lt;br /&gt;
| Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Restricted access&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The access to the DFG-Nodes (dfg and dfg-big) is restricted to the members of the SFB/TR49. If you do not belong to that group but want to test and develop programs for the Infiniband Network, please talk to the administrator. The queue &amp;#039;fplo&amp;#039; have the same restrictions like the dfg-queue and is intended for large memory and single threaded job from the program &amp;#039;fplo&amp;#039;.&lt;br /&gt;
The access to the queue &amp;#039;quantum&amp;#039; is restricted to group Prof. Hofstetter.&lt;br /&gt;
&lt;br /&gt;
== Submitting Jobs ==&lt;br /&gt;
&lt;br /&gt;
In most case you want to submit a non interactive job to be executed in our cluster.&lt;br /&gt;
&lt;br /&gt;
This is very simple for serial (1 CPU) jobs:&lt;br /&gt;
&lt;br /&gt;
   sbatch -p PARTITION jobscript.sh&lt;br /&gt;
&lt;br /&gt;
where jobscript.sh is a shell script with your job commands.&lt;br /&gt;
&lt;br /&gt;
Running &amp;#039;&amp;#039;&amp;#039;openMPI&amp;#039;&amp;#039;&amp;#039; jobs is not much more complictated:&lt;br /&gt;
&lt;br /&gt;
   sbatch -p PARTITION -n X jobscript.sh&lt;br /&gt;
&lt;br /&gt;
where X is the number of desired MPI processes. Launch the job in the jobscript with:&lt;br /&gt;
&lt;br /&gt;
   mpirun YOUREXECUTABLE&lt;br /&gt;
&lt;br /&gt;
You don&amp;#039;t have to worry about the number of processes or specific nodes. Both slurm and openmpi know&lt;br /&gt;
about each other.&lt;br /&gt;
&lt;br /&gt;
If you want &amp;#039;&amp;#039;&amp;#039;infiniband&amp;#039;&amp;#039;&amp;#039; for your MPI job (which is usually a good idea, if not running on the same node), you have to request the feature infiniband:&lt;br /&gt;
&lt;br /&gt;
  sbatch -p dfg -C infiniband -n X jobscript.sh&lt;br /&gt;
&lt;br /&gt;
Note: Infiniband is only available for the partitions dfg and quantum.&lt;br /&gt;
&lt;br /&gt;
Running &amp;#039;&amp;#039;&amp;#039;SMP jobs&amp;#039;&amp;#039;&amp;#039; (multiple threads, not necessary mpi). Running MPI jobs an a single node, is recommended for the&lt;br /&gt;
dfg-big nodes. This are big host, with up to 64 cpu&amp;#039;s per node, but &amp;#039;slow&amp;#039; gigabit network connection. Launch SMP jobs with&lt;br /&gt;
&lt;br /&gt;
   sbatch -p PARTITION -N 1 -n X jobscript.sh&lt;br /&gt;
&lt;br /&gt;
=== Differences in network the network connection ===&lt;br /&gt;
 &lt;br /&gt;
The new v3 dfg-xeon nodes are equipped with 10 GB network. This is faster (trough put) and has lower latency then gigabit ethernet, but is not is not as fast as the DDR infinband network. The 10 GB network is used for MPI and I/O. Infiniband is only use for MPI.&lt;br /&gt;
&lt;br /&gt;
== Defining Resource limits ==&lt;br /&gt;
&lt;br /&gt;
By default each job allocates 2 GB memory and a run time of 3 days. More resources can be requested by&lt;br /&gt;
&lt;br /&gt;
   --mem-per-cpu=&amp;lt;MB&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;MB&amp;gt; is the memory in megabytes. The virtual memory limit is 2.5 times of the requested real memory limit.&lt;br /&gt;
&lt;br /&gt;
The memory limit is not a hard limit. When exceeding the limit, your memory will be swapped out. Only when using more the 150% of the limit your job will be killed. So be conservative, to keep enough room for other jobs. Requested memory is blocked from the use by other jobs.&lt;br /&gt;
&lt;br /&gt;
   -t or --time=&amp;lt;time&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where time can by &amp;quot;days-hours&amp;quot;. See man page for more formats.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Memory Management ==&lt;br /&gt;
&lt;br /&gt;
In Slurm you specify only one parameter, which is the limit for your real memory usage and drives the decision where your job is started. The virtual memory of your job maybe 2.5 times of your requested memory. You can exceed you memory limit by 50%. But this will be swap space instead of real memory. This prevents crashing if you memory limit is a little to tight.&lt;br /&gt;
&lt;br /&gt;
== Inline Arguments ==&lt;br /&gt;
&lt;br /&gt;
sbatch arguments can be written in the jobfile:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#! /bin/bash&lt;br /&gt;
#&lt;br /&gt;
# Choosing a partition:&lt;br /&gt;
#SBATCH -p housewives&lt;br /&gt;
&lt;br /&gt;
YOUR JOB COMMANDS....&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
* SLURM-Homepage [http://slurm.schedmd.com/slurm.html]&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=VPN_Access&amp;diff=637</id>
		<title>VPN Access</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=VPN_Access&amp;diff=637"/>
		<updated>2015-12-09T14:37:16Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To get full access to our network from external locations we provide a VPN access based on openvpn. This is free software and part of every Linux distribution. The following guide has been tested with Ubuntu 12.04 to 15.10. It is available for Windows and MacOS too.&lt;br /&gt;
&lt;br /&gt;
=== Install OpenVPN === &lt;br /&gt;
&lt;br /&gt;
It is not part of the default installation, but can easily installed using apt. Enter the following commands:&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install openvpn&lt;br /&gt;
&lt;br /&gt;
The requieres to enter your password to get super user previleges.&lt;br /&gt;
&lt;br /&gt;
=== Command line configuration ===&lt;br /&gt;
&lt;br /&gt;
This is fast and easy but requieres to enter commands. Create or download [http://th.physik.uni-frankfurt.de/~thw/vpn/all-via-itp.ovpn] the config file and store it anywhere you like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
client&lt;br /&gt;
dev tap&lt;br /&gt;
proto udp&lt;br /&gt;
nobind&lt;br /&gt;
remote vpn.th.physik.uni-frankfurt.de&lt;br /&gt;
verify-x509-name vpn.th.physik.uni-frankfurt.de name&lt;br /&gt;
remote-cert-tls server&lt;br /&gt;
resolv-retry infinite&lt;br /&gt;
auth-user-pass&lt;br /&gt;
ca private-ca-itp.crt&lt;br /&gt;
redirect-gateway def1                       &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Download our CA (Certificate of Authority) [http://th.physik.uni-frankfurt.de/~thw/vpn/private-ca-itp.crt] and store it in the same place. This file is needed for verifcation the authenticity of the server.&lt;br /&gt;
&lt;br /&gt;
This configuration routes all traffic trough ITP, this is usful if you want to download papers, which are restricted to the university network.&lt;br /&gt;
The second examples only routes the traffic going directly to the ITP trough the VPN and leavs your default gateway untouched. The only differenc is the missing &amp;#039;redirect-gateway&amp;#039; statment [http://th.physik.uni-frankfurt.de/~thw/vpn/itp.vpn].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
client&lt;br /&gt;
dev tap&lt;br /&gt;
proto udp&lt;br /&gt;
nobind&lt;br /&gt;
remote vpn.th.physik.uni-frankfurt.de&lt;br /&gt;
verify-x509-name vpn.th.physik.uni-frankfurt.de name&lt;br /&gt;
remote-cert-tls server&lt;br /&gt;
resolv-retry infinite&lt;br /&gt;
auth-user-pass&lt;br /&gt;
ca private-ca-itp.crt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Start the VPN connection ===&lt;br /&gt;
&lt;br /&gt;
Open a terminal and change to the path where the vpn config file is stored. Start the connection with&lt;br /&gt;
  &lt;br /&gt;
  sudo openvpn itp.ovpn&lt;br /&gt;
&lt;br /&gt;
where itp.ovpn is the name of the config file. openvpn need root access, therefor you must enter your local password for sudo. After this you have to enter your ITP credentials (Username and Password).&lt;br /&gt;
&lt;br /&gt;
If everything went fine the output will look like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Fri Dec  7 15:03:00 2012 WARNING: Make sure you understand the semantics of --tls-remote before using it (see the man page).&lt;br /&gt;
Fri Dec  7 15:03:00 2012 NOTE: OpenVPN 2.1 requires &amp;#039;--script-security 2&amp;#039; or higher to call user-defined scripts or executables&lt;br /&gt;
Fri Dec  7 15:03:00 2012 UDPv4 link local: [undef]&lt;br /&gt;
Fri Dec  7 15:03:00 2012 UDPv4 link remote: [AF_INET]141.2.246.2:1194&lt;br /&gt;
Fri Dec  7 15:03:00 2012 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this&lt;br /&gt;
Fri Dec  7 15:03:00 2012 [FIAS-ITP_Generic_VPN_Service] Peer Connection Initiated with [AF_INET]141.2.246.2:1194&lt;br /&gt;
Fri Dec  7 15:03:02 2012 TUN/TAP device tap0 opened&lt;br /&gt;
Fri Dec  7 15:03:02 2012 do_ifconfig, tt-&amp;gt;ipv6=0, tt-&amp;gt;did_ifconfig_ipv6_setup=0&lt;br /&gt;
Fri Dec  7 15:03:02 2012 /sbin/ifconfig tap0 10.63.131.1 netmask 255.255.0.0 mtu 1500 broadcast 10.63.255.255&lt;br /&gt;
Fri Dec  7 15:03:02 2012 Initialization Sequence Completed&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Termiate the session by pressing Ctrl-C in this terminal.&lt;br /&gt;
&lt;br /&gt;
=== Hacking around firewalls ===&lt;br /&gt;
&lt;br /&gt;
If you have problems with firewalls, we provide some oder ports und protocols to circumvent these firewalls&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 !Proto&lt;br /&gt;
 !Port&lt;br /&gt;
 |-&lt;br /&gt;
 | tcp&lt;br /&gt;
 | 1194&lt;br /&gt;
 |-&lt;br /&gt;
 |tcp&lt;br /&gt;
 | 80&lt;br /&gt;
 |-&lt;br /&gt;
 |udp&lt;br /&gt;
 |53&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=VPN_with_Networkmanager&amp;diff=636</id>
		<title>VPN with Networkmanager</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=VPN_with_Networkmanager&amp;diff=636"/>
		<updated>2015-12-01T16:15:05Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article shows you how to log into our VPN network without using the terminal. This method is by far more convenient and you also may find this helpful, if you are not very familiar with command lines. &lt;br /&gt;
We will use a VPN Plugin called network-manager.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Open up a terminal of your choice (Ctrl + T) and install OpenVPN Network Manager by tying the following line:&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install network-manager-openvpn-gnome&lt;br /&gt;
&lt;br /&gt;
Please enter your password to confirm the installation.&lt;br /&gt;
&lt;br /&gt;
After the successful installation NetworkManager must be restartet:&lt;br /&gt;
  &lt;br /&gt;
  sudo service network-manager restart&lt;br /&gt;
&lt;br /&gt;
Again, confirm with your password if necessary.  &lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:step_01.png|thumb|x50|Ubuntu 14.04]]&lt;br /&gt;
&lt;br /&gt;
To get VPN access you must set up a new VPN connection first. Click on the two arrow symbol (or the WiFi symbol - depending on which connection you are currently using) in the top right corner. &lt;br /&gt;
: Now choose &amp;lt;code&amp;gt;VPN Connections -&amp;gt;  Configure VPN...&amp;lt;/code&amp;gt;. &amp;lt;br&amp;gt;&lt;br /&gt;
A new window will open up. &lt;br /&gt;
: Click on &amp;lt;code&amp;gt;Add&amp;lt;/code&amp;gt; to add a new connection. &amp;lt;br&amp;gt;&lt;br /&gt;
You will be asked for the connection type. &lt;br /&gt;
: Choose &amp;lt;code&amp;gt;OpenVPN&amp;lt;/code&amp;gt; and click on &amp;lt;code&amp;gt;Create...&amp;lt;/code&amp;gt;.&lt;br /&gt;
Now you have to edit and configure your connection. Choose any connection name e.g. itp_openvpn. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the &amp;#039;&amp;#039;&amp;#039;Gateway&amp;#039;&amp;#039;&amp;#039; type:&lt;br /&gt;
  vpn.th.physik.uni-frankfurt.de&lt;br /&gt;
Under &amp;#039;&amp;#039;&amp;#039;Authentication&amp;#039;&amp;#039;&amp;#039; select &amp;lt;code&amp;gt;Password&amp;lt;/code&amp;gt; as authentication type. Enter your user name and password and choose the CA Certificate &amp;#039;private-ca-itp.crt&amp;#039;. It can be downloaded [http://th.physik.uni-frankfurt.de/~thw/vpn/private-ca-itp.crt here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:step_04.png|thumb|left|x50|VPN Settings]]&lt;br /&gt;
Save your changes.&lt;br /&gt;
&lt;br /&gt;
Your new VPN connection will be listet in &amp;#039;&amp;#039;&amp;#039;Network Connections&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==Using a VPN Connection==&lt;br /&gt;
To access a VPN network just click on the arrow or WiFi symbol on the top right corner. Your configured connection should be found under &amp;#039;&amp;#039;&amp;#039;VPN Connections&amp;#039;&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=VPN_with_Networkmanager&amp;diff=635</id>
		<title>VPN with Networkmanager</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=VPN_with_Networkmanager&amp;diff=635"/>
		<updated>2015-12-01T16:14:29Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article shows you how to log into our VPN network without using the terminal. This method is by far more convenient and you also may find this helpful, if you are not very familiar with command lines. &lt;br /&gt;
We will use a VPN Plugin called network-manager.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Open up a terminal of your choice (Ctrl + T) and install OpenVPN Network Manager by tying the following line:&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install network-manager-openvpn-gnome&lt;br /&gt;
&lt;br /&gt;
Please enter your password to confirm the installation.&lt;br /&gt;
&lt;br /&gt;
After the successful installation NetworkManager must be restartet:&lt;br /&gt;
  &lt;br /&gt;
  sudo service network-manager restart&lt;br /&gt;
&lt;br /&gt;
Again, confirm with your password if necessary.  &lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:step_01.png|thumb|x50|Ubuntu 14.04]]&lt;br /&gt;
&lt;br /&gt;
To get VPN access you must set up a new VPN connection first. Click on the two arrow symbol (or the WiFi symbol - depending on which connection you are currently using) in the top right corner. &lt;br /&gt;
: Now choose &amp;lt;code&amp;gt;VPN Connections -&amp;gt;  Configure VPN...&amp;lt;/code&amp;gt;. &amp;lt;br&amp;gt;&lt;br /&gt;
A new window will open up. &lt;br /&gt;
: Click on &amp;lt;code&amp;gt;Add&amp;lt;/code&amp;gt; to add a new connection. &amp;lt;br&amp;gt;&lt;br /&gt;
You will be asked for the connection type. &lt;br /&gt;
: Choose &amp;lt;code&amp;gt;OpenVPN&amp;lt;/code&amp;gt; and click on &amp;lt;code&amp;gt;Create...&amp;lt;/code&amp;gt;.&lt;br /&gt;
Now you have to edit and configure your connection. Choose any connection name e.g. itp_openvpn. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the &amp;#039;&amp;#039;&amp;#039;Gateway&amp;#039;&amp;#039;&amp;#039; type:&lt;br /&gt;
  vpn.th.physik.uni-frankfurt.de&lt;br /&gt;
Under &amp;#039;&amp;#039;&amp;#039;Authentication&amp;#039;&amp;#039;&amp;#039; select &amp;lt;code&amp;gt;Password&amp;lt;/code&amp;gt; as authentication type. Enter your user name and password and choose the CA Certificate &amp;#039;localca.full.pem&amp;#039;. It can be downloaded [http://th.physik.uni-frankfurt.de/~thw/vpn/private-ca-itp.crt here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:step_04.png|thumb|left|x50|VPN Settings]]&lt;br /&gt;
Save your changes.&lt;br /&gt;
&lt;br /&gt;
Your new VPN connection will be listet in &amp;#039;&amp;#039;&amp;#039;Network Connections&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==Using a VPN Connection==&lt;br /&gt;
To access a VPN network just click on the arrow or WiFi symbol on the top right corner. Your configured connection should be found under &amp;#039;&amp;#039;&amp;#039;VPN Connections&amp;#039;&amp;#039;&amp;#039;.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=VPN_Access&amp;diff=634</id>
		<title>VPN Access</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=VPN_Access&amp;diff=634"/>
		<updated>2015-12-01T16:13:15Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To get full access to our network from external locations we provide a VPN access based on openvpn. This is free software and part of every Linux distribution. The following guide has been tested with Ubuntu 12.04 to 15.10. It is available for Windows and MacOS too.&lt;br /&gt;
&lt;br /&gt;
=== Install OpenVPN === &lt;br /&gt;
&lt;br /&gt;
It is not part of the default installation, but can easily installed using apt. Enter the following commands:&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install openvpn&lt;br /&gt;
&lt;br /&gt;
The requieres to enter your password to get super user previleges.&lt;br /&gt;
&lt;br /&gt;
=== Command line configuration ===&lt;br /&gt;
&lt;br /&gt;
This is fast and easy but requieres to enter commands. Create or download [http://th.physik.uni-frankfurt.de/~thw/vpn/itp.ovpn] the config file and store it anywhere you like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
client&lt;br /&gt;
dev tap&lt;br /&gt;
proto udp&lt;br /&gt;
nobind&lt;br /&gt;
remote vpn.th.physik.uni-frankfurt.de&lt;br /&gt;
verify-x509-name vpn.th.physik.uni-frankfurt.de name&lt;br /&gt;
remote-cert-tls server&lt;br /&gt;
resolv-retry infinite&lt;br /&gt;
auth-user-pass&lt;br /&gt;
ca private-ca-itp.crt&lt;br /&gt;
redirect-gateway def1                       &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Download our CA (Certificate of Authority) [http://th.physik.uni-frankfurt.de/~thw/vpn/private-ca-itp.crt] and store it in the same place. This file is needed for verifcation the authenticity of the server.&lt;br /&gt;
&lt;br /&gt;
This configuration routes all traffic trough ITP, this is usful if you want to download papers, which are restricted to the university network.&lt;br /&gt;
The second examples only routes the traffic going directly to the ITP trough the VPN and leavs your default gateway untouched. The only differenc is the missing &amp;#039;redirect-gateway&amp;#039; statment.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
client&lt;br /&gt;
dev tap&lt;br /&gt;
proto udp&lt;br /&gt;
nobind&lt;br /&gt;
remote vpn.th.physik.uni-frankfurt.de&lt;br /&gt;
verify-x509-name vpn.th.physik.uni-frankfurt.de name&lt;br /&gt;
remote-cert-tls server&lt;br /&gt;
resolv-retry infinite&lt;br /&gt;
auth-user-pass&lt;br /&gt;
ca private-ca-itp.crt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Start the VPN connection ===&lt;br /&gt;
&lt;br /&gt;
Open a terminal and change to the path where the vpn config file is stored. Start the connection with&lt;br /&gt;
  &lt;br /&gt;
  sudo openvpn itp.ovpn&lt;br /&gt;
&lt;br /&gt;
where itp.ovpn is the name of the config file. openvpn need root access, therefor you must enter your local password for sudo. After this you have to enter your ITP credentials (Username and Password).&lt;br /&gt;
&lt;br /&gt;
If everything went fine the output will look like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Fri Dec  7 15:03:00 2012 WARNING: Make sure you understand the semantics of --tls-remote before using it (see the man page).&lt;br /&gt;
Fri Dec  7 15:03:00 2012 NOTE: OpenVPN 2.1 requires &amp;#039;--script-security 2&amp;#039; or higher to call user-defined scripts or executables&lt;br /&gt;
Fri Dec  7 15:03:00 2012 UDPv4 link local: [undef]&lt;br /&gt;
Fri Dec  7 15:03:00 2012 UDPv4 link remote: [AF_INET]141.2.246.2:1194&lt;br /&gt;
Fri Dec  7 15:03:00 2012 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this&lt;br /&gt;
Fri Dec  7 15:03:00 2012 [FIAS-ITP_Generic_VPN_Service] Peer Connection Initiated with [AF_INET]141.2.246.2:1194&lt;br /&gt;
Fri Dec  7 15:03:02 2012 TUN/TAP device tap0 opened&lt;br /&gt;
Fri Dec  7 15:03:02 2012 do_ifconfig, tt-&amp;gt;ipv6=0, tt-&amp;gt;did_ifconfig_ipv6_setup=0&lt;br /&gt;
Fri Dec  7 15:03:02 2012 /sbin/ifconfig tap0 10.63.131.1 netmask 255.255.0.0 mtu 1500 broadcast 10.63.255.255&lt;br /&gt;
Fri Dec  7 15:03:02 2012 Initialization Sequence Completed&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Termiate the session by pressing Ctrl-C in this terminal.&lt;br /&gt;
&lt;br /&gt;
=== Hacking around firewalls ===&lt;br /&gt;
&lt;br /&gt;
If you have problems with firewalls, we provide some oder ports und protocols to circumvent these firewalls&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 !Proto&lt;br /&gt;
 !Port&lt;br /&gt;
 |-&lt;br /&gt;
 | tcp&lt;br /&gt;
 | 1194&lt;br /&gt;
 |-&lt;br /&gt;
 |tcp&lt;br /&gt;
 | 80&lt;br /&gt;
 |-&lt;br /&gt;
 |udp&lt;br /&gt;
 |53&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Storage_and_Backup&amp;diff=234</id>
		<title>Storage and Backup</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Storage_and_Backup&amp;diff=234"/>
		<updated>2009-03-04T17:01:59Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Storage ==&lt;br /&gt;
&lt;br /&gt;
There are different file systems with different lifetime and redundancy which you can use to store your data. &lt;br /&gt;
&lt;br /&gt;
;your home directory&lt;br /&gt;
:This is your primary directory where all settings, your Mail and other important data is saved. It is mounted on every host to /home/YOUR_LOGIN. A backup is done nightly. This file system has an individual limit which you can check with the command &amp;#039;df&amp;#039;. In change to earlier setups it has no soft limit which you can exceed for a few days.&lt;br /&gt;
&lt;br /&gt;
;/tmp&amp;amp;nbsp;&lt;br /&gt;
:This is the counterpart to your home. It is located on the local disk and should be used for temporary data. Unused files are delete after 14 days.&lt;br /&gt;
&lt;br /&gt;
;/home/work-itp&amp;lt;br&amp;gt;/home/work-itp2&lt;br /&gt;
:This directories are globally accessible and can be used by everyone for minor important data which are not worth to be backed up or simply to large for home. This files are not deleted, but if the disk is full we tell you to delete some files. It runs on an raid5 system, that means a disk failure will not result in data loss. It is also served by a dedicated machine (the old tantalos) and heavy load does not affect the home directories. If you want to use this space please create a sub directory with you login name.&lt;br /&gt;
&lt;br /&gt;
:The new work-itp2 is powered by two Raid-Boxes, kindly provided the HRZ. They internally form a raid5 and are merged under the host to a raid0 (striping), which can be called a raid 50 and results in a disk throughput of near 2Gb/s. To give this performance to the network the host is connected with two Gigabit uplinks using channel bonding. Benchmarks with NFS has shown that we do not relay get much more performance than a 1Gb link. The reason is the the cpu&amp;#039;s in the host are two weak. If we can get a stronger machine, this will be upgraded in the future.&lt;br /&gt;
&lt;br /&gt;
== Backup ==&lt;br /&gt;
&lt;br /&gt;
Backups of the home directory and several other important system directories is done nightly.&lt;br /&gt;
&lt;br /&gt;
*There are held &amp;#039;&amp;#039;&amp;#039;3&amp;#039;&amp;#039;&amp;#039; generations of a file.&lt;br /&gt;
*Overwritten files are stored for &amp;#039;&amp;#039;&amp;#039;90&amp;#039;&amp;#039;&amp;#039; days&lt;br /&gt;
*A deleted file is stored for &amp;#039;&amp;#039;&amp;#039;90&amp;#039;&amp;#039;&amp;#039; days&lt;br /&gt;
&lt;br /&gt;
If you have delete some files and want them restored, please contact the system administrator.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Storage_and_Backup&amp;diff=233</id>
		<title>Storage and Backup</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Storage_and_Backup&amp;diff=233"/>
		<updated>2009-03-04T17:01:41Z</updated>

		<summary type="html">&lt;p&gt;Thomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Storage ==&lt;br /&gt;
&lt;br /&gt;
There are different file systems with different lifetime and redundancy which you can use to store your data. &lt;br /&gt;
&lt;br /&gt;
;your home directory&lt;br /&gt;
:This is your primary directory where all settings, your Mail and other important data is saved. It is mounted on every host to /home/YOUR_LOGIN. A backup is done nightly. This file system has an individual limit which you can check with the command &amp;#039;df&amp;#039;. In change to earlier setups it has no soft limit which you can exceed for a few days.&lt;br /&gt;
&lt;br /&gt;
;/tmp&amp;amp;nbsp;&lt;br /&gt;
:This is the counterpart to your home. It is located on the local disk and should be used for temporary data. Unused files are delete after 14 days.&lt;br /&gt;
&lt;br /&gt;
;/home/work-itp&amp;lt;br&amp;gt;/home/work-itp2&lt;br /&gt;
:This directories is globally accessible and can be used by everyone for minor important data which are not worth to be backed up or simply to large for home. This files are not deleted, but if the disk is full we tell you to delete some files. It runs on an raid5 system, that means a disk failure will not result in data loss. It is also served by a dedicated machine (the old tantalos) and heavy load does not affect the home directories. If you want to use this space please create a sub directory with you login name.&lt;br /&gt;
&lt;br /&gt;
:The new work-itp2 is powered by two Raid-Boxes, kindly provided the HRZ. They internally form a raid5 and are merged under the host to a raid0 (striping), which can be called a raid 50 and results in a disk throughput of near 2Gb/s. To give this performance to the network the host is connected with two Gigabit uplinks using channel bonding. Benchmarks with NFS has shown that we do not relay get much more performance than a 1Gb link. The reason is the the cpu&amp;#039;s in the host are two weak. If we can get a stronger machine, this will be upgraded in the future.&lt;br /&gt;
&lt;br /&gt;
== Backup ==&lt;br /&gt;
&lt;br /&gt;
Backups of the home directory and several other important system directories is done nightly.&lt;br /&gt;
&lt;br /&gt;
*There are held &amp;#039;&amp;#039;&amp;#039;3&amp;#039;&amp;#039;&amp;#039; generations of a file.&lt;br /&gt;
*Overwritten files are stored for &amp;#039;&amp;#039;&amp;#039;90&amp;#039;&amp;#039;&amp;#039; days&lt;br /&gt;
*A deleted file is stored for &amp;#039;&amp;#039;&amp;#039;90&amp;#039;&amp;#039;&amp;#039; days&lt;br /&gt;
&lt;br /&gt;
If you have delete some files and want them restored, please contact the system administrator.&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
		
	</entry>
</feed>