Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-110

FIWARE.Request.Tech.Cloud.PaaSManager.InstancesInformation

    Details

    • HD-Chapter:
      Cloud
    • HD-Enabler:
      Pegasus

      Description

      Hi, I have just create an instance of my sql running on CentOS-6.2-sdc and now have the following questions:

      1. About the IP’s: I have the following Floating IP assigned 130.206.83.216, however if I try to ping this address I have no response. But, if I go to the security group that was created for my instance and check at the rules I find another IP, the 130.206.82.5/32; if I ping this address I do have response. So I’m not sure which address should I use to connect to the instance I just created.

      2. When i try to connect ti the address 130.206.82.5 via ssh it ask me for a user and password. Where can I find this defualt information?

      Thanks

      Ricardo
      _______________________________________________
      Fiware-lab-help mailing list
      Fiware-lab-help@lists.fi-ware.org
      https://lists.fi-ware.org/listinfo/fiware-lab-help

        Activity

        FIWARE-LAB-HELP FIWARE-LAB-HELP created issue -
        Hide
        FIWARE-LAB-HELP FIWARE-LAB-HELP added a comment -

        Hi

        Thanks for contacting us. I can see that you have deploy the instance by using the blueprint capabilities. It creates a security group (you can go to security- security groups, actions edit rule) and check the rules. By default it opens the ssh port and the software installed port. In mysql case, the 3306. The ICMP is closed (this is why you cannot ping it). In case you want you should add a new rule.
        The VM IP is the one which appers in the instance view, so that, 130.206.83.216.
        For accessing by ssh you have to you the keypair. I can see you have assigned the HappyCities-Keypair. When you have created the keypair, you have downloaded a .pem file. To access by ssh just do:
        ssh -i HappyCities-Keypair.pem root@130.206.83.216<root@130.206.83.216>
        I hope it can help you.
        Regards,
        Henar

        De: fiware-lab-help-bounces@lists.fi-ware.org fiware-lab-help-bounces@lists.fi-ware.org En nombre de Ricardo Moreno
        Enviado el: jueves, 26 de junio de 2014 16:21
        Para: fiware-lab-help@lists.fi-ware.org
        Asunto: [Suspected Spam] [Fiware-lab-help] IPs and Passwords and Users

        Hi, I have just create an instance of my sql running on CentOS-6.2-sdc and now have the following questions:

        1. About the IP’s: I have the following Floating IP assigned 130.206.83.216, however if I try to ping this address I have no response. But, if I go to the security group that was created for my instance and check at the rules I find another IP, the 130.206.82.5/32; if I ping this address I do have response. So I’m not sure which address should I use to connect to the instance I just created.

        2. When i try to connect ti the address 130.206.82.5 via ssh it ask me for a user and password. Where can I find this defualt information?

        Thanks

        Ricardo

        ________________________________

        Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo.
        This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at:
        http://www.tid.es/ES/PAGINAS/disclaimer.aspx

        _______________________________________________
        Fiware-lab-help mailing list
        Fiware-lab-help@lists.fi-ware.org
        https://lists.fi-ware.org/listinfo/fiware-lab-help

        Show
        FIWARE-LAB-HELP FIWARE-LAB-HELP added a comment - Hi Thanks for contacting us. I can see that you have deploy the instance by using the blueprint capabilities. It creates a security group (you can go to security- security groups, actions edit rule) and check the rules. By default it opens the ssh port and the software installed port. In mysql case, the 3306. The ICMP is closed (this is why you cannot ping it). In case you want you should add a new rule. The VM IP is the one which appers in the instance view, so that, 130.206.83.216. For accessing by ssh you have to you the keypair. I can see you have assigned the HappyCities-Keypair. When you have created the keypair, you have downloaded a .pem file. To access by ssh just do: ssh -i HappyCities-Keypair.pem root@130.206.83.216< root@130.206.83.216 > I hope it can help you. Regards, Henar De: fiware-lab-help-bounces@lists.fi-ware.org fiware-lab-help-bounces@lists.fi-ware.org En nombre de Ricardo Moreno Enviado el: jueves, 26 de junio de 2014 16:21 Para: fiware-lab-help@lists.fi-ware.org Asunto: [Suspected Spam] [Fiware-lab-help] IPs and Passwords and Users Hi, I have just create an instance of my sql running on CentOS-6.2-sdc and now have the following questions: 1. About the IP’s: I have the following Floating IP assigned 130.206.83.216, however if I try to ping this address I have no response. But, if I go to the security group that was created for my instance and check at the rules I find another IP, the 130.206.82.5/32; if I ping this address I do have response. So I’m not sure which address should I use to connect to the instance I just created. 2. When i try to connect ti the address 130.206.82.5 via ssh it ask me for a user and password. Where can I find this defualt information? Thanks Ricardo ________________________________ Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at: http://www.tid.es/ES/PAGINAS/disclaimer.aspx _______________________________________________ Fiware-lab-help mailing list Fiware-lab-help@lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-lab-help
        Hide
        FIWARE-LAB-HELP FIWARE-LAB-HELP added a comment -

        Dear Henar, Ricardo,

        please consider that CentOS has a rather restrictive firewall.
        The security rules are one part, but you also have to open the ports in the VMs iptables.

        Best Regards, Bernd

        ============
        Bernd Bochow
        Next Generation Network Infrastructures
        Fraunhofer Institute for Open Communication Systems (FOKUS)
        Kaiserin-Augusta-Allee 31, D-10589 Berlin
        e-mail: bernd.bochow@fokus.fraunhofer.de<bernd.bochow@fokus.fraunhofer.de>, bernd.bochow@ieee.org<bernd.bochow@ieee.org>
        phone: +49 30 3463-7238
        fax: +49 30 3463-997238

        On 26 Jun 2014, at 16:32, HENAR MUÑOZ FRUTOS wrote:

        Hi

        Thanks for contacting us. I can see that you have deploy the instance by using the blueprint capabilities. It creates a security group (you can go to security- security groups, actions edit rule) and check the rules. By default it opens the ssh port and the software installed port. In mysql case, the 3306. The ICMP is closed (this is why you cannot ping it). In case you want you should add a new rule.
        The VM IP is the one which appers in the instance view, so that, 130.206.83.216.
        For accessing by ssh you have to you the keypair. I can see you have assigned the HappyCities-Keypair. When you have created the keypair, you have downloaded a .pem file. To access by ssh just do:
        ssh -i HappyCities-Keypair.pem root@130.206.83.216<root@130.206.83.216>
        I hope it can help you.
        Regards,
        Henar

        De: fiware-lab-help-bounces@lists.fi-ware.org<fiware-lab-help-bounces@lists.fi-ware.org> fiware-lab-help-bounces@lists.fi-ware.org En nombre de Ricardo Moreno
        Enviado el: jueves, 26 de junio de 2014 16:21
        Para: fiware-lab-help@lists.fi-ware.org<fiware-lab-help@lists.fi-ware.org>
        Asunto: [Suspected Spam] [Fiware-lab-help] IPs and Passwords and Users

        Hi, I have just create an instance of my sql running on CentOS-6.2-sdc and now have the following questions:

        1. About the IP’s: I have the following Floating IP assigned 130.206.83.216, however if I try to ping this address I have no response. But, if I go to the security group that was created for my instance and check at the rules I find another IP, the 130.206.82.5/32; if I ping this address I do have response. So I’m not sure which address should I use to connect to the instance I just created.

        2. When i try to connect ti the address 130.206.82.5 via ssh it ask me for a user and password. Where can I find this defualt information?

        Thanks

        Ricardo

        ________________________________

        Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo.
        This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at:
        http://www.tid.es/ES/PAGINAS/disclaimer.aspx
        _______________________________________________
        Fiware-lab-help mailing list
        Fiware-lab-help@lists.fi-ware.org<Fiware-lab-help@lists.fi-ware.org>
        https://lists.fi-ware.org/listinfo/fiware-lab-help

        _______________________________________________
        Fiware-lab-help mailing list
        Fiware-lab-help@lists.fi-ware.org
        https://lists.fi-ware.org/listinfo/fiware-lab-help

        Show
        FIWARE-LAB-HELP FIWARE-LAB-HELP added a comment - Dear Henar, Ricardo, please consider that CentOS has a rather restrictive firewall. The security rules are one part, but you also have to open the ports in the VMs iptables. Best Regards, Bernd ============ Bernd Bochow Next Generation Network Infrastructures Fraunhofer Institute for Open Communication Systems (FOKUS) Kaiserin-Augusta-Allee 31, D-10589 Berlin e-mail: bernd.bochow@fokus.fraunhofer.de< bernd.bochow@fokus.fraunhofer.de >, bernd.bochow@ieee.org< bernd.bochow@ieee.org > phone: +49 30 3463-7238 fax: +49 30 3463-997238 On 26 Jun 2014, at 16:32, HENAR MUÑOZ FRUTOS wrote: Hi Thanks for contacting us. I can see that you have deploy the instance by using the blueprint capabilities. It creates a security group (you can go to security- security groups, actions edit rule) and check the rules. By default it opens the ssh port and the software installed port. In mysql case, the 3306. The ICMP is closed (this is why you cannot ping it). In case you want you should add a new rule. The VM IP is the one which appers in the instance view, so that, 130.206.83.216. For accessing by ssh you have to you the keypair. I can see you have assigned the HappyCities-Keypair. When you have created the keypair, you have downloaded a .pem file. To access by ssh just do: ssh -i HappyCities-Keypair.pem root@130.206.83.216< root@130.206.83.216 > I hope it can help you. Regards, Henar De: fiware-lab-help-bounces@lists.fi-ware.org< fiware-lab-help-bounces@lists.fi-ware.org > fiware-lab-help-bounces@lists.fi-ware.org En nombre de Ricardo Moreno Enviado el: jueves, 26 de junio de 2014 16:21 Para: fiware-lab-help@lists.fi-ware.org< fiware-lab-help@lists.fi-ware.org > Asunto: [Suspected Spam] [Fiware-lab-help] IPs and Passwords and Users Hi, I have just create an instance of my sql running on CentOS-6.2-sdc and now have the following questions: 1. About the IP’s: I have the following Floating IP assigned 130.206.83.216, however if I try to ping this address I have no response. But, if I go to the security group that was created for my instance and check at the rules I find another IP, the 130.206.82.5/32; if I ping this address I do have response. So I’m not sure which address should I use to connect to the instance I just created. 2. When i try to connect ti the address 130.206.82.5 via ssh it ask me for a user and password. Where can I find this defualt information? Thanks Ricardo ________________________________ Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at: http://www.tid.es/ES/PAGINAS/disclaimer.aspx _______________________________________________ Fiware-lab-help mailing list Fiware-lab-help@lists.fi-ware.org< Fiware-lab-help@lists.fi-ware.org > https://lists.fi-ware.org/listinfo/fiware-lab-help _______________________________________________ Fiware-lab-help mailing list Fiware-lab-help@lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-lab-help
        mev Manuel Escriche made changes -
        Field Original Value New Value
        Assignee Manuel Escriche [Administrator] [ mev ] Henar Muñoz [ henar ]
        mev Manuel Escriche made changes -
        Resolution Done [ 10000 ]
        Status To Do [ 10001 ] Done [ 10000 ]
        mev Manuel Escriche made changes -
        Component/s FIWARE-LAB-HELP [ 10279 ]
        mev Manuel Escriche made changes -
        Workflow Basic Workflow [ 12468 ] FW eRequest Workflow [ 16026 ]
        Issue Type Question [ 10004 ] eRequest [ 10101 ]
        FI-WARE Environment FI-LAB [ 10100 ]
        Resolution Done [ 10000 ]
        mev Manuel Escriche made changes -
        Resolution Done [ 10000 ]
        mev Manuel Escriche made changes -
        Workflow FW eRequest Workflow [ 16026 ] eRequest Workflow-2 [ 16675 ]
        mev Manuel Escriche made changes -
        Status Done [ 10000 ] In Progress [ 3 ]
        mev Manuel Escriche made changes -
        Status In Progress [ 3 ] Done [ 10000 ]
        mev Manuel Escriche made changes -
        Workflow eRequest Workflow-2 [ 16675 ] FW eRequest Workflow [ 17063 ]
        mev Manuel Escriche made changes -
        Fix Version/s Sprint 4.1.1 [ 10737 ]
        mev Manuel Escriche made changes -
        Reporter FIWARE-LAB-HELP [ fiware-lab-help ] FW External User [ fw.external.urser ]
        backlogmanager Backlog Manager made changes -
        Summary [Fiware-lab-help] IPs and Passwords and Users FIWARE.Request.Lab.IPs and Passwords and Users
        henar Henar Muñoz made changes -
        Summary FIWARE.Request.Lab.IPs and Passwords and Users FIWARE.Request.Lab.Cloud.PaaSManager.InstancesInformation
        mev Manuel Escriche made changes -
        Component/s FIWARE-TECH-HELP [ 10278 ]
        Component/s FIWARE-LAB-HELP [ 10279 ]
        mev Manuel Escriche made changes -
        Summary FIWARE.Request.Lab.Cloud.PaaSManager.InstancesInformation FIWARE.Request.Tech.Cloud.PaaSManager.InstancesInformation
        mev Manuel Escriche made changes -
        Workflow FW eRequest Workflow [ 17063 ] FW extRequest Workflow-II [ 40635 ]
        Status Done [ 10000 ] Closed [ 6 ]
        Issue Type eRequest [ 10101 ] extRequest [ 10104 ]
        mev Manuel Escriche made changes -
        HD-Enabler Pegasus [ 10864 ]
        HD-Chapter Cloud [ 10837 ]
        Transition Time In Source Status Execution Times Last Executer Last Execution Date
        To Do To Do Done Done
        15d 20h 56m 1 Manuel Escriche 10/Oct/14 11:31 AM
        Done Done In Progress In Progress
        12d 10h 58m 1 Manuel Escriche 22/Oct/14 10:29 PM
        In Progress In Progress Done Done
        1m 46s 1 Manuel Escriche 22/Oct/14 10:31 PM
        Done Done Closed Closed
        446d 11h 36m 1 Manuel Escriche 12/Jan/16 9:08 AM

          People

          • Assignee:
            henar Henar Muñoz
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: