- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- networking
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-06-2005 10:41 PM
07-06-2005 10:41 PM
networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 10:46 PM
07-06-2005 10:46 PM
Re: networking
Are you asking like,
after executing /sbin/init.d/net stop,
access to that terminal is stopped?
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 11:33 PM
07-06-2005 11:33 PM
Re: networking
if you mean the "net" script under /sbin/init.d directory, you must understand that it simply reads the /etc/rc.config.d/netconf file, so if you type :
./net stop
it simply doesn't read the netconf file, if you use
./net start
it reads the netconf file.
If you want to stop the network deamon, you have to kill the inetd PID, searching for it whith the ps command:
ps -ef|grep inet
bye
Giacomo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 11:49 PM
07-06-2005 11:49 PM
Re: networking
so I looked in the net sccript.
Giaccomo is right.
There's a simple exit $OKAY in the stop match.
So you either have to run your own script,
or manually issue
ifconfig
ifconfig
Of course this will cut your connection if it has been going over this PPA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 05:10 PM
07-07-2005 05:10 PM
Re: networking
if you want to restart the network daemon you can give inetd -c. It will reconfigure the network. Means it will read /etc/inetd.conf.
If you want to kill the n/w deamon give inetd -k.
it will kill the network daemon.
If you want to start it again just give /usr/sbin/inetd
hope it will help,
Regards,
Jino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 05:47 PM
07-17-2005 05:47 PM
Re: networking
If you speaking about /sbin/init.d/net --- file , then it will not stop or start...
It is a file which is used to configure lan interface(s) at initialization time.
regds
Venkatesan.