- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Create DDS tape device
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
05-21-2000 12:55 PM
05-21-2000 12:55 PM
mksf -C tape -H 8.12.5.3 -b DDS1
I am trying to create the device file:
/dev/rmt/0m
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2000 08:53 PM
05-21-2000 08:53 PM
Solutionunknown indicates that the driver to handle the scsi tape drive is not included in the kernel.Add the driver as follows
1.sam->kernel configuration-> drivers
2.locate for the driver name stape
3.check the current state column.If it is showing as out do the following (otherwise ignore this reply)
4.highlight the line ,go to actions menu and select add driver to kernel
5.rebuild the kernel and reboot the system
next time when the system comes up it will automatically creates the device files for the DDS device.check the files in the /dev/rmt directory.still device files are not created try with insf commmand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2000 11:05 PM
05-21-2000 11:05 PM
Re: Create DDS tape device
Try just doing 'insf -e -H
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2000 11:57 PM
05-21-2000 11:57 PM
Re: Create DDS tape device
It would help if you specified the System, e.g. D-class or K-class, and provided an ioscan output for reference, as this would tell us what card you are connected to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2000 12:14 AM
05-22-2000 12:14 AM
Re: Create DDS tape device
sam -> kernel config -> drivers. You should have 'stape' marked as "in". If not, you'll have to load the driver into the kernel. Look under the 'Action'-menu.
If this is ok, you can create the device files also with SAM : sam -> Peripheral Devices -> Tape Drives. Select the tape drive according to the HW-path, and in menu Actions, choose "Create Device Files". This will in fact do the mksf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2000 07:16 AM
05-22-2000 07:16 AM
Re: Create DDS tape device
As a side note, it would help, when assigning points, to have the point values and descriptions listed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2000 11:07 PM
05-22-2000 11:07 PM
Re: Create DDS tape device
insf -e -C tape
i hope this will work in your case.
Regards
Nikhil