- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Host does not take any commands
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
02-20-2003 11:25 PM
02-20-2003 11:25 PM
Host does not take any commands
I have a problem with my server, it does not take any commands, no new sessions can be established, no filesystem is full, system load is insignificant. I only the error below to work with:
mosetlha[427] /usr/bin # bdf|pg
crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000023
pg: cannot find terminal type
mosetlha[428] /usr/bin #
mosetlha[431] /usr/sbin # ll
. unreadable
total 14
mosetlha[432] /usr/sbin #
Please help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:30 PM
02-20-2003 11:30 PM
Re: Host does not take any commands
Try this:
# ls -ld /usr/sbin
The permissions should be at least 555 or even 755
# chmod 755 /usr/sbin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:33 PM
02-20-2003 11:33 PM
Re: Host does not take any commands
could u set TERM to vt100 using the menu key on keyboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:36 PM
02-20-2003 11:36 PM
Re: Host does not take any commands
you are exceeding the nfile kernel parameter value on the kernel.
You should increase this to resolve the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:41 PM
02-20-2003 11:41 PM
Re: Host does not take any commands
To fix this problem on a permanent basis nfile should be increased.
check this kernel parameter link
http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.Nfile.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:43 PM
02-20-2003 11:43 PM
Re: Host does not take any commands
mosetlha[431] /usr/sbin # ll
. unreadable
total 14
Perhaps someone has deleted files under /usr/sbin
Why does it show "total 14" with the error, could it be that only 14 files are under /usr/sbin?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:50 PM
02-20-2003 11:50 PM
Re: Host does not take any commands
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:53 PM
02-20-2003 11:53 PM
Re: Host does not take any commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 12:08 AM
02-21-2003 12:08 AM
Re: Host does not take any commands
System is Solaris file, sir :)
But anyone who knows the filename under HPux please let me know as I am very interested.
Isn't it something that is tuneable by adb ?? Don't have that much experience with adb.
But changing your working directory to / and than some testing would be ok as well.
Make sure you unset $PATH, maybe there is something in your PATH-variable that isn't there anymore and that is just before /usr/sbin
so : PATH=/some/none/excisting/nfs/path:/usr/sbin:/usr/local/bin
This makes every command that gets executed fail and give an error.
Just some extra ??tip?? (don't know if this is the right word)
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 12:15 AM
02-21-2003 12:15 AM
Re: Host does not take any commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 12:18 AM
02-21-2003 12:18 AM
Re: Host does not take any commands
Then you can use
sam--->kernel configuration-->
then choose maxusers
Increase maxusers which inturn should increase infile.
Build a new kernel and reboot.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 03:59 AM
02-21-2003 03:59 AM
Re: Host does not take any commands
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2003 09:31 PM
02-23-2003 09:31 PM
Re: Host does not take any commands
If this hpux 11.0 or above, you may use the command kmtune. the kmtune command may be used to modify kernel parameters from the command line.
man kmtune will let you know the options. -q option lets you query, no option lists all the current settings, and -s lets you set the new values.
i wonder if it will work when one has a problem such a yours. but if you are able to open sam, then you should really be able to run this command. then you of course reboot thereafter.
from 11i onwards there's always KC which allows dynamic kernel parameter modification.
regards,
Ramkumar.