- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't login to an N4000 server
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
10-28-2002 10:18 AM
10-28-2002 10:18 AM
I can't login to an N4000 server anyway, the message shown trough the console after trying it is:
/usr/lib/dld.sl:call to mmap () failed - BSS
/usr/lib/dld.sl:not enough space
Another question: What's done If I put the server in service mode with the key.
Can you give me some advices to restart the server without any damage.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 10:19 AM
10-28-2002 10:19 AM
Re: Can't login to an N4000 server
Your error points to a memory issue. See this thread for some tips from folks:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5d425c7609e9d61190050090279cd0f9,00.html
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 10:22 AM
10-28-2002 10:22 AM
Re: Can't login to an N4000 server
What key on an N4000 ?? Are you sure you aren't talking about a K-class server?
And you probably have a full filesystem ??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 10:27 AM
10-28-2002 10:27 AM
SolutionIf you want to restart the server without logging in, that is done through the GSP. At the console, hit cntrl/b. That will get you into the Guardian Service Processor login prompt. Now, unless you have set up an account, all you have to do is hit enter twice (once for the login, once for the passwd), which will take you to the GSP prompt. If you get a chance you should review the variuos GSP commands by typing HE(lp), but the command you want is RS, or send reset through the GSP console.
This is the safe way to restart the server when you can't get in.
Will research the other problem
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 10:33 AM
10-28-2002 10:33 AM
Re: Can't login to an N4000 server
I got confused, this server doesn't have any key, which has is another K380 server I have.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 10:38 AM
10-28-2002 10:38 AM
Re: Can't login to an N4000 server
Couple of thoughts..
=> Either not enough Swap space
=> Either the / file system is full , if this is the case ...root will have a prob logging in..
=> Best bet is to do CTRL-B > RS and go to single user mode...and check on these...
Doc id => KBRC00003021 Refers to a similar probelm but a different hardware..
link is http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063200941
Hope this helps..
thanks
Nag Varma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 10:49 AM
10-28-2002 10:49 AM
Re: Can't login to an N4000 server
Have you rebooted this server in single user mode.
Anyways, try doing this as root, normal steps but sometimes such things help.
restart the server. get into single user mode.
mount /usr
mount /var
mount -a
check the disk usage through
bdf
reboot in normal user mode. try to login. If you are able to login, then look for
swapinfo -t (will show the total utilized memory)
top (check for high CPU utilization etc)
sar 1 20
(see whether IDLE - shows a large value or not. a large value shows more i/o's are free).
If nothing works, post the results.
Regards,
Anil