search
top

How To View Listening UDP Ports on Windows

Introduction From time to time we need to view “UDP” ports that are in a listening state on Windows. In this short post we will see how to do this with the netstat command. Process The process to view the UDP ports in listening state is simple. Open a command prompt and type, netstat -an | find “UDP” | more: C:\>netstat -an | find “UDP” | more UDP 0.0.0.0:982 *:* UDP... read more

How to Change FA Ports on an Existing VMAX PortGroup

Introduction You have a situation on your VMAX where the port utilization is up and you would like to move the FA ports assigned to a PortGroup moved to a lesser utilized set on you switch. In this post we will cover how to move to a new port group and fix the mapping of all attached devices on your EMC VMAX. We will cover unmapping ports and fixing zoning. Process First part of the puzzle to create new... read more

top