{"id":311,"date":"2021-07-02T12:58:57","date_gmt":"2021-07-02T10:58:57","guid":{"rendered":"https:\/\/irg-net.com\/?p=311"},"modified":"2022-07-06T01:17:26","modified_gmt":"2022-07-05T23:17:26","slug":"dell-emc-vxrail-7-0-useful-log-file-information","status":"publish","type":"post","link":"https:\/\/irg-net.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/","title":{"rendered":"Dell EMC VxRail 7.0 \u2013 Useful Log File Information"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_.png?resize=384%2C48&#038;ssl=1\" alt=\"\" class=\"wp-image-1586\" width=\"384\" height=\"48\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_.png?resize=1024%2C128&amp;ssl=1 1024w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_.png?resize=300%2C38&amp;ssl=1 300w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_.png?resize=768%2C96&amp;ssl=1 768w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_.png?resize=1536%2C192&amp;ssl=1 1536w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_.png?resize=2048%2C256&amp;ssl=1 2048w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_.png?w=2280&amp;ssl=1 2280w\" sizes=\"auto, (max-width: 384px) 100vw, 384px\" \/><\/figure>\n<\/div>\n\n\n<p>The following log files can be accessed either via console or SSH to VxRail Manager.<\/p>\n\n\n\n<p>Monitor Dell EMC VxRail&nbsp;bring-up logs:<strong>&nbsp;dayone.log , short.term.log<\/strong>&nbsp;<strong>&amp; firstboot.log<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"font-size:14px\"><li><strong>dayone.log <\/strong>\u2013 detailed information in relation to initial first run configuration. <ul><li><strong>(\/var\/log\/microservice_log\/dayone.log)<\/strong><\/li><\/ul><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">cd \/var\/log\/microservice_log\/\n\n# cat dayone.log\n# tail -f dayone.log\n# tail -f dayone.log | grep ERROR\n# tail -n 100 dayone.log\n# more dayone.log<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\" style=\"font-size:14px\"><li><strong>short.term.log <\/strong>\u2013 micro services related information.<strong> <\/strong><ul><li><strong>(\/var\/log\/microservice_log\/short.term.log)<\/strong><\/li><\/ul><\/li><\/ul>\n\n\n\n<p>Note:&nbsp;<strong>short.term.log<\/strong>&nbsp;is a good starting point for all microservices related information. For specific microservice log detail filter by the microservices name for example:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">cat short.term.log | grep microservice.do-vxrail\ncat short.term.log | grep microservice.do-host\ncat short.term.log | grep microservice.do-cluster\ncat short.term.log | grep microservice.do-network\ncat short.term.log | grep microservice.do-vm\ncat short.term.log | grep microservice.do-ecosystem\ncat short.term.log | grep microservice.do-eservices\ncat short.term.log | grep microservice.do-storage<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\" style=\"font-size:14px\"><li><strong>firstboot.log<\/strong> \u2013 detailed information in relation to micro services boot up during initial configuration. <ul><li><strong>(\/var\/log\/firstboot.log)<\/strong><\/li><\/ul><\/li><\/ul>\n\n\n\n<div style=\"height:44px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>more options for log viewing:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:12px\"><code class=\"\">\/var\/log\/vmware\/marvin\/tomcat\/logs\/marvin.log # Expansion activity\n\/var\/log\/vmware\/marvin\/tomcat\/logs\/localhost_access_log.txt # http Requests predominately vCenter Plugin requests\n\/var\/log\/vmware\/loudmouth\/loudmouth.log # Discovery\n\/var\/log\/vmware\/marvin\/tomcat\/logs\/DellPTAgentResponse.log # PTAgent connectivity issues\n\/var\/log\/mystic\/connectors-cluster.log # Cluster related info such as disk replace, health, shutdown,LED\n\/var\/log\/mystic\/connectors-market.log # Market Catalog\n\/var\/log\/mystic\/connectors-esrs.log # ESRS\n\/var\/log\/mystic\/connectors-eservice.log # Support a\/c info, composite bundle download, online chat, community\n\/var\/log\/mystic\/web.log # Upgrade info\n\/var\/log\/mystic\/lcm-do.log # \u2018DO\u2019 related micro services info during LCM\n\/var\/log\/mystic\/lcm-web.log # Upgrade info\n\/var\/log\/mystic\/lcm-migration.log # If OVA deployment part of upgrade sequence<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Generate log bundle<\/h3>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">python \/mystic\/generateLogBundle.py -v<\/code><\/pre>\n\n\n\n<p><strong>Bundle location<\/strong>: \/tmp\/mystic\/dc<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Useful Log analysis commands<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">less \/var\/log\/vmware\/marvin\/tomcat\/logs\/marvin.log\ncat \/var\/log\/vmware\/marvin\/tomcat\/logs\/marvin.log\ntail -f marvin.log\ntail -f marvin.log | grep ERROR\ntail -f marvin.log | grep ERROR \u2013color\ntail -n 100 marvin.log\nmore marvin.log\nhistory\ndu -sh \/var\/log\n\/mystic\/generateFullLogBundle<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">JSON<\/h3>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">cat \/var\/lib\/vmware-marvin\/config-initial.json | json_pp<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Manifest File<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">cat \/var\/lib\/vmware-marvin\/manifest.xml<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Application Properties<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">cat \/usr\/lib\/vmware-marvin\/marvind\/webapps\/ROOT\/WEB-INF\/classes\/application.properties<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>DNS<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">cat \/etc\/resolv.conf<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>NTP<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">cat \/etc\/ntp.conf<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>vCenter Logs<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">tail -f \/var\/log\/vmware\/vpxd\/vpxd.log<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>ESXi<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">tail -f \/var\/run\/log\/platform_svc.log\ntail -f \/var\/log\/vmkernel.log\n\/opt\/dell\/DellPTAgent\/tools\/ipmitool_static fru print 17\nesxcli software vib list | grep marvin\nvmware -vl\nesxcfg-vmknic -l<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Useful Reference<\/strong><\/h3>\n\n\n\n<p><a href=\"https:\/\/www.linux.com\/training-tutorials\/14-tail-and-head-commands-linuxunix\/\">https:\/\/www.linux.com\/training-tutorials\/14-tail-and-head-commands-linuxunix\/<\/a><\/p>\n\n\n\n<div style=\"height:55px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If you have any questions or feedback, feel free to leave a comment. \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The following log files can be accessed either via console or SSH to VxRail Manager. Monitor Dell EMC VxRail&nbsp;bring-up logs:&nbsp;dayone.log , short.term.log&nbsp;&amp; firstboot.log: dayone.log \u2013 detailed information in relation to initial first run configuration. (\/var\/log\/microservice_log\/dayone.log) short.term.log \u2013 micro services related information. (\/var\/log\/microservice_log\/short.term.log) Note:&nbsp;short.term.log&nbsp;is a good starting point for all microservices related information. For specific microservice [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1,18],"tags":[],"class_list":["post-311","post","type-post","status-publish","format-standard","hentry","category-blog","category-dellemc"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Dell EMC VxRail 7.0 \u2013 Useful Log File Information - irgNET<\/title>\n<meta name=\"description\" content=\"The following log files can be accessed either via console or SSH to Dell EMC VxRail Manager.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dell EMC VxRail 7.0 \u2013 Useful Log File Information - irgNET\" \/>\n<meta property=\"og:description\" content=\"The following log files can be accessed either via console or SSH to Dell EMC VxRail Manager.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/\" \/>\n<meta property=\"og:site_name\" content=\"irgNET\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-02T10:58:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-05T23:17:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_-1024x128.png\" \/>\n<meta name=\"author\" content=\"H. Cemre G\u00fcnay\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@irg_net\" \/>\n<meta name=\"twitter:site\" content=\"@irg_net\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"H. Cemre G\u00fcnay\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/\"},\"author\":{\"name\":\"H. Cemre G\u00fcnay\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/person\\\/71b46e79e8c12bdc8e610214a6621a66\"},\"headline\":\"Dell EMC VxRail 7.0 \u2013 Useful Log File Information\",\"datePublished\":\"2021-07-02T10:58:57+00:00\",\"dateModified\":\"2022-07-05T23:17:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/\"},\"wordCount\":164,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Dell_Technologies_logo.svg_-1024x128.png\",\"articleSection\":[\"Blog\",\"Dell\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/\",\"name\":\"Dell EMC VxRail 7.0 \u2013 Useful Log File Information - irgNET\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Dell_Technologies_logo.svg_-1024x128.png\",\"datePublished\":\"2021-07-02T10:58:57+00:00\",\"dateModified\":\"2022-07-05T23:17:26+00:00\",\"description\":\"The following log files can be accessed either via console or SSH to Dell EMC VxRail Manager.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Dell_Technologies_logo.svg_.png?fit=2560%2C320&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Dell_Technologies_logo.svg_.png?fit=2560%2C320&ssl=1\",\"width\":2560,\"height\":320},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/dell-emc-vxrail-7-0-useful-log-file-information\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dell EMC VxRail 7.0 \u2013 Useful Log File Information\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#website\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\",\"name\":\"irgNET\",\"description\":\"a virtual Knowledge Base\",\"publisher\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\",\"name\":\"irg-NET\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i2.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i2.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1\",\"width\":2048,\"height\":2048,\"caption\":\"irg-NET\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/irg_net\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/h-cemre-g\u00fcnay-2b61601b4\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC8GknhO5YMAkAoVxppu6aaQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/person\\\/71b46e79e8c12bdc8e610214a6621a66\",\"name\":\"H. Cemre G\u00fcnay\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g\",\"caption\":\"H. Cemre G\u00fcnay\"},\"sameAs\":[\"http:\\\/\\\/192.168.34.155\\\/wordpress\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Dell EMC VxRail 7.0 \u2013 Useful Log File Information - irgNET","description":"The following log files can be accessed either via console or SSH to Dell EMC VxRail Manager.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/","og_locale":"en_US","og_type":"article","og_title":"Dell EMC VxRail 7.0 \u2013 Useful Log File Information - irgNET","og_description":"The following log files can be accessed either via console or SSH to Dell EMC VxRail Manager.","og_url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/","og_site_name":"irgNET","article_published_time":"2021-07-02T10:58:57+00:00","article_modified_time":"2022-07-05T23:17:26+00:00","og_image":[{"url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_-1024x128.png","type":"","width":"","height":""}],"author":"H. Cemre G\u00fcnay","twitter_card":"summary_large_image","twitter_creator":"@irg_net","twitter_site":"@irg_net","twitter_misc":{"Written by":"H. Cemre G\u00fcnay","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/#article","isPartOf":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/"},"author":{"name":"H. Cemre G\u00fcnay","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/person\/71b46e79e8c12bdc8e610214a6621a66"},"headline":"Dell EMC VxRail 7.0 \u2013 Useful Log File Information","datePublished":"2021-07-02T10:58:57+00:00","dateModified":"2022-07-05T23:17:26+00:00","mainEntityOfPage":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/"},"wordCount":164,"commentCount":1,"publisher":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/#primaryimage"},"thumbnailUrl":"https:\/\/irg-net.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_-1024x128.png","articleSection":["Blog","Dell"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/","name":"Dell EMC VxRail 7.0 \u2013 Useful Log File Information - irgNET","isPartOf":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/#primaryimage"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/#primaryimage"},"thumbnailUrl":"https:\/\/irg-net.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_-1024x128.png","datePublished":"2021-07-02T10:58:57+00:00","dateModified":"2022-07-05T23:17:26+00:00","description":"The following log files can be accessed either via console or SSH to Dell EMC VxRail Manager.","breadcrumb":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/#primaryimage","url":"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_.png?fit=2560%2C320&ssl=1","contentUrl":"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/07\/Dell_Technologies_logo.svg_.png?fit=2560%2C320&ssl=1","width":2560,"height":320},{"@type":"BreadcrumbList","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/dell-emc-vxrail-7-0-useful-log-file-information\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/"},{"@type":"ListItem","position":2,"name":"Dell EMC VxRail 7.0 \u2013 Useful Log File Information"}]},{"@type":"WebSite","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#website","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/","name":"irgNET","description":"a virtual Knowledge Base","publisher":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization","name":"irg-NET","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/logo\/image\/","url":"https:\/\/i2.wp.com\/irg-net.com\/wp-content\/uploads\/2021\/06\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1","contentUrl":"https:\/\/i2.wp.com\/irg-net.com\/wp-content\/uploads\/2021\/06\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1","width":2048,"height":2048,"caption":"irg-NET"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/irg_net","https:\/\/www.linkedin.com\/in\/h-cemre-g\u00fcnay-2b61601b4\/","https:\/\/www.youtube.com\/channel\/UC8GknhO5YMAkAoVxppu6aaQ"]},{"@type":"Person","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/person\/71b46e79e8c12bdc8e610214a6621a66","name":"H. Cemre G\u00fcnay","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/secure.gravatar.com\/avatar\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g","caption":"H. Cemre G\u00fcnay"},"sameAs":["http:\/\/192.168.34.155\/wordpress"]}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/comments?post=311"}],"version-history":[{"count":13,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/311\/revisions"}],"predecessor-version":[{"id":1590,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/311\/revisions\/1590"}],"wp:attachment":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/media?parent=311"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/categories?post=311"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/tags?post=311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}