- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: shell script starting during the m/c bootup
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
08-17-2004 12:59 PM
08-17-2004 12:59 PM
shell script starting during the m/c bootup
I can grep these , see below.
root 5687 1 0 Aug 12 ? 0:00 /usr/annex/rtelnet -br 172.17.0.
90 11 /dev/ambdbo_10
root 5653 1 0 Aug 12 ? 0:00 /usr/annex/rtelnet -br 172.17.0.
89 10 /dev/ambdbo_11
root 26608 1 0 Aug 13 ? 0:00 /usr/annex/rtelnet -br 172.17.0.
90 13 /dev/ambdbo_07
One more observation . these are also device file.
Please tell me how this script is getting triggerd.
I checked /sbin/rc*.d , no start file has this script.
Mohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 02:04 PM
08-17-2004 02:04 PM
Re: shell script starting during the m/c bootup
1) In /sbin/init.d
There are symbolic linked files in /sbin/rc?.d/SXXscriptname appropriate to the run-level (?)
2) /etc/inittab
3) daemons that start from /etc/inetd.conf that may also pass a script to run, which may point to your annex daemons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 06:45 PM
08-17-2004 06:45 PM
Re: shell script starting during the m/c bootup
I checked each files in /sbbin/rc*d, /etc/inittab and /etc/initd.conf
I did not find any clue.
Mohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 08:17 PM
08-17-2004 08:17 PM
Re: shell script starting during the m/c bootup
See http://www.ofb.net/~jheiss/annex/
I'd check the Annex documentation to see if the Annex management system installs something that might be running the script.
Are you using any sort of enterprise monitoring/management software which might be running the script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 04:46 AM
08-18-2004 04:46 AM
Re: shell script starting during the m/c bootup
Could you post your inetd.conf file here as well as an ll of /etc/rc.config.d and an ll of /sbin/init.d.
Might be able to spot something that way.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 11:43 AM
08-18-2004 11:43 AM
Re: shell script starting during the m/c bootup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 02:02 PM
08-18-2004 02:02 PM
Re: shell script starting during the m/c bootup
Thanks for your kind efforts, It seems that this scrip is not added in any of the startup script , I assume till now it is manual process, I want to automate this script . How to go about it.
Thanks in advance.
Mohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 05:19 PM
08-18-2004 05:19 PM
Re: shell script starting during the m/c bootup
Check this post:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=195586
sks
PS: Do assign point to replies to your thread.