- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_recovery - no /dev/rmt/0mn
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
07-13-2001 12:01 PM
07-13-2001 12:01 PM
When I do make_tape_recovery I don't have a /dev/rmt/0mn. I did a check with ioscan and under my DDS2 I have no 0mn.
Being new to unix I cannot find the info on how to make the dev.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:05 PM
07-13-2001 12:05 PM
Re: make_recovery - no /dev/rmt/0mn
You should be having any tape devices (DLT or DDS)
Type command
ioscan fnkC tape
This will give you the details of tape devices on the server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:12 PM
07-13-2001 12:12 PM
Re: make_recovery - no /dev/rmt/0mn
ioscan -fnkC tape
-USA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:13 PM
07-13-2001 12:13 PM
Re: make_recovery - no /dev/rmt/0mn
What did you see under you DDS2 when you run ioscan command?
You can create special file by using command
#>insf -ev.
Someone correct me if I am wrong. As per I know rmt/om rmt/1m are the old method to access drives. But new OS still try to keep compatibility so you can use that.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:19 PM
07-13-2001 12:19 PM
SolutionAs Uday indicated, use 'ioscan -fnkC tape' to find your tape drive(s).
Then, you can specify the Ignite tape thusly:
# make_recovery -d /dev/rmt/1mn ...
# make_tape_recovery -a /dev/rmt/1mn ...
Note that the option for the specification of the tape device is different. You should use the newer, more robust 'make_tape_recovery' in Ignite versions 3.2 and above.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:26 PM
07-13-2001 12:26 PM
Re: make_recovery - no /dev/rmt/0mn
When I used make_tape_recovery -a /dev/rmt/1mn it took off running.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:27 PM
07-13-2001 12:27 PM
Re: make_recovery - no /dev/rmt/0mn
I usually just do a
ls -al /dev/rmt
to check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 12:54 PM
07-13-2001 12:54 PM
Re: make_recovery - no /dev/rmt/0mn
The tape drive od the DDS drive is sensed with and asigned the device file depending on the SCSI id it is set for , so it may be possible that the the device could be 1m,,2m,3m etc.
ioscan -fnC tape would give you the correct device file name.
It may also be possible that you have not switched on the tape drive .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 07:02 AM
07-24-2001 07:02 AM
Re: make_recovery - no /dev/rmt/0mn
I agree with James, but I would like to add something, U can make recovery without giving the path for your tape drive
# make_recovery -A
Goodluck,
Hamdy