Difference between revisions of "Logging in and account settings"

From mn/geo/geoit
Jump to: navigation, search
(Created page with "Our FLEXPART account is '''SPNOFLEX''' You can log in to ECMWF from two different webpages or via an xterm terminal. == '''Log in to ECMWF websites''' == http://www.ecmwf.in...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Our FLEXPART account is '''SPNOFLEX'''
+
Back to [[ECMWF]] overview
  
  
You can log in to ECMWF from two different webpages or via an xterm terminal.
+
== '''Log in to ECMWF websites'''  ==
  
 +
http://www.ecmwf.int/
  
== '''Log in to ECMWF websites''' ==
+
To log in:
  
http://www.ecmwf.int/
+
username
  
To log in:
+
enter token (Actividentity) password (enter set 4 digit pin first)
  
username : usr (Nina: sb9, Sabine: sbc, Henrik sb1d)
+
<br> '''Account settings:'''
  
enter token (Actividentity) password (enter set 4 digit pin first)
+
To set-up automatic transfers of files go to the ECMWF web service
  
 +
https://ecaccess.ecmwf.int/
  
'''Account settings:'''
+
Go to:  
  
To set-up automatic transfers of files go to the ECMWF web service
+
&gt; Account
 +
&gt; ECtrans setup
  
https://ecaccess.ecmwf.int/
+
Set the following fields as follows to establish your MS association:  
  
Go to:
 
> Account
 
> ECtrans setup
 
 
Set the following fields as follows to establish your MS association:
 
 
  Status: enabled
 
  Status: enabled
 
  Hostname: zardoz.nilu.no
 
  Hostname: zardoz.nilu.no
Line 34: Line 32:
 
  Password: myzardozpassword
 
  Password: myzardozpassword
  
== '''Log in from terminal''' ==
+
== '''Log in from terminal''' ==
  
 
  ''ssh –X user@ecaccess.ecmwf.int''
 
  ''ssh –X user@ecaccess.ecmwf.int''
  
enter token (Actividentity) password
+
enter token (Actividentity) password  
  
hostname: ''ecgate'' (normal) or ''c1a'' (supercomputer)
+
hostname: ''ecgate'' (normal) or ''c1a'' (supercomputer)  
  
 +
<br>
  
 +
'''Account settings:'''
  
'''Account settings:'''
+
The default shell is csh and only csh and ksh are fully supported.
  
The default shell is csh and only csh and ksh are fully supported.
+
To update account settings use command:
  
To update account settings use command:
 
 
  setup_user
 
  setup_user
this updates .cshrc, .user_kshr, .login, .nqshosts and saves
 
originals as *.orig files
 
  
Set PATH in .cshrc
+
this updates .cshrc, .user_kshr, .login, .nqshosts and saves originals as *.orig files
  
Add aliases etc in .login
+
Set PATH in .cshrc
 +
 
 +
Add aliases etc in .login  
 +
 
 +
If problems with recognising the terminal, add the following line to .cshrc
  
If problems with recognising the terminal, add the following line to  .cshrc
 
 
  setenv TERM vt220
 
  setenv TERM vt220
  
 +
<br> '''Set-up file transfer'''
  
'''Set-up file transfer'''
+
Using ftp to the gateway:
  
Using ftp to the gateway:
 
 
  ftp ftp-gw
 
  ftp ftp-gw
 +
 
Now have to enter zardoz username and password.  
 
Now have to enter zardoz username and password.  
  
To avoid entering username and password (work in batch mode) create a .netrc file in home directory on ecgate:
+
To avoid entering username and password (work in batch mode) create a .netrc file in home directory on ecgate:  
 +
 
 
  vi .netrc
 
  vi .netrc
  machine ftp-gw login user@zardoz.nilu.no password mypassword  
+
  machine ftp-gw login user@ice.uio.no password mypassword
 
 
 
 
 
 
To check who is who use the command finger with a name.
 
finger nina
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Back to ECMWF overview[http://muspelheim.nilu.no/w/index.php/ECMWF]
 

Latest revision as of 11:23, 4 April 2014

Back to ECMWF overview


Log in to ECMWF websites

http://www.ecmwf.int/

To log in:

username

enter token (Actividentity) password (enter set 4 digit pin first)


Account settings:

To set-up automatic transfers of files go to the ECMWF web service

https://ecaccess.ecmwf.int/

Go to:

> Account
> ECtrans setup

Set the following fields as follows to establish your MS association:

Status: enabled
Hostname: zardoz.nilu.no
Directory: mydirectory
Default destination: genericFtp
Login: myzardozusername
Password: myzardozpassword

Log in from terminal

ssh –X user@ecaccess.ecmwf.int

enter token (Actividentity) password

hostname: ecgate (normal) or c1a (supercomputer)


Account settings:

The default shell is csh and only csh and ksh are fully supported.

To update account settings use command:

setup_user

this updates .cshrc, .user_kshr, .login, .nqshosts and saves originals as *.orig files

Set PATH in .cshrc

Add aliases etc in .login

If problems with recognising the terminal, add the following line to .cshrc

setenv TERM vt220


Set-up file transfer

Using ftp to the gateway:

ftp ftp-gw

Now have to enter zardoz username and password.

To avoid entering username and password (work in batch mode) create a .netrc file in home directory on ecgate:

vi .netrc
machine ftp-gw login user@ice.uio.no password mypassword