Showing posts from December, 2016

Log transfer shell script for Linux

logtransfer.sh #! /bin/ksh -p ##### # Check to ensure that no current log transfer is running before starting. loggather=`basename $0` ZIP="/usr/bin/zip" HOSTNAME=`/b…

Read more

How to step up SSL log transfer - Windows

1)  Write the log capturing script:  See Appendix A 2)  Write a SFTP Batch script:  See Appendix B: 3)  Make\Add a Service account to the Administrator Folder 4)  Login as Service account…

Read more

How to Restore ESX 4 VM

Requirement :Backup script has been run against the target server before The restore script is located below in this post. Login to target vmware server using putty Go to “/vmfs/volum…

Read more

How to Configure ESX Server as NTP Client

The ESX Server can be set up as an NTP client, which synchronizes its time with specific NTP servers, and so that virtual machines can synchronize their time with the ESX Server.   Follo…

Read more

How to configure auto-startup for VM

1. Start VMWare Infrastructure Client 2. Click on DMS-VSBASE-1, and Virtual Machine Startup/Shutdown 3. Highlight the VM and press Properties 4. Check “Allow virtual machine to st…

Read more

VM is still running and cannot be shutdown

Problem Description : Even power off through VI client, the VM is still running and cannot be shutdown. Requirements before proceeding : For ESX only with console access. Not for ESXi.…

Read more

How to use VMware Converter

1. Start VMWare Converter 2. Click “Convert Machine” at top left corner, as shown in the below image. 3. Select source type as VMware Infrastructure virtual machine , specify the base …

Read more

Install or Upgrade VMware Tools

Login to the respective vCentre and find your server. Right click on server and click on VM tab then “Install/Upgrade VMware Tools. On pop up click on Interactive Tools Upgrade. Then conn…

Read more

Red Hat 6.x NFS Cluster Build Guide

1. Introduction This document covers the installation of Red Hat 6.x Cluster software on a physical hardware. 2. Assumptions 1. The base OS has been installed. 2. Networkin…

Read more
Load More
That is All