HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cold backup
Operating System - HP-UX
1834535
Members
3293
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2008 09:32 PM
01-27-2008 09:32 PM
Hi,
HP-UX 11i.
Oracle 10g(10.2.0.1)
RAC is implemented.
I am oracle dba.
Our database is created on raw devices(using san storage).
I want to know is it possible to tar datafiles,controlfiles,cluster files directly to tape or first to copy these files to another location (after shutting down the database).
Thanks.
HP-UX 11i.
Oracle 10g(10.2.0.1)
RAC is implemented.
I am oracle dba.
Our database is created on raw devices(using san storage).
I want to know is it possible to tar datafiles,controlfiles,cluster files directly to tape or first to copy these files to another location (after shutting down the database).
Thanks.
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2008 11:56 PM
01-27-2008 11:56 PM
Solution
Hello,
The simplest and Oracle-recommended method
for your version is dd(1) command.
One of the references for you (Oracle
Database Backup and Recovery Advanced
User's Guide 10g Release 2 (10.2)).
http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/osbackup008.htm
Quote from Oracle:
When backing up to or from raw devices, the
UNIX dd command is the most common backup
utility.
Using dd effectively requires specifying
the correct options, based on your database.
Details about your database that affect the
options you use for dd are listed in the
following table:
Block size
You can specify the size of the
buffer that dd uses to copy data.
For example, you can specify
that dd should copy data in
units of 8 KB or 64 KB. Note
that the block size for dd need
not correspond to either the
Oracle block size or the
operating system block size:
it is merely the size of the
buffer used by dd when making the copy.
Raw offset
On some systems, the beginning
of the file on the raw device
is reserved for use by the
operating system. This storage
space is called the raw offset.
Oracle should not back up or
restore these bytes.
Size of Oracle block 0
At the beginning of every Oracle file, the operating system-specific code places an Oracle block called block 0. The generic Oracle code does not recognize this block, but the block is included in the size of the file on the operating system. Typically, this block is the same size as the other Oracle blocks in the file.
Lot of examples of dd(1) usage are
at the above URL.
Cheers,
VK2COT
The simplest and Oracle-recommended method
for your version is dd(1) command.
One of the references for you (Oracle
Database Backup and Recovery Advanced
User's Guide 10g Release 2 (10.2)).
http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/osbackup008.htm
Quote from Oracle:
When backing up to or from raw devices, the
UNIX dd command is the most common backup
utility.
Using dd effectively requires specifying
the correct options, based on your database.
Details about your database that affect the
options you use for dd are listed in the
following table:
Block size
You can specify the size of the
buffer that dd uses to copy data.
For example, you can specify
that dd should copy data in
units of 8 KB or 64 KB. Note
that the block size for dd need
not correspond to either the
Oracle block size or the
operating system block size:
it is merely the size of the
buffer used by dd when making the copy.
Raw offset
On some systems, the beginning
of the file on the raw device
is reserved for use by the
operating system. This storage
space is called the raw offset.
Oracle should not back up or
restore these bytes.
Size of Oracle block 0
At the beginning of every Oracle file, the operating system-specific code places an Oracle block called block 0. The generic Oracle code does not recognize this block, but the block is included in the size of the file on the operating system. Typically, this block is the same size as the other Oracle blocks in the file.
Lot of examples of dd(1) usage are
at the above URL.
Cheers,
VK2COT
VK2COT - Dusan Baljevic
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.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP