- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- command mt
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-13-2003 07:21 AM
05-13-2003 07:21 AM
mt -t /dev/rmt/0mn offl
mt -t /dev/rmt/0mn rew
Is it possible?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 07:24 AM
05-13-2003 07:24 AM
Re: command mt
remsh remotesystem "mt -t /dev/rmt/0mn offl"
remsh remotesystem "mt -t /dev/rmt/0mn rew"
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 07:31 AM
05-13-2003 07:31 AM
Re: command mt
$ mt -f
It may work, just like the GNU version of mt command. Do a man on mt to see if "-f" is supported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 07:37 AM
05-13-2003 07:37 AM
Re: command mt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 09:03 AM
05-13-2003 09:03 AM
Re: command mt
/etc/inetd.conf
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&con=/hpux/onlinedocs/B2355-90685/00/00/89-con.html&toc=/hpux/onlinedocs/B2355-90685/00/00/89-toc.html&searchterms=inetd.conf%7cremsh&queryid=20030513-110209
/etc/host.equiv or $HOME/.rhosts
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90743/B2355-90743_top.html&con=/hpux/onlinedocs/B2355-90743/00/00/21-con.html&toc=/hpux/onlinedocs/B2355-90743/00/00/21-toc.html&searchterms=remsh&queryid=20030513-19824
remsh syntax
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90743/B2355-90743_top.html&con=/hpux/onlinedocs/B2355-90743/00/00/21-con.html&toc=/hpux/onlinedocs/B2355-90743/00/00/21-toc.html&searchterms=remsh&queryid=20030513-19824
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 09:46 AM
05-13-2003 09:46 AM
Re: command mt
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 10:15 AM
05-13-2003 10:15 AM
Re: command mt
If you have ssh installed and configured you can do the following:
# ssh remote_host "mt -t /dev/rmt/0mn offl"
If you don't have ssh and don't allow the r* commands, you are pretty much out of luck.