DAIC Experimental
— Documentation for the experimental environment.
(Go to stable docs)
First Login
Log in to DAIC over SSH and verify your account is ready.
2 minute read
Before you begin
You need:
- a TU Delft NetID with access to the environment
- access to the TU Delft network, either on campus or through eduVPN
Outside TU Delft network?
Activate TU Delft network via eduVPN.Login via SSH
- Open your terminal and run the following SSH command:
$ ssh <YourNetID>@daic01.hpc.tudelft.nl
- You will be prompted for your password. On first login, DAIC may also set up parts of your home environment:
The HPC cluster is restricted to authorized users only.
<YourNetID>@daic01.hpc.tudelft.nl's password:
Authorized users only. All activity may be monitored and reported.
Welcome to this HPC cluster.
Since this is the first time you logon, we will help you setup your environment.
***************************************************************************
This script will create symbolic links to other personal storage locations.
***************************************************************************
Setting /home/<YourNetID>/linuxhome to /tudelft.net/staff-homes-linux/a/<YourNetID>
First login may take a moment
It might take a few seconds to get your$HOME set. This is normal.Verify login worked
Run the following commands:
$ hostname
daic01.hpc.tudelft.nl
$ pwd
/home/<YourNetID>
$ whoami
<YourNetID>
If these commands return the expected values, your login was successful.
Home directory quota: 5 MB
Your home directory (/home/<YourNetID>) has a 5 MB quota - only for config files.
Use ~/linuxhome or project storage for data and code. See Storage.
Troubleshooting
- If you get
Permission deniederrors:- check you are within the TU Delft network (directly or via eduVPN),
- check that you are using the correct NetID.
- If both are correct and login still fails, your account may not be active yet.
- If login still fails, contact support.
Next steps
- Passwordless SSH - Connect without a password
- Shell Setup - Configure your environment
- First Job - Submit a batch job