Sponsored Content
Top Forums UNIX for Dummies Questions & Answers From Where Can I download MIB Post 302209903 by sumitroy on Sunday 29th of June 2008 04:17:03 AM
Old 06-29-2008
Computer From Where cAn I DoWnLoAd mIb FoR sOlArIs 8.0

Hi,

From Where cAn I DoWnLoAd mIb FoR sOlArIs 8.0

Please help.

Regards,

Sumit Roy
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

MIB OID for my Sun workstation

hi, as far as i know, every sun solaris 8 workstation has a snmp agent running by default. i want to know my SNMP agent MIB oid. please tell me how to find out this information. thanks and urgent (1 Reply)
Discussion started by: champion
1 Replies

2. Solaris

import UCD-SNMP-MIB into snmpd

I was setting up snmpd on a Solaris 8 server and needed more than the standard mibs, so I installed net-snmp so I could get the UCD-SNMP-MIB. I did not know another way, but I am able to monitor what I need. I would like to know if I could import the UCD-SNMP_MIB into the existing... (0 Replies)
Discussion started by: csross
0 Replies

3. HP-UX

HP O/S MIB file?

HI all, please let me know where i can find the HP OS system MIB file.? Thanks in advance. Rgds, Jagadeesh. (2 Replies)
Discussion started by: bjagadeesh
2 Replies

4. AIX

SAP and MIB

Hi there all.. I got SAP running on AIX systems. Now I got SNMP running and it is collecting info. But I want the SAP MIB to be running so I can also retrieve SAP info. How can I neable it on AIX? When I do a MIB walk on SAP it isnt showing anything. Thanx in advance! :) (1 Reply)
Discussion started by: draco
1 Replies

5. UNIX for Advanced & Expert Users

How install the HOST RESOURCES MIB

Hello to all, I need monitor some AIX servers version 5.3 it, would want to know how if these servers or bring installed HOST RESOURCES MIB, is necessary to compile it, if I can unload it or of it could obtain where it, since I take with this problem around 2 weeks… I am trying to collect data... (0 Replies)
Discussion started by: julius_MIB
0 Replies

6. UNIX for Advanced & Expert Users

MIB issue

can someone please help me out with this. why do i keep getting a "No Such Instance..." error message? The MIB file is in the proper directory and with the proper permissions. What could be wrong? I restarted snmpd already. Thank you. snmpwalk -v2c -c AH$%FJY ferenty01.blah.net... (0 Replies)
Discussion started by: SkySmart
0 Replies
TIC(1)							    BSD General Commands Manual 						    TIC(1)

NAME
tic -- terminfo compiler SYNOPSIS
tic [-acSsx] [-o file] source [term1 term2 ...] DESCRIPTION
The tic utility compiles terminfo(5) source into a database for use by other programs. The created database path name is the same as the source but with .cdb appended. The following options are available: -a Do not discard commented out capabilities. -c Only check for errors, don't write the final database. -o file Write the database to file instead of source.cdb. -S For term1, term2, ... output a C structure containing name, compiled description, and compiled size. This can be used to embed terminal descriptions into a program. -s Display the number of terminal descriptions written to the database. -x Include non standard capabilities defined in the source. Extensions To Terminfo When tic discovers a use=term capability, the terminal description for term is merged in. Capabilities do not overwrite previously disovered ones and capabilities ending with @ are marked as absent so the terminal does not inherit the capability from used terminals. EXIT STATUS
The tic utility exits 0 on success, and >0 if an error occurs. EXAMPLES
To maintain your private terminfo definitions, if the system supplied ones do not support your terminal: tic ~/.terminfo SEE ALSO
infocmp(1), tput(1), curses(3), terminfo(5) STANDARDS
The tic utility works with terminfo files that conform to the X/Open Curses Issue 4, Version 2 (``XCURSES4.2'') standard. AUTHORS
Roy Marples <roy@NetBSD.org> BSD
June 3, 2012 BSD
All times are GMT -4. The time now is 11:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy