- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- telnet disabled when system shutdown
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
09-22-2006 10:12 AM
09-22-2006 10:12 AM
telnet disabled when system shutdown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2006 10:23 PM
09-24-2006 10:23 PM
Re: telnet disabled when system shutdown
that's the (correct) way, how telnet works:
If the corresponding telnetd is terminated - by shutdown in your case - the session is closed.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2006 11:09 PM
09-24-2006 11:09 PM
Re: telnet disabled when system shutdown
Telnet is supposed to get disconnected once you reboot or shutdown the system, if what you want is to stay connected in the system at that time, then using the console is what you want, as you will be able to stay connected all the way.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 01:28 AM
09-25-2006 01:28 AM
Re: telnet disabled when system shutdown
The telnetd daemon is suppost be disconnected at shutdown. I have to agree with Pete and Jaime.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 01:48 AM
09-25-2006 01:48 AM
Re: telnet disabled when system shutdown
Are you saying that after a reboot, telnet is unavailable until you issue 'ifconfig plumb'?
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2006 10:53 AM
09-27-2006 10:53 AM
Re: telnet disabled when system shutdown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2006 03:53 PM
09-27-2006 03:53 PM
Re: telnet disabled when system shutdown
Is there any script in startup which may be doing this ? try grep -i ifconfig /sbin/init.d/*
Because usually when the system comes up all the CLAIMED lan interfaces will be plumbed by default and later assigned ip addresses as per defined in /etc/rc.config.d/netconf
Do you have the entries for assiging ip address for that interface in /etc/rc.config.d/netconf ?
If not you need to make an entry like
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=10.221.51.70
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=10.221.51.255
INTERFACE_STATE[0]=up
DHCP_ENABLE[0]=0
Just make sure that the number in the square brackets is unique and not repeated for the extra lan adapter ports you may be having, thus next lan i/f you would configure as
INTERFACE_NAME[1]=lan1
IP_ADDRESS[1]=10.221.51.70
SUBNET_MASK[1]=255.255.255.0
BROADCAST_ADDRESS[1]=10.221.51.255
INTERFACE_STATE[1]=up
DHCP_ENABLE[1]=0
After this, whenever your server comes up the ip addrress will be assigned to your n/w ports as per the above details automatically.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 07:45 AM
09-28-2006 07:45 AM