Sponsored Content
The Lounge What is on Your Mind? How Many Computers Do You Have At Home? Post 302225979 by FloridaBSD on Monday 18th of August 2008 12:35:50 AM
Old 08-18-2008
My computers are as follows

Hp pavilion a6230n

O.S, Fedora


Dell dimension 4600C (not counted in original vote)

Runing FreeNAS (Mainly a back up server for the other two machines)

Mac Book 13'' white
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

two computers - one modem

I have two mashines with RedHat 8.0......they connected with cross over cabel...I want use both mashines for Internet, but modem has only first computer... Maybe..through gateway ?.... What must i do for it ?...... sorry for my terrible english.... (3 Replies)
Discussion started by: Pennywize
3 Replies

2. IP Networking

two computers one internet

i have a computer (sempron 2200+) with Suse 9.3 and another computer with windows 98 (PI 233 Mhz). I'm connect first computer (with Suse) on the Internet through ethernet but second computers in not connect. How can connect second computers on the internet (with 3 network card...two on the first... (8 Replies)
Discussion started by: dragos
8 Replies

3. UNIX for Advanced & Expert Users

Using other computers for processing

Hello I've wrote a C++ program which does some mathematical calculations, but the problem is that it takes way too long on any computer to finish. Is there anyway to make more than 1 computer do the processing so it can process faster? (5 Replies)
Discussion started by: arya6000
5 Replies

4. Homework & Coursework Questions

Track availability of computers

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: I must write a program that records the availability of computers. For the argument i have to give him a file... (4 Replies)
Discussion started by: petel1
4 Replies

5. Shell Programming and Scripting

cp -p /home/* home/exp/*.date not working please help

:( ---------- Post updated at 01:51 AM ---------- Previous update was at 01:50 AM ---------- Not working ---------- Post updated at 02:04 AM ---------- Previous update was at 01:51 AM ---------- cp -p /home/* home/exp/*.`date` i am using this (4 Replies)
Discussion started by: rishiraaz
4 Replies

6. Shell Programming and Scripting

executing top on several computers

Hi I'm waiting for the IT department to install Ganglia, and until that happens, I need to know the current load on 14 computers. To do this, I'm trying to write a small script that output the top processes on each of the computers using top, but for some reason it doesn't work. ... (3 Replies)
Discussion started by: Tobbev
3 Replies

7. Solaris

Rcp between 2 computers

Hi, I need to rcp heavy files between 2 solaris 10/sparc M3000 computers. Currently theses 2 computers are linked via a switch/firewall and the rcp commands take a very long time, I have been told that this is because of the firewall (old one). I asked my client to by a cross ethernet cable and... (2 Replies)
Discussion started by: zionassedo
2 Replies

8. What is on Your Mind?

LUNIX on a Commodore 64, yup UNIX on one of the most famous home computers of all time...

Enjoy guys and gals... LUnix on a Commodore 64... YouTube Bazza... (1 Reply)
Discussion started by: wisecracker
1 Replies
Info::Layer3::Dell(3pm) 				User Contributed Perl Documentation				   Info::Layer3::Dell(3pm)

NAME
SNMP::Info::Layer3::Dell - SNMP Interface to Dell Power Connect Network Devices AUTHOR
Eric Miller SYNOPSIS
# Let SNMP::Info determine the correct subclass for you. my $dell = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 1 ) or die "Can't connect to DestHost. "; my $class = $dell->class(); print "SNMP::Info determined this device to fall under subclass : $class "; DESCRIPTION
Provides abstraction to the configuration information obtainable from an Dell Power Connect device through SNMP. D-Link and the IBM BladeCenter Gigabit Ethernet Switch Module also use this module based upon MIB support. For speed or debugging purposes you can call the subclass directly, but not after determining a more specific class using the method above. my $dell = new SNMP::Info::Layer3::Dell(...); Inherited Classes SNMP::Info::Layer3 Required MIBs Dell-Vendor-MIB RADLAN-Physicaldescription-MIB RADLAN-rlInterfaces RADLAN-HWENVIROMENT Inherited Classes' MIBs See classes listed above for their required MIBs. GLOBALS
These are methods that return scalar value from SNMP $dell->os_ver() ("productIdentificationVersion") $dell->dell_id_name() ("productIdentificationDisplayName") $dell->model() Returns model type. Returns numeric from ("productIdentificationDisplayName") if available, otherwise if returns description(). $dell->vendor() Returns 'dell', 'dlink', or 'ibm' based upon the IANA enterprise number in id(). Defaults to 'dlink'. $dell->os() Returns 'dell', 'dlink', or 'ibm' based upon the IANA enterprise number in id(). Defaults to 'dlink'. Overrides $dell->serial() Returns serial number. Returns ("rlPhdUnitGenParamSerialNum") if available, otherwise uses the Layer3 serial method. Globals imported from SNMP::Info::Layer3 See documentation in "GLOBALS" in SNMP::Info::Layer3 for details. TABLE METHODS
These are methods that return tables of information in the form of a reference to a hash. RADLAN Interface Table ("swIfTable") $dell->dell_duplex_admin() ("swIfDuplexAdminMode") $dell->dell_duplex() ("swIfDuplexOperMode") $dell->dell_tag_mode() ("swIfTaggedMode") $dell->dell_i_type() ("swIfType") $dell->dell_fc_admin() ("swIfFlowControlMode") $dell->dell_speed_admin() ("swIfSpeedAdminMode") $dell->dell_auto() ("swIfSpeedDuplexAutoNegotiation") $dell->dell_fc() ("swIfOperFlowControlMode") Overrides $dell->interfaces() Returns the map between SNMP Interface Identifier (iid) and physical port name. Uses name if available instead of description since descriptions are sometimes not unique. $dell->i_duplex_admin() Returns reference to hash of iid to current link administrative duplex setting. $dell->fw_mac() Returns reference to hash of forwarding table MAC Addresses. Some devices don't implement the "BRIDGE-MIB" forwarding table, so we use the "Q-BRIDGE-MIB" forwarding table. Fall back to the "BRIDGE-MIB" if "Q-BRIDGE-MIB" doesn't return anything. $dell->fw_port() Returns reference to hash of forwarding table entries port interface identifier (iid) Some devices don't implement the "BRIDGE-MIB" forwarding table, so we use the "Q-BRIDGE-MIB" forwarding table. Fall back to the "BRIDGE-MIB" if "Q-BRIDGE-MIB" doesn't return anything. Table Methods imported from SNMP::Info::Layer3 See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details. perl v5.12.4 2011-09-28 Info::Layer3::Dell(3pm)
All times are GMT -4. The time now is 04:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy