
- NIMBLE SAN VISIO INSTALL
- NIMBLE SAN VISIO ZIP FILE
- NIMBLE SAN VISIO DRIVER
- NIMBLE SAN VISIO CODE
- NIMBLE SAN VISIO DOWNLOAD
$clusterInfo = "CLUSTER: " + $cluster.Name $allDs = Get-Cluster $cluster | Get-Datastore $allNODES = Get-Cluster $cluster | get-vmhost #Connect-VIServer "Your vCenter Name" -Credential (Get-Credential) $VirtualAppliance = $("3D Virtual Appliance") $VirtualMachine = $("Virtual Machine (3D)") $stnPath = ::GetFolderPath('MyDocuments') + "\My Shapes\" # Load a set of stencils and select one to drop # Set the active page of the document to page 1 $DocObj = $docsObj.Add("Basic Network Diagram.vst") $AppVisio = New-Object -ComObject Visio.Application # Create an instance of Visio and create a document based on the Basic Diagram template. New-VIProperty -Name GuestOSType -ObjectType VirtualMachine -ValueFromExtensionProperty 'guest.guestfullname' -Force | Out-Null New-VIProperty -Name GuestFamily -ObjectType VirtualMachine -ValueFromExtensionProperty 'guest.guestfamily' -Force | Out-Null # Drop the selected stencil on the active page, with the coordinates x, y #VISIO Function for adding the object into the drawingįunction add-visioobject ($mastObj, $item) $connectEnd = $shpConn.CellsU("EndX").GlueTo($secondObj.CellsU("PinX"))

#// Connect its Begin to the 'From' shape:

#VISIO Function for the Connection-of-objectsįunction connect-visioobject ($firstObj, $secondObj) $shpFile1 = "VMware EUC Visio Stencils 2015.vss" # Iterate for each cluster and generate and save the vCenter Network map visio diagram.
NIMBLE SAN VISIO CODE
You can save it and reuse the code as per your environment, feel free to modify and add more content as the possibilities for this logic is endless. Next part of the script explanation is highlighted in the comments itself, so lets see its inner working. Next let me walk you through the script itself.įirst and foremost, you need to connect to the vCenter environment using Connect-VIServer -Credential (Get-Credential)

Let me show a sample of how the Final completed Visio generated look’s like. In my setup i saved it in the “My Shapes” location as shown below in the screen capture.Īlso note the script was tested in Visio 2013 and it worked flawless in generating the visio file.
NIMBLE SAN VISIO DOWNLOAD
You would need to download the VMware EUC Visio Stencils 2015.vss stencils and save it in your visio shapes library. The script below needs a connectivity to a vCenter server, once established it would iterate across all the clusters in your environment and generate a visio for it and save it to a predefined destination location.
NIMBLE SAN VISIO DRIVER
Plus a wealth of information displayed in tables including port errors, firmware and driver versions, each item in the tables is colour coded to show if it’s in a healthy state.In this blog post, i would be showing you a cool way using which you can generate a network map of your entire vmware infrastructure, it basically involves using powercli in conjunction with visio api calls to automatically generate a network diagram of your virtual infrastructure. So after all that effort you may be wondering what you get back, you will get a nice Visio diagram of your fabric including all the host connections, charts showing the load on each switch as above. You then access the results from the my home area on It’s in this dialog that you get to choose how long the tests run for, I chose 24 hours.ħ Move to the capture tab and chose start.Ĩ When the capture has completed click send diagnostic report file via HTTPSĩ When Brocade have processed the results they will e-mail you and inform you. Make sure you enter a valid e-mail address as this is where the results will get sentĥ Next click the add switches tab and add all the switches in your fabric you wishĦ Move to the Fabric tab and for each Fabric you see listed on the right enter the required detail. The only screen you may want to change is the location it will store completed health checks inģ The installer will put a SAN health icon on your desktop, just need to double click this to launch and then select New from the top left cornerĤ Enter all your personnel details in the boxes.
NIMBLE SAN VISIO INSTALL
The install wizard is an easy next, next affair.
NIMBLE SAN VISIO ZIP FILE
This is how you to download, setup and run Brocade SAN HealthĢ Extract the Zip file and run SANHealth.exe. Brocade SAN Health is a useful free utility you can download from Brocade to analyse amongst other things the load on your Brocade switches, any errors plus a whole host of other things including a nice Visio diagram showing your topology.
