- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ioinit cannot reassign a instance number
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-16-2003 08:13 AM
01-16-2003 08:13 AM
In a N-class server I tried to reassign a instance number of an interface but ioinit failed and reported that the instance number was already assigned... but it is not true.
'ioscan -kfnC ext_bus' shows the instance numbers are: 0,1,2,13,14,15,16,17,18.
I want to reassign 13,14,... to 3,4,...
Then I created a file according to ioinit man pages:
0/10/0/0.1.21.0.0 ext_bus 4
I rebooted the system in single-user and ran:
ioinit -f file -r
but ioinit reports that instance number 4 is already assigned.
can anyone help me ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 08:17 AM
01-16-2003 08:17 AM
Re: ioinit cannot reassign a instance number
The ioinit error messages is:
ioinit: Instance number 4 already exists for class ext_bus.
Line 1. 0/4/0/0.1.21.0.0 ext_bus 4
thanx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 08:25 AM
01-16-2003 08:25 AM
SolutionSometimes, slots remains used in the ionit files while they shouldn't. It seems to be your problem ... In this case, the only way to to what you want is to rebuild it completly :
1 - generate a new infile
ioscan -kfn | grep -e INTERFACE -e DEVICE | grep -v target | awk '{printf "%-40s %-20s %5s\n", $3, $1, $2}' and change all required instances
2 - mv /stand/ioconfig /stand/ioconfig.sav
mv /etc/ioconfig /etc/ioconfig.sav
3. shutdown -r
4. interrupt the boot process, boot pri, interact with ISL.
5. ISL> hpux -is
6. cd /stand
/sbin/ioinit -c
/sbin/ioinit -f infile
7. /sbin/reboot
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 08:28 AM
01-16-2003 08:28 AM
Re: ioinit cannot reassign a instance number
It sounds as if instance #4 was at one time valid and that this is being "remembered". There is a good procedural discussion of how to attack reassigning instance numbers *and* a tool to expose hidden values in the Software Recovery Handbook (chapter-14):
http://www2.itrc.hp.com/service/iv/docDisplay.do?docId=/DE_SW_UX_swrec_EN_01_E/IO.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 08:58 AM
01-16-2003 08:58 AM
Re: ioinit cannot reassign a instance number
James, in the chapter 14, a tool called "ioconfig2instance" is mentioned. Where can I find it ?
Thanx again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 09:03 AM
01-16-2003 09:03 AM
Re: ioinit cannot reassign a instance number
To obtain the 'ioconfigtoinfile' tool, I believe you will need to call the Response Center.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2005 01:29 AM
02-03-2005 01:29 AM
Re: ioinit cannot reassign a instance number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 11:18 AM
10-14-2008 11:18 AM