HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: VNC port on hp-ux
Operating System - HP-UX
1826384
Members
4346
Online
109692
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
01-04-2011 08:29 PM
01-04-2011 08:29 PM
VNC port on hp-ux
I am a newbie of VNC. It is said VNC use port 5950
but I find nothing using following command:
netstat -an|grep 595|grep -i list
1) How to know which VNC port I used ? 5950 or 600... ?
2) How to check the VNC server software version on hp-ux?
Thanks
but I find nothing using following command:
netstat -an|grep 595|grep -i list
1) How to know which VNC port I used ? 5950 or 600... ?
2) How to check the VNC server software version on hp-ux?
Thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2011 11:53 PM
01-04-2011 11:53 PM
Re: VNC port on hp-ux
Hi Martin ,
check if you have lsof installed on HP ux server ,
1) How to know which VNC port I used ?
assuming the service is running :
netstat -an | grep -iE "595*|600*"
/usr/local/bin/lsof | grep -iE "595*|600*"
2)How to check the VNC server software version on hp-ux?
swlist | grep -i vnc*
hope this helps.
Regards,
check if you have lsof installed on HP ux server ,
1) How to know which VNC port I used ?
assuming the service is running :
netstat -an | grep -iE "595*|600*"
/usr/local/bin/lsof | grep -iE "595*|600*"
2)How to check the VNC server software version on hp-ux?
swlist | grep -i vnc*
hope this helps.
Regards,
FrogIsDeaf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2011 04:22 AM
01-05-2011 04:22 AM
Re: VNC port on hp-ux
1) a lot of output from lsof | grep -iE "595*|600*"
One of them is
"Xvnc 8460 root 14u inet 0x511316c0 0t3936 TCP ServerName:6001->ServerName:63715 (ESTABLISHED)"
So this means the port is 6001 or 63715 ?
The port 6001 and 63715 connected on same server , why ?
2)swlist | grep -i vnc* come out nothing.
Thanks
One of them is
"Xvnc 8460 root 14u inet 0x511316c0 0t3936 TCP ServerName:6001->ServerName:63715 (ESTABLISHED)"
So this means the port is 6001 or 63715 ?
The port 6001 and 63715 connected on same server , why ?
2)swlist | grep -i vnc* come out nothing.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2011 11:58 PM
01-05-2011 11:58 PM
Re: VNC port on hp-ux
Looks like the same server is acting as client as well as server.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP