Skip to content

ISIMA / LIMOS Technical Services

Important

This documentation is intended for IT staff, researchers, and students of the ISIMA and LIMOS departments. Access to certain services requires prior authentication via VPN, SSH, or MFA depending on the service.


1. Access to ISIMA/LIMOS Services

1.1. Authentication Methods

Method Description Required for
VPN (OpenVPN) Secure remote access to the internal network. Access to internal services (e.g., GitLab, Moodle, Zimbra).
SSH Secure shell access to servers. Administration, remote execution of commands.
Kerberos Authentication protocol for single sign-on (SSO). Access to HPC resources, INP services.
MFA (Multi-Factor Authentication) Additional security layer for sensitive services. GitLab, Moodle, Zimbra.

1.2. Service Access Points


2. Network Access

2.1. Eduroam

2.2. VPN (OpenVPN)

  • OpenVPN configuration files are available at:
  • https://vpn.isima.fr/config
  • Required for accessing internal services from outside the ISIMA/LIMOS network.

3. HPC (High-Performance Computing)

3.1. Accessing the HPC Cluster

3.2. Submitting Jobs

  • Slurm is the workload manager.
  • Example job submission:
    sbatch --job-name=test --nodes=1 --ntasks-per-node=4 my_script.sh
    

4. Email Services

4.1. Zimbra (Webmail)

  • Web Interface: https://webmail.isima.fr
  • Configuration:
  • IMAP: imap.isima.fr (Port 993, SSL/TLS)
  • SMTP: smtp.isima.fr (Port 587, STARTTLS)

4.2. Open-Xchange


5. Research and Collaboration Tools

5.1. HAL (Hyper Articles en Ligne)

5.2. Belenios

5.3. Hedgedoc

  • Collaborative Markdown Editor: https://pad.isima.fr
  • Alternative to Google Docs for technical documentation.

6. Administrative Services

6.1. GestSup

6.2. INP Services


7. Support and Troubleshooting

7.1. Contacting Support

7.2. Common Issues

VPN Connection Problems

  • Ensure you are using the correct OpenVPN configuration file.
  • Check your MFA token if required.

HPC Job Failures

  • Verify your Slurm script syntax.
  • Check available resources with sinfo.