- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mirror UX and mix and oracle backup
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
05-23-2002 01:36 AM
05-23-2002 01:36 AM
i learned that mirror/UX can also do mirrors to more than 1 target volume. RAID 1
is it no problem to mix SCSI and FC devices ? so i can mirror the system and local data disk to a DS2100 rack in next room ?
what's the best way to backup oracle database (size 100GB) with only 5 min or no down time ? lvreduce of the second mirror or online backup possible with OmniBack ??
thanks and bye, peter
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 01:49 AM
05-23-2002 01:49 AM
Re: mirror UX and mix and oracle backup
Did you take a look at the snapshot capabilities of OnlineJFS ? Stop the database, mount a snapshotfilesystem, start the database ... and you can then backup the snapshotfilesystem ...
Hope this helps,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 01:52 AM
05-23-2002 01:52 AM
SolutionYes, you can create > 1 mirror copy of disks to any other disks you have attached.
Yes, you can use Omniback to backup Oracle online so no downtime ! But this may take a while if you have a 100GB database and certainly restoring the whole db (god forbid it should become necessary) will take quite a long time.
Much better to do as you said - create a 2nd mirror copy, shutdown the DB, split the 2nd mirror copy off, restart the DB (should only take a couple of minutes) and backup the split mirror copy at your leisure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 02:04 AM
05-23-2002 02:04 AM
Re: mirror UX and mix and oracle backup
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 02:14 AM
05-23-2002 02:14 AM
Re: mirror UX and mix and oracle backup
When fisnish backup alter database end backup...
The database needs to be in archive mode.
Search ( boolean) :
oracle +online +backup
to find more trheads with this subject.