UI of IPA server is not coming up on AWS ec2 instance?

477 views Asked by At

I have installed the IPA server on AWS EC2 instance by the following method:

  1. Updated the /etc/hosts file

  2. Installed the software:

    yum install ipa-server ip-server-dns bind bind-dyndb-ldap yum install ipa-server-dns
    
  3. iptables --flush

  4. firewall-cmd --permanent --add-port={80/tcp,443/tcp,389/tcp,636/tcp,88/tcp,464/tcp,53/tcp,88/udp,464/udp,53/udp,123/udp}

    firewall-cmd --reload
    
  5. Ran the following command:

    ipa-server-install —setup-dns
    

After successful installation ran kinit admin

I am still unable to see the ui in my browser.

When I checked it found out that dirsrv and ipa_memcached services are not running. How can I enable those services and see the IPA server UI?

0

There are 0 answers