{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/ko-kr/powershell/","_op_gitContributorInformation":{"author":{"display_name":"Erika Doyle Navara","id":"2170770","name":"erikadoyle","profile_url":"https://github.com/erikadoyle"},"contributors":[{"display_name":"Ryan Wike","id":"1577071","name":"rwike77","profile_url":"https://github.com/rwike77"},{"display_name":"qinezh","id":"15644078","name":"qinezh","profile_url":"https://github.com/qinezh"}],"update_at":"2026. 8. 10.","updated_at_date_time":"2026-08-10T18:24:28.0422086Z"},"_path":"module/servicefabric/disable-servicefabricnode.json","_rel":"../../","_tocRel":"../service-fabric/toc.json","apiPlatform":"powershell","author":"erikadoyle","brand":"azure","breadcrumb_path":"/powershell/bread/toc.json","canonical_url":"https://learn.microsoft.com/ko-kr/powershell/module/servicefabric/disable-servicefabricnode?view=azureservicefabricps","content_git_url":"https://github.com/Azure/azure-docs-powershell-servicefabric/blob/live/Service-Fabric-cmdlets/ServiceFabric/Disable-ServiceFabricNode.md","default_moniker":"azureservicefabricps","depot_name":"Azure.azureps-servicefabric","description":"Service Fabric 노드를 사용하지 않도록 설정합니다.","external help file":"Microsoft.ServiceFabric.Powershell.dll-Help.xml","git_commit_id":"2c870aa50382997c7df26284c662244c30f10ed9","gitcommit":"https://github.com/Azure/azure-docs-powershell-servicefabric/blob/2c870aa50382997c7df26284c662244c30f10ed9/Service-Fabric-cmdlets/ServiceFabric/Disable-ServiceFabricNode.md","github_contributors":["erikadoyle","rwike77","qinezh"],"locale":"ko-kr","Module Name":"ServiceFabric","monikers":["azureservicefabricps"],"ms.assetid":"27DE3E8D-897E-498F-A0EA-9BF60E5688B0","ms.author":"edoyle","ms.date":"05/07/2019","ms.devlang":"powershell","ms.manager":"gwallace","ms.service":"azure-service-fabric","ms.topic":"reference","online version":"","open_to_public_contributors":false,"original_content_git_url":"https://github.com/Azure/azure-docs-powershell-servicefabric/blob/live/Service-Fabric-cmdlets/ServiceFabric/Disable-ServiceFabricNode.md","original_content_git_url_template":"{repo}/blob/{branch}/Service-Fabric-cmdlets/ServiceFabric/Disable-ServiceFabricNode.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/e23899b2-c37a-45de-abc2-b8ae68bc8d1b","https://authoring-docs-microsoft.poolparty.biz/devrel/8bce367e-2e90-4b56-9ed5-5e4e9f3a2dc3"],"searchScope":["Azure"],"showPowerShellPicker":"true","site_name":"Docs","title":"Disable-ServiceFabricNode","uhfHeaderId":"Azure.yml","updated_at":"2026-08-10 06:24 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/servicefabric/disable-servicefabricnode","monikerGroup":"211ed502c73b0cca8ae5b56c0993186a","name":"Disable-ServiceFabricNode","schemaType":"PowershellCmdlet","summary":"<p>Service Fabric 노드를 사용하지 않도록 설정합니다.</p>\n","uid":"ServiceFabric.Disable-ServiceFabricNode"}]},"_xrefmap":{"ServiceFabric":{"href":"./","monikerGroup":"211ed502c73b0cca8ae5b56c0993186a","name":"ServiceFabric","schemaType":"PowershellModule","uid":"ServiceFabric"},"ServiceFabric.Disable-ServiceFabricNode":{"href":"disable-servicefabricnode","monikerGroup":"211ed502c73b0cca8ae5b56c0993186a","name":"Disable-ServiceFabricNode","schemaType":"PowershellCmdlet","summary":"<p>Service Fabric 노드를 사용하지 않도록 설정합니다.</p>\n","uid":"ServiceFabric.Disable-ServiceFabricNode"}},"description":"<p>\n              <strong>Disable-ServiceFabricNode</strong> cmdlet은 노드의 복제본에 영향을 줄 수 있는 노드에서 관리 작업을 수행하기 전에 Service Fabric에 알릴 수 있습니다.</p>\n<p>예를 들어 노드를 다시 시작하기 전에 의도 다시 시작을 사용하여 노드를 사용하지 않도록 설정하면 Service Fabric이 노드의 복제본을 정상적으로 닫도록 알릴 수 있습니다.\n노드를 다시 시작하기 전에 노드가 비활성화될 때까지 기다려야 합니다.\n\n              <a href=\"get-servicefabricnode\">Get-ServiceFabricNode</a> cmdlet을 사용하여 노드의 비활성화 상태를 확인합니다.\nService Fabric은 이러한 복제본이 닫혀 있더라도 서비스를 계속 사용할 수 있도록 합니다.\n노드는 서비스 가용성에 영향을 주지 않고 사용하지 않도록 설정하는 것이 안전할 때까지 비활성화 상태로 유지됩니다.\n다시 시작이 완료되면 <a href=\"enable-servicefabricnode\">Enable-ServiceFabricNode</a> cmdlet을 사용하여 노드를 사용하도록 설정할 수 있습니다. 그러면 이제 노드를 복제본 배치에 사용할 수 있음을 Service Fabric에 알릴 수 있습니다.</p>\n<p>Service Fabric 클러스터를 관리하려면 관리자 권한으로 실행 옵션을 사용하여 Windows PowerShell을 시작합니다.\nService Fabric 클러스터에서 작업을 수행하기 전에 <a href=\"connect-servicefabriccluster\">Connect-ServiceFabricCluster</a> cmdlet을 사용하여 클러스터에 대한 연결을 설정합니다.</p>\n","examples":[{"code":"PS C:\\> Disable-ServiceFabricNode -NodeName \"DB.41\" -Intent Restart","description":"<p>이 명령은 노드 이름이 DB.41인 노드를 사용하지 않도록 설정하고 의도를 다시 시작합니다.</p>\n","summary":"","title":"예제 1: 의도 다시 시작을 사용하여 노드 비활성화"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"connect-servicefabriccluster","text":"Connect-ServiceFabricCluster"},{"href":"get-servicefabricclusterconnection","text":"Get-ServiceFabricClusterConnection"},{"href":"enable-servicefabricnode","text":"Enable-ServiceFabricNode"},{"href":"get-servicefabricnode","text":"Get-ServiceFabricNode"}],"module":"ServiceFabric","name":"Disable-ServiceFabricNode","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">System.Object</span>\n"}],"parameters":[{"aliases":"cf","defaultValue":"False","description":"<p>cmdlet을 실행하기 전에 확인 메시지를 표시합니다.</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>사용자 확인을 요청하지 않고 명령을 강제로 실행합니다.</p>\n","name":"Force","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>사용 안 함 노드의 의도를 지정합니다.\n의도는 Service Fabric이 노드에 대해 수행하는 작업을 결정합니다.\n이 매개 변수에 허용되는 값은 다음과 같습니다.</p>\n<ul>\n<li>일시 중지.\n노드에 새 복제본이 배치되지 않습니다.\n기존 복제본은 계속 실행됩니다.\n노드에서 실행되는 복제본을 디버그하도록 이 설정을 지정할 수 있습니다.</li>\n<li>다시 시작할.\n노드의 기존 복제본은 닫힙니다.\n복제본은 다른 노드로 이동되지 않습니다.\n패치를 설치하기 위해 노드를 다시 시작해야 하는 경우 이 설정을 지정할 수 있습니다.</li>\n<li>RemoveData.\n노드의 데이터가 영구적으로 손실되도록 지정합니다.\n이 cmdlet은 고가용성을 보장하기 위해 다른 노드의 노드에서 실행되는 복제본의 복사본을 만듭니다.\n하드 디스크를 이미지로 다시 설치할 때 이 설정을 지정할 수 있습니다.</li>\n<li>RemoveNode.\n노드의 데이터가 영구적으로 손실되도록 지정합니다.\n이 cmdlet은 고가용성을 보장하기 위해 다른 노드의 노드에서 실행되는 복제본의 복사본을 만듭니다.\n클러스터에서 노드를 제거할 때 이 설정을 지정할 수 있습니다.</li>\n</ul>\n","isRequired":true,"name":"Intent","parameterValueGroup":"Invalid, Pause, Restart, RemoveData, RemoveNode","position":"1","type":"<span class=\"no-loc xref\">NodeDeactivationIntent</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Service Fabric 노드의 이름을 지정합니다.\ncmdlet은 지정한 노드를 사용하지 않도록 설정합니다.</p>\n","isRequired":true,"name":"NodeName","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>작업의 제한 시간(초)을 지정합니다.</p>\n","name":"TimeoutSec","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"wi","defaultValue":"False","description":"<p>cmdlet이 실행되면 어떻게 되는지 보여 주세요.\ncmdlet이 실행되지 않습니다.</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>Service Fabric 노드를 사용하지 않도록 설정합니다.</p>\n","syntaxes":["Disable-ServiceFabricNode [-NodeName] <String> [-Intent] <NodeDeactivationIntent> [-Force]\n [-TimeoutSec <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ServiceFabric.Disable-ServiceFabricNode","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"ko-kr","loc_version":"2024-11-01T06:51:51.0719426Z","loc_source_id":"Github-70665156#live","loc_file_id":"Github-70665156.live.Azure.azureps-servicefabric.Service-Fabric-cmdlets/ServiceFabric/Disable-ServiceFabricNode.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/servicefabric/disable-servicefabricnode","monikerGroup":"211ed502c73b0cca8ae5b56c0993186a","name":"Disable-ServiceFabricNode","schemaType":"PowershellCmdlet","summary":"<p>Service Fabric 노드를 사용하지 않도록 설정합니다.</p>\n","uid":"ServiceFabric.Disable-ServiceFabricNode"}],"canonical_url":"https://learn.microsoft.com/ko-kr/powershell/module/servicefabric/disable-servicefabricnode?view=azureservicefabricps","_op_canonicalUrl":"https://learn.microsoft.com/ko-kr/powershell/module/servicefabric/disable-servicefabricnode?view=azureservicefabricps"},"pageMetadata":"<meta name=\"description\" content=\"<p>\n              <strong>Disable-ServiceFabricNode</strong> cmdlet은 노드의 복제본에 영향을 줄 수 있는 노드에서 관리 작업을 수행하기 전에 Service Fabric에 알릴 수 있습니다.</p>\n<p>예를 들어 노드를 다시 시작하기 전에 의도 다시 시작을 사용하여 노드를 사용하지 않도록 설정하면 Service Fabric이 노드의 복제본을 정상적으로 닫도록 알릴 수 있습니다.\n노드를 다시 시작하기 전에 노드가 비활성화될 때까지 기다려야 합니다.\n\n              <a href=&quot;get-servicefabricnode&quot;>Get-ServiceFabricNode</a> cmdlet을 사용하여 노드의 비활성화 상태를 확인합니다.\nService Fabric은 이러한 복제본이 닫혀 있더라도 서비스를 계속 사용할 수 있도록 합니다.\n노드는 서비스 가용성에 영향을 주지 않고 사용하지 않도록 설정하는 것이 안전할 때까지 비활성화 상태로 유지됩니다.\n다시 시작이 완료되면 <a href=&quot;enable-servicefabricnode&quot;>Enable-ServiceFabricNode</a> cmdlet을 사용하여 노드를 사용하도록 설정할 수 있습니다. 그러면 이제 노드를 복제본 배치에 사용할 수 있음을 Service Fabric에 알릴 수 있습니다.</p>\n<p>Service Fabric 클러스터를 관리하려면 관리자 권한으로 실행 옵션을 사용하여 Windows PowerShell을 시작합니다.\nService Fabric 클러스터에서 작업을 수행하기 전에 <a href=&quot;connect-servicefabriccluster&quot;>Connect-ServiceFabricCluster</a> cmdlet을 사용하여 클러스터에 대한 연결을 설정합니다.</p>\n\" />\r\n<meta name=\"hideEdit\" content=\"true\" />\r\n<meta name=\"loc_file_id\" content=\"Github-70665156.live.Azure.azureps-servicefabric.Service-Fabric-cmdlets/ServiceFabric/Disable-ServiceFabricNode.md\" />\r\n<meta name=\"loc_source_id\" content=\"Github-70665156#live\" />\r\n<meta name=\"loc_version\" content=\"2024-11-01T06:51:51.0719426Z\" />\r\n<meta name=\"module\" content=\"ServiceFabric\" />\r\n<meta name=\"ms.contentlocale\" content=\"ko-kr\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"Disable-ServiceFabricNode\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>Service Fabric 노드를 사용하지 않도록 설정합니다.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"Disable-ServiceFabricNode [-NodeName] <String> [-Intent] <NodeDeactivationIntent> [-Force]\n [-TimeoutSec <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ServiceFabric.Disable-ServiceFabricNode\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}