Install DataPower Appliance on your Mac

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии •

  • @syedabbas9353
    @syedabbas9353 8 месяцев назад

    Hii sir.. After a long gap 😊

  • @Saranya-00
    @Saranya-00 7 месяцев назад +1

    Hi , I have followed all steps to install datapower on Mac . I am able to access web-mgmt for some time ,But My container keep on exiting for some reason . Any reason for this ?

    • @pravynandas
      @pravynandas 7 месяцев назад

      I see similar behavior. I think the image is now restricted I guess. Getting Unauthorized access prohibited. 2024-06-11 16:56:29 20240611T205627.514Z [0x8100006b][mgmt][notice] domain(default): tid(7180): Domain operational state is up.
      2024-06-11 16:56:30 416cd3491847
      2024-06-11 16:56:30 Unauthorized access prohibited.

    • @techBytesAjitabh
      @techBytesAjitabh  7 месяцев назад

      Can you clarify what do you mean by 'keep exiting'? Do you mean container keeps stopping? Or you are getting frequently getting logged out of GUI?
      Image restriction will lead you into not letting you download image using docker pull command. I just checked it again, there is no license required to run developer edition (which is shown in video). It is difficult, without logs, to say what is happening, but you may want to double check on directory permissions.
      Message as reported below
      Getting Unauthorized access prohibited. 2024-06-11 16:56:29 20240611T205627.514Z [0x8100006b][mgmt][notice] domain(default): tid(7180): Domain operational state is up.
      2024-06-11 16:56:30 416cd3491847
      2024-06-11 16:56:30 Unauthorized access prohibited.
      are standard in DataPower. You will always get them on DataPower command line. Key point to note here is that 'default' domains status is 'up'. Which let's me believe that things good.
      Are you able to login again using admin/admin credentials? If yes your appliance is working. You may want to double check status of web-gui using below series of commands.
      co;
      show web-mgmt;
      If 'admin state' is marked as enabled, something else is blocking the webGUI in your PC.
      Happy Learning !!

  • @anujakamble4815
    @anujakamble4815 5 месяцев назад

    Hi! I have arm64 M2 machine. I am getting mismatch error. Is there any docker image which supports ARM64?

    • @techBytesAjitabh
      @techBytesAjitabh  5 месяцев назад

      Can you paste your error message here?

    • @anujakamble4815
      @anujakamble4815 5 месяцев назад

      @@techBytesAjitabh The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
      qemu: uncaught target signal 11 (Segmentation fault) - core dumped

    • @anujakamble4815
      @anujakamble4815 5 месяцев назад

      and if i give --platform tag in command it is giving me this error "Error response from daemon: pull access denied for 30dc76ff60c5, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"

    • @anujakamble4815
      @anujakamble4815 5 месяцев назад +1

      @@techBytesAjitabh Hi! I am able to install now.. I have used image vikram4056/datapower. As it is meant for ARM64.