- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ioconfig file missing
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
04-07-2002 07:02 AM
04-07-2002 07:02 AM
ioconfig file missing
system is not booting properly
it is coming to single usermod
and display a message ioconfig
file is missing. what to do to
recover the system?
Please can you suggest.
sudhir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2002 10:59 AM
04-07-2002 10:59 AM
Re: ioconfig file missing
Information on the ioconfig file
The config file is in /etc
The ioconfig file provides the mapping between information stored in device file dev_t (major number and logical unit) and the information the I/O system uses to communicate with devices (hardware paths and manager paths). At boot time ioinit reads the file and stores the information in the io_tree kernel data structure (see ioinit(1M)). The ioconfig file is created by insf at install time and is modified by insf and rmsf when devices are added or removed (see insf(1M) and rmsf(1M)). The only purpose of the ioconfig file to maintain configuration information when the system is not running. While the system is running, all accesses are made directly to the kernel io_tree structure, although any tools that change the kernel structures must also keep ioconfig consistent.
/etc is part of vg00 - therefore should be backed up in your ignite time
I would suggest booting your system from the ignite tape
> load tape
> power on machine
> at the prompt interrupt the boot procedure
>
Hope this helps
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2002 11:47 AM
04-07-2002 11:47 AM
Re: ioconfig file missing
You say the system tries to boot and goes back to SIM. Did you make recent updates to the environment? Is it possible the kernel may be corrupted. At the single user mode (SIM) can you boot from /stand/vmunix.prev?
Need more info on this process?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2002 12:18 PM
04-07-2002 12:18 PM
Re: ioconfig file missing
This error means either a curruption or missing files - /etc/ioconfig or /stand/ioconfig. These files will be checked during startup with the 'ioinit' command.
You have two options:
1) Boot in single user mode and recover the files from latest backup.
2) Boot in single user mode and issue this command to recreate the files:
# /sbin/ioinit -c
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2002 12:41 PM
04-07-2002 12:41 PM
Re: ioconfig file missing
As Shiju states, doing an ioinit -c is one of the options for re-creating the /etc/ioconfig file, but *BEWARE* as the file will not necessarily be recreated in the exact same way as the previous one - you could find that device files (particularly for disks and tapes) have changed. Before proceeding I would also make sure you have done a 'vgexport -p' on all your volume groups to make sure you have map files for them, as you may find yourself having to re-build them.
If your device files are truly screwed up as a result of losing the ioconfig file you may find you can't even restore from a tape (as this will need a device file itself).
Safest bet would to be...
1. run ioinit -c to rebuild ioconfig.
2. Now restore an old ioconfig file from tape -You'll have to figure out when the last good ioconfig file was backed up, I would go for a backup before the last successful reboot, unless you've changed your hardware config since...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2002 06:29 PM
04-07-2002 06:29 PM
Re: ioconfig file missing
running ioinit -c to rebuild ioconfig did not work when I tried and I don't have backup of /etc or ignite tape than what is to be done.
any other alternate.
Thanks
sudhir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2002 06:47 PM
04-07-2002 06:47 PM
Re: ioconfig file missing
Hmmm
Reload the OS from CD?
Unless anyone else has any more to add
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 05:09 AM
04-08-2002 05:09 AM
Re: ioconfig file missing
On my 11.0 systems, /stand/ioconfig and /etc/ioconfig are identical. If you have one, you can copy if to the other. You may want to boot into a recovery shell from cd to see which is missing and copy the other to it.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 09:45 PM
04-09-2002 09:45 PM
Re: ioconfig file missing
sudhir