专家技巧:如何控制无止蔓延的虚拟机
从某种程度上来说,虚拟机的蔓延趋势比上个世纪物理服务器的蔓延还要糟糕。至少物理服务器还存在物理局限,比如数据中心的规模和交付的性能对管理员创建的系统数量都有限制。 但在虚拟环境中就没有这个限制,你可以随心所欲的按照自己的需求去创建虚拟机,但
从某种程度上来说,虚拟机的蔓延趋势比上个世纪物理服务器的蔓延还要糟糕。至少物理服务器还存在物理局限,比如数据中心的规模和交付的性能对管理员创建的系统数量都有限制。
但在虚拟环境中就没有这个限制,你可以随心所欲的按照自己的需求去创建虚拟机,但另一方面,你必须加强对虚拟机的监控和管理。
那些在供应,监控和管理物理服务器方面具备专业经验的公司也开始关注虚拟机或逻辑服务器。通常只研发自己的系统管理工具的服务器制造商现在也开始将触角延伸至虚拟机和逻辑分区领域。
本文不是对所有可用工具的详尽调研报告,而是对最近推出的产品进行更新盘点。
Avocent是供应数据中心远程管理KVM交换机的知名厂商,目前他们也推出了远程系统管理应用软件和IT管理软件产品。其中最重要的产品是DSView 3.
2007年,这款物理服务器管理工具的应用范围扩展到对在VMware ESX Server 3.01分区上运行的虚拟机管理,随后又升级为对ESX Server 3.5分区的管理。今年5月这款产品进一步得到改进,新增了能量管理插件来监控物理机和机架内相关能量分配单元的能耗情况。
最新推出的DSView 3.7工具目前能够管理在思杰系统公司的开源管理程序XenServer顶部运行的虚拟机。DSView还能支持XenServer 4.1或者XenServer的标准版,企业版和白金版的更高规格。
[1] [2] [3]

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











Win11 Tips Sharing: One trick to skip Microsoft account login Windows 11 is the latest operating system launched by Microsoft, with a new design style and many practical functions. However, for some users, having to log in to their Microsoft account every time they boot up the system can be a bit annoying. If you are one of them, you might as well try the following tips, which will allow you to skip logging in with a Microsoft account and enter the desktop interface directly. First, we need to create a local account in the system to log in instead of a Microsoft account. The advantage of doing this is

In C language, it represents a pointer, which stores the address of other variables; & represents the address operator, which returns the memory address of a variable. Tips for using pointers include defining pointers, dereferencing pointers, and ensuring that pointers point to valid addresses; tips for using address operators & include obtaining variable addresses, and returning the address of the first element of the array when obtaining the address of an array element. A practical example demonstrating the use of pointer and address operators to reverse a string.

We often create and edit tables in excel, but as a novice who has just come into contact with the software, how to use excel to create tables is not as easy as it is for us. Below, we will conduct some drills on some steps of table creation that novices, that is, beginners, need to master. We hope it will be helpful to those in need. A sample form for beginners is shown below: Let’s see how to complete it! 1. There are two methods to create a new excel document. You can right-click the mouse on a blank location on the [Desktop] - [New] - [xls] file. You can also [Start]-[All Programs]-[Microsoft Office]-[Microsoft Excel 20**] 2. Double-click our new ex

When we use Vmware virtual machines, we may encounter situations where we don’t know how to copy files into the virtual machine. In fact, the method is very simple. Below, the editor has brought three methods to users. Interested users can take a closer look. Let’s take a look. Three simple and effective methods to transfer files to VMware virtual machines Method 1: VMWareTools To install VMWaretools, click on the virtual machine above - Install VMwaretools. After the installation is successful, you can copy and paste the file to the virtual machine. After the installation is successful, the following content will be displayed: After the installation is successful, you can drag the file directly, or copy and paste it through ctrl+Cctrl+V. If found unable

VSCode (Visual Studio Code) is an open source code editor developed by Microsoft. It has powerful functions and rich plug-in support, making it one of the preferred tools for developers. This article will provide an introductory guide for beginners to help them quickly master the skills of using VSCode. In this article, we will introduce how to install VSCode, basic editing operations, shortcut keys, plug-in installation, etc., and provide readers with specific code examples. 1. Install VSCode first, we need

Title: PHP Programming Tips: How to Jump to a Web Page within 3 Seconds In web development, we often encounter situations where we need to automatically jump to another page within a certain period of time. This article will introduce how to use PHP to implement programming techniques to jump to a page within 3 seconds, and provide specific code examples. First of all, the basic principle of page jump is realized through the Location field in the HTTP response header. By setting this field, the browser can automatically jump to the specified page. Below is a simple example demonstrating how to use P

In Go language program development, function reconstruction skills are a very important part. By optimizing and refactoring functions, you can not only improve code quality and maintainability, but also improve program performance and readability. This article will delve into the function reconstruction techniques in the Go language, combined with specific code examples, to help readers better understand and apply these techniques. 1. Code example 1: Extract duplicate code fragments. In actual development, we often encounter reused code fragments. At this time, we can consider extracting the repeated code as an independent function to

Installing a virtual machine under a Linux system is a very common and useful task. Virtual machine technology allows users to run multiple independent virtual operating systems on a physical machine to achieve resource sharing and isolation. This article will introduce how to install VirtualBox, a commonly used virtual machine software in Linux systems, as well as specific code examples to help readers complete the installation process. Step 1: Download VirtualBox First, we need to download the software for Linux system from the VirtualBox official website
