I have a TCP error how can fix this error?

Answers were Sorted based on User's Feedback



I have a TCP error how can fix this error?..

Answer / chetan honnavile

ping the loopback address and check whether it is alive or not.

*to check loop back address*
#ifconfig -a

*ping loop back address*
#ping 127.0.0.1

Is This Answer Correct ?    2 Yes 0 No

I have a TCP error how can fix this error?..

Answer / raja

check
svcs tcp
svcadm restart <service>

Is This Answer Correct ?    0 Yes 0 No

I have a TCP error how can fix this error?..

Answer / sarav

1) first check tcp service whether is running or not
grep tcp /etc/inetd/inetd.conf
check port services
grep tcp /etc/service
check whether daemons run or not
ps -eg | grep tcp

svcadm start tcp

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Solaris Commands Interview Questions

How will see the hostname

3 Answers  


How to findout MAC addess as well as IP address of the host?

15 Answers   HCL,


How to start llt and gab

1 Answers  


What is meant by persistant binding?

0 Answers   ITC Infotech,


What are the daemons in nis server.

2 Answers  






how to change boot disk

4 Answers  


How to stop one node cluster exclusively

1 Answers  


what is the back up software we r using in solaris 8,9,10

2 Answers  


What are the two types of service groups?

2 Answers  


How to find the network card speed

3 Answers  


How many fields in passwd, shadow and group files

2 Answers  


How to increase the size of the file system?

2 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)