{"id":14043,"date":"2025-07-25T13:55:55","date_gmt":"2025-07-25T11:55:55","guid":{"rendered":"https:\/\/irg-net.com\/?p=14043"},"modified":"2025-07-25T13:56:24","modified_gmt":"2025-07-25T11:56:24","slug":"vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers","status":"publish","type":"post","link":"https:\/\/irg-net.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/","title":{"rendered":"VxRail: VxVerify &#8211; suoders: Missing permissions in &#8216;\/etc\/sudoers&#8217;"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"304\" height=\"266\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2023\/07\/picture6-1.webp?resize=304%2C266&#038;ssl=1\" alt=\"\" class=\"wp-image-6036\" style=\"width:169px;height:auto\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2023\/07\/picture6-1.webp?w=304&amp;ssl=1 304w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2023\/07\/picture6-1.webp?resize=300%2C263&amp;ssl=1 300w\" sizes=\"auto, (max-width: 304px) 100vw, 304px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Even though I find it very sad how the fantastic hyperconverged and VMware-integrated solution <strong>Dell VxRail<\/strong> is currently being handled, there are still plenty of customers who are thrilled with it.<\/p>\n\n\n\n<p>During a vSphere 8 patch from 8.0 U2 to 8.0 U3, I was confronted with the above mentioned challenge from <strong>VxVerify<\/strong>.<\/p>\n\n\n\n<p>Don&#8217;t know what <strong>VxVerify<\/strong> is? See here:<\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-irgnet wp-block-embed-irgnet\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"hROoGLWI1e\"><a href=\"https:\/\/irg-net.com\/index.php\/dell-vxrail-health-check-with-vxverify-tool\/\">Dell VxRail Health Check with VxVerify Tool<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;Dell VxRail Health Check with VxVerify Tool&#8221; &#8212; irgNET\" src=\"https:\/\/irg-net.com\/index.php\/dell-vxrail-health-check-with-vxverify-tool\/embed\/#?secret=HTPuNoisCI#?secret=hROoGLWI1e\" data-secret=\"hROoGLWI1e\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:15px\"><code lang=\"python\" class=\"language-python\">#========================#=======#========#====================================================================#==============#\n|  Hostname \/ Category   |Status  Dell_KB |  Warnings or Failures, unless tests Passed                         ; Product S.N. |\n#========================#=======#========#====================================================================#==============#\n| VxRM                   | Warning 337432 | sudoers: Missing permissions in '\/etc\/sudoers'.                                  .|<\/code><\/pre>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>This warning occurs when the configuration of the file \/etc\/sudoers does not have permission for the following entries: <strong>tcserver ALL=(ALL) ALL<\/strong> and <strong>Defaults:tcserver targetpw<\/strong>. If not, a warning is thrown as show above.<\/p>\n\n\n\n<p>The expected output of the \/etc\/sudoers file is:<\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:15px\"><code lang=\"python\" class=\"language-python\">less \/etc\/sudoers\n\n## sudoers file.\n##\n## This file MUST be edited with the 'visudo' command as root.\n## Failure to use 'visudo' may result in syntax or file permission errors\n## that prevent sudo from running.\n##\n## See the sudoers man page for the details on how to write a sudoers file.\n##\n\n##\n## Host alias specification\n##\n## Groups of machines. These may include host names (optionally with wildcards),\n## IP addresses, network numbers or netgroups.\n# Host_Alias    WEBSERVERS = www1, www2, www3\n\n##\n## User alias specification\n##\n## Groups of users.  These may consist of user names, uids, Unix groups,\n## or netgroups.\n# User_Alias    ADMINS = millert, dowdy, mikef\n\n##\n## Cmnd alias specification\n##\n## Groups of commands.  Often used to group related commands together.\n# Cmnd_Alias    PROCESSES = \/usr\/bin\/nice, \/bin\/kill, \/usr\/bin\/renice, \\\n#                           \/usr\/bin\/pkill, \/usr\/bin\/top\n# Cmnd_Alias    REBOOT = \/sbin\/halt, \/sbin\/reboot, \/sbin\/poweroff\n\n##\n## Defaults specification\n##\n## Prevent environment variables from influencing programs in an\n## unexpected or harmful way (CVE-2005-2959, CVE-2005-4158, CVE-2006-0151)\nDefaults always_set_home\n## Path that will be used for every command run from sudo\nDefaults secure_path=\"\/usr\/sbin:\/usr\/bin:\/sbin:\/bin\"\nDefaults env_reset\n## Change env_reset to !env_reset in previous line to keep all environment variables\n## Following list will no longer be nevessary after this change\nDefaults env_keep = \"LANG LC_ADDRESS LC_CTYPE LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_ATIME LC_ALL LANGUAGE LINGUAS XDG_SESSION_COOKIE\"\n## Comment out the preceding line and uncomment the following one if you need\n## to use special input methods. This may allow users to compromise the root\n## account if they are allowed to run commands without authentication.\n#Defaults env_keep = \"LANG LC_ADDRESS LC_CTYPE LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_ATIME LC_ALL LANGUAGE LINGUAS XDG_SESSION_COOKIE\"\n\n## Do not insult users when they enter an incorrect password.\nDefaults !insults\n\n## Uncomment to use a hard-coded PATH instead of the user's to find commands\n# Defaults secure_path=\"\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin\"\n##\n## Uncomment to send mail if the user does not enter the correct password.\n# Defaults mail_badpass\n##\n## Uncomment to enable logging of a command's output, except for\n## sudoreplay and reboot.  Use sudoreplay to play back logged sessions.\n# Defaults log_output\n# Defaults!\/usr\/bin\/sudoreplay !log_output\n# Defaults!REBOOT !log_output\n\n## In the default (unconfigured) configuration, sudo asks for the root password.\n## This allows use of an ordinary user account for administration of a freshly\n## installed system. When configuring sudo, delete the two\n## following lines:\nDefaults !targetpw\n\n##\n## Runas alias specification\n##\n\n##\n## User privilege specification\n##\nroot ALL=(ALL) ALL\n\n## Uncomment to allow members of group wheel to execute any command\n# %wheel ALL=(ALL) ALL\n\n## Same thing without a password\n# %wheel ALL=(ALL) NOPASSWD: ALL\n\n## Read drop-in files from \/etc\/sudoers.d\n## (the '#' here does not indicate a comment)\n#includedir \/etc\/sudoers.d\n\n# For the STIG\nmystic ALL=(ALL) NOPASSWD: \/mystic\/stig\/info\nservice ALL=(ALL) NOPASSWD: \/usr\/sbin\/rabbitmqctl *\nservice ALL=(ALL) NOPASSWD: \/usr\/sbin\/service rabbitmq-server *\nservice ALL=(ALL) NOPASSWD: \/usr\/sbin\/service vmware-marvin *\nservice ALL=(ALL) NOPASSWD: \/usr\/sbin\/service runjars *\nDefaults timestamp_timeout=0\nDefaults !rootpw\nDefaults !runaspw\nDefaults !targetpw\ntcserver ALL=(ALL) ALL\nDefaults:tcserver targetpw<\/code><\/pre>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>There are two ways to get rid of the warning. Either run <strong>VxVerify as root user including Autofix, i.e. the -f or &#8211;fix argument<\/strong>, which automatically corrects the file.<\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:15px\"><code lang=\"python\" class=\"language-python\">After applying autofix:\n\n#========================#=======#========#====================================================================#==============#\n|  Hostname \/ Category   |Status  Dell_KB |  Warnings or Failures, unless tests Passed                         ; Product S.N. |\n#========================#=======#========#====================================================================#==============#\n| VxRM                   | _Fixed  337432 | sudoers: Updated '\/etc\/sudoers' with missing entries successful     <\/code><\/pre>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Alternatively, and this is my preferred method, <strong>edit \/etc\/sudoers manually<\/strong> with the following command:<\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:15px\"><code lang=\"python\" class=\"language-python\">sudo vi \/etc\/sudoers<\/code><\/pre>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-c2e62a6dd714d7e584890e8ee44660d6\" style=\"color:#fe0000\"><strong>Important!!! Please make sure to take a snapshot or backup of the VxRail Manager before you edit the Suoders File.<\/strong><\/p>\n\n\n\n<p>Then run <strong>VxVerify<\/strong> again and the warning should no longer appear. That&#8217;s it for this blog post. If you have any questions, please use the comments section.<\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Even though I find it very sad how the fantastic hyperconverged and VMware-integrated solution Dell VxRail is currently being handled, there are still plenty of customers who are thrilled with it. During a vSphere 8 patch from 8.0 U2 to 8.0 U3, I was confronted with the above mentioned challenge from VxVerify. Don&#8217;t know what [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":true,"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,48],"tags":[],"class_list":["post-14043","post","type-post","status-publish","format-standard","hentry","category-blog","category-dellemc","category-dell-vxrail"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>VxRail: VxVerify - suoders: Missing permissions in &#039;\/etc\/sudoers&#039; - irgNET<\/title>\n<meta name=\"description\" content=\"During a vSphere 8 patch from 8.0 U2 to 8.0 U3, I was confronted with the above mentioned challenge from VxVerify.\" \/>\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\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VxRail: VxVerify - suoders: Missing permissions in &#039;\/etc\/sudoers&#039; - irgNET\" \/>\n<meta property=\"og:description\" content=\"During a vSphere 8 patch from 8.0 U2 to 8.0 U3, I was confronted with the above mentioned challenge from VxVerify.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/\" \/>\n<meta property=\"og:site_name\" content=\"irgNET\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-25T11:55:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-25T11:56:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/wp-content\/uploads\/2023\/07\/picture6-1.webp\" \/>\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\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/\"},\"author\":{\"name\":\"H. Cemre G\u00fcnay\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/person\\\/71b46e79e8c12bdc8e610214a6621a66\"},\"headline\":\"VxRail: VxVerify &#8211; suoders: Missing permissions in &#8216;\\\/etc\\\/sudoers&#8217;\",\"datePublished\":\"2025-07-25T11:55:55+00:00\",\"dateModified\":\"2025-07-25T11:56:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/\"},\"wordCount\":210,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/picture6-1.webp\",\"articleSection\":[\"Blog\",\"Dell\",\"Dell VxRail\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/\",\"name\":\"VxRail: VxVerify - suoders: Missing permissions in '\\\/etc\\\/sudoers' - irgNET\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/picture6-1.webp\",\"datePublished\":\"2025-07-25T11:55:55+00:00\",\"dateModified\":\"2025-07-25T11:56:24+00:00\",\"description\":\"During a vSphere 8 patch from 8.0 U2 to 8.0 U3, I was confronted with the above mentioned challenge from VxVerify.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/picture6-1.webp?fit=304%2C266&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/picture6-1.webp?fit=304%2C266&ssl=1\",\"width\":304,\"height\":266},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"VxRail: VxVerify &#8211; suoders: Missing permissions in &#8216;\\\/etc\\\/sudoers&#8217;\"}]},{\"@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":"VxRail: VxVerify - suoders: Missing permissions in '\/etc\/sudoers' - irgNET","description":"During a vSphere 8 patch from 8.0 U2 to 8.0 U3, I was confronted with the above mentioned challenge from VxVerify.","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\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/","og_locale":"en_US","og_type":"article","og_title":"VxRail: VxVerify - suoders: Missing permissions in '\/etc\/sudoers' - irgNET","og_description":"During a vSphere 8 patch from 8.0 U2 to 8.0 U3, I was confronted with the above mentioned challenge from VxVerify.","og_url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/","og_site_name":"irgNET","article_published_time":"2025-07-25T11:55:55+00:00","article_modified_time":"2025-07-25T11:56:24+00:00","og_image":[{"url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/wp-content\/uploads\/2023\/07\/picture6-1.webp","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\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/#article","isPartOf":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/"},"author":{"name":"H. Cemre G\u00fcnay","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/person\/71b46e79e8c12bdc8e610214a6621a66"},"headline":"VxRail: VxVerify &#8211; suoders: Missing permissions in &#8216;\/etc\/sudoers&#8217;","datePublished":"2025-07-25T11:55:55+00:00","dateModified":"2025-07-25T11:56:24+00:00","mainEntityOfPage":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/"},"wordCount":210,"commentCount":0,"publisher":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/#primaryimage"},"thumbnailUrl":"https:\/\/irg-net.com\/wp-content\/uploads\/2023\/07\/picture6-1.webp","articleSection":["Blog","Dell","Dell VxRail"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/","name":"VxRail: VxVerify - suoders: Missing permissions in '\/etc\/sudoers' - irgNET","isPartOf":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/#primaryimage"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/#primaryimage"},"thumbnailUrl":"https:\/\/irg-net.com\/wp-content\/uploads\/2023\/07\/picture6-1.webp","datePublished":"2025-07-25T11:55:55+00:00","dateModified":"2025-07-25T11:56:24+00:00","description":"During a vSphere 8 patch from 8.0 U2 to 8.0 U3, I was confronted with the above mentioned challenge from VxVerify.","breadcrumb":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/#primaryimage","url":"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2023\/07\/picture6-1.webp?fit=304%2C266&ssl=1","contentUrl":"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2023\/07\/picture6-1.webp?fit=304%2C266&ssl=1","width":304,"height":266},{"@type":"BreadcrumbList","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/vxrail-vxverify-suoders-missing-permissions-in-etc-sudoers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/"},{"@type":"ListItem","position":2,"name":"VxRail: VxVerify &#8211; suoders: Missing permissions in &#8216;\/etc\/sudoers&#8217;"}]},{"@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\/14043","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=14043"}],"version-history":[{"count":3,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/14043\/revisions"}],"predecessor-version":[{"id":14046,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/14043\/revisions\/14046"}],"wp:attachment":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/media?parent=14043"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/categories?post=14043"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/tags?post=14043"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}