HPE GreenLake Administration
Operating System - HP-UX
1832503
Members
4126
Online
110043
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
05-12-2006 12:01 AM
05-12-2006 12:01 AM
SNMPD
Hi,
Do anyone know that Is it possibile one service name has two different port number?
i.e.
snmp 161/udp snmpd # Simple Network Management Protocol Agent for My Program
snmp 1161/udp snmpd # Simple Network Management Protocol Agent
snmp-trap 162/udp trapd # Simple Network Management Protocol Traps
I want to write a srcipt to call snmpd with specific port number during the server is starting up.
So it seems:
snmpd -P 1161
Or any suggestion??
Thanks
Do anyone know that Is it possibile one service name has two different port number?
i.e.
snmp 161/udp snmpd # Simple Network Management Protocol Agent for My Program
snmp 1161/udp snmpd # Simple Network Management Protocol Agent
snmp-trap 162/udp trapd # Simple Network Management Protocol Traps
I want to write a srcipt to call snmpd with specific port number during the server is starting up.
So it seems:
snmpd -P 1161
Or any suggestion??
Thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 12:07 AM
05-12-2006 12:07 AM
Re: SNMPD
I do not think that will work. Only first entry will be taken. Second will get error saying that port in use or something similar.
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 12:20 AM
05-12-2006 12:20 AM
Re: SNMPD
Shalom,
Let me confirm, two processes can not use the same port that way.
SEP
Let me confirm, two processes can not use the same port that way.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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-12-2006 04:07 AM
05-12-2006 04:07 AM
Re: SNMPD
Achilles,
starting a second daemon on a different port using
/usr/sbin/snmpd -P 1161
will do it.
However, those 2 processes (the one listening to 161 and this new process) will have concurrent access to MIB information with possible conflicts!
What is your goal ?
starting a second daemon on a different port using
/usr/sbin/snmpd -P 1161
will do it.
However, those 2 processes (the one listening to 161 and this new process) will have concurrent access to MIB information with possible conflicts!
What is your goal ?
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP