XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. newbie2xcp
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 8
    • Groups 0

    newbie2xcp

    @newbie2xcp

    1
    Reputation
    3
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    newbie2xcp Unfollow Follow

    Best posts made by newbie2xcp

    • RE: XOA deploy error

      link above uses https and I get this error
      [16:39 r530-n3 ~]# curl https://xoa.io/deploy > deploy.sh
      % Total % Received % Xferd Average Speed Time Time Time Current
      Dload Upload Total Spent Left Speed
      0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
      curl: (35) OpenSSL/1.0.2k-fips: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

      use http instead downloads script
      [16:39 r530-n3 ~]# curl http://xoa.io/deploy > deploy.sh
      % Total % Received % Xferd Average Speed Time Time Time Current
      Dload Upload Total Spent Left Speed
      100 4970 100 4970 0 0 20525 0 --:--:-- --:--:-- --:--:-- 20622
      [16:40 r530-n3 ~]# cat deploy.sh

      We did figure out Fortinet was blocking something for port 8888 and the FW admin adding xao.io to allow list, normal bash script started working, I tried curl https://xoa.io/deploy > deploy.sh after install and get same openssl error (not that I need to worry about it now).

      Thanks for the assistance.

      posted in Xen Orchestra
      N
      newbie2xcp

    Latest posts made by newbie2xcp

    • RE: LDAP Plugin - Syncing Groups from Windows AD (Server 2016) HELP

      @olivierlambert Yes. Sorry for not making that more clear

      posted in Xen Orchestra
      N
      newbie2xcp
    • RE: LDAP Plugin - Syncing Groups from Windows AD (Server 2016) HELP

      I wanted to limit users' ability to login to 2 groups

      User filter:

      (&(sAMAccountName={{name}})(|(memberOf=CN=ServerAdmins,OU=ServerAdmins,OU=Admins,DC=DOMAIN,DC=com)(memberOf=CN=grpDevOPs,OU=Security_Groups,DC=DOMAIN,DC=com)))
      

      Adn groups filter has

      (&(objectCategory=group)(|(cn=ServerAdmins)(cn=grpDevOPs)))
      

      I struggled with group sync setup so adding here.

      posted in Xen Orchestra
      N
      newbie2xcp
    • RE: auth-ldap 0.6.4 sync group/users?

      @Danp So I had a problem with ldap, I read older article that mentioned doing this sudo npm install --global xo-server-auth-ldap which coincidently fixed ldap but that is when I noticed sync option were gone.

      This is just a POC and has noting running, so I will destroy and build new xoa.

      Thanks for help.

      posted in Xen Orchestra
      N
      newbie2xcp
    • RE: auth-ldap 0.6.4 sync group/users?

      @Danp I might have screwed that up. How can I update or reset it?

      posted in Xen Orchestra
      N
      newbie2xcp
    • auth-ldap 0.6.4 sync group/users?

      I have ldap working with AD, but where/how do I sync users and groups?
      I don't see the options....
      a99a9959-86c7-40c6-967d-fd5ba0921cf6-image.png

      When I go to settings> groups.
      d169a7c4-4b6b-4efe-a8c2-b9f9aabec396-image.png

      What have I missed?

      posted in Xen Orchestra
      N
      newbie2xcp
    • RE: XOA deploy error

      link above uses https and I get this error
      [16:39 r530-n3 ~]# curl https://xoa.io/deploy > deploy.sh
      % Total % Received % Xferd Average Speed Time Time Time Current
      Dload Upload Total Spent Left Speed
      0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
      curl: (35) OpenSSL/1.0.2k-fips: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

      use http instead downloads script
      [16:39 r530-n3 ~]# curl http://xoa.io/deploy > deploy.sh
      % Total % Received % Xferd Average Speed Time Time Time Current
      Dload Upload Total Spent Left Speed
      100 4970 100 4970 0 0 20525 0 --:--:-- --:--:-- --:--:-- 20622
      [16:40 r530-n3 ~]# cat deploy.sh

      We did figure out Fortinet was blocking something for port 8888 and the FW admin adding xao.io to allow list, normal bash script started working, I tried curl https://xoa.io/deploy > deploy.sh after install and get same openssl error (not that I need to worry about it now).

      Thanks for the assistance.

      posted in Xen Orchestra
      N
      newbie2xcp
    • RE: XOA deploy error

      @olivierlambert I did this, log is attached original message above
      .

      posted in Xen Orchestra
      N
      newbie2xcp
    • RE: XOA deploy error

      I just installed 3 fresh nodes of 8.2.1 and could not deploy via vates or via script, I then installed 8.3 rc2 and neither are working. 3 days ago, I was able to use script to install XOA and today no luck. I have tried with and without DHCP. Attaching log from rc2.xoa log.txt

      8.2.1
      467ae45d-c78e-477e-bfe3-37cb31fefd83-image.png

      8.3
      311eefcd-538d-41ea-9927-3e672b7d9aaa-image.png

      posted in Xen Orchestra
      N
      newbie2xcp