ESXi installs on a physical machine separately. I mean it's not a software which installs on an OS like a Linux machine. Am I right? I need something like ESXi server to be installed on a CentOS 5 physical machine. What's your suggestion?
1
There are 1 answers
Related Questions in CENTOS5
- I cannot instantly reconnect to ssh server after logout
- JDK17 throws an error /lib64/libc.so.6: version `GLIBC_2.6' not found
- Silence sysstat-collect.service?
- yum errors on CentOS 5
- select count(*) query is too slow. I'm guess it is not work by indexing
- How to create a RPM which install python dependencies?
- How to perform SFTP operations using PHP after disabling deprecated ciphers on CentOS5?
- Install Centos 5 repo on Centos 7
- Append timestamp to log entries generated from AWK script
- Java Process getting killed without logging
- Unable to compile python3.7 on centos 5 with sqlite3
- lapacke.h in CentOS 5
- C++: what exactly do -O flag except the flags addition
- drop data base from mysql in centos(Linux)
- "basename: missing operand" on su command
Related Questions in ESXI
- How do vm know the physical status of NIC card?
- How to initialize a data storage system
- About VM Esxi Backup
- Encountering 'System.OutOfMemoryException' when Reading VMs from ESXi Hypervisor
- Is there a way to force a NIC’s link state “UP” when disconnected in Esxi?
- Squid proxy on cent os blocks everything
- VMWare ESXi - Unable to expand datastore - error: An error occurred during host configuration
- ESXI Configuring windows VM in different subnet
- Creating raw socket on ESXi is not receiving any data
- How to add new service/app for agent in esxi host?
- Parse ESXI vim-cmd hostsvc/autostartmanager/get_autostartseq to get each VM stopDelay param
- ESXi Stop Delay Shown as -1 in Configuration File
- How to install pyvmomi
- Is it possible to get VSAN data from ESXi hosts without the ESXi credentials?
- Can I dynamically resize firecracker microVMs during runtime to adjust vCPU capacity?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
ESXi is a Hypervisor which installs directly onto hardware. Its almost like a mini OS if you like, so you can't install that on Linux. Software which will provide virtualization on top on the OS will be the likes of KVM, Xen or VirtualBox which would be better suited for you (sounds like it anyway)
Have a look at this link