- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rebuild fibre attached device files
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
03-15-2004 01:21 AM
03-15-2004 01:21 AM
I changed the lun ID of the attached tape drives and robotic arm.
I did an rmsf -H 'hardware path' and removed the device files. When I do an ioscan and insf -e it rebuilds the devices with the old configuration.
I did an rmsf -H 'hardware path' and rebooted the server. The hardware devices were not rebuild with the new configuration.
Is there anything special that needs to be done other than a rmsf and reboot to have the device files rebuild properly.
-Brad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 01:32 AM
03-15-2004 01:32 AM
Re: rebuild fibre attached device files
rm /etc/ioconfig
rm /stand/ioconfig
Reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 01:54 AM
03-15-2004 01:54 AM
Re: rebuild fibre attached device files
Basically you need to supply ioinit with a file that has the desired instance number contained in it:
To reassign an instance number to a device and class (specified in infile) and reboot the system:
/sbin/ioinit -f infile -r
where infile contains the following:
56.52 scsi 2
56.52 is the h/w_path, scsi is the class_name, and 2 is the instance_#.
- from the ioinit man page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 02:09 AM
03-15-2004 02:09 AM
Re: rebuild fibre attached device files
0/6/0/0.1.0.255.0.0.1 stape
0/6/0/0.1.0.255.0.0.2 stape
0/6/0/0.1.0.255.0.0.3 sctl
I have reconfigured the fibre router and moved the robotic arm so it should be:
0/6/0/0.1.0.255.0.0.0 stape
0/6/0/0.1.0.255.0.0.1 stape
0/6/0/0.1.0.255.0.0.2 schgr
0/6/0/0.1.0.255.0.0.3 sctl
When I do the rmsf and reboot the system, the schgr is still configured at 0/6/0/0.1.0.255.0.0.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 02:12 AM
03-15-2004 02:12 AM
Re: rebuild fibre attached device files
Sometimes that works without the more difficult suggestons above.
Prior to doing the ioinit stuff above, take a make_tape_recovery backup. You can accidentlly make your system unbootable.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 02:19 AM
03-15-2004 02:19 AM
SolutionI've seen this many times wherein changes on the SCSI LUNs of a bridged (SCSI-FC) device does not filter down to the host - even with the gyrations that we are proposing.
Otherwise, try the above.. and I 2nd motion What SEP's suggesting.. take a make_recovery backup first...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 08:51 AM
03-15-2004 08:51 AM
Re: rebuild fibre attached device files
There were some extra 'device files' after the rmsf that I removed manually.
-Brad.