- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sybase and others start at boot
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
03-06-2007 12:23 PM
03-06-2007 12:23 PM
I think I am having an issue with some env vars not being loaded before they are required when I boot my hpux box. I have setup a script to start sybase (/sbin/init.d/sybase) and I have a link to it in /sbin/rc3.d/S377Sybase, the script is working now but only because I statically defined the SHLIB_PATH within the script itself. I have a . ./
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 12:31 PM
03-06-2007 12:31 PM
SolutionWhat you CAN do is put the '. /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 12:34 PM
03-06-2007 12:34 PM
Re: Sybase and others start at boot
Next your should use the shell's dot (.) operator to source this script in your .profiles, cron'ed scripts, and rc'ed scripts so that a change to this one file will fix (or break) all of your scripts.
e.g.
#!/usr/bin/sh
.
statement_1
statement_2
...
This will ensure that all of your interactive shells and scripts zig or zag as a unit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 12:37 PM
03-06-2007 12:37 PM
Re: Sybase and others start at boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 12:51 PM
03-06-2007 12:51 PM
Re: Sybase and others start at boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 12:53 PM
03-06-2007 12:53 PM
Re: Sybase and others start at boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 01:10 PM
03-06-2007 01:10 PM
Re: Sybase and others start at boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 02:34 PM
03-06-2007 02:34 PM
Re: Sybase and others start at boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 03:43 PM
03-06-2007 03:43 PM
Re: Sybase and others start at boot
Have a look at the point assignment guidelines here and just use your best judgement.
http://forums1.itrc.hp.com/service/forums/helptips.do?#34
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 12:30 AM
03-07-2007 12:30 AM