- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- compression on a tape drive with "c" option
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
01-10-2001 03:13 PM
01-10-2001 03:13 PM
compression on a tape drive with "c" option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 06:12 PM
01-10-2001 06:12 PM
Re: compression on a tape drive with "c" option
/dev/rmt/cxtxdxBEST is the compressed device, normally this file is linked to /dev/rmt/0m , have a look at /dev/rmt/* files .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 08:46 PM
01-10-2001 08:46 PM
Re: compression on a tape drive with "c" option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2001 11:21 PM
01-10-2001 11:21 PM
Re: compression on a tape drive with "c" option
There is no "c option" in HP-UX.
The BEST device provides automatic compression and is linked automatically to /dev/rmt/?m
Using that one will give you the BEST possible tape capacity.
BEST Regards :7)
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 06:55 AM
01-11-2001 06:55 AM
Re: compression on a tape drive with "c" option
I agree with what Unix Guru's are saying.
1> On HP you have ?m as the best drive.
2> If you are on SunOS pls try using /dev/rmt/?h
(h for high density), if that is not present pls check in /devices directory, for the below mentioned file
/devices/iommu@f,e0000000/sbus@f,e0001000/espdma@f,400000/esp@f,800000/st@6,?:h
You can make a link of ?h in /dev/rmt dir to above "greek" path. ;-))..
Hope this helps...
Suhas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 12:33 PM
01-11-2001 12:33 PM
Re: compression on a tape drive with "c" option
# ls -i /dev/rmt | sort
1005 0m
1005 c4t3d0BEST
1006 0mb
1006 c4t3d0BESTb
1007 0mn
1007 c4t3d0BESTn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 01:09 PM
01-11-2001 01:09 PM
Re: compression on a tape drive with "c" option
this should give you a listing of all the tape drives on your system. it also lists different ways to store your data on the tape.
-jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2001 11:59 AM
01-14-2001 11:59 AM
Re: compression on a tape drive with "c" option
ioscan -funC tape
is much faster with k:
ioscan -kfnC tape
The -k option reports what the kernel knows about from memory rather than scanning all the hardware in the system. Unless you connect devices to a running system (not a good idea), the -k option tells you about everything in the system virtually instantly.
Also, no one has mentioned the device file decoder: lssf In the old days of HP-UX, you could use ll, rm, and mknod to manage hardware, but with widely varying (and large scale) hardware, ll should be replaced with lssf to show the details about a device file. And rm should be replaced by rmsf to remove device files, and insf/mksf rather then mknod for making new device files.
The term BEST density means that the driver will enable the highest density possible on the device, whether through recording method or hardware compression, whichever applies.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2001 04:15 AM
01-15-2001 04:15 AM
Re: compression on a tape drive with "c" option
lssf /dev/rmt/*
and mksf to create a special files with special requeriments:
mksf -H 0/...... -b DDS2C ..... /dev/rmt/drive1_c
see man mksf