Please help with opening a port??


 
Thread Tools Search this Thread
Operating Systems Solaris Please help with opening a port??
# 1  
Old 07-07-2008
Please help with opening a port??

Hello all,
I need assistance...
I need to open a port # 36677 and have it remain open even after a power cycle.

I thought all I needed to do was add it to /etc/services. That was not it...

Can someone please tell me how to do this.

Thank you.
# 2  
Old 07-07-2008
afaik pmadm command to do that. Just go through man pages of that command..
# 3  
Old 07-07-2008
It is solaris 5.9, does that make a difference?
# 4  
Old 07-08-2008
I haven't tried yet.. I've read in sun documentation.. afaik .. There are two types of port numbers one is well defined (universal numbers ) another one is dynamic.. but i dont remember exactly.. plz go through sun doucumentation...
# 5  
Old 07-08-2008
Im not sure if you will need to make any changes to the entries in the /etc/ipf/ipf.conf file ??Smilie Let me know when you get the answer Smilie Thx!
# 6  
Old 07-14-2008
I have no /etc/ipf/ipf.conf file ??

I am sure I am way over thinking this. There is a port and it needs to be opened (listening)

I have done it before, on this box even but it has been years and I can't damn remember, because it is only one of 3 solaris boxes I manage and normally do nothing to them. lol
# 7  
Old 07-14-2008
check the service from this file /etc/inetd.conf

inetd will spawn ports if it's configured to do so; and server processes
will always be listening on a given port.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to find port number wwn of particular port on dual port HBA,?

please find the below o/p for your reference bash-3.00# fcinfo hba-port HBA Port WWN: 21000024ff295a34 OS Device Name: /dev/cfg/c2 Manufacturer: QLogic Corp. Model: 375-3356-02 Firmware Version: 05.03.02 FCode/BIOS Version: BIOS: 2.02; fcode: 2.01;... (3 Replies)
Discussion started by: sb200
3 Replies

2. Solaris

Cabling and adapters to communicate to service processor serial port from Windows PC with USB port.

Hello, I have an unloaded T5140 machine and want to access the ILOM for the first time and subsequently the network port after that., and then load Solaris 10 the final January 2011 build. The first part is what confuses me -the cabling. I am coming from a Windows machine (w/appropriate... (5 Replies)
Discussion started by: joboy
5 Replies

3. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

4. Programming

Opening a TCPIP Port with UNIX C

i am new to UNIX and C (primarilly a JDE and AS400/RPG developer). However, I need to find a way to send data to and from a web service from within a UNIX C program. What i would like to be able to do is to receive in a block of XML (from a non C application), wrap it, and then open a TCPIP... (3 Replies)
Discussion started by: DaveBarber
3 Replies

5. UNIX for Dummies Questions & Answers

Opening a port on HPUX 11

7 I need to connect to a Unidata database using rpc on a HPUX 11 unix machine. The rpc software on Unidata uses port 31438 which does not appear to be available. How can I check the status of this port and activate it for tcp use? (0 Replies)
Discussion started by: SkyBlue
0 Replies

6. AIX

Problem opening port 9998

Hi there, I have been trying to open port 9998 on an AIX 5.1 box to no avail. This machine is not connected to the internet and I have only been accessing it locally, so I know it's not a network firewall/proxy issue. I have tried editing /etc/services and inetd.conf, refreshing inetd.conf, and... (3 Replies)
Discussion started by: erica057
3 Replies

7. UNIX for Dummies Questions & Answers

opening ssh port

I've got openssh installed but when i try to ssh to my machine i get a "port 22: connection refused" message. Do I need to add something to the hosts.allow file to allow ssh access in? I'm running Mandrake 8.1 (5 Replies)
Discussion started by: gasaraki99
5 Replies

8. UNIX for Dummies Questions & Answers

opening port

i need to open port 1470. how do i do this. whats the command. This is on a solaris box. Thanks (1 Reply)
Discussion started by: ollyparkhouse
1 Replies

9. UNIX for Dummies Questions & Answers

OPening A Port

My mail went down and the company told me to open port 110 on my server. How do I do this? (2 Replies)
Discussion started by: djatwork
2 Replies
Login or Register to Ask a Question