HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tape device change
Operating System - HP-UX
1827124
Members
4068
Online
109714
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-29-2003 07:38 AM
04-29-2003 07:38 AM
Moin,
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 1 0/0/1/0.1.0 stape CLAIMED DEVICE HP C5683A
/dev/rmt/1m /dev/rmt/c0t1d0BESTn
/dev/rmt/1mb /dev/rmt/c0t1d0BESTnb
/dev/rmt/1mn /dev/rmt/c0t1d0DDS
/dev/rmt/1mnb /dev/rmt/c0t1d0DDSb
/dev/rmt/c0t1d0BEST /dev/rmt/c0t1d0DDSn
/dev/rmt/c0t1d0BESTb /dev/rmt/c0t1d0DDSnb
how do I change the tape device to /dev/rmt/0xx??
- do I have do change the SCSI ID or
- do remove device driver with rmsf ..
Thanks for help
Thomas
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 1 0/0/1/0.1.0 stape CLAIMED DEVICE HP C5683A
/dev/rmt/1m /dev/rmt/c0t1d0BESTn
/dev/rmt/1mb /dev/rmt/c0t1d0BESTnb
/dev/rmt/1mn /dev/rmt/c0t1d0DDS
/dev/rmt/1mnb /dev/rmt/c0t1d0DDSb
/dev/rmt/c0t1d0BEST /dev/rmt/c0t1d0DDSn
/dev/rmt/c0t1d0BESTb /dev/rmt/c0t1d0DDSnb
how do I change the tape device to /dev/rmt/0xx??
- do I have do change the SCSI ID or
- do remove device driver with rmsf ..
Thanks for help
Thomas
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 07:43 AM
04-29-2003 07:43 AM
Re: tape device change
There are several ways.
There are always symbolic links, but I would prefer rmsf -H X/X/X/X
ioscan -fnC tape
insf
There are always symbolic links, but I would prefer rmsf -H X/X/X/X
ioscan -fnC tape
insf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 07:43 AM
04-29-2003 07:43 AM
Solution
Thomas,
You can make the device files yourself and name them whatever you like. See the explanation in this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5cb97680e012d71190050090279cd0f9,00.html
Pete
Pete
You can make the device files yourself and name them whatever you like. See the explanation in this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5cb97680e012d71190050090279cd0f9,00.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 08:39 AM
04-29-2003 08:39 AM
Re: tape device change
Easier to change the application values I think.
If I understand your question, you want to change the SCSI target ID's. There are procedures, but, like I said, I would change the application first.
Procedure I
a) ioscan -fnkC tape | grep -e INTERFACE -e DEVICE | grep -v target | awk '{ print $3, $1 $2 }' > /file
NOTE: store file in / (root).
b) vi /file and make changes.
c) init 1 (* don't reboot and come up to init 1 through single user *)
d) /sbin/ioinit -f /file -r
e) automatic reboot
f) Will fail if instance now bound to other HW.
Procedure II
a) Repeat Ia
b) Repeat Ib
c) mv /stand/ioconfig /stand/ioconfig.sav
mv /etc/ioconfig /etc/ioconfig.sav
d) Due to missing ioconfig file system will stop at
ioinitrc:: # /sbin/ioinit -c
ioinitrc:: # /sbin/init -f /infile -r
e) reboots automatically.
If I understand your question, you want to change the SCSI target ID's. There are procedures, but, like I said, I would change the application first.
Procedure I
a) ioscan -fnkC tape | grep -e INTERFACE -e DEVICE | grep -v target | awk '{ print $3, $1 $2 }' > /file
NOTE: store file in / (root).
b) vi /file and make changes.
c) init 1 (* don't reboot and come up to init 1 through single user *)
d) /sbin/ioinit -f /file -r
e) automatic reboot
f) Will fail if instance now bound to other HW.
Procedure II
a) Repeat Ia
b) Repeat Ib
c) mv /stand/ioconfig /stand/ioconfig.sav
mv /etc/ioconfig /etc/ioconfig.sav
d) Due to missing ioconfig file system will stop at
ioinitrc:: # /sbin/ioinit -c
ioinitrc:: # /sbin/init -f /infile -r
e) reboots automatically.
Support Fatherhood - Stop Family Law
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP