- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: vdump
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
Discussions
Discussions
Discussions
Forums
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
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-19-2006 06:31 PM
тАО02-19-2006 06:31 PM
vdump
I would like to backup some of the files in my system. vdump is the command to do so right? Do I need to bring my server to single user mode or it can be proceed with multi-user mode?
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2006 07:06 PM
тАО02-19-2006 07:06 PM
Re: vdump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2006 07:34 PM
тАО02-19-2006 07:34 PM
Re: vdump
"vdump" is good for full or incremental
backup of an AdvFS fileset (as the "man" page
says), much as plain "dump" is used for a
UFS.
If "some of the files" means "some particular
subset of the files in a file system", then
something like "tar" (perhaps with "gzip") or
a Zip archiver might make more sense.
All these programs work in multi-user mode,
but backups of open/busy files may have less
value than backups of closed/idle files, so
single-user mode can be useful.
Well-formed questions tend to lead toward
more helpful responses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2006 08:14 PM
тАО02-19-2006 08:14 PM
Re: vdump
Thanks a lot for sharing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2006 08:35 PM
тАО02-19-2006 08:35 PM
Re: vdump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2006 11:09 PM
тАО02-19-2006 11:09 PM
Re: vdump
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=996567
To backup ALL your data, you need to run vdump for every file system reported by df -t advfs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2006 06:11 PM
тАО02-21-2006 06:11 PM
Re: vdump
Surely you can take the backup in multiuser mode for all the available filesets but mke sure if you have Oracle or some other application that has changing or Dynamic Data i will propose you to first create the image filesets for existing one and then take the backup....It will be much organized way of doing the same...
Regards
Manish Pathak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2006 06:07 PM
тАО02-26-2006 06:07 PM
Re: vdump
"If "some of the files" means "some particular subset of the files in a file system", then something like "tar" (perhaps with "gzip") or a Zip archiver might make more sense."
vdump can take partial fileset (directory level ) dumps. Pl. chk. vdump -D option.
Jess,
Taking backups of a dynamic fileset is a different ballgame altogether. I hope you know the concept of "point in time copy" of a fileset. vdump alone will not help you to take backups of a dynamic fileset. Pl. refer to man page for clonefset also.
Also, refer to doc. suggested buy BLV for entire procedure to take backups of a dynamic filesets.
Hope this helps.
Srinivas