- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Backup of RAW disks
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-16-2000 02:32 AM
05-16-2000 02:32 AM
Backup of RAW disks
These are backed up using ADSM, what I want to back them up manually.
What will work ?? ie I don't think fbackup will work on unmounted F/S
Thanks in advance
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2000 04:00 AM
05-16-2000 04:00 AM
Re: Backup of RAW disks
to backup a raw disk i would use the dd command e. g.:
dd if=/dev/rdsk/cXtYd0 of=/dev/rmt/0m bs=64k
where X is the Hardware instance, Y the scsi address of your disk and /dev/rmt/0m the default tape device if you have a DDS-Drive.
If you are using log. volumes you have to
use if=/dev/vgXX/rlvolY
where XX is the volume group number and Y the log. volume number
Greetings
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2000 09:25 AM
05-16-2000 09:25 AM
Re: Backup of RAW disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2000 11:57 AM
05-16-2000 11:57 AM
Re: Backup of RAW disks
If you have one table that is corrupted and you only need to restore that table, you need to use some other utility like Omniback or ADSM. I've never used ADSM so I do not know if it can restore individual objects. dd will not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2000 01:39 AM
05-17-2000 01:39 AM
Re: Backup of RAW disks
Do you have Omniback?
Try it...
regards
venu