- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- output file /dev/rmt/2m is not a valid device file...
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
04-01-2003 09:22 AM
04-01-2003 09:22 AM
output file /dev/rmt/2m is not a valid device file for backup
I can write and communicate to the tape by:
tar -cvf /dev/rmt/2m /tmp
mt -t /dev/rmt/2m status
mt -t /dev/rmt/2m rewind
icgstx1:/> mt -t /dev/rmt/2m status
Drive: EXABYTE Mammoth2
Format: QIC-5GB formatQIC-5GB format
Status: [10128d6] online immediate-report-mode
File: 0
Block: 15
Tried lssf /dev/rmt/2m:
stape card instance 0 SCSI target 15 SCSI LUN 0 at&t best density available at a
ddress 0/0/1/0.15.0 /dev/rmt/2m
ll on /dev/rmt/2m:
crw-rw-rw- 2 bin bin 205 0x00f000 Apr 1 10:05 2m
ioscan -fnC tape:
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
tape 0 0/0/1/0.1.0 stape CLAIMED DEVICE HP Ultrium 1-SCSI
/dev/rmt/0m /dev/rmt/c0t1d0BEST
/dev/rmt/0mb /dev/rmt/c0t1d0BESTb
/dev/rmt/0mn /dev/rmt/c0t1d0BESTn
/dev/rmt/0mnb /dev/rmt/c0t1d0BESTnb
tape 2 0/0/1/0.15.0 stape CLAIMED DEVICE EXABYTE Mammoth2
/dev/rmt/2m /dev/rmt/c0t15d0BEST
/dev/rmt/2mb /dev/rmt/c0t15d0BESTb
/dev/rmt/2mn /dev/rmt/c0t15d0BESTn
/dev/rmt/2mnb /dev/rmt/c0t15d0BESTnb
When I try to make a make_recovery_tape with the command:
make_tape_recovery -x inc_entire=vg00 -l -v -a /dev/rmt/2mn
The following error message is returned:
7897+0 records in
7896+1 records out
I/O error
ERROR: /usr/bin/dd if=/var/tmp/uxinstlf.recovery of=/dev/rmt/2mn bs=2k failed
to write LIF onto tape.
ERROR: Failed to generate LIF on tape .
Also, I tried using SAM to interactively backup files and got the error message: output file /dev/rmt/2m is not a valid device file for backup.
I have Ignite B.3.5.89 installed on HP-UX 11.0:
B5725AA B.3.5.89 HP-UX Installation Utilit
ies (Ignite-UX)
Any ideas? Thanks in advance! ==Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 10:15 AM
04-01-2003 10:15 AM
Re: output file /dev/rmt/2m is not a valid device file for backup
I also believe this will be the same problem with Ignite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 12:07 PM
04-01-2003 12:07 PM
Re: output file /dev/rmt/2m is not a valid device file for backup
.; insf -e -H 0/0/1/0.1.0
.; insf -e -H 0/0/1/0.15.0
.: I would recommend to upograde to latest Ignite & patch pax :
http://www.software.hp.com/products/IUX/download.html
Cheers
T??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 01:59 PM
04-01-2003 01:59 PM
Re: output file /dev/rmt/2m is not a valid device file for backup
==Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 02:32 PM
04-01-2003 02:32 PM
Re: output file /dev/rmt/2m is not a valid device file for backup
http://www.unixguide.net/hp/faq/5.8.3.shtml
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 06:39 AM
04-02-2003 06:39 AM
Re: output file /dev/rmt/2m is not a valid device file for backup
As mentioned this is not supported/recognized/valid/
You can 'fool' SAM/fbackup by letting it think that it does a remote backup, i.e. specify a remote tape drive and give the hostname of the local system.
For this 'remote' backup to work, first make sure that (for root) remsh(1) to the local system works, i.e.
# remsh `hostname` date
This should *not* ask for a password and should display the date/time. If not, fix that first.
For the Ignite-UX part:
As far as I know, you can not boot from a Exabyte (i.e. the boot 'ROM' does not contain code for this device). If you can not boot from it, making a Ignite-UX tape for it makes no sense.