Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Visibroker NameService: How to troubleshoot ipv6 list/resolve

Options
  • 28-11-2012 4:59pm
    #1
    Registered Users Posts: 5,559 ✭✭✭


    Wonder if anyone can field this and how to troubleshoot. IPV4 list works fine but on an ipv6 address it wont. Cant find anything useful googling. Can you advise what to check


    cat /etc/hosts | grep v6
    2001:1b70:82a1::806:34:1/64 atylus1051-v6
    2001:1b70:82a1::806:34:1 masterservice-v6 fmadvservice-v6 pms-vip-v6 cms-vip-v6
    /opt/borland/bes/bin/nsutil -VBJprop ORBInitRef=NameService=corbaloc::10.42.35.55:50073/NameService list
    Context: com
    /opt/borland/bes/bin/nsutil -VBJprop ORBInitRef=NameService=corbaloc::\[2001:1b70:82a1::806:34:1\]:50073/NameService list
    list: caught org.omg.CORBA.OBJECT_NOT_EXIST: java.net.ConnectException: Connection refused vmcid: 0x56420000 minor code: 1 completed: No


Comments

  • Registered Users Posts: 7,157 ✭✭✭srsly78


    Check if you can ping first.

    It says connection refused, is there a service running at the other end? Is there a mismatch between ipv4 client and ipv6 server?


  • Registered Users Posts: 5,559 ✭✭✭veryangryman


    srsly78 wrote: »
    Check if you can ping first.

    It says connection refused, is there a service running at the other end? Is there a mismatch between ipv4 client and ipv6 server?

    Ping works

    yes service running i think

    root@atylus1051> lsof -i:50073
    COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
    java 7012 nmsadm 31u IPv6 0x60095ab5cc0 0t792 TCP atylus1051:18245->atylus1051:50073 (CLOSE_WAIT)
    java 7012 nmsadm 32u IPv6 0x60093c8d180 0t8114 TCP atylus1051:18246->atylus1051:50073 (CLOSE_WAIT)
    java 10455 nmsadm 9u IPv6 0x3001e8f9540 0t0 TCP atylus1051:50073->*:* (LISTEN)


    The command is towards the server im on already. My hostname on server seems to indicate im on the ipv4 version of it (even if i login to its ipv6 address). Maybe theres somethign there? Not sure


Advertisement