Questions tagged [bare-metal]

61 questions
2
votes
1 answer

How can I create a simple Exchange 2010 backup solution?

I'm sure this question's been asked a dozen times in one form or another, however after much searching, there doesn't appear to be an obvious simple recovery solution for a single Exchange box. We're using Exchange 2010 on a single server, the…
bduncanj
  • 135
  • 3
2
votes
1 answer

Kubertnetes with metallb - Loadbalancer service in pending state

I have followed the steps of installation from metallb website. And the metallb containers are also running. After that I deployed an nginx service for testing with service as LoadBalancer. The LoadBalancer is not getting IP from metallb. Any…
uday
  • 257
  • 2
  • 21
1
vote
2 answers

Disk space issues

My server have disk space however its showing disk space is full. This is bare-metal server and deleted many files but still showing disk is full Please check below outputes: [root@host1 tmp]# df -h Filesystem Size Used Avail Use% Mounted…
Shiv Singh
  • 161
  • 9
1
vote
1 answer

Windows server on bare metal vs hyper-v regarding DPM 2010

Planning how to set up a newly purchased server. It is to be placed in my DMZ, hosting webapps only requiring a simple software stack of Java, Tomcat servlet container, and PostgreSQL database on top of Windows. My plan is to either: Bare metal…
1
vote
2 answers

nginx-ingress controller crashes every few days

I have single-machine (untainted) Kubernetes cluster on bare metal CentOs. I'm using nginx-ingress-controller as the gateway. The image I use is from https://quay.io/repository/kubernetes-ingress-controller/nginx-ingress-controller. I was using…
Djent
  • 89
  • 4
  • 15
1
vote
0 answers

Installed OS to external drive using a VM, now won't boot on bare metal

I have a USB hard drive. (The USB connector for that drive is actually super flaky and disconnects if you breathe on it too hard, but I don't think that's the problem here.) I have a laptop without a DVD drive, and only one USB port. (Actually, it…
Mark VY
  • 61
  • 4
1
vote
0 answers

Large Application - should I be concerned about running on VM Ware?

We're going to implement what I consider to be a fairly large and processor intense application in a few months and our Windows team is recommending that we deploy it on VM Ware. The application will have 5000 users, most of which will be running…
Gary45226
  • 11
  • 2
1
vote
1 answer

Is it a best practice to use Docker containers on a bare-metal Windows 2012r2 OS installation?

I've read various things on containers vs. virtual machines. That's not what I'm asking (I don't think). If I am using containers, do I use them on a virtual machine? My server is 2012r2 on the bare metal, not hyper-v server, no virtualization on…
johnny
  • 2,268
  • 9
  • 35
  • 54
1
vote
0 answers

Deploy packer images on bare metal server?

How can I match my dev and production bare metal box? The hosting provider does not allow or have a process to install custom images and only provides a selection from all the latest popular distributions. KVM is available but they charge extra per…
paulkon
  • 159
  • 1
  • 5
1
vote
1 answer

Hard drive error message in Virtual Root Server

After noticing a high load on our virtual root server (2 x 1 TB RAID 1 Subset) I have found these messages in /var/log/messages (CentOS): kernel: ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen kernel: ata3.00: failed command: WRITE…
hellcode
  • 163
  • 1
  • 6
1
vote
3 answers

Does Windows Server 2008 Hyper-V Bare Metal support antivirus?

I am a developer, not a sysadmin, so I am seeking out some opinions and answers about virtualization. In order to solve some project deadline issues, the development team installed and setup a Windows Server 2008 Hyper-V "Bare Metal" edition…
mgnoonan
  • 113
  • 3
1
vote
3 answers

Windows / Linux backup software with Bare Metal Recovery

We are in the discovery process of looking for backup software that meets the following goals. Different Backup types (Full, Incremental, etc.) Bare Metal Recovery to Windows and Linux Automated Backups Detailed Logs of what was backed up and more…
steve.lippert
  • 698
  • 6
  • 13
1
vote
2 answers

Setup/Guidance/Troubleshooting DPM 2010 Bare Metal Backups

Having difficulties setting up Bare Metal recovery in DPM 2010. Does anyone know of a good guide/walkthrough to talk me through a basic setup? I have tried most of the DPM knowledge base without much luck. I can perform System State backups, but…
Dan Kingdon
1
vote
1 answer

Limit number of CPU cores in bare metal server

I was trying to benchmark application performance across bare metal and hypervisors. I have a 24-core server on which hyper-v is running. On the same machine, I have centos7 installed. I can set the number of cores a VM can get from hyper-v console,…
1
vote
1 answer

VMWare Workstation and Windows 10: can't connect to a server hosted on VM

I have a private 2 nodes Kubernetes cluster configured on VMWare Workstation 15. I'm using MetalLB and Calico. Ingress service and ingress look like: xxx@c1-cp1:~/Desktop$ kubectl get svc -n ingress-controller-2 NAME …