- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- where i can set autostart command after reboot in ...
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-14-2008 12:42 AM
03-14-2008 12:42 AM
where i can set autostart command after reboot in HP-UX
i wanna ask bout how to configure autostart in hp-ux. if in linux i configure in /etc/rc.d/rc.local but in hp-ux where i can configure??
i try searching manual for that, but i can't find them... help please...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 12:48 AM
03-14-2008 12:48 AM
Re: where i can set autostart command after reboot in HP-UX
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 12:55 AM
03-14-2008 12:55 AM
Re: where i can set autostart command after reboot in HP-UX
this is jbase application and i configure in /usr/jbc/bin. if i want use this application i must do this :
#cd /usr/jbc/bin
#./jLicServer start
#./jSlimServer start
if i reboot the system, i must do that again. i'am sick doing all this manualy..
i think in linux i can write the script to /etc/rc.d/rc.local (no matter i restart the system, it will start)
but in hp-ux i can't find that...
thx for the reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 01:08 AM
03-14-2008 01:08 AM
Re: where i can set autostart command after reboot in HP-UX
have a look at the attachment.
Though old, the concepts are the same.
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 01:13 AM
03-14-2008 01:13 AM
Re: where i can set autostart command after reboot in HP-UX
>have a look at the attachment.
>Though old, the concepts are the same.
>hope this helps!
>kind regards
>yogeeraj
what attachment you mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 01:15 AM
03-14-2008 01:15 AM
Re: where i can set autostart command after reboot in HP-UX
have a look at the url below:
http://docs.hp.com/en/934/startup.pdf
hope this helps!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 01:17 AM
03-14-2008 01:17 AM
Re: where i can set autostart command after reboot in HP-UX
sorry for the duplicate posts.
The URL contains the same information as the file that i was trying to attach.
if you need any further assistance, please let us know.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 04:25 AM
03-14-2008 04:25 AM
Re: where i can set autostart command after reboot in HP-UX
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 12:52 AM
10-20-2008 12:52 AM
Re: where i can set autostart command after reboot in HP-UX
Br
Patrik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 10:22 AM
10-20-2008 10:22 AM
Re: where i can set autostart command after reboot in HP-UX
Look at the script /sbin/init.d/nfs.client
It has the standard structure. Pay attention that on boot all scripts run twice - wth start_message and start parameters, and on shutdown as well, but with stop.
It's worth to have a configuration file, in the /etc/rc.config.d directory and to load it in your script. In this case you may manage your script without changing it.
HTH