Skip to content
VCF 0

VCF 4.1 ON VXRAIL – REDUCE A CLUSTER (REMOVE NODE)

In a previous post I provided an example walk-through of the process for adding a new host to an existing VCF 4.1 on VxRail ‘VI Workload Domain (WLD)’: https://davidring.ie/2020/12/16/vcf-4-1-on-vxrail-expand-a-cluster-add-node/ In this post I will provide an example walk-through of the process for removing a host from a VCF 4.1 on VxRail ‘VI Workload Domain (WLD)’. There are various reasons you may wish to perform this task […]

VxRail 0

VXRAIL 4.x – USEFUL LOG FILE INFORMATION

The following log files can be accessed either via console or SSH to VxRail Manager. Useful VxRail Manager Log Files /var/log/vmware/marvin/tomcat/logs/marvin.log /var/log/vmware/loudmouth/loudmouth.log /var/log/vmware/marvin/tomcat/logs/DellPTAgentResponse.log /var/log/mystic/connectors-cluster.log /var/log/mystic/connectors-esrs.log /var/log/mystic/lcm.log /var/log/mystic/management-account.log /var/log/mystic/hibernate.log /var/log/mystic/proactive_precheck.log /var/log/mystic/web.log ###Useful Log analysis commands### # less /var/log/vmware/marvin/tomcat/logs/marvin.log # cat /var/log/vmware/marvin/tomcat/logs/marvin.log # tail -f marvin.log # tail -f marvin.log | grep ERROR # tail -f marvin.log | grep ERROR –color # […]