- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Opening up port 10000
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
04-29-2008 10:21 AM
04-29-2008 10:21 AM
I have the veritas agent loaded on the server, and the status shows it ready to accept connection.
However, when I attempt connection, the backup software can't connect, error says the server is activly rejecting the connetion.
I have found that the Veritas software is trying to use port 10000 on the HPUX server.
Ok,now the question:
How do I open up port 10000 on the server?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 11:06 AM
04-29-2008 11:06 AM
SolutionUnless you are running a firewall, port 10000 is already open.
All you really need to do is run a service that listens on port 10000 and maybe add an entry to /etc/services
netstat -an | grep 10000
# make sure nothing is listening.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 07:11 AM
05-01-2008 07:11 AM
Re: Opening up port 10000
How do I run a service that listens on port 10000?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 07:18 AM
05-01-2008 07:18 AM
Re: Opening up port 10000
netstat -an|grep 10000
if you have lsof
lsof -i :10000
should show you the PID and name of the process listening on that port.
If nothing is listed from either command then your agent is NOT running correctly or listening to the wrong port.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 07:19 AM
05-01-2008 07:19 AM
Re: Opening up port 10000
> port 10000?
Many things are possible, but I'll assume
that you want a _particular_ service to
listen at port 10000.
http://www.symantec.com/business/training/index.jsp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 12:09 PM
05-01-2008 12:09 PM