Quick question about pip. I went thru all the steps to build pip but not sure if all is OK with it.
The step I'm having a problem with is this:
(From the instructions)
pip@ubuntu:~/pip_V02$ ps -ef | grep -E \(mtm\)\|\(mumps\) | grep -v grep
pip 3959 1 0 11:41 pts/0 00:00:00 /home/pip/pip_V02/mtm_V2.4.5/mtm -nMTM_PIPV02 -p61315 -l/home/pip/pip_V02/mtm/MTM_PIPV02.LOG
pip 4002 1 0 11:41 ? 00:00:00 /usr/lib/fis-gtm/V5.4-000A_x86/mumps -direct
pip 4005 1 0 11:41 ? 00:00:00 /usr/lib/fis-gtm/V5.4-000A_x86/mumps -direct
Here's a transcript of what's going on
./pipstart
nohup: redirecting stderr to stdout
%GTM-I-MUJNLSTAT, Initial processing started at Tue May 22 22:41:16 2012
%GTM-S-JNLSUCCESS, Show successful
%GTM-S-JNLSUCCESS, Verify successful
%GTM-S-JNLSUCCESS, Recover successful
%GTM-I-MUJNLSTAT, End processing at Tue May 22 22:41:16 2012
%GTM-I-FILERENAME, File /home/pip/pip_V02/gbls/mumps.mjl is renamed to /home/pip/pip_V02/gbls/mumps.mjl_2012143212636
%GTM-I-JNLCREATE, Journal file /home/pip/pip_V02/gbls/mumps.mjl created for database file /home/pip/pip_V02/gbls/mumps.dat with BEFORE_IMAGES
%GTM-I-JNLSTATE, Journaling state for database file /home/pip/pip_V02/gbls/mumps.dat is now ON
GTM>
GTM>
pip@daveh-desktop:~/pip_V02$ ./dm
GTM>do JOB^PBSUTL("SCA\$IBS",2)
%GTM-E-SETECODE, Non-empty value assigned to $ECODE (user-defined error trap)
At M source location vRCgetRecord0Opt+7^RecordCTBLSVTYP
GTM>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
Quick question about pip. I went thru all the steps to build pip but not sure if all is OK with it.
The step I'm having a problem with is this:
(From the instructions)
pip@ubuntu:~/pip_V02$ ps -ef | grep -E \(mtm\)\|\(mumps\) | grep -v grep
pip 3959 1 0 11:41 pts/0 00:00:00 /home/pip/pip_V02/mtm_V2.4.5/mtm -nMTM_PIPV02 -p61315 -l/home/pip/pip_V02/mtm/MTM_PIPV02.LOG
pip 4002 1 0 11:41 ? 00:00:00 /usr/lib/fis-gtm/V5.4-000A_x86/mumps -direct
pip 4005 1 0 11:41 ? 00:00:00 /usr/lib/fis-gtm/V5.4-000A_x86/mumps -direct
My results below:
ps -ef | grep -E \(mtm\)\|\(mumps\) | grep -v grep
\pip 12538 1 0 21:26 pts/0 00:00:00 /home/pip/pip_V02/mtm_V2.4.5/mtm -nMTM_PIPV02 -p61315 -l/home/pip/pip_V02/mtm/MTM_PIPV02.LOG
telnet indicate I can connect to port 61315 but there are no mumps procceses running??
My gtm_dist is in /opt/lsb-gtm/gtm_V55000_x8664 and I edited gtmenv to indicate.
could this be a problem ??
Dave
Here's a transcript of what's going on
./pipstart
nohup: redirecting stderr to stdout
%GTM-I-MUJNLSTAT, Initial processing started at Tue May 22 22:41:16 2012
%GTM-S-JNLSUCCESS, Show successful
%GTM-S-JNLSUCCESS, Verify successful
%GTM-S-JNLSUCCESS, Recover successful
%GTM-I-MUJNLSTAT, End processing at Tue May 22 22:41:16 2012
%GTM-I-FILERENAME, File /home/pip/pip_V02/gbls/mumps.mjl is renamed to /home/pip/pip_V02/gbls/mumps.mjl_2012143212636
%GTM-I-JNLCREATE, Journal file /home/pip/pip_V02/gbls/mumps.mjl created for database file /home/pip/pip_V02/gbls/mumps.dat with BEFORE_IMAGES
%GTM-I-JNLSTATE, Journaling state for database file /home/pip/pip_V02/gbls/mumps.dat is now ON
GTM>
GTM>
pip@daveh-desktop:~/pip_V02$ ./dm
GTM>do JOB^PBSUTL("SCA\$IBS",2)
%GTM-E-SETECODE, Non-empty value assigned to $ECODE (user-defined error trap)
At M source location vRCgetRecord0Opt+7^RecordCTBLSVTYP
GTM>
Problem solved by installing gtm version V5.4.001 apparently newer versions do not work with PIP