- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote DataBase Server Stop / Start
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
02-09-2007 04:15 AM
02-09-2007 04:15 AM
I would like to stop / start the DB in a remote server for few minutes. Because I have to take cold Backup by flashing the image to Shadow SAN and from there it will go to tape .
what are the possibility.
1. No cron Job. ( as per policy it has been desisabled )
2. No Control M - Automated tool is running.
3. But every week operator is stoping / starting
4. My tought , is there any possibility of running a cmd from Batch server to DB
server to stop / start. No rsh / rlogin all disabled. But sftp is there. Is it possible to connect and run any script at the
DB server.
Thanks in Advance.
Regards
Vijayakumar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2007 04:21 AM
02-09-2007 04:21 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2007 04:30 AM
02-09-2007 04:30 AM
Re: Remote DataBase Server Stop / Start
Thanks for the quick response.
Could you give me more tips how it will be
with some example of this.
Regards
Vijay S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2007 04:44 AM
02-09-2007 04:44 AM
Re: Remote DataBase Server Stop / Start
It's really quite simple. Any script or program that can be executed locally on the remote host, is simply added to the data specification as a "pre-exec" which are run on the remote host before the actual backup agents on the remote host start. There are also "post-exec" options which can run after the remote backup agent finishes.
Look for some of the Data Protector documentation. There are many examples.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2007 04:54 AM
02-09-2007 04:54 AM
Re: Remote DataBase Server Stop / Start
I am not using Data Protector.
As per you suggestion i would like to ssh to the db server and trigger the stop / start
script only.
The DC will in the mean time ( 10 minutes ) flash the disk image to Shadow SAN.
There are asking only to stop the db and
restart the db for 10 minutes.
How exactly to go about that.
Regards
Vijay S