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

FIWARE.Request.Lab.FIWARE Lab Assistance.

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-LAB-HELP
    • Labels:
      None

      Description

      Hi
      My name is Emir and I am from Spain.

      I am new working with this platform.
      I am having some troubles to create a network and a router:

      When I try to create a router I receive the next message:

      {"NeutronError": {"message": "Quota exceeded for resources: ['router']", "type": "OverQuota", "detail": "”}}

      When I try to create a network I receive the next message:

      {"NeutronError": {"message": "Quota exceeded for resources: ['network']", "type": "OverQuota", "detail": "”}}

      I am following the video tutorials in your YouTube page.

      Thanks by the help.

      Cheers.

      Emir Bosques
      Life Supporting Technologies
      Departamento deTecnología Fotónica y Bioingeniería
      E.T.S.I. Telecomunicacion. B303.1
      Universidad Politecnica de Madrid
      Avenida Complutense nº 30, Ciudad Universitaria
      28040 Madrid
      ebosques@lst.tfo.upm.es <gloria@lst.tfo.upm.es>
      Tel: (+34) 91 549 57 00 – ext. 8015
      Fax: (+34) 91 336 73 19

      __________________________________________________________________________________________

      You can get more information about our cookies and privacy policies on the following links:

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

      [Created via e-mail received from: ebosques <ebosques@lst.tfo.upm.es>]

        Activity

        Hide
        jicg José Ignacio Carretero Guarde added a comment -

        Dear Emir,

        Creating routes and networks is not allowed unless a real urge is proven. In fact, you usually don't need to create any network.

        You can use any of node-int-net-01 or node-int-net-01-dual — I wouldn't recomend you to use node-int-noinet-net-02 if you don't know exactly what you are doing, and I wouldn't recommend using 2 networks at the same time (unless that is exactly what you want to do).

        The network node-int-net-01 is an IPv4 network and node-int-net-01-dual is a dual stack (IPv4, IPv6) network.

        Best regards,
        José Ignacio.

        Show
        jicg José Ignacio Carretero Guarde added a comment - Dear Emir, Creating routes and networks is not allowed unless a real urge is proven. In fact, you usually don't need to create any network. You can use any of node-int-net-01 or node-int-net-01-dual — I wouldn't recomend you to use node-int-noinet-net-02 if you don't know exactly what you are doing, and I wouldn't recommend using 2 networks at the same time (unless that is exactly what you want to do). The network node-int-net-01 is an IPv4 network and node-int-net-01-dual is a dual stack (IPv4, IPv6) network. Best regards, José Ignacio.
        Hide
        fw.ext.user FW External User added a comment -

        Comment by ebosques@lst.tfo.upm.es :

        Hi again.

        I followed your tips and now I having this error message when I try to connect through ssh:

        Permission denied (publickey).
        Emirs-MacBook-Pro:~ ebosques$ chmod 400 KeyNolb.pem
        chmod: KeyNolb.pem: No such file or directory
        Emirs-MacBook-Pro:~ ebosques$ ssh -i KeyNolb.pem ubuntu@130.206.122.238
        Warning: Identity file KeyNolb.pem not accessible: No such file or directory.
        ##################################################################################
        NOTE: You have accessed a system owned by FIWARE Lab. You must have authorisation
        before using it, and your use will be strictly limited to that indicated in the
        authorisation.
        Unauthorised access to this system or improper use of the same is prohibited and
        is against the FIWARE Terms & Conditions Policy and the legislation in force. The
        use of this system may be monitored.
        #################################################################################

        In the tutorial I could see, an option to download the keypair, but when I created my, do not show me that option.
        So I do not know how to do this part of your instructions to connect through SSH :

        Open the Terminal
        Locate the keypair asocciate to this Instance when launching it.
        my_keypair.pem

        Again, thanks by the help.

        > On 24 Jan 2017, at 17:16, Help-Desk <jira-help-desk@jira.fiware.org> wrote:
        >
        >
        >

        Show
        fw.ext.user FW External User added a comment - Comment by ebosques@lst.tfo.upm.es : Hi again. I followed your tips and now I having this error message when I try to connect through ssh: Permission denied (publickey). Emirs-MacBook-Pro:~ ebosques$ chmod 400 KeyNolb.pem chmod: KeyNolb.pem: No such file or directory Emirs-MacBook-Pro:~ ebosques$ ssh -i KeyNolb.pem ubuntu@130.206.122.238 Warning: Identity file KeyNolb.pem not accessible: No such file or directory. ################################################################################## NOTE: You have accessed a system owned by FIWARE Lab. You must have authorisation before using it, and your use will be strictly limited to that indicated in the authorisation. Unauthorised access to this system or improper use of the same is prohibited and is against the FIWARE Terms & Conditions Policy and the legislation in force. The use of this system may be monitored. ################################################################################# In the tutorial I could see, an option to download the keypair, but when I created my, do not show me that option. So I do not know how to do this part of your instructions to connect through SSH : Open the Terminal Locate the keypair asocciate to this Instance when launching it. my_keypair.pem Again, thanks by the help. > On 24 Jan 2017, at 17:16, Help-Desk <jira-help-desk@jira.fiware.org> wrote: > > >
        Hide
        fw.ext.user FW External User added a comment -

        Comment by joseignacio.carretero@fiware.org :

        This is another different issue and should be answered in a different
        ticket. – Anyway, the file "KeyNolb.pem" DOES NOT EXIST as you can see
        in both errors (No such file or directory), the one from the "chmod"
        command and the one from "ssh" command. Your Private key may be in
        another file. I can't guess where you downloaded it.

        Regards,
        José Ignacio.

        El 24/01/17 a las 18:19, FW External User (JIRA) escribió:
        > [ https://jira.fiware.org/browse/HELP-8165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
        >
        > FW External User updated HELP-8165:
        > -----------------------------------
        >
        > Comment by ebosques@lst.tfo.upm.es :
        >
        > Hi again.
        >
        > I followed your tips and now I having this error message when I try to connect through ssh:
        >
        > Permission denied (publickey).
        > Emirs-MacBook-Pro:~ ebosques$ chmod 400 KeyNolb.pem
        > chmod: KeyNolb.pem: No such file or directory
        > Emirs-MacBook-Pro:~ ebosques$ ssh -i KeyNolb.pem ubuntu@130.206.122.238
        > Warning: Identity file KeyNolb.pem not accessible: No such file or directory.
        > ##################################################################################
        > NOTE: You have accessed a system owned by FIWARE Lab. You must have authorisation
        > before using it, and your use will be strictly limited to that indicated in the
        > authorisation.
        > Unauthorised access to this system or improper use of the same is prohibited and
        > is against the FIWARE Terms & Conditions Policy and the legislation in force. The
        > use of this system may be monitored.
        > #################################################################################
        >
        >
        > In the tutorial I could see, an option to download the keypair, but when I created my, do not show me that option.
        > So I do not know how to do this part of your instructions to connect through SSH :
        >
        > Open the Terminal
        > Locate the keypair asocciate to this Instance when launching it.
        > my_keypair.pem
        >
        >
        >
        > Again, thanks by the help.
        >
        >
        >
        >> On 24 Jan 2017, at 17:16, Help-Desk <jira-help-desk@jira.fiware.org> wrote:
        >>
        >>
        >>
        >
        >
        >> [Fiware-lab-help] FIWARE Lab Assistance
        >> ---------------------------------------
        >>
        >> Key: HELP-8165
        >> URL: https://jira.fiware.org/browse/HELP-8165
        >> Project: Help-Desk
        >> Issue Type: extRequest
        >> Reporter: FW External User
        >> Assignee: José Ignacio Carretero Guarde
        >> Attachments: image001.jpg
        >>
        >>
        >> Hi
        >> My name is Emir and I am from Spain.
        >> I am new working with this platform.
        >> I am having some troubles to create a network and a router:
        >> When I try to create a router I receive the next message:
        >> {"NeutronError": {"message": "Quota exceeded for resources: ['router']", "type": "OverQuota", "detail": "”}}
        >> When I try to create a network I receive the next message:
        >> {"NeutronError": {"message": "Quota exceeded for resources: ['network']", "type": "OverQuota", "detail": "”}}
        >> I am following the video tutorials in your YouTube page.
        >> Thanks by the help.
        >> Cheers.
        >> Emir Bosques
        >> Life Supporting Technologies
        >> Departamento deTecnología Fotónica y Bioingeniería
        >> E.T.S.I. Telecomunicacion. B303.1
        >> Universidad Politecnica de Madrid
        >> Avenida Complutense nº 30, Ciudad Universitaria
        >> 28040 Madrid
        >> ebosques@lst.tfo.upm.es <gloria@lst.tfo.upm.es>
        >> Tel: (+34) 91 549 57 00 – ext. 8015
        >> Fax: (+34) 91 336 73 19
        >>

        Show
        fw.ext.user FW External User added a comment - Comment by joseignacio.carretero@fiware.org : This is another different issue and should be answered in a different ticket. – Anyway, the file "KeyNolb.pem" DOES NOT EXIST as you can see in both errors (No such file or directory), the one from the "chmod" command and the one from "ssh" command. Your Private key may be in another file. I can't guess where you downloaded it. Regards, José Ignacio. El 24/01/17 a las 18:19, FW External User (JIRA) escribió: > [ https://jira.fiware.org/browse/HELP-8165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > FW External User updated HELP-8165 : > ----------------------------------- > > Comment by ebosques@lst.tfo.upm.es : > > Hi again. > > I followed your tips and now I having this error message when I try to connect through ssh: > > Permission denied (publickey). > Emirs-MacBook-Pro:~ ebosques$ chmod 400 KeyNolb.pem > chmod: KeyNolb.pem: No such file or directory > Emirs-MacBook-Pro:~ ebosques$ ssh -i KeyNolb.pem ubuntu@130.206.122.238 > Warning: Identity file KeyNolb.pem not accessible: No such file or directory. > ################################################################################## > NOTE: You have accessed a system owned by FIWARE Lab. You must have authorisation > before using it, and your use will be strictly limited to that indicated in the > authorisation. > Unauthorised access to this system or improper use of the same is prohibited and > is against the FIWARE Terms & Conditions Policy and the legislation in force. The > use of this system may be monitored. > ################################################################################# > > > In the tutorial I could see, an option to download the keypair, but when I created my, do not show me that option. > So I do not know how to do this part of your instructions to connect through SSH : > > Open the Terminal > Locate the keypair asocciate to this Instance when launching it. > my_keypair.pem > > > > Again, thanks by the help. > > > >> On 24 Jan 2017, at 17:16, Help-Desk <jira-help-desk@jira.fiware.org> wrote: >> >> >> > > >> [Fiware-lab-help] FIWARE Lab Assistance >> --------------------------------------- >> >> Key: HELP-8165 >> URL: https://jira.fiware.org/browse/HELP-8165 >> Project: Help-Desk >> Issue Type: extRequest >> Reporter: FW External User >> Assignee: José Ignacio Carretero Guarde >> Attachments: image001.jpg >> >> >> Hi >> My name is Emir and I am from Spain. >> I am new working with this platform. >> I am having some troubles to create a network and a router: >> When I try to create a router I receive the next message: >> {"NeutronError": {"message": "Quota exceeded for resources: ['router'] ", "type": "OverQuota", "detail": "”}} >> When I try to create a network I receive the next message: >> {"NeutronError": {"message": "Quota exceeded for resources: ['network'] ", "type": "OverQuota", "detail": "”}} >> I am following the video tutorials in your YouTube page. >> Thanks by the help. >> Cheers. >> Emir Bosques >> Life Supporting Technologies >> Departamento deTecnología Fotónica y Bioingeniería >> E.T.S.I. Telecomunicacion. B303.1 >> Universidad Politecnica de Madrid >> Avenida Complutense nº 30, Ciudad Universitaria >> 28040 Madrid >> ebosques@lst.tfo.upm.es < gloria@lst.tfo.upm.es > >> Tel: (+34) 91 549 57 00 – ext. 8015 >> Fax: (+34) 91 336 73 19 >>

          People

          • Assignee:
            jicg José Ignacio Carretero Guarde
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: