Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- script to monitor and trigger SAP archive backup
System Administration
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
- Forums
-
Blogs
- Hybrid Cloud
- Edge
- Data & AI
- Working in Tech
- AI Insights
- Alliances
- Around the Storage Block
- Behind the scenes at Labs
- Careers in Tech
- HPE Storage Tech Insiders
- Inspiring Progress
- IoT at the Edge
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Russia
- HPE Blog, UK & Ireland
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
Topic Options
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-30-2006 08:14 PM
08-30-2006 08:14 PM
script to monitor and trigger SAP archive backup
Hi All,
I have 2 HPUX servers.
server1 is running as Data Protector Cell manager (4.1).
server2 is a production server with SAP application.
I need a script on the server1 that can monitor the SAP archive on server2. If SAP archive reached 80%, it will triggered the SAP Archive Backup.
from server1 cmd line I can triggered the backup. $/etc/opt/omni/barlist/sap/omnib -sap_list AGA_SAP_ARCHIVE
I have 2 HPUX servers.
server1 is running as Data Protector Cell manager (4.1).
server2 is a production server with SAP application.
I need a script on the server1 that can monitor the SAP archive on server2. If SAP archive reached 80%, it will triggered the SAP Archive Backup.
from server1 cmd line I can triggered the backup. $/etc/opt/omni/barlist/sap/omnib -sap_list AGA_SAP_ARCHIVE
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-30-2006 08:41 PM
08-30-2006 08:41 PM
Re: script to monitor and trigger SAP archive backup
Hi,
In server1,
POR=80
DF=$(ssh server2 df -k /var|grep -i %|awk '{print $1}')
if [ "$DF" -ge "$POR" ]
then
$/etc/opt/omni/barlist/sap/omnib -sap_list AGA_SAP_ARCHIVE
fi
Note: If do you not have ssh use remsh.
rgs,
ran
In server1,
POR=80
DF=$(ssh server2 df -k /var|grep -i %|awk '{print $1}')
if [ "$DF" -ge "$POR" ]
then
$/etc/opt/omni/barlist/sap/omnib -sap_list AGA_SAP_ARCHIVE
fi
Note: If do you not have ssh use remsh.
rgs,
ran
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-31-2006 06:54 PM
08-31-2006 06:54 PM
Re: script to monitor and trigger SAP archive backup
Hi Ran,
I got this error.
$/etc/opt/omni/barlist/sap/omnib: not found --> this command need to be run at server1.
I got this error.
$/etc/opt/omni/barlist/sap/omnib: not found --> this command need to be run at server1.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP