Articles
Backup ESXi from WindowsLike many others that work with the free version of ESXi, I think VMware should have included an easy way to backup virtual machines even if it was just a copy to another Datastore. Knowing that backups are extremely important, I have looked all over trying to find a simple and free way to backup the free version of ESXi Server. I finally found one that works well and was not that difficult to setup. Backups can take a lot of time so to avoid any downtime it is best to schedule them to run at night. Requirements:
You must modify ESXiBackkup.pl to work in your environment. It's not hard to do, it can be opened with any text editor, I used Notepad. I had to remove some extra lines from the script that caused problems for me so hopefully they won’t cause any problems for you. Below I’m going to take you through the configuration portion of the script. I'm only going to show you the pertinant information. To help with any formatting issues I'm going to have the script information surrounded in blue. The changes will be in standard text. my $url = https://IP-Address:Port/sdk/vimService Change "IP-Address:Port" to the IP address or hostname of your Server
my $username = "user"; Replace "user" with the root user for your ESXi Server.
my $password = "pw"; Replace "pw" with the root password for your ESXi Server
my $DSPath = "[datastore]"; [datastore] needs to be replaced with the name of the datastore you want to backup. You need to include the brackets [] or the script will not work.
$VMNames[0] = "ServerDisplayName"; Replace ServerDisplayName with the name the way it is Displayed in the VI Client. If you want to backup more than one VM put the name between the quotes of the next openVMNames[#]
my $RCLIPath = "C:/Progra~1/VMware/VM9270~1"; You must add the path the the VI Remote CLI Path. This can only be in the Windows short file name format. The default should work but if it does not you can type "dir /x" from a command window in the c:\program files\vmware directory.
my $DestPath = "D:/esxi-backups";
The last step before running the backup script is to make sure you have all of the directories created that you may need. In the destination path you need to create directories for each VM that you wish to backup. In the case of this example we need to make sure we have a directory called "ServerDisplayName" in D:\esxi-backups. If we don't the backup will fail.
Last Updated (Thursday, 05 March 2009 15:48) |
Connect ESXi to Windows Based NFSMany people are looking for a low cost solution for external storage for their free ESXi server. In this article, I will describe how to use a Windows machine and Windows Services for UNIX (WSFU) version 3.5 to create an NFS share that can be mounted on an ESXi host for storage of Virtual Machines, ISOs, or backups. There are a lot of articles like this out there but none of them worked as advertised for me so I decided to write my own. Because I’m thinking about using my NFS storage for backup purposes my NFS share is called esxi-backup. Call your share what you will. There are 6 main steps in the process:
2. Enable SSH on the ESXi Server
3. Copy the ESXi Server passwd and group files to Windows
4. Configure WSFU to accept connections from the ESXi Server.
5. Sharing the Windows folder for NFS compatibility
6. Configure the ESXi Server to mount the Window NFS Share as VMFS
6a. Alternate NFS Configuration
Last Updated (Friday, 04 December 2009 00:22) ScanningAnyone that has ever put a document in a copy machine and pressed start has scanned an image. Scanning is that easy, what you do with the scan is how you can improve your business. Scanning is the process of taking a hardcopy document and converting it to a digital format. Instead of keeping the hardcopy documents in metal file cabinets, the scanned images can now be stored electronically in electronic file cabinets. This save space and if setup correctly it can be found quickly and easily by anyone with access to the location where the file is stored. Scanning can be accomplished in a number of ways.
That brings us back to the how can scanning benefit you? With scanning you can take all of your hardcopy documents that are sitting in the file cabinet and make the readily accessible for anyone that needs them. This can save you space, time, and money.
|
What is a MFD?What is an MFD? MFD stands for Multi-Function Device. The MFD contains a Printer, Copier, Scanner, and Fax machine in one device replacing the separate devices. This saves your company space, electricity, and consumables like toner. MFDs can be either inkjet or laser and have the ability to print in color. The MFD is the cornerstone of any small business and its purchase should not be taken lightly. Inkjet MFDs can be purchased for as low as $70, but will it suit your needs? When purchasing a MFD you need to ask yourself several questions. What functions do you need? I don’t know of any small business that does not need printing, copying, and faxing. If you are doing less than 100 prints a month, you can make do with an inkjet but if you are printing more than that, you should really go with a laser-printing engine; it’s faster and normally has better print quality. More advanced MFD features include:
Check out our scanning section for more information on how scanning can benefit your business. Last Updated (Saturday, 07 March 2009 00:36) Choosing the Correct OSWhich Operating System is right for your business? There are three basic choices, Windows, Mac, or Linux. What you really need to focus on is compatibility. In most cases, I recommend a Windows based PC with Vista. The majority of PCs out there today are based on Windows and that ensures application compatibility. It is also easy to find an IT consultant or PC technician that can help with your issues. Windows PCs can be purchased new for under $700 and that includes most of the software needed to run your business. I’m not trying to disparage you from going with a Mac or Linux PC, if you want to go with them great. They both have there place and can easily fit in a business environment. The Mac has a lot of the same applications as the PC does but in my opinion they are still more suited to the graphics environment. If I were running a graphics house or a print shop, I would not hesitate from purchasing a Mac. I am a Linux fan and do all of my web development on a Linux box. I have found that there are a lot of resources online to help with Linux support but there is not as much support locally unless you live near a college or university with an IT program. When it comes to Network Operating Systems, you there are a lot of decisions to make. You can stay with a peer to peer network that is built into all of the new operating systems or if you require more scalability you need to look into a client server model. I use Windows Small Business Server 2003 (SBS2003) for my SOHO network. It has served me well for many years and it is easy to administer. It’s inexpensive for most small business and there is plenty of local and on-line support for it. SBS2008 is out now but for many business the difference in cost may keep them at SBS2003. IBM has a new offering called Lotus Foundation server. Like SBS it is cost effective and easy to manage. If you have an older PC that can function as a server, you have some technical ability, and you don’t want to spend any money on a Server OS I would suggest you look into Linux. Several builds and distributions are available to give you similar functionality to SBS and Lotus Foundations but at no cost. I used SME Server for many years prior to moving to SBS2003 Last Updated (Monday, 29 December 2008 16:23) |









