Outils pour utilisateurs

Outils du site


bms:infomaniak:server-cloud:unmanaged:home

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
bms:infomaniak:server-cloud:unmanaged:home [2022/02/05 20:01] – [Mandatory actions] tcandalebms:infomaniak:server-cloud:unmanaged:home [2024/09/14 21:00] (Version actuelle) 195.68.6.6
Ligne 4: Ligne 4:
   - Get the server IP in the manager   - Get the server IP in the manager
   - SSH connexion: <code>ssh -i ~/.ssh/<private key file> debian@<server IP></code>   - SSH connexion: <code>ssh -i ~/.ssh/<private key file> debian@<server IP></code>
- ==== Mandatory actions ====+==== Mandatory actions ====
   - Copy a SSH public key to the server   - Copy a SSH public key to the server
   - Update ''~/.ssh/ssh_config''   - Update ''~/.ssh/ssh_config''
-  - Mount the storage disk<code>fab -H <server IP> format-storage-to-xfs</code>+  - Mount the storage disk<code>fab -H <server IP> format-storage-to-xfs</code> ou <code>fab -H <server IP> format-storage-to-ext4</code> 
 +  - Open the necessary ports
  
 === Backup === === Backup ===
-  - Install ''rclone''<code>fab -H <server IP> install-rclone</code>+  - Install ''rclone'' <code>fab -H <server IP> install-rclone</code>
   - In Infomaniak create a storage space whose type is ''swift''   - In Infomaniak create a storage space whose type is ''swift''
-  - Configure ''rclone' <code>rclone config</code>+  - Configure ''rclone'' <code>rclone config</code>
   - Input the right values. [[https://www.infomaniak.com/fr/support/faq/2285/swiss-backup-sauvegarder-un-serveur-linux-avec-rclone|More information here]]   - Input the right values. [[https://www.infomaniak.com/fr/support/faq/2285/swiss-backup-sauvegarder-un-serveur-linux-avec-rclone|More information here]]
 +
 ===== Warnings ===== ===== Warnings =====
   * There is a firewall which blocks all ports by 22 by default.   * There is a firewall which blocks all ports by 22 by default.
 +
 +===== Usefull =====
 +
 +==== Rename hostname ====
 +  - Change the hostname: edit ''/etc/hostname''
 +  - Update ''/etc/hosts'' if necessary
 +  - Apply the New Hostname: ''sudo hostnamectl set-hostname <new-name>''
 +
 +
bms/infomaniak/server-cloud/unmanaged/home.1644087697.txt.gz · Dernière modification : 2022/02/05 20:01 de tcandale