Skip to main content

Posts

Enabling Third Party SFP to use in Cisco Devices

You could faced with your Cisco Devices when you tried to use with non-cisco product third party SFP Module. But I believe you will think about that SFP Module itself is not functioning properly or your Device Port is not functional at first time experience. Well...it is not. Your Cisco Device will prompt you with below Log Message in the console. %PHY-4-UNSUPPORTED_TRANSCEIVER: Unsupported transceiver found in Gi1/0/52 %GBIC_SECURITY_CRYPT-4-VN_DATA_CRC_ERROR: GBIC in port 65538 has bad crc This log message says that the port attached with third party SFP Module just disabled. So, we need to workaround to work that. Just need to type two commane line as below, switch>configure terminal switch(config)# service unsupported-transceiver switch(config)# no errdisable detect cause gbic-invalid You should see Warning Message after you key-in "service unsupported-transceiver " that prompt Cisco Warranty will not cover if you use Third Party SFP Module. no errdis...

Solving the "A general system error occured:Invalid fault" error in vSphere 4

Below error was come out when you try to migrate VM to other host for some reason. Below error was come out when you try to edit VM setting. Below error was come out when you power on the VM. How to solve those error? Here is how I resolve the error! Login to the Host that errored VM exist by using Terminal or Direct Console. Enter below command and press enter. services.sh restart Wait until all VMware Services are restarted. After that try to Power On/Edit Settings or Migrate the errored VM and you will see all you can do without any error pop-up. This kind of errors can occur if you shutdown/restart VM unproperly or shutdown/restart the Host unproperly that VM exist. You can check log file deeply if you willing to know precisely on this. May you all be happy. (Be knowledgeable, pass it on then)

Moving VMware Host between Clusters

I've got 16 ESXi Server. New 9 ESXi Servers (5 for Server Cluster and 4 for Workstation Cluster) running as production currently. Old 7 ESXi Servers (5 for Server Cluster and 2 for Workstation Cluster) and Workstation Cluster is running as production currently. Server Cluster is for backup purpose. One day I've to remove for 5 ESXi Servers of Server Cluster to make free space of Server Rack for new server increment setup. But the problem is those old 7 ESXi Servers are located on two rack and some more is two servers from two clusters are located on separate RACK. So, I've got to move those server to be in same rack and same cluster. Below are my experience of moving VMs and Host between clusters for reference for who might encounter like me. Moving host got two method. 1) moving vms from that host and moving the intended host from cluster to cluster by drag and drop with maintenance mode. 2) moving vms from that host and disconnect it from current cluster and ...

How to change VMware Network Adapter Type from E1000 to VMXnet3?

Once I've migrate my vSphere 4 to 5, I got need to change some Server NIC from E1000 to VMXNET3 as they are not touched while migrating to avoid unnecessary issue and delay in project period. But after migrated, I start noticed that some server like File Server, SAP or other server those need high user access definitely need to convert to VMXNET3 to get better performance. So, I've decided to convert and follow is my steps in converting process. That will be the easy guide for you too. Actually, you will see two method to covert the adapter type. - Shutdown the server and add new NIC. Uninstall old NIC and update NIC setting of old to New. - Using VMware PowerCLI for live converting without touching server. Here, I'm using second method, PowerCLI, to make conversion. You need to download and install the VMware PowerCLI into your machine before start. OK. Let's start now. -          Check the Network Adapter Type and Adapter Num...

Enabling TLS 1.2 on IIS 7.5 and 256-bit Cipher Strength

Usually website hosted on Microsoft IIS are used TLS 1.0/1.1 as default. So, your system will not get good audit result if your system was audited by auditor. To avoid this kind of situation, we need to prepared before auditing or fixed the issue after auditing. Usually you will need to use Windows Powershell with complex command line. Furthermore, you still need to do a lot of steps such as Group Policy Settings for Cipher Strength, SSL Setting, SSL Cipher Suite Order. So, are you really happy to do this kind of steps or do you want one step solution for this? I believe you want one step solution if possible as like me - Lazy Bum System Administrator. :D OK. Just go ahead to this website https://www.nartac.com/Products/IISCrypto/ and download the IIS Crypto GUI version as match of your system requirement. Then Run it and check/uncheck what you need for your system. Done. Your task has been completed as you wish. Do not forget that you can scan and check th...

Installing and activating SSL Certificate on Cisco ASA Firewall

If your firewall outside interfacing is facing outside network for remote management or using SSL VPN, you should deploy SSL certificate rather than self-signed certificate to get better security. So, below steps can help you at "how to install and activate ssl certificate" on your Cisco ASA Firewall. You only need 3 steps to do that. 1) Create TrustPoint and Generate a CSR 2) Enroll for Certificate 3) Install

Troubleshooting a black screen when logging into a Horizon View virtual desktop using web browser

I've setup VM Horizon View HTML Access before finished my VM View Project last few weeks ago. After that, I've tested and found out the error that is I can see only Black Screen after I login sucessful to View Access Login. But I've notice Windows is Active if I view from View Administrator and vSphere Console. I've checked throughly Security Server, Connection Server and Pool that all required Ports, Firewall Rules are enabled according to VMware and just confirm all requirements are deployed. Finally I've checked IPS in my network and found out two Traffice Normilazation Filters (TCP: Segment Overlap With Different Data & TCP Keep-Alive Message With 1 Garbage Octet)are need to enable for above error. Once I've enabled to allow this two filter, I could see the Windows sucessfully by using Web Browser. Great! Allow me explain more details about these two filters for your further understanding. You need to allow TCP: Segment Overlap With Diff...