- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can't login to the system
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-08-2003 05:36 AM
04-08-2003 05:36 AM
can't login to the system
for acertain accediant the server has reboot and when he start up i tried to login the folowing message appear:
/usr/lib/dld.sl:call to mmap ()failed
2Errors /usr/lib/libnsl.l
/usr/lib/dld.sl:not enough space
and even didn't give me the passwd prompt so i power off the server and reboot then it work and i login to the system but i want to know why he give me the error message in the first time and does this will have bad effect on the server;
thanks
Mahmoud khalefa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 05:42 AM
04-08-2003 05:42 AM
Re: can't login to the system
I will start checking the OLDsyslog.log file under /var/adm/syslog to see if you can find any errors.
Regards,
DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 05:44 AM
04-08-2003 05:44 AM
Re: can't login to the system
Also check the following:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe09f3a1c04ffd61190050090279cd0f9,00.html
DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 05:48 AM
04-08-2003 05:48 AM
Re: can't login to the system
There is many problem.
First check disk space.
#bdf
is there 100% used fs ?
Use top for memory usege
#top
is there free memory ?
Use glans to see is there some kernel parameter that is out of range !
For more information about error :
#dmesg
/look end of raport/
#vi /var/adm/syslog/syslog.log
#vi /etc/rc.log
Use
#stm (log tool) and check for
memory problem !!!!
Also if you have GSP
read the system log
GSP > SL
Have nice day
Ivo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 05:52 AM
04-08-2003 05:52 AM
Re: can't login to the system
find / -name core
use command :file and strings
#file /xx/xx/core
#strings /xx/xx/core |more
for extend debuging use gdb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 06:02 AM
04-08-2003 06:02 AM
Re: can't login to the system
Also check your swap space swapinfo -ta
Regards,
DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 06:10 AM
04-08-2003 06:10 AM
Re: can't login to the system
I suspect one of the file system is almost full.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 06:15 AM
04-08-2003 06:15 AM
Re: can't login to the system
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 08:54 AM
04-08-2003 08:54 AM
Re: can't login to the system
More then likely, you were out of swap space.
This could be because you need to configure more swap space in general on the server or because one particular application started growing very large.
To be proactive, you could check your swap versus your memory and make sure you have 2x memory worth of swap (i.e. if you have 1 GB of memory then at least 2 GB of swap).
In the future if you run into the problem, instead of power cycling the box, capture a crash dump by doing a "TOC" of the box.
Best regards,
Kent M. Ostby