Skip to content

Category: VxRail

VxRail 3

VxRAIL – Installing API PowerShell Modules

One method of consuming the available VxRail APIs is by leveraging the VxRail API PowerShell Modules Package from within your Windows OS using PowerShell. Each public API has a corresponding PowerShell cmdlet included in the VxRail PowerShell modules starting with VxRail 4.7.300. The API User Guide can be found here: https://support.emc.com/docu91468_VxRail-Appliance-4.5.x,-4.7.x,-and-7.0.x-API-Guide.pdf?language=en_US Steps to install the VxRail API PowerShell Modules Package […]

VxRail 0

VxRail 7.0 – Useful Log File Information

The following log files can be accessed either via console or SSH to VxRail Manager. Useful VxRail Manager 7.0.010+ Log Files Note: SLES15 is the OS used for VxRail Manager. cat /etc/os-release Monitor VxRail bring-up logs: dayone.log , short.term.log & firstboot.log: cd /var/log/microservice_log/ # cat dayone.log# tail -f dayone.log# tail -f dayone.log | grep ERROR# tail -n 100 dayone.log# more dayone.log Note: […]