-2

I need to know that if I have a blade server with 4 quad core processors, then is it possible to use each processor individually in a way that to install 4 OS on the same server (without using visualizing technologies, VM, HyperV, OVM etc), assign one processor to each OS and boot all 4 OS at the same time. Thanks.

MadHatter
  • 79,770
  • 20
  • 184
  • 232
Zaffar
  • 7

3 Answers3

4

I'm not sure what you're really trying to do, but a generic answer is that a containerization technology will be the best way to provide the resource isolation you're looking for.

LXC is a good option.

Docker may be another possible approach, depending on your final goal.

ewwhite
  • 197,159
  • 92
  • 443
  • 809
3

No it isn't possible from what I understand as the bios on each blade can only boot a single OS at a time.

A blade is just a minified rack server.

You could probably use containers or paravirtualisation within a single OS to achieve what you want.

damolp
  • 331
  • 1
  • 6
3

No, as far as I know LPAR technology has not yet made it to X86 servers.

Depending on what you actually want to achieve you'll need a container or HyperVisor technology to provide the hardware isolation and the capabilities to run multiple OS's concurrently.

HBruijn
  • 77,029
  • 24
  • 135
  • 201