Author Archives: Gkhan

How to enable SNMP Client on ESX5

How to enable SNMP Client on ESX5 In this example I am assuming your detals as below but it will change according to your setup. ESX Host IP is 192.168.1.10 Username root Password P@ssw0rd SNMP Server IP 192.168.1.100 Note:- on … Continue reading

Posted in VMware | Tagged | Leave a comment

How to add static ARP entry in windows 2008 or Windows 7

How to add static ARP entry in windows 2008 or Windows 7 netsh -c interface ipv4 add neighbors “Network Card Name” “IP Address” “MAC Address” store=persistent For Example :- Your Network Card Name is :- Local Area Connection IP Address … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

How to install PPTP Server on Cent OS

Step-1 Forward GRE protocol and TCP port 1723 through your firewall Step-2 Add the Poptop Yum Repository rpm -Uhv http://poptop.sourceforge.net/yum/stable/rhel5/pptp-release-current.noarch.rpm Step-3 Configure iptables Create iptables_set.sh, chmod +x iptables_set.sh, and run the script. Note: The following will work but you may … Continue reading

Posted in Uncategorized | Leave a comment

How Do I Find Out My Kernel Version?

How Do I Find Out My Kernel Version? $ uname -mrs $ uname -a output Linux 2.6.18-194.el5 i686

Posted in Linux | Tagged | Leave a comment

How To Find Out My Linux Distribution Name and Version

$ cat /etc/*-release output CentOS release 5.9 (Final) $ lsb_release -a output LSB Version: :core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch Distributor ID: CentOS Description: CentOS release 5.9 (Final) Release: 5.9 Codename: Final

Posted in Linux | Leave a comment

how to save terminal session without stop on Cisco

if you want to save configuration with #sh run  of Cisco device through telnet without stop. below are the command PSTN Router# terminal length 0  

Posted in Uncategorized | Leave a comment

How to add a new VLAN on Cisco Nexus 1000 vSwitch on VMware with Cisco UCS

How to add a new VLAN on Cisco Nexus 1000 vSwitch on VMware with Cisco UCS Example :- I have a new VLAN requirement to be added in my VMware environment Step-1 Add VLAN on Cisco UCS (configure in LAN … Continue reading

Posted in VMware | Tagged | Leave a comment

Dell Servers Warranty Information

Dell Servers Warranty Information http://support.dell.com/support/topics/global.aspx/support/warranty/warranty_information?c=us&l=en&s=gen&DoNotRedirect=y Click here 

Posted in Uncategorized | Tagged | Leave a comment

VMware Hardware Compatibility Guide

VMware Hardware Compatibility Guide http://www.vmware.com/resources/compatibility/search.php

Posted in Uncategorized | Tagged | Leave a comment

How to update drivers on VMWARE ESXI 5

How to update drivers on VMWARE ESXI 5 Download the Driver for the device vib file and copy to the ESX datastore ssh your ESXhost go to the directory where you have copied the driver vib file type the following … Continue reading

Posted in VMware | Tagged | Leave a comment