Problem while installing Open Pegasus

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring Problem while installing Open Pegasus
# 8  
Old 04-29-2009
Checking the functionality of SNMP

Hi Yogesh,

As discussed previously, though snmp is installed in my system basic commands in snmp for example snmpget and snmpwalk do not work, it gives error saying command not found. Please help me
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Linux

Problem installing htpasswd2

Hey everyone! So as i finished setting up my apache2 server, I wanted to look into some basic authentication for the web page. I found a great guide on apache.org. The problem now is, the htpasswd2 file that i need to create and store users, is in a weird format. It is displaying as : ... (3 Replies)
Discussion started by: LinuxIntern445
3 Replies

2. AIX

Installing Open SSL on AIX 6.1

Hello, I want to install openssl-1.0.1c-1.aix5.1.ppc.rpm on IBM AIX 6.1 server machine and when I try to install the same as : rpm -ivh openssl-1.0.1c-1.aix5.1.ppc.rpmI get the error saying that it needs the following dependencies : error: failed dependencies: ... (2 Replies)
Discussion started by: gaugeta
2 Replies

3. Red Hat

problem installing rhel 6

I have dexx xps 14.I was installing rhel6.But the installation hanged at following step initializing hardware detection................. installion didnt go further (2 Replies)
Discussion started by: shamapraveen
2 Replies

4. AIX

Installing HP open view in AIX

Hi, I am new to AIX, I have to install HP Open View on AIX OS and I would appreciate if anyone can guide me how to install it step be step, any pointer in the direction would also help. I thank all in advance ! (1 Reply)
Discussion started by: Rookie_newbie
1 Replies

5. Solaris

problem while installing on X-86

Hi all, I tried to install Sun Solaris 10 on a X-86 based machine. I have dedicated entire diskspace to create auto partition. My hardware config is below: Main Board : Asus Processor : Intel 945 , 3 G/Hz RAM : 1 Gigs Diskspace : 80 Gigs When I install, installation goes successful.... (1 Reply)
Discussion started by: naw_deepak
1 Replies

6. UNIX for Dummies Questions & Answers

Problem Installing (elite help please)

No unix/linux systems have worked on my computer Problem: I have SATA hard drive and every time i get the error which says 'YOU HAVE NO HARD DRIVE' wondering which i tried? http://www.linuxiso.org/ so if you have dealt with this before, please reply if you think you know then it might... (12 Replies)
Discussion started by: GXDeMoNN
12 Replies

7. UNIX for Dummies Questions & Answers

installing open bsd

I'm in the process of installing openbsd 3.2, the install appears to go ok but will not boot. So I tried the install again, when I opt to partition I noticed the disk the signature (in geometry) reads as 0x0 instead of 0xAA55. I'm using Lucas's 'Absolute OpenBSD' as my install guide together with... (3 Replies)
Discussion started by: ferret
3 Replies
Login or Register to Ask a Question
AUE(4)							   BSD Kernel Interfaces Manual 						    AUE(4)

NAME
aue -- ADMtek AN986 and AN8511 Pegasus USB Ethernet driver SYNOPSIS
aue* at uhub? ukphy* at mii? HARDWARE
The aue driver supports the following adapters: @Home USB 10/100 Abocom DSB650TX Billionton Systems USB100 Compaq HNE-200 Corega FEther USB-TX Corega FEther USB-TXS D-Link DSB-650 D-Link DSB-650TX D-Link DSB-650TX-PNA I/O DATA USB ET/TX I/O DATA USB ET/TXS I/O DATA ETX-US2 Hawking UF100 Kingston KNU101TX LinkSys USB100TX LinkSys USB100H1 LinkSys USB10TA Melco Inc. LU-ATX Microsoft MN110 SOHOware NUB100 SMC 2202USB SMC 2206USB/ETH DESCRIPTION
The aue driver provides support for USB Ethernet adapters based on the ADMtek AN986 Pegasus and AN8511 Pegasus II chipsets. The Pegasus contains a 10/100 Ethernet MAC with MII interface and is designed to work with both Ethernet and HomePNA transceivers. Although designed to interface with 100Mbps peripherals, the existing USB standard specifies a maximum transfer speed of 12Mbps. Users should there- fore not expect to actually achieve 100Mbps speeds with these devices. The Pegasus supports a 64-bit multicast hash table, single perfect filter entry for the station address and promiscuous mode. Packets are received and transmitted over separate USB bulk transfer endpoints. The aue driver supports the following media types: autoselect Enable automatic selection of the media type and options. The user can manually override the automatically selected mode by adding media options to the /etc/rc.conf file. 10baseT/UTP Set 10Mbps operation. The mediaopt option can also be used to enable full-duplex operation. Not specifying full duplex implies half-duplex mode. 100baseTX Set 100Mbps (fast Ethernet) operation. The mediaopt option can also be used to enable full-duplex operation. Not specifying full duplex implies half-duplex mode. The aue driver supports the following media options: full-duplex Force full duplex operation. The interface will operate in half duplex mode if this media option is not specified. For more information on configuring this device, see ifconfig(8). DIAGNOSTICS
aue%d: watchdog timeout A packet was queued for transmission and a transmit command was issued, however the device failed to acknowledge the transmission before a timeout expired. aue%d: no memory for rx list The driver failed to allocate an mbuf for the receiver ring. SEE ALSO
arp(4), netintro(4), usb(4), ifconfig(8) ADMtek AN986 data sheet, http://www.admtek.com.tw. HISTORY
The aue device driver first appeared in FreeBSD 4.0, and in NetBSD 1.5. AUTHORS
The aue driver was written by Bill Paul <wpaul@ee.columbia.edu>. BSD
September 25, 2010 BSD