Questions tagged [ovh]

Questions about dedicated server, cloud, and VPS services provided by OVH. Other OVH services might not be on topic at Server Fault.

111 questions
2
votes
1 answer

Missing firewallD in CentOS 7 VPS

i fresh installed CentOS 7 in a OVH VPS. but when i ran the command firewall-cmd i got this: -bash: firewall-cmd: command not found so i was looking how resolve that and i saw that basically i needed to install it. So I was trying to fully disable…
DiogoSaraiva
  • 389
  • 3
  • 16
2
votes
1 answer

How can i split a partition on Ubuntu?

I just purchased a brand new server on OVH with disk specification: 2 x480GB of SSD SOFT. When i do df -h, the output is: Filesystem Size Used Avail Use% Mounted on /dev/root 20G 13G 5.7G 69% / devtmpfs 16G 12K 16G 1%…
Aarushi
  • 121
  • 4
2
votes
1 answer

Can route-eth0 be created via CentOS 7 Anaconda installer?

I'm using the CentOS 7 Anaconda installer. I want the file /etc/sysconfig/network-scripts/route-eth0 to be created, if possible, by this installer. The file route-eth0 should have the contents after installation such as: 11.22.33.44 dev…
Steve Amerige
  • 403
  • 2
  • 5
  • 11
2
votes
4 answers

How can I redirect domain A to domain B without hosting, using only DNS records?

I want to redirect domain A (without hosting space) to domain B (301), but when I try https://domainA.com or https://www.domainA.com it ends with ERR_CONNECTION_REFUSED. Is it even possible to use only DNS records? I'm using OVH.com redirection…
2
votes
1 answer

Using OVH VRack, 2 PVEs can't fully communicate

In OVH, I have 2 ProxMox servers, each one containing a Firewall and a few other hosts. I am trying to use OVH vRack for private communication between them, but it is not working. Here's a summary of my network: The goal is accessing PRD1FRM206…
2
votes
1 answer

Automatically provisioning a Windows Server at OVH

I'd like to automatically run a script to provision Windows Servers when I set them up as Dedicated Servers at OVH. I see that they have an option for an Installation script (URL)], but how do I use it for Windows? []
Sean Saleh
  • 143
  • 7
2
votes
2 answers

Consumption-based cloud service

For a current project I am looking for a cloud service which calculates the costs based on the processing power my application is using. If my application only spends 5 minutes per hour doing any processing, a cloud service like AWS EC2 would still…
Adrian
  • 21
  • 3
2
votes
0 answers

Vertically scale server in cloud without restart

For a current project of mine I need a cloud service which can (automatically) scale VMs vertically as the workload can not be scaled horizontally. With scaling I mean assigning more RAM and/or CPU cores to a given instance. This has to happen…
jheschl17
  • 21
  • 1
1
vote
0 answers

How to configure RAID-5 for OS root (Ubuntu Server 18.04)

I have a fresh dedicated server I have provisioned running Ubuntu Server 18.04 and with 3x480GB SSDs (no hardware RAID controller though). The UI of the hosting provider will not allow the “/boot” or “/“ partitions to be configured with RAID-5 at…
nickz
  • 11
  • 1
1
vote
0 answers

OVH VPS - firewalld not working in Centos 7

I installed a new server on OVH with CentOS 7: yum install firewalld then enabled and rebooted systemctl enable firewalld reboot I am now be able to login using ssh but firewalld does not come up [root@~]# firewall-cmd…
Marcx
  • 111
  • 4
1
vote
1 answer

Enable IPv6 on OVH VPS running Arch

Having inaugurated my new OVH’s VPS SSD 1 I am greeted by a notification reading Your instance is now linked to a free IPv6 in addition to the default IPv4. Indeed I can see a “IPv6” and a “Gateway” fields. Problem is: I can’t ping it using this…
user538262
1
vote
0 answers

Debian depmod kernel error

I have run an apt-dist upgrade on my dedicated server that uses a kernel from the provider and I am getting the following error: MTL ➜ ~ apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information...…
Fabrizio Mazzoni
  • 641
  • 1
  • 9
  • 23
1
vote
0 answers

OVH and HEROKU DNS redirections failing for root

I currently have a domain at OVH (let's call it mysite.com) which is setup by OVH with a bunch of different CNAME for different subdomains like : smtp.mysite.com CNAME mysite.com imap.mysite.com CNAME mysite.com ftp.mysite.com CNAME …
Maxence
  • 111
  • 3
1
vote
2 answers

Migrate docker microservices from OVH to AWS with Rancher?

I've got a bunch of microservices (docker) which I need to transfer/migrate from OVH to AWS. They're orchestrated by Rancher. What's the best/easiest way to accomplish that? Also, I planned to use Kubernetes in the future. Should I somehow use it…
1
vote
1 answer

Redirect root & all subdomains to another domain equivalent (DNS only)

First, yeah, I know, this question is probably a duplicate, but I've searched for some hours now and I can't find any relevant answer.... So I try asking. I got, let's say, domain-a.com & domain-b.com. domain-a is just an alias of domain-b.com, and…