- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Run Control Script
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
07-12-2006 08:13 PM
07-12-2006 08:13 PM
THE SCRIPT /data/BACKUP
I WANT TO START IN RUNLEVEL 3 & KILL AT LEVEL 2.
PlS PROVIDE ME THE SCRIPT FILE THAT WILL DO THIS ...
The script that needs to pasted to init.d directory....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 08:41 PM
07-12-2006 08:41 PM
Re: Run Control Script
/sbin/init.d/BACKUP
It must be a script based on /sbin/init.d/template that accepts start and stop commands. If not, you need a new script.
Lets say it complies
cd /sbin/rc3.d
ln -s /sbin/init.d/BACKUP S900backup
cd /sbin/rc2.d
ln -s /sbin/init.d/BACKUP K100backup
If the script itself is right everything else will work.
If this backup is big it will significantly slow down your system start and stop process.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 09:30 PM
07-12-2006 09:30 PM
Re: Run Control Script
Can anybody able to Provide me the same for the script Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 09:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 10:33 PM
07-12-2006 10:33 PM
Re: Run Control Script
You can obtain a complete understanding of the startup requirements by examining the manpages for 'rc(1m)' and/or the document below:
http://docs.hp.com/en/B2355-60127/rc.1M.html
http://docs.hp.com/en/934/startup.pdf
As already noted, you should model your script after '/sbin/init.d/template'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 05:48 PM
07-13-2006 05:48 PM