- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Boot failure messages
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-20-2005 07:19 AM
01-20-2005 07:19 AM
Configure LAN interfaces: FAIL
/sbin/rc2.d/S350outbound_promisc: adb: not found.
HP OpenView License Manager: FAIL
/sbin/rc2.d/S604ovlmd start" failed
/sbin/rc2.d/S901almd start" ERROR (Unknown error occurred).
Thanks for your insights...I'm new at this...
Pam
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 07:27 AM
01-20-2005 07:27 AM
SolutionA softlink or binary that a softlink is pointing too in /sbin/rc2.d is missing.
It would appear also that either a LAN interface is missing, or has failed.
I would do the following, if the machine actually booted:
ioscan -fnC lan or btlan
run the mstm or cstm or xstm utility and use the excercize test on all lan cards to see if they are working properly.
Check the softwlinks in /sbin/rc2.d
ll /sbin/rc2.d/S350outbound_promisc
If the system does not boot there are limited hardware diagnostics available from the boot console which you get by restarting the server and pressing a console key at the 10 second prompt.
Or do a hardware call.
Openview is probably failing due to the LAN card issue.
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
01-20-2005 07:31 AM
01-20-2005 07:31 AM
Re: Boot failure messages
I would try to execute each of these manually and note any errors.
e.g.
/sbin/rc2.d/S604ovlmd start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 07:44 AM
01-20-2005 07:44 AM
Re: Boot failure messages
This doesnt appear to be a standard script but was likely written locally.
The error probably indicates that the script is calling "adb" instead of "/usr/bin/adb".
I think you just need to fix the path.
Not sure on the other two although the suggestion of trying to start them manually is a good place to start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 08:11 PM
01-20-2005 08:11 PM
Re: Boot failure messages
echo 'lanc_outbound_promisc_flag/W 1' | adb -w /stand/vmunix /dev/mem
As you can see, it doesn't have a path on adb (which should be /usr/bin/adb or /bin/adb)
Whether you actually need the script is another matter. It is usually found on older HPUX 10 boxes and its purpose was to turn on a kernel switch at boot time. It's all to do with capturing outbound packets.