- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP 9000 DAT 2 & 3 index generation
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-07-2000 09:10 AM
12-07-2000 09:10 AM
We have 3 D220: one with a DAT3 tape drive and the other two with DAT 2 tape drives. On the DAT 3 drive we use DDS3 tapes while on our two DAT 2 tape drives we are using DDS1 tapes.
The problem is: index files generated using fbackup from the DAT 3 drives work fine but those of with DAT 2 tape drives don't give any index values. Is there a problem with DAT 2 drives or DDS1 tapes that prevents index generation or is the problem elsewhere.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 11:04 AM
12-07-2000 11:04 AM
Re: HP 9000 DAT 2 & 3 index generation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 12:02 PM
12-07-2000 12:02 PM
Re: HP 9000 DAT 2 & 3 index generation
When you perform the following
frecover -I /tmp/back.log, do you get an error message.
If you perform a simple test:
make a graph that only includes /stand for instance and then run fbackup, do you get a error message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 06:57 AM
12-13-2000 06:57 AM
Re: HP 9000 DAT 2 & 3 index generation
I tried the second suggestion (I can't try the first until I get a DDS2 tape) but the result was the same. The command:
# fbackup -f /dev/rmt/0mn -g graph -u -v -I index
generated the following index file:
# 1 /
# 1 /stand
# 1 /stand/bootconf
# 1 /stand/build
# 1 /stand/build/conf.SAM.c
# 1 /stand/build/conf.SAM.o
# 1 /stand/build/conf.c
# 1 /stand/build/conf.o
# 1 /stand/build/conf.o.old
# 1 /stand/build/config.SAM.mk
# 1 /stand/build/config.mk
# 1 /stand/build/space.h
# 1 /stand/build/system
# 1 /stand/ioconfig
# 1 /stand/kernrel
# 1 /stand/lost+found
# 1 /stand/rootconf
# 1 /stand/system
# 1 /stand/system.prev
# 1 /stand/vmunix
# 1 /stand/vmunix.prev
The result was the same for all tape devices defined on the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 02:53 AM
12-14-2000 02:53 AM
Solutionfbackup -f /var/tmp/0mn -g /tmp/graph -u -v -I /tmp/dar.index
dar.index:
6144 1 /
1024 1 /stand
191 1 /stand/bootconf
1024 1 /stand/build
35978 1 /stand/build/conf.SAM.c
34452 1 /stand/build/conf.SAM.o
35963 1 /stand/build/conf.c
34448 1 /stand/build/conf.o.old
3163 1 /stand/build/config.SAM.mk
3172 1 /stand/build/config.mk
316916 1 /stand/build/core
233 1 /stand/build/space.h
933 1 /stand/build/system.SAM
8483336 1 /stand/build/vmunix_test
When I do a frecover -f /var/tmp/0mn -I test
I get the same result as above.
If you get the same problem as with the tapes, it could be your fbackup, check if you have the latetst fbackup patchs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 06:42 AM
12-14-2000 06:42 AM
Re: HP 9000 DAT 2 & 3 index generation
The suggestion from Daryl to use a local file instead of the tape device was a good one. The problem definiately seems to be in the fbackup software.
The systems where the indicies don't work are running an fbackup from patch kit PHCO_14176. The system that has a working fbackup is from patchkit PHCO_16031.
Thanks for the help...