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.

posta un anno fa349 visualizzazioni
2 Risposte
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

con risposta un anno fa
  • 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?

ESPERTO
con risposta un anno fa
  • Thank you for answering, and I mean in general. This is our first time using anything with FSx or AWS.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande