- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't telnet - no namelist
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
06-19-2001 12:26 AM
06-19-2001 12:26 AM
Can't telnet - no namelist
I recently had to recover my HP machine using the Core OS disk (replacing the existing kernel). Everything seems fine, but I can't Telnet to it. X-Windows works, and so does FTP. When you issue - netstat -an | grep you get the message - no namelist. I also get this message when I try to do anything to the kernel through SAM or X-Windows. When I issue dmesg, I also get the message - can't get kernel namelist.
I have checked: /var/adm/inetd.sec
/etc/services
/etc/inetd.conf
and everything seems OK.
I think that the problem is because of the kernel. I only have a a few files in the /stand directory - ioconfig and vmunix. Where system_prep doesn't work in extracting the system file.
Help!!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 12:55 AM
06-19-2001 12:55 AM
Re: Can't telnet - no namelist
After recovering your vmunix file, did you reboot the box?
I assume the file vmunix is in /stand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 12:56 AM
06-19-2001 12:56 AM
Re: Can't telnet - no namelist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 02:03 AM
06-19-2001 02:03 AM
Re: Can't telnet - no namelist
When you recover from Core-OS CD or a support CD ,the kernel recreated is just a basic kernel , i mean all the drivers what you had in the old kernel will not be there. So add it to your kernel either manualy or through sam.
Check up whether your lan dirver is loaded into the kernel or not.
best of luck
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 02:06 AM
06-19-2001 02:06 AM
Re: Can't telnet - no namelist
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 03:22 AM
06-19-2001 03:22 AM
Re: Can't telnet - no namelist
cp /stand/system /stand/system.bak
cp /stand/vmunix /stand/vmunix.bak
vi /etc/system
insert the driver name in it
:wq! (save & come out)
mk_kernel /stand/system
This command will create a kernel named vmunix_test
mv /stand/vmunix_test /stand/vmunix
reboot
Which one should i proceed the same post or the other one which hv already started ?.
Good luck
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 03:25 AM
06-19-2001 03:25 AM
Re: Can't telnet - no namelist
When you say insert the driver name, what will this be to get Telnet to work?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 09:22 AM
06-19-2001 09:22 AM
Re: Can't telnet - no namelist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 10:22 PM
06-19-2001 10:22 PM
Re: Can't telnet - no namelist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 11:01 PM
06-19-2001 11:01 PM
Re: Can't telnet - no namelist
Try craeting the files again using insf -e.
thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 02:28 AM
06-20-2001 02:28 AM
Re: Can't telnet - no namelist
You just hv to insert a line called lan2 in system file. If lan2 is the driver . lan2 is used in 735 workstation so it should be the same. So that your network will start functioning so telnet ftp etc etc.
best of luck
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 08:05 AM
06-20-2001 08:05 AM
Re: Can't telnet - no namelist
Because my kernel was only a basic one from the core OS disk it didn't contain any drivers. Instead of reinstalling everything (patches) I copied a kernel over from a similiar machine. However I still couldn't use SAM to configure the kernel, so I extracted the system file from vmunix using:
/usr/lbin/sysadm/system_grep -s system
I had to add the following line to this file:
ntty 400
and also the following line to the inetconf.sec file in /var/adm:
telnet allow
I then rebuilt the kernel using mk_kernel, rebooted, and everything worked.
Thanks for all the help everyone.