- Community Home
- >
- Operating Systems
- >
- Linux
- >
- System Administration
- >
- how to start/stop BMC patrol agents in linux ?
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
how to start/stop BMC patrol agents in linux ?
(694 Views)
Reply
Topic Options
- Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
how to start/stop BMC patrol agents in linux ?
Post options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-04-2008 08:43 PM
how to start/stop BMC patrol agents in linux ?
Re: how to start/stop BMC patrol agents in linux ?
Post options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-05-2008 06:00 AM
The short answer would be: it depends on your installation.
In our company, the monitoring guys have pre-built installation packages for each OS we support. They contain some customizations that are specific to our environment. All of them have a common PatrolAgent.rc script: our procedure is to copy it to /etc/init.d (or /sbin/init.d in HP-UX, or /etc/rc.d/init.d in ancient RedHats...) and create the proper symlinks in the /etc/rc?.d directories, so that the script will start the agent automatically at the end of system startup and stop it at the very beginning of system shutdown.
Thus, in our environment, if it's necessary to start the Patrol agent manually, the command would be:
sh /etc/init.d/PatrolAgent.rc start
And to stop it:
sh /etc/init.d/PatrolAgent.rc stop
MK
In our company, the monitoring guys have pre-built installation packages for each OS we support. They contain some customizations that are specific to our environment. All of them have a common PatrolAgent.rc script: our procedure is to copy it to /etc/init.d (or /sbin/init.d in HP-UX, or /etc/rc.d/init.d in ancient RedHats...) and create the proper symlinks in the /etc/rc?.d directories, so that the script will start the agent automatically at the end of system startup and stop it at the very beginning of system shutdown.
Thus, in our environment, if it's necessary to start the Patrol agent manually, the command would be:
sh /etc/init.d/PatrolAgent.rc start
And to stop it:
sh /etc/init.d/PatrolAgent.rc stop
MK
MK
