- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- my brand new unix RX3440
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-05-2004 06:50 PM
07-05-2004 06:50 PM
my brand new unix RX3440
I have a brand new Unix RX3440 box.
If i use mt rew command i get this message
/dev/rmt/0mnb: No such file or directory
I think the box is misconfigureted.
Can you look in my ioscan_full file and tel me what is wrong. I think de tape device and dvd is switched.
Is this normal?
can you give me advice about my configuration , if is something wrong i wil tel it to my supplier. It is very important for me because it will be my hard_core production
thank you in advance
Idriz Delic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 07:05 PM
07-05-2004 07:05 PM
Re: my brand new unix RX3440
in ioscan you have stape instance #1 so run
insf -e
ioscan -fnkCtape
you should see /dev/rmt/1m /dev/rmt/1mn
for that CLAIMED instance.
then try mt -f /dev/rmt/1m rewind, if it does not work try mt -f /dev/rmt/1mn rewind.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 07:12 PM
07-05-2004 07:12 PM
Re: my brand new unix RX3440
I don't see the tape device in your ioscan listing. Make sure you have powered on your TApe drive ( if it is external one ) and then
# insf -e
# ioscan -fnC tape
This should list the tape device with associated device files.
Then go ahead and try out your "mt" commands as suggested above.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 08:57 PM
07-05-2004 08:57 PM
Re: my brand new unix RX3440
Here is my full ioscan with disk en tape
Idriz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 09:01 PM
07-05-2004 09:01 PM
Re: my brand new unix RX3440
You can now run this command:
# mt -f /dev/rmt/1m status
# mt -f /dev/rmt/1m rew
etc etc.
You have any problems still, let us know the error's.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 09:16 PM
07-05-2004 09:16 PM
Re: my brand new unix RX3440
Thank you for your solution mt -f /dev/rmt/
It works but it is not what i want. I want just to execute mt rew and evrything must go automaticly.
It's brand new thing. Can you check my ioscan for the strange things
Thank you
Idriz Delic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 09:40 PM
07-05-2004 09:40 PM
Re: my brand new unix RX3440
However if you REALLY want it to be /dev/rmt/0m as default, then you can change the instance number in the kernel: -
Create a file called newio with the following contents: -
0/4/1/1.1.0 stape 0
Then run ioinit -f newio
You can then insf -e to create the device file. Can't remember whether a reboot is required or not (don't have a box to test on), but an ioscan should reveal whether it's worked or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 09:45 PM
07-05-2004 09:45 PM
Re: my brand new unix RX3440
And you do need a reboot. You can boot yourself, or add the -r switch to ioinit to boot automagically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 09:53 PM
07-05-2004 09:53 PM
Re: my brand new unix RX3440
The entry in ioscan :
tape 1 0/4/1/1.1.0 stape CLAIMED DEVICE HP C5683A
is correct and nothing is wrong in the output posted later.
Now Deric what command you are trying and what exactly you are planning for.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 10:05 PM
07-05-2004 10:05 PM
Re: my brand new unix RX3440
On one box we have /dev/rmt/0mn als default
mt rew and evrythings goes correctly.
Now we have another box RX3440.
on this machine is tape /dev/rmt/1m
if i try mt rew i get this messege
/dev/rmt/0mn no such file
I don't want to use mt -f /dev/rmt/1m rew
I want to use the same command
mt rew without -f
is this possible
Idriz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 10:10 PM
07-05-2004 10:10 PM
Re: my brand new unix RX3440
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 10:20 PM
07-05-2004 10:20 PM
Re: my brand new unix RX3440
Then i would suggest you to make soft link for the same.
# ln -s /dev/rmt/1m /dev/rmt/0m
# ln -s /dev/rmt/1mn /dev/rmt/0mn
# ln -s /dev/rmt/1mnb /dev/rmt/0mnb
so on...
That should help.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 10:33 PM
07-05-2004 10:33 PM
Re: my brand new unix RX3440
Thank you for all your solutions. At his point i don't know what i have to do.
The solution with LN like my good but i don't know witch solution is the best for one permanent solution.
Idriz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 10:42 PM
07-05-2004 10:42 PM
Re: my brand new unix RX3440
If you want to try the instance number solution without risk of breaking anything, then do this: -
copy /etc/ioconfig to a backup file.
Run the ioinit command as above.
Reboot.
If you don't like the results, replace ioconfig with the backup file and reboot again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 11:53 AM
07-06-2004 11:53 AM
Re: my brand new unix RX3440
Add the following lines to the ".profile" file of the user executing the "mt" command.
if [ -c "/dev/rmt/0m" ]
then
alias mt='mt -t /dev/rmt/0m'
else
alias mt='mt -t /dev/rmt/1m'
fi
Log back in for the .profile changes to take effect.
Now when you execute "mt rew" and it will rewind the appropriate tape device for you automatically. You can also put the above commands in a separate script and have the .profile reference that script or you can execute the script separately
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 02:17 PM
07-06-2004 02:17 PM
Re: my brand new unix RX3440
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 06:09 PM
07-06-2004 06:09 PM
Re: my brand new unix RX3440
it is RP3440
Idriz