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.

asked a year ago342 views
2 Answers
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

answered a year ago
  • 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?

EXPERT
answered a year ago
  • Thank you for answering, and I mean in general. This is our first time using anything with FSx or AWS.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions