- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What are all the ways an HPUX system can be access...
Categories
Company
Local Language
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
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
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
11-10-2004 03:36 AM
11-10-2004 03:36 AM
I have the following:
ftp
telnet
remsh
rexec
Am I missing anything?
Thanks - Angie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 03:38 AM
11-10-2004 03:38 AM
Re: What are all the ways an HPUX system can be accessed?
finger
http
are also pretty common
HTH
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 03:39 AM
11-10-2004 03:39 AM
SolutionYou may also have odbc access enabled through database engines or Web Browser access to applications AND hardware (eg the console).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 03:39 AM
11-10-2004 03:39 AM
Re: What are all the ways an HPUX system can be accessed?
Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 03:44 AM
11-10-2004 03:44 AM
Re: What are all the ways an HPUX system can be accessed?
Webmin
VNC
SAMBA
And the various Enterprise Monitoring Suites like BMC Patrol, ITO and CA Unicenter.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 03:47 AM
11-10-2004 03:47 AM
Re: What are all the ways an HPUX system can be accessed?
you could use lsof and netstat to see what process is listening on what port.
# netstat -an |grep LISTEN
tcp 0 0 *.22 *.* LISTEN
# lsof -i:22
would show sshd on port 22
hope this helps
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 03:57 AM
11-10-2004 03:57 AM
Re: What are all the ways an HPUX system can be accessed?
Then document. YUCK!
Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 03:58 AM
11-10-2004 03:58 AM
Re: What are all the ways an HPUX system can be accessed?
If you have a firewall, don't deal with blocked ports.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 04:13 AM
11-10-2004 04:13 AM
Re: What are all the ways an HPUX system can be accessed?
Wouldn't it then be just the telnet, rexec, ftp, remsh...and?
Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 04:20 AM
11-10-2004 04:20 AM
Re: What are all the ways an HPUX system can be accessed?
lsof is even the better way, because it will tell you program/ports binding regardless of /etc/services. So it wil not fail for programs not using default ports.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 04:22 AM
11-10-2004 04:22 AM
Re: What are all the ways an HPUX system can be accessed?
Even the well-known services might be vulnerable to buffer-overflow attacks or denial-of-service attacks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 04:26 AM
11-10-2004 04:26 AM
Re: What are all the ways an HPUX system can be accessed?
sftp
scp
The replacement for the r-protocols.
Safe, secure, no clear text transmission of passwords.
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
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
11-10-2004 06:45 AM
11-10-2004 06:45 AM
Re: What are all the ways an HPUX system can be accessed?
Thanks!
Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 06:52 AM
11-10-2004 06:52 AM
Re: What are all the ways an HPUX system can be accessed?
http://gatekeep.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.73/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 06:52 AM
11-10-2004 06:52 AM
Re: What are all the ways an HPUX system can be accessed?
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.73/
also access methods like UUCP, tftp, and Kermit, though not widely used, are still available.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 08:39 AM
11-10-2004 08:39 AM
Re: What are all the ways an HPUX system can be accessed?
THANK YOU!!!!!!
Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 09:00 AM
11-10-2004 09:00 AM
Re: What are all the ways an HPUX system can be accessed?
Not the most obvious one, but access to the console is one of the most risky one.
Hope it helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 11:26 AM
11-10-2004 11:26 AM
Re: What are all the ways an HPUX system can be accessed?
Angie