ESXi 5 initial configuration

In my last post “How to Install and Configure VMware ESXi 5″,we saw step by step installation of ESXi 5.

Now that you have finished installing ESXi 5 on your server, we will take a look at initial or basic configuration of ESXi 5.

This configuration is required, so that you can start using the server.

1) Login with F2 and root password

(more…)

How to Install and Configure VMware ESXi 5

In this article we will see how to install and configure ESXi 5.  I assume all the hardware and software prerequisites or system requirements have been meet.

You can take a look at the minimum requirement here

Also, you may refer to Vmware KB for Installing ESXi 5.0 best practices


Assuming you have downloaded the ISO file and burnt on a CD if you are installing it on a physical machine or else you can directly attac the ISO if you are installing it on a virtual machine using vmware workstation etc.

(more…)

Script to restore bulk Ms-SQL databases

In my earlier post we saw how to backup all your MS-sql databases “here”, now let us take a look how to restore all your MS-Sql databases via script.

This script is useful if you wish to restore multiple or bulk databases at once. you can restore all your databases via command line.

 

Here, We have three parts :

1) The “AttachDB.sql” File

The main sql script file that does the restore and contains the database and backup file location

2) “Restore.bat” File

BatchFile that take database name as parameter and restores databases with the help of AttachDB.sql

3) “Execute.bat” File

Batch file that passes database name as inputs to Restore.bat file

*Note : The above 3 script files and database backups should be placed together under same directory, the code picks your current directory as root directory.

 

Edit the location and paths according to your environment.
Once you have everything in place simply run “Execute.bat” file to start the restoration.

 

Let us take a look at the code for each file and how to execute them

(more…)

Tags: , ,
© 2010-2012 Expert Pandas