× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Opened a PMR with IBM.

From IBM support.

The fix install is broken on IBM V7R1,

The problem is the cloud-init.sh calls to the old egg code. which is no longer valid as the toolkit updated the wheel support.

You can edit cloud-init.sh and change the command from egg to wheel.

https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/Installing%20shipped%20add-ons


I submitted a techdoc on this but it is not public yet

edit the IBM i cloud-int.sh
find the section installing itoolkit

# install the itoolkit
echo 'Installing the itoolkit for Python 2.7...'
easy_install /QOpenSys/QIBM/ProdData/OPS/Python-pkgs/itoolkit/itoolkit-1.1-py2.7.egg


Change from egg to wheel

#to install the native DB2 connector:
pip3 install /QOpenSys/QIBM/ProdData/OPS/Python-pkgs/ibm_db/ibm_db-*-cp34m-*.whl
#To install the DB2 Django interface:
pip3 install --no-deps /QOpenSys/QIBM/ProdData/OPS/Python-pkgs/ibm_db/ibm_db_django-*-py34-*.whl
#To install the Toolkit for IBM i:
pip3 install /QOpenSys/QIBM/ProdData/OPS/Python-pkgs/itoolkit/itoolkit-*-cp34m-*.whl
#To install FastCGI gateway support:
pip3 install /QOpenSys/QIBM/ProdData/OPS/Python-pkgs/flipflop/flipflop-*-py34-*.whl
#To install a lightweight web framework:
pip3 install /QOpenSys/QIBM/ProdData/OPS/Python-pkgs/bottle/bottle-*-py34-*.whl


Or complete the install manually

Paul

-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Kevin Adler
Sent: Friday, September 16, 2016 1:37 PM
To: Midrange Systems Technical Discussion
Subject: Re: 5733OPS - IBM i Open Source Solutions - new options

Pete, Node.js v4 lives side-by-side with Node.js v0.12:

$ /QOpenSys/QIBM/ProdData/OPS/Node4/bin/node -v
v4.4.3

$ /QOpenSys/QIBM/ProdData/Node/bin/node -v
v0.12.13

If you want to change /QOpenSys/usr/bin/node to point to Node v4, there's a script to do that:

https://www.ibm.com/developerworks/community/wikis/home/wiki/IBM%20i%20Technology%20Updates/page/What's%20new%20in%20node.js%20V4?lang=en

"MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx> wrote on 09/15/2016
08:38:14 PM:

From: Pete Helgren <pete@xxxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Date: 09/15/2016 08:47 PM
Subject: Re: 5733OPS - IBM i Open Source Solutions - new options Sent
by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>

Better luck than I had with my 7.2 partition. Applied the latest
Group for 5733OPS and didn't get a node.js update (still 0.12.13),
haven't checked the other apps (long day....Zepto ransom-ware attack
on the
network) I think Aaron has a version in the 4.xx range.

I wish there was a better way to check on what versions of all the OSS
components were installed. I guess I could write a script that could
output node -v, python -V, etc to a text file....The current method
for checking that all is well...um, needs improvement.

Pete Helgren
www.petesworkshop.com
GIAC Secure Software Programmer-Java
LinkedIn - www.linkedin.com/in/petehelgren Twitter - Sys_i_Geek
IBM_i_Geek

On 9/15/2016 7:35 AM, Jim Oberholtzer wrote:
To complete the thread I did get all of the V7R1 available tools
installed
and PTFd without issue. As suggested in another post the code that
did not
work below as because the environment this is installed in was a
normal V7R1
partition without any of the deployment mechanisms IBM has built so
that
update script was not applicable.

--
Jim Oberholtzer
Agile Technology Architects


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take
a moment to review the archives at
http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.



--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related questions.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.