× 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.



Hi Chris,

Thank you for your help! I was able to fix HTTP server by restoring those two license programs from another server. ADMIN1, ADMIN2, ...ADMIN5 jobs started in QHTTPSVR subsystem, and I could sign ont o the GUI as well.
There were a few missing links detected by CALL QSYS/QHCRPRECHK though:

ERROR! /usr/bin/host symbolic link does not exist
ERROR! /usr/bin/jar symbolic link does not exist
ERROR! /usr/bin/java symbolic link does not exist
ERROR! /usr/bin/javac symbolic link does not exist

I created them manually using another (working) partition's settings as a template:

Template
ls -l /usr/bin/host
lrwxrwxrwx 1 QSYS 0 42 May 9 2014 /usr/bin/host -> /QOpenSys/QIBM/ProdData/OS400/DNS/bin/host
$
ls -l /usr/bin/jar
lrwxrwxrwx 1 QSYS 0 36 May 9 2014 /usr/bin/jar -> /QIBM/ProdData/OS400/Java400/ext/jar
$
ls -l /usr/bin/java
lrwxrwxrwx 1 QSYS 0 37 May 9 2014 /usr/bin/java -> /QIBM/ProdData/OS400/Java400/ext/java
$
ls -l /usr/bin/javac
lrwxrwxrwx 1 QSYS 0 38 May 9 2014 /usr/bin/javac -> /QIBM/ProdData/OS400/Java400/ext/javac


Symbolic link creation
ln -s /QOpenSys/QIBM/ProdData/OS400/DNS/bin/host /usr/bin/host
ln -s /QOpenSys/QIBM/ProdData/OS400/DNS/bin/jar /usr/bin/jar
ln -s /QOpenSys/QIBM/ProdData/OS400/DNS/bin/java /usr/bin/java
ln -s /QOpenSys/QIBM/ProdData/OS400/DNS/bin/javac /usr/bin/javac

Now http Admin server works like a charm. Thank you again!

Regards,
Frigyes Szepesi

iSeries Specialist



As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.