HP Data Protector port 5555 issue

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat HP Data Protector port 5555 issue
# 1  
Old 05-12-2011
HP Data Protector port 5555 issue

Dear All,

I have my HP Data Protector installed on the backup server.
I want to connect this backup server with the client server through
telnet port 5555 like below

telnet < ipaddress of client> 5555

But when I try like this , it says ...Connection refused ...unable to connect to remote host.

I tried to open the port 5555 in the client machine...which I could not.

Kindly help me in opening the port in client machine.

Rgds
Rj
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Port forwarding issue

hi guys i have a simple question ! i have two ips . a valid and internal(172.16.11.2) i want to use port forwarding to forward any request to valid IP port 8001 to internal ip port 80 . i use this rule : sysctl -w net.ipv4.ip_forward=1 iptables -t nat -A PREROUTING -p tcp... (1 Reply)
Discussion started by: mhs
1 Replies

2. IP Networking

port state issue

Hello, I have following issue: traceroute connection works to given address(ip + port) but telnet(and other network tools) do not. How it is possible? telnet 10.150.184.225 443 Connection refused tracert -T -p 443 10.150.184.225 traceroute to 10.150.184.225 (10.150.184.225), 30 hops... (3 Replies)
Discussion started by: kuba7
3 Replies

3. HP-UX

FC port issue

I'm facing some strange HP-UX behavior. I have a small SAN with one HP server, two Cisco SAN switches and one HP tape library connected. When I issues port reset, syslog shows the following: Oct 15 07:34:51 terumos-bckp-srv2 vmunix: Target path (class=tgtpath, instance=12) has gone online. ... (2 Replies)
Discussion started by: Sapfeer
2 Replies

4. Linux

Open port for Data Protector

Hi guys. Opening port 5555 for Data Protector on Linux box but can't telnet to it. Modified /etc/services to have: omni 5555/tcp # DATA-PROTECTOR But when I telnet into it: telnet <ip address> 5555 Doesn't connect Need help figuring out what I need to do to open this port. ... (0 Replies)
Discussion started by: jamie_collins
0 Replies

5. Programming

Locking issue with serial port

Hi, In my application,I need to monitor the devices connected through serial port in solaris sparc 9 OS.I used c and java code for it and I am able to do the same but the problem comes when I restart the system and the open my application and try to monitor it.but I m unable to monitor the... (2 Replies)
Discussion started by: smartgupta
2 Replies

6. Solaris

Serial port issue

Hi, I am working with Sun Solaris 9 Sparc,Sun-Blade-100.In my application,I need to monitor the UPS using Serial port. When I am using JRE 1.4 in my application,I am able to monitor it but when I am upgrading the JRE version from 1.4 to JRE1.6. I am not able to monitor the UPS.It is showing the... (1 Reply)
Discussion started by: smartgupta
1 Replies

7. HP-UX

anyone ever play with omniback(data protector) command "omnir"?

playing around with a command-line restore from omniback...anyone ever play with omnir? I have the following test backup: $ omnidb -session 2008/02/01-6 Object Name Object Type Object Status... (1 Reply)
Discussion started by: mr_manny
1 Replies

8. HP-UX

PXE boot port issue

Hi,all: I want to boot an IA unix box from network, I am sure I set the DHCP and boot server, but it still failed ! It says : Client MAC Address: 00 18 FE 28 91 82 .....- PXE-E16: Valid PXE offer not received. Load of Core LAN Gb A failed: Not Found I use the nettl command to trace the UDP... (0 Replies)
Discussion started by: bluepluto
0 Replies

9. HP-UX

Data protector GUI gives Blank screen

Hi, Haveing a little trouble with data protector (5.5) on HP-UX (11.11, 11.23) under Xwindows Chameleon UNIX 97 (7.0 - its a old version) I am trying to get the GUI for DP up and running on a HP-UX cell manager and I have the following problem. The GUI starts up with no errors that I can... (2 Replies)
Discussion started by: Andrek
2 Replies

10. UNIX for Advanced & Expert Users

Omniback/Data Protector cell_info file

People, Can any one tell me the meaning of the "-main" option in the Omniback cell_info file. (We have Data Protector 5.5) ?? (4 Replies)
Discussion started by: Andrek
4 Replies
Login or Register to Ask a Question
RXTELNET(1)						    BSD General Commands Manual 					       RXTELNET(1)

NAME
rxtelnet -- start a telnet and forward X-connections. SYNOPSIS
rxtelnet [-l username] [-k] [-t telnet_args] [-x xterm_args] [-K kx_args] [-w term_emulator] [-b telnet_program] [-n] [-v] host [port] DESCRIPTION
The rxtelnet program starts an xterm window with a telnet to host host. From this window you will also be able to run X clients that will be able to connect securely to your X server. If port is given, that port will be used instead of the default. If setting up the X forwarding failes, rxtelnet will still telnet in to the remote host, but without X forwarding. The supported options are: -l Log in on the remote host as user username. -k Disables keep-alives. -t Send telnet_args as arguments to telnet. -x Send xterm_args as arguments to xterm. -X Send kx_args as arguments to kx. -w Use term_emulator instead of xterm. -b Use telnet_program instead of telnet. -n Do not start any terminal emulator. -v Be verbose. EXAMPLE
To login from host foo (where your display is) to host bar, you might do the following. 1. On foo: rxtelnet bar 2. You will get a new window with a telnet to bar. In this window you will be able to start X clients. SEE ALSO
kx(1), rxterm(1), telnet(1), tenletxr(1), kxd(8) KTH_KRB March 7, 2004 KTH_KRB