How to config nodemanager as xinetd daemon and verify operation?
Doc referenced: http://download.oracle.com/docs/cd/E14571_01/web.1111/e13740/java_nodemgr.htm#i1069394
This link shows a template to create an xinetd.d file to start NodeManager as a Linux daemon, but there is no explaination as to where I find values for all the template variables. I can successfully start NM by hand, but when I try using the values displayed on the screen in the xinetd file, restarting xinetd gives nothing but errors.
By trial and error, xinetd restarts without throwing any errors on the screen or in /var/log/messages. I had to modify the CLASSPATH and LD_LIBRARY_PATH values, eliminating paths that do not exist on my system. However, the nmConnect() string that works just fine when I manually start NM, now throws a series of BEA errors, '<Notice> <Security> <BEA-090898>' even though xinetd shows no errors.
This link shows a template to create an xinetd.d file to start NodeManager as a Linux daemon, but there is no explaination as to where I find values for all the template variables. I can successfully start NM by hand, but when I try using the values displayed on the screen in the xinetd file, restarting xinetd gives nothing but errors.
By trial and error, xinetd restarts without throwing any errors on the screen or in /var/log/messages. I had to modify the CLASSPATH and LD_LIBRARY_PATH values, eliminating paths that do not exist on my system. However, the nmConnect() string that works just fine when I manually start NM, now throws a series of BEA errors, '<Notice> <Security> <BEA-090898>' even though xinetd shows no errors.
0