How to install windows 8 on VMware ESXi 5

How to install windows 8 on VMware ESXi 5

I was trying to convert windows 8 P2v on vmware ESXi 5 . Windows 8 converted successfully . but when I powered on it stuck windows start up screen and  endless spinning circle .I was thinking P2V was not successful then i tried to install fresh windows 8 but there was same issue .

I Google it and got VMware article to patch the ESXi 5.0 to fix this bug. But there was easy solution .While creating virtual machine for  windows 8 choose windows 7 64 bit operating system and install windows 8. Its resolved the issue for me .

Posted in VMware | Leave a comment

Cisco MDS Switch cannot see other switches in a VSAN

Switch cannot see other switches in a VSAN

Some time ISL trunk is up but unable to see VSAN from other MDS switch and you are getting Admin Domain ID mismatch.

Solution is

Either change the overlapping static domain ID by manually configuring a new static domain ID for the isolated switch, or disable the static domain assignment and allow the switch to request a new domain ID after a fabric reconfiguration.

For detailed troubleshooting 

 

 

Posted in Uncategorized | Leave a comment

How to change Cisco MDS Switch name

How to change Cisco MDS Switch name
Go to config mode
switch# configure terminal
switch(config)# switchname  NewSwitchName

 

Posted in Uncategorized | Leave a comment

How to change Cisco MDS Switch admin password

How to change Cisco MDS  Switch admin password
Go to configuration mode
switch# configure terminal
switch(config)# snmp-server user admin auth md5 your_new_password
for example
snmp-server user admin auth md5 ciscopassword

Posted in Uncategorized | Leave a comment

Remote Desktop Services not working

Remote Desktop Services not working

I was having an issue with windows 2008 server I enabled the Remote desktop but i was not able to connect the remote desktop firewall was off network connection was ok . even though i was not able to connect to remote desktop. i checked the telnet localhost 3389

it was not working .I found the below solution it works for me . Continue reading

Posted in Uncategorized | Leave a comment

Break key is missing on keyboard

Break key is missing on my laptop keyboard and I have to use  key combination of Ctrl+Break  to reset cisco router password .

Go to search program On-Screen keyboard or type osk use the Pause key it will work as Break key.

osk

 

Posted in Uncategorized | Leave a comment

Step by step how to reset cisco router password

Step by step how to reset cisco router password without loosing configuration.

1- reboot the router
2- Enter in to rom monitor mode by pressing Ctrl+Brek key (rommon 1>)
3- Change configreg to bypass to load startup config
rommon 2 > configreg 0x2142
4- Reset or reboot the router by
rommon 2 > reset Continue reading

Posted in Uncategorized | Leave a comment

How to bandwidth limit with simple queue on Mikrotik Router OS

How to bandwidth limit with simple queue on Mikrotik Router OS

we have network topology like below picture and we want to limited download and upload for private network (download – 512 kbps and upload – 128 kbps).

Image8006 Continue reading

Posted in Mikrotik | Leave a comment

Restarting the Management agents on an ESXi or ESX host

Restarting the Management agents on an ESXi or ESX host

From the Direct Console User Interface (DCUI):

  1. Connect to the console of your ESXi host.
  2. Press F2 to customize the system.
  3. Log in as root.
  4. Use the Up/Down arrows to navigate to Restart Management Agents.Note: In ESXi 4.1 and ESXi 5.0, 5.1 and 5.5, this option is available under Troubleshooting Options. Continue reading
Posted in VMware | Leave a comment

How to know RDM mapped drive connected to which LUN in storage

In VMware virtual machine how to know RDM mapped drive connected to which LUN in Storage .
1- Go to virtual machine and edit virtual machine setting.
2- Click on Hard disk which is RDM drive.
3- click on Manage Pathsrdm1

on popup window you will get LUN information  Continue reading

Posted in VMware | Leave a comment