- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I can't login
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
07-17-2001 03:46 AM
07-17-2001 03:46 AM
I can't login
/usr/lib/dld.sl: Call to mmap() failed--BSS /usr/lib/libnsl.1
/usr/lib/dld.sl: Not enough space.
I can't login.
What should I do?
Please help me. Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 03:50 AM
07-17-2001 03:50 AM
Re: I can't login
Hi
It sounds like one of ur file system is full. Please check up the size of /var, /opt, / , /usr.
Then go to single user mode and correct it.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 03:56 AM
07-17-2001 03:56 AM
Re: I can't login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 04:04 AM
07-17-2001 04:04 AM
Re: I can't login
It appears that you are running out of memory. Do a 'swapinfo -t' to see if your swap utilization is very high. You man need to add more swapspace and/or set 'swapmem_on=1'
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 04:08 AM
07-17-2001 04:08 AM
Re: I can't login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 04:44 AM
07-17-2001 04:44 AM
Re: I can't login
Thanks for your helpful suggestions.
I want to know if I restart Hp-ux by shutdown the power, will it do harm to HP? Is it possible that Hp-ux can't restart?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 05:28 AM
07-17-2001 05:28 AM
Re: I can't login
since you can't login power down the system,get into single user mode
#mount -a
# bdf
check the file system, if any one is full, extend the size( use #vgextend -L size /dev/vgxx/lvolxx and #extendfs -F hfs/vxfs /dev/vgxx/rlvolxx and #mount /dev/vgxx/lvolxx /mnt_pt) and #init 3
at this stage system will do fsck if any file system is corrupted. and you will be back to normal.
later
ravi