Configuring AWS FSx

0

Still having issues with it Validating not sure why, the instance has full permissions so Im not sure where to go from here.

質問済み 1年前349ビュー
2回答
1

You can troubleshoot your network connectivity by installing the Amazon FSx Active Directory Validation tool which can be found in the link below.

How to Validate AD prior to FSx Installation: REF: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/validate-ad-config.html

回答済み 1年前
  • Good morning! and thank you for replying, but we have already tried that and we get the following :

    # DNS root of ActiveDirectory domain
    DomainDNSRoot = 'dms.local'
    
    # IP v4 addresses of DNS servers
    DnsIpAddresses = @('192.168.1.100')
    
    # Subnet IDs for Amazon FSx file server(s)
    SubnetIds = @('subnet-00a2914a')
    
    Credential = $Credential
    

    }

    $Result = Test-FSxADConfiguration @FSxADValidationArgs

    Name Value


    DnsIpAddresses {192.168.1.100} DomainDNSRoot dms.local Credential System.Management.Automation.PSCredential SubnetIds {subnet-00a2914a} Test-FSxADConfiguration : Cannot validate argument on parameter 'DomainDNSRoot'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again. At line:14 char:35

    • $Result = Test-FSxADConfiguration @FSxADValidationArgs
    •                               ~~~~~~~~~~~~~~~~~~~~
      
      • CategoryInfo : InvalidData: (:) [Test-FSxADConfiguration], ParameterBindingValidationException
      • FullyQualifiedErrorId : ParameterArgumentValidationError,Test-FSxADConfiguration This seems to be the issue we are having.
0

When you say you've not had issues before, do you mean you have existing FSx instances working OK? Are they in the same subnets and pointing to the same AD instance?

エキスパート
回答済み 1年前
  • Thank you for answering, and I mean in general. This is our first time using anything with FSx or AWS.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ