- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't locate object method "session" via package "...
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
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
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
тАО03-24-2007 04:33 PM
тАО03-24-2007 04:33 PM
Can't locate object method "session" via package "Net::SNMP"
I am porting Nagios Product on HP-UX and one of the deliverable is dependent on Net::SNMP ...
I have manually built the Net::SNMP perl module by taking the net-snmp source file and when i check the deliverable called(check_ifoperstatus) its giving error
Can't locate object method "session" via package "Net::SNMP"
command executed was ./check_ifoperstatus -k 1 -H localhost
I am also sending the check_ifoperstatus deliverable which is perl script ...
Please help me to rersolve this problem ..
Thanks in Advance
--Regards
Santhosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2007 09:56 PM
тАО03-24-2007 09:56 PM
Re: Can't locate object method "session" via package "Net::SNMP"
As Net::SNMP is a pure perl stuff it might be better to check in perl or Nagios related forums to solve it quickly.
Please see the below link:
http://www.nagiosexchange.org/nagiosplug-devel.31.0.html?&tx_maillisttofaq_pi1%5Bmode%5D=1&tx_maillisttofaq_pi1%5BshowUid%5D=131
Regards,
Rasheed Tamton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2007 12:55 AM
тАО03-26-2007 12:55 AM
Re: Can't locate object method "session" via package "Net::SNMP"
Problem got resolved ... I installed Net::SNMP perl module by using Command perl -MCPAN -e "install Net::SNMP"
--Regards
Santhosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2007 01:09 AM
тАО03-26-2007 01:09 AM
Re: Can't locate object method "session" via package "Net::SNMP"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2007 01:47 AM
тАО03-26-2007 01:47 AM
Re: Can't locate object method "session" via package "Net::SNMP"
HP have already ported Nagios (partially, one should add) recently.
It's now available in their Internet Express collection of OpenSource software.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
But compiling your own nagios and plug-ins is of course preferable.
Besides, if your nagios server doesn't run any SNMP checks (or check_ifoperstatus) then there's no need to have net-snmp or Net::SNMP installed.
These are only required for the SNMP related Nagios plug-ins.