- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Boot error
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
02-13-2002 09:19 AM
02-13-2002 09:19 AM
I'm getting an error message on my visualize J2240 workstation when it boots. The O.S. is hp-ux 11.0
and is a new system. The error began after I created a new logical volume and designated it as Primary Swap and deleted the previous Primary swap. Here is the error message I am getting in the /etc/rc.log file:
Configure HP 100BT interfaces
Output from "/sbin/rc2.d/S323hpbase100 start":
----------------------------
ERROR: missing file "/etc/rc.config.d/hpbase100conf"
"/sbin/rc2.d/S323hpbase100 start" FAILED
Does anyone know what this means and how to fix it. My guess would be that the network card is not able to log on to a LAN and needs some kind of file to overcome the problem. I have yet to connect the workstation to my LAN since I have yet to receive an IP address for the workstation, so I am working on it as a stand-alone system.
Thanks for any help,
Dan N
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 09:23 AM
02-13-2002 09:23 AM
Re: Boot error
ERROR: missing file "/etc/rc.config.d/hpbase100conf"
"/sbin/rc2.d/S323hpbase100 start" FAILED
If you can't boot/login try in single user mode:
at ISL> hpux -is
then figure out if that file (the first) is there or not.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 09:29 AM
02-13-2002 09:29 AM
Re: Boot error
It can find lvol1..
swap is probably still defined by lvlnboot -v to be lvol2 and not your new lvol
(fstab is possibly okay)
I think you need to repair in single user via defining lvol2 to be your primary swap again (lvlnboot -s /dev/vg00/lvol2 - I think)
And add it to you /etc/fstab as before.
You may not be able to boot into single user mode without / (I'm not certain it'll be found) so try
hpux -is -lm
and you should get a system up to repair.
If not recovery cd is your best bet... although I'd call the RC on this one or you'll end up with a potential reinstall and data loss..
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 10:54 AM
02-13-2002 10:54 AM
Re: Boot error
I think you did a mistake in deleting the primary swap. You should not have done that. You cannot relocate swap in that manner.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 10:55 AM
02-13-2002 10:55 AM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x74607e990647d4118fee0090279cd0f9,00.html
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2002 11:07 AM
02-13-2002 11:07 AM
Re: Boot error
All,
It does not seem to be a problem with adding the new swap I added. I used SAM to create the new logical volume and designated it as swap and primary on boot. I then, using SAM once again, changed the priority of the previous primary swap (lvol2) to priority 2. SAM then prompted me that I needed to designate a new primary swap, so I entered my newly created (device) swap (lvol9) as the new primary swap. I had to do this because my previous swap could not extend, probably because it could not find contiguous disk space to increase the size of the swap. After rebooting I then logged in as root and ran SAM to list all swap files. My new swap on lvol9 showed up as the new primary. Does this mean that I successfuly created the new primary swap?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2002 06:28 AM
02-14-2002 06:28 AM
Re: Boot error
Output from "/sbin/rc2.d/S323hpbase100 start":
----------------------------
ERROR: missing file "/etc/rc.config.d/hpbase100conf"
"/sbin/rc2.d/S323hpbase100 start" FAILED
".
This message is due to your ethernet card configuration in the directory /etc/rc.config.d.
To correct this, you just have to copy the file /usr/newconfig/etc/rc.config.d/hpbase100conf in your directory /etc/rc.config.d.
MR.