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 年前檢視次數 348 次
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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南