- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error when attempting to log onto console
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-2002 05:10 AM
01-20-2002 05:10 AM
Error when attempting to log onto console
Our test/training box for some reason keeled over the other day. Messages from console show /dev/root no space etc
when log in prompt, attempt to log in and get the message
/usr/lib/dld.sl
can't open shared library
/usr/lib/libsec.l
/usr/lib/dld.sl : no such file or directory
The easiest way to get round it would be to boot from my last ignite.
What is the message refering to, is it possible to fix without booting from tape
Thanks in advance
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2002 09:06 AM
01-20-2002 09:06 AM
Re: Error when attempting to log onto console
If this machine is on the network, try logging on remotely, but use the following command:
remsh yourhostname ksh -i
The -i switch tells ksh to ignore certain signals and should keep the session active. From there, determine what's filling up your root filesystem and you should then be able to remove the offending file(s).
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2002 09:14 AM
01-20-2002 09:14 AM
Re: Error when attempting to log onto console
Thanks for the reply
message received when attempting to log on via remsh is the same as the message received when attempting to log on via the console
/usr/lib/dld.sl: Can't open shared library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2002 12:17 PM
01-20-2002 12:17 PM
Re: Error when attempting to log onto console
The actual error is not in dld.sl, but the missing library /usr/lib/libsec.l.
Below are a few links that references libsec, and what I'm wondering is has something changed?
Did you recently do a patch or software install that might have modified some system routines?
Did you just recently change your system over to a trusted system? Something changed, because a library just doesn't start to fail....
http://devresource.hp.com/STK/impacts/i564.html
http://www.ecn.purdue.edu/ECN/FAQ/unix/hp/hp_librout
What OS are you running?
Although you are receiving the error, are you able to login?
You might want to think about applying the latest patch sets (providing it wasn't the cause of this error).
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2002 01:56 PM
01-20-2002 01:56 PM
Re: Error when attempting to log onto console
One thing to note about the error message is that it reports /dev/root instead of /dev/vg00/lvol3.
This will also need to be fixed. Do a 'bdf'
to confirm before doing the below:
# mv /etc/mnttab to /etc/mnttab.old
# mount -a
This can be caused by entering LVM maintenance
mode or even a not completely successful reboot.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 05:49 AM
01-21-2002 05:49 AM
Re: Error when attempting to log onto console
will check these out when i'm back in work on Wednesday