- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- using dump command ask for a new tape
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
12-04-2002 07:47 AM
12-04-2002 07:47 AM
i have a que. about using dump command ,
when i m using the dump command to a file i m getting this message :
[viva]/opt/test>dump 0uf /opt/test/tt /stand
DUMP: Date of this level 0 dump: Wed Dec 4 16:51:08 2002
DUMP: Date of last level 0 dump: the epoch
DUMP: Dumping /dev/vg00/rlvol1 (/stand) to /opt/test/tt
DUMP: This is an HP long file name filesystem
DUMP: mapping (Pass I) [regular files]
DUMP: mapping (Pass II) [directories]
DUMP: estimated 47620 tape blocks on 1.22 tape(s).
DUMP: dumping (Pass III) [directories]
DUMP: dumping (Pass IV) [regular files]
DUMP: Change Tapes: Mount tape #2
DUMP: NEEDS ATTENTION: Is the new tape mounted and ready to go?: ("yes" or "no
") yes
why do he ask me for a new tape ?
when i m telling him yes , he finish the backup with no error .
does someone has a clue ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 07:51 AM
12-04-2002 07:51 AM
Re: using dump command ask for a new tape
I wonder if it overwrote the first tape when you typed yes.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 07:53 AM
12-04-2002 07:53 AM
Re: using dump command ask for a new tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 08:02 AM
12-04-2002 08:02 AM
Re: using dump command ask for a new tape
you are rigth that it is a very old command and it is better to use fbackup , but i must use this command .
the issue is that i m not writing to a tape device but to a file in /opt ( i have 2 g.b. free in /opt ) .
i m trying to backup /stand that is a HFS filesystem .
also like i said , it take like 5 second to end after i m giving his yes .
why do he ask for another tape if i m backup
to a file ?
do i need to use a wilde card that i didnt used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 08:05 AM
12-04-2002 08:05 AM
SolutionI use the b d and s arguments to get it to write large blocks and not worry about the tape size, something like...
dump 0bdfs 64 62000
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 08:46 AM
12-04-2002 08:46 AM
Re: using dump command ask for a new tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 08:56 AM
12-04-2002 08:56 AM
Re: using dump command ask for a new tape
thanks for the help , need to chec kthe issue of the block size that i m using the dump command , it i will have other problem i will use the dd option .
i hate old command !!
thanks a lot for the help