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.

gefragt vor einem Jahr348 Aufrufe
2 Antworten
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

beantwortet vor einem Jahr
  • 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?

EXPERTE
beantwortet vor einem Jahr
  • Thank you for answering, and I mean in general. This is our first time using anything with FSx or AWS.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen