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>
[<YourNetID>@daic01 ~]$
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:
[<YourNetID>@daic01 ~]$ hostname
daic01.hpc.tudelft.nl
[<YourNetID>@daic01 ~]$ pwd
/home/<YourNetID>
[<YourNetID>@daic01 ~]$ whoami
<YourNetID>
If these commands return the expected values, your login was successful.
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, see Connecting to DAIC or contact support.
Next Step
Continue with First DAIC Job.