- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SG lib problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 09:13 PM
04-02-2006 09:13 PM
SG lib problem
when I start the pkg on the second node.
I receive this error in the .log
/usr/lib/pa20_64/dld.sl: Unable to find library "libjvm.sl"
sh: 9874 Memory fault
we have informix configured on the pkg.
the 2 node have the identical config..
Should I set some env variable??
Who need this lib?
any suggestions
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 09:54 PM
04-02-2006 09:54 PM
Re: SG lib problem
Do you have Java installed on your server ? libjvm.sl is part of Java SDK.
#swlist |grep -i java
and # swverify
Should help you.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 10:38 PM
04-02-2006 10:38 PM
Re: SG lib problem
of course jave is installed..
if I start the pkg without the script of informix.. it start successfully.
then, If you start informix manually.
I receive that error..
How can I debug the error??
the variables in the .profile of the informix user are the same.. on both nodes!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 11:40 PM
04-02-2006 11:40 PM
Re: SG lib problem
If one server is different than check your java install again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 02:33 AM
04-03-2006 02:33 AM
Re: SG lib problem
I suspect your library path is not set to take libjvm.sl. You may need to manually set it before executing package on the second node.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 03:51 AM
04-03-2006 03:51 AM
Re: SG lib problem
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 04:05 AM
04-03-2006 04:05 AM
Re: SG lib problem
This is the fastest way to see if it is a simple PATH mismatch.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 04:20 AM
04-03-2006 04:20 AM
Re: SG lib problem
What you need to do is to check the onconfig file on the 2nd node, to ensure that it is the same as the primary node.
grep JAVA $INFORMIXDIR/etc/onconfig.*
Then check to see that all of those paths exist on that node and that it has been installed in the same place.
Did you put the informix software binaries VG/LV/filesystem in the package with the data?
ls -d /opt/java*