- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Tape drive Error
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
09-06-2006 09:13 PM
09-06-2006 09:13 PM
There is NO /dev/rmt/0mn on this server. But i can see /dev/rmt/1mn
What's are the difference?
Now, i'm making make_tape_recovery -a /dev/rmt/1mn
Is the make_tape_recovery can works? How to set the default value of make_tape_recovery to /dev/rmt/1mn?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 09:19 PM
09-06-2006 09:19 PM
Re: Tape drive Error
You can create a link to /dev/rmt/1mn.
# ln -s /dev/rmt/1mn /dev/rmt/0mn
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 09:35 PM
09-06-2006 09:35 PM
Re: Tape drive Error
Is there any configuration file that i could vi instead of using soft link?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 10:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 04:02 AM
09-07-2006 04:02 AM
Re: Tape drive Error
The device /dev/rmt/0mn is a standard device file. I guess when you do a "ioscan -fnC tape" you should see the device. If not then try to link or a move as suggested above.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 09:46 AM
09-07-2006 09:46 AM
Re: Tape drive Error
lssf /dev/rmt/*
Now you do not want to make the 1mn tape drive as the default for make_tape_recovery. The reason is that you are missing many different options and for ANY backup task on your comnputer, the backup command must be in a small script with ALL the required values. For instance, the correct command would be:
make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/1mn
but even this is incomplete because you need to check that there is a tape in the drive and that it is not write-disabled. You may also want to add additional documentation to the backup image with the -t and -d options.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 12:55 PM
09-07-2006 12:55 PM
Re: Tape drive Error
Can u provide me a full backup command for system. Steps how to do it, i've no experience before and how to check wether my backup (make_tape_recovery) is working and fine.
Thanks and regard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 01:26 PM
09-07-2006 01:26 PM
Re: Tape drive Error
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 03:56 PM
09-07-2006 03:56 PM
Re: Tape drive Error
9000/800/rp3440
2 cpu
i'm planning to have a system shutdown to do a complete backup (cold backup).
Can u assist me on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 03:58 PM
09-07-2006 03:58 PM
Re: Tape drive Error
CPU Count: 2
CPU Speed: 1000 MHz
CPU HW Support: 64-bit
Kernel Support: 64-bit
RAM Size: 8190 MB
bufpages: 1638 MB
maxuprc: 3687
maxvgs: 10
maxfiles: 60
max_thread_proc: 256
nfile: 63498
nflock: 4096
nproc: 4096
ninode: 34816
shmmax: 1073741824
shmmni: 200
dbc_max_pct: 20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 07:35 PM
09-07-2006 07:35 PM
Re: Tape drive Error
for ypour backup excute make_tape_recovery as specified
I think that to ceck your result, look in var/opt/ignite/logs
If you have need to save data , save it by fbackup
regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 04:22 AM
09-08-2006 04:22 AM
Re: Tape drive Error
ioscan -kfC disk
ioscan -kfC tape
bdf
vgdisplay -v
Since these will be lengthy, save this to a file and attach it rather than pasting it into your response.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 01:19 PM
09-10-2006 01:19 PM
Re: Tape drive Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 02:14 PM
09-10-2006 02:14 PM
Re: Tape drive Error
The command to save the HP-UX files is:
make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/1mn
Make this tape whenever mjor changes are made to the HP-UX system, at least once a month.
The second command for a different tape to backup the cramer files is:
fbackup -v -c /etc/fbackup.config -f /dev/rmt/1m -i /cramerdb -i /cramerapps
You will also need to create this file:
blocksperrecord 4096
records 64
checkpointfreq 4096
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
Name this file: /etc/fbackup.config
Run the fbackup command as often as your database needs backup, daily is probably necessary if this is a production computer.
Keep the tapes in a safe place away from the computer shop, ideally a different building. Do *NOT* discard old tapes in the trash. Instead, break the tapes in half and destroy the tape inside. This is to protect the data from being stolen. Note that your backup tapes are unsecure and should be treated as confidential material. Never leave data backup tapes lying on desks.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 03:02 PM
09-10-2006 03:02 PM
Re: Tape drive Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 03:19 PM
09-10-2006 03:19 PM
Re: Tape drive Error
As far as checking the backups, the Ignite/UX backup (make_tape_recovery) is designed to replace your current VG00 system as it is a bootable tape. Checking it would require another similar computer where you can run the entire installation.
For your data backup, you can use frecover to read the entire tape, checking the files and directories that are on the tape using a special fbackup checksum. The command is:
frecover -r -v -N -f /dev/rmt/1m
This will read the entire tape and display all the files that were saved. To see just the contents of the tape, use this:
frecover -I - -f /dev/rmt/1m
Bill Hassell, sysadmin