IBM Z and LinuxONE IBM Z

IBM Z

The enterprise platform for mission-critical applications brings next-level data privacy, security, and resiliency to your hybrid multicloud.

 View Only
  • 1.  Installing node on Linuxone

    Posted Tue June 16, 2020 09:55 AM
    I have been trying to install node on linuxone with no luck. anyone been able to do it successfully?

    ------------------------------
    Bogosi Obakeng Moima
    ------------------------------


  • 2.  RE: Installing node on Linuxone

    Posted Tue June 16, 2020 11:43 AM

    Hi Bogosi!

    What procedure are you using to install node?



    ------------------------------
    Elizabeth K. Joseph
    ------------------------------



  • 3.  RE: Installing node on Linuxone

    Posted Tue June 16, 2020 12:57 PM
    Hi Elizabeth

    I actually managed to install node on my linuxone vm, heres a link that helped me out https://github.com/nodejs/help/wiki/Installation.         

    however I am still trying to get mongodb to work on my vm

    ------------------------------
    Bogosi Obakeng Moima
    ------------------------------



  • 4.  RE: Installing node on Linuxone

    Posted Tue June 16, 2020 01:11 PM

    Ok great. There are IBM Z binaries officially released by the Node crew, so hopefully you found that installation process.

    MongoDB works great on Z (there's a MongoDB version of Hyper Protect DBaaS on it in IBM Cloud), details here: https://docs.mongodb.com/manual/administration/production-notes/#s390x

    You may also find this page helpful, these are all the verified pieces of open source software, and links to where you can get the installation instructions for various projects https://www.ibm.com/community/z/open-source-software/ (also note that there's thousands of pieces of software that are not verified, but also work on s390x!).



    ------------------------------
    Elizabeth K. Joseph
    ------------------------------



  • 5.  RE: Installing node on Linuxone

    Posted Wed June 17, 2020 12:22 PM

    For those with RPM-based Linux systems the following node RPMs are available. These were built on ClefOS 7, will work on RHEL7, and should work on SLES.

     

    node-10.15.2-1.el7.s390x.rpm

    node-10.16.0-1.el7.s390x.rpm

    node-10.16.2-1.el7.s390x.rpm

    node-10.16.3-1.el7.s390x.rpm

    node-10.17.0-1.el7.s390x.rpm

    node-10.18.0-1.el7.s390x.rpm

    node-10.18.1-1.el7.s390x.rpm

    node-10.19.0-1.el7.s390x.rpm

    node-10.20.0-1.el7.s390x.rpm

    node-10.20.1-1.el7.s390x.rpm

    node-11.15.0-1.el7.s390x.rpm

    node-12.0.0-1.el7.s390x.rpm

    node-12.12.0-1.el7.s390x.rpm

    node-12.13.0-1.el7.s390x.rpm

    node-12.13.1-1.el7.s390x.rpm

    node-12.14.0-1.el7.s390x.rpm

    node-12.14.1-1.el7.s390x.rpm

    node-12.15.0-1.el7.s390x.rpm

    node-12.16.0-1.el7.s390x.rpm

    node-12.16.1-1.el7.s390x.rpm

    node-12.16.2-1.el7.s390x.rpm

    node-12.16.3-1.el7.s390x.rpm

    node-12.17.0-1.el7.s390x.rpm

    node-12.6.0-1.el7.s390x.rpm

    node-12.8.1-1.el7.s390x.rpm

    node-13.14.0-1.el7.s390x.rpm

    node-14.1.0-1.el7.s390x.rpm

    node-14.2.0-1.el7.s390x.rpm

    node-14.3.0-1.el7.s390x.rpm

    node-8.16.0-1.el7.s390x.rpm

    node-8.16.2-1.el7.s390x.rpm

    node-8.17.0-1.el7.s390x.rpm

     

    There are also -devel RPMs for each of these. The repo is located at:

     

    http://download.sinenomine.net/epel/epel-7/

     

     

    Neale Ferguson

     






  • 6.  RE: Installing node on Linuxone

    Posted Wed June 17, 2020 12:27 PM
    Good to know, thank you Neale!

    ------------------------------
    Elizabeth K. Joseph
    ------------------------------