API Connect

API Connect

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How to Installation ibm v10 using nip.io

    Posted Fri February 04, 2022 08:51 AM
    Hi Team ,

    Is there any way to install ibm APIconnect v10  using nip.io if yes then what is the dns-server .

    apicup subsys set mgmt search-domain=??????????
    apicup subsys set mgmt dns-servers=??????????


    Regards ,
    Mayur .

    ------------------------------
    mayur gharat
    ------------------------------


  • 2.  RE: How to Installation ibm v10 using nip.io

    Posted Fri February 25, 2022 05:03 PM
    Hi Mayur,
    This is some of the commands I typically use:

    apicup subsys create mgmt management
    apicup subsys set mgmt search-domain nip.io
    apicup subsys set mgmt ssh-keyfiles ~/.ssh/id_rsa.pub
    apicup subsys set mgmt dns-servers 1.1.1.1,8.8.8.8
    apicup subsys set mgmt public-iface eth0
    apicup subsys set mgmt traffic-iface eth0

    apicup hosts create mgmt ip-192-168-122-243.nip.io password
    apicup iface create mgmt ip-192-168-122-243.nip.io eth0 192.168.122.243/255.255.255.0 192.168.122.1

    apicup subsys set mgmt \
    api-manager-ui=manager.ip-192-168-122-243.nip.io \
    cloud-admin-ui=admin.ip-192-168-122-243.nip.io \
    consumer-api=consumer.ip-192-168-122-243.nip.io \
    platform-api=api.ip-192-168-122-243.nip.io

    Sincerely,
    Franck


    ------------------------------
    FRANCK DELPORTE
    ------------------------------



  • 3.  RE: How to Installation ibm v10 using nip.io

    Posted Fri March 25, 2022 09:39 AM
    HI FRANCK  ,
    I am getting below error .
    Regards ,
    Mayur


    ------------------------------
    mayur gharat
    ------------------------------



  • 4.  RE: How to Installation ibm v10 using nip.io

    Posted Tue March 29, 2022 01:52 AM
    Hi Mayur,
    The error seems to indicate that the appliance-manager service is down. You can check with "systemctl status appliance-manager".
    Normally the service is automatically started when doing "apic unlock" (which happens automatically at startup of the VM).
    One approach to troubleshoot could be:
    - run "apic lock"
    - run "apic unlock -l debug"
    - monitor appliance-manager log with "journalctl -f -u appliance-manager" and/or "systemctl status appliance-manager"

    Thanks,
    Franck

    ------------------------------
    FRANCK DELPORTE
    ------------------------------