Disk Enclosures
1751791 Members
4893 Online
108781 Solutions
New Discussion юеВ

Re: Disabling network services

 
SOLVED
Go to solution
mehul_3
Regular Advisor

Disabling network services

Hi,

How can I disable the following network services:
echo, time, nfs, snmp,mysql,http.

Oracle database is installed in HP-UX server using single threaded.
Is there any harm to disable these service.
From above echo, time, nfs is important.But what about the rest which is unimportant and needs to disable.

Mehul
3 REPLIES 3
Hoang Chi Cong_1
Honored Contributor
Solution

Re: Disabling network services

Hi mehul

Very easy, just disable the service as you want in the services file, location:

/etc/services
After disable, restart the inet service:
#inetd -c

That all!
Gegard,
HoangChiCong
Looking for a special chance.......
B. Hulst
Trusted Contributor

Re: Disabling network services

Hi,

You can disable a lot more services like that.
Just go thru the /etc/inetd.conf file and comment out the ones you don't need.

And restart the inetd process.

kill -HUP

Regards,
Bob
Govinda_1
Valued Contributor

Re: Disabling network services

hi,

u can disable the these service in inetd

#vi inetd.conf
----->after disabling just run
#inetd -C


Regards,
Govinda G.