Sponsored Content
Operating Systems Linux Need assistance to enable more that 4GB RAM on Linux 32Bit OS. Post 302429743 by Corona688 on Tuesday 15th of June 2010 11:18:34 AM
Old 06-15-2010
First and foremost is the question, does your system board actually support >4GB of RAM? Even many 64-bit boards don't, and if your system hardware doesn't you're out of luck no matter what kernel you use.

If your board does, and your processor supports PAE, go ahead and use the PAE kernel. There shouldn't be a performance hit so far as I can tell. PAE kernels won't boot on non-PAE processors, which is why it's packaged separately.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Athlon XP + Linux/Unix? and RAM Question

Has anyone had any experience with this new processor and its compatability with Linux/Unix? How did it preform comared to regular Athlons and P4's? I also have one other question. I plan on buying a new dell and fiddling left and right with it. Which type of RAM is better, RDRAM or... (3 Replies)
Discussion started by: KyPeN
3 Replies

2. UNIX for Dummies Questions & Answers

How much RAM does RH Linux need?

I wish to install Red Hat linux 7.1 on a machine with 16mb of EDO Ram. When I enter the instalation process I am told 'You do not have enough memory'. Is there a way to install RHL with only the 16? Or will I have to upgrade and buy some very expensive EDO. ~ Paul (3 Replies)
Discussion started by: KrazyGuyPaul
3 Replies

3. Debian

what is the best linux ver for p100 16 ram

Hello all i own p100 16ram laptop , i would like to run linux on it i need it for gcc compilation and shell scripting , no gui. what version of linux should i install , i dont mind to install old one . tnx allot (5 Replies)
Discussion started by: umen
5 Replies

4. Shell Programming and Scripting

To find the RAM size for an Linux server.

Hi Gurus, Can someone let me know how to find the RAM size,ROM size and Number of processors for a linux server. Version :Linux 2.4.9-e.57smp Also what does "e.57smp" stands for? Thanks in advance gurus..... cheers. (3 Replies)
Discussion started by: navojit dutta
3 Replies

5. Linux

Linux 32bit or 64bit

Hi, I want to know what is command to know which will tell wheather linux is 32 or 64 bit (5 Replies)
Discussion started by: manoj.solaris
5 Replies

6. Linux

Linux version v.s. 32bit/64bit

Where can I get a list that maps the each Linux version to corresponding 32/64 bits model? e.g. OS -> Model (ILP32, LP64, ...) RHLE3 -> ? RHLE4 -> ? RHLE5 -> ? ... It would be better if there is such a list that contains most of current UNIX OS versions. ... (1 Reply)
Discussion started by: princelinux
1 Replies

7. Debian

How to enable and use ACL's in Linux

Hi, How to enable and use ACL's in linux. Thx, siva. (2 Replies)
Discussion started by: Sivaswami
2 Replies

8. Red Hat

red hat Linux 5.0 is detecting 3gb ram but physical ram is 16gb

Hi, On server 64bit Hw Arch , Linux 5.0(32bit) is installed it is showing only 3gb of ram though physical is 16gb can u give me idea why? (4 Replies)
Discussion started by: manoj.solaris
4 Replies

9. Red Hat

32bit Linux vs 64 bit Linux

Friends , Would u plz tell me what is the difference between 32-bit Linux o/s and the 64 bit Linux o/s . Is there any RAM limitation in this two types of o/s . Waiting for kind reply ... ... (7 Replies)
Discussion started by: shipon_97
7 Replies

10. Cybersecurity

root cannot write to Linux RAM

void main() { long ((long)(&array)); int x; for (;;) { (array) =+ 1023; printf("%c", array); } } What is wrong with this code to print Linux RAM? (13 Replies)
Discussion started by: Alux
13 Replies
Info::CiscoPortSecurity(3pm)				User Contributed Perl Documentation			      Info::CiscoPortSecurity(3pm)

NAME
SNMP::Info::CiscoPortSecurity - SNMP Interface to data from CISCO-PORT-SECURITY-MIB and CISCO-PAE-MIB AUTHOR
Eric Miller SYNOPSIS
# Let SNMP::Info determine the correct subclass for you. my $cps = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost. "; my $class = $cps->class(); print "SNMP::Info determined this device to fall under subclass : $class "; DESCRIPTION
SNMP::Info::CiscoPortSecurity is a subclass of SNMP::Info that provides an interface to the CISCO-PORT-SECURITY-MIB and CISCO-PAE-MIB. These MIBs are used across the Catalyst family under CatOS and IOS. Use or create in a subclass of SNMP::Info. Do not use directly. Inherited Classes None. Required MIBs CISCO-PORT-SECURITY-MIB CISCO-PAE-MIB IEEE8021-PAE-MIB GLOBALS
These are methods that return scalar values from SNMP CISCO-PORT-SECURITY-MIB globals $cps->cps_clear() ("cpsGlobalClearSecureMacAddresses") $cps->cps_notify() ("cpsGlobalSNMPNotifControl") $cps->cps_rate() ("cpsGlobalSNMPNotifRate") $cps->cps_enable() ("cpsGlobalPortSecurityEnable") $cps->cps_mac_count() ("cpsGlobalTotalSecureAddress") $cps->cps_mac_max() ("cpsGlobalMaxSecureAddress") TABLE METHODS
"CISCO-PORT-SECURITY-MIB" - Interface Config Table $cps->cps_i_limit_val() ("cpsIfInvalidSrcRateLimitValue") $cps->cps_i_limit() ("cpsIfInvalidSrcRateLimitEnable") $cps->cps_i_sticky() ("cpsIfStickyEnable") $cps->cps_i_clear_type() ("cpsIfClearSecureMacAddresses") $cps->cps_i_shutdown() ("cpsIfShutdownTimeout") $cps->cps_i_flood() ("cpsIfUnicastFloodingEnable") $cps->cps_i_clear() ("cpsIfClearSecureAddresses") $cps->cps_i_mac() ("cpsIfSecureLastMacAddress") $cps->cps_i_count() ("cpsIfViolationCount") $cps->cps_i_action() ("cpsIfViolationAction") $cps->cps_i_mac_static() ("cpsIfStaticMacAddrAgingEnable") $cps->cps_i_mac_type() ("cpsIfSecureMacAddrAgingType") $cps->cps_i_mac_age() ("cpsIfSecureMacAddrAgingTime") $cps->cps_i_mac_count() ("cpsIfCurrentSecureMacAddrCount") $cps->cps_i_mac_max() ("cpsIfMaxSecureMacAddr") $cps->cps_i_status() ("cpsIfPortSecurityStatus") $cps->cps_i_enable() ("cpsIfPortSecurityEnable") "CISCO-PORT-SECURITY-MIB::cpsIfVlanTable" $cps->cps_i_v_mac_count() ("cpsIfVlanCurSecureMacAddrCount") $cps->cps_i_v_mac_max() ("cpsIfVlanMaxSecureMacAddr") $cps->cps_i_v() ("cpsIfVlanIndex") "CISCO-PORT-SECURITY-MIB::cpsIfVlanSecureMacAddrTable" $cps->cps_i_v_mac_status() ("cpsIfVlanSecureMacAddrRowStatus") $cps->cps_i_v_mac_age() ("cpsIfVlanSecureMacAddrRemainAge") $cps->cps_i_v_mac_type() ("cpsIfVlanSecureMacAddrType") $cps->cps_i_v_vlan() ("cpsIfVlanSecureVlanIndex") $cps->cps_i_v_mac() ("cpsIfVlanSecureMacAddress") "CISCO-PORT-SECURITY-MIB::cpsSecureMacAddressTable" $cps->cps_m_status() ("cpsSecureMacAddrRowStatus") $cps->cps_m_age() ("cpsSecureMacAddrRemainingAge") $cps->cps_m_type() ("cpsSecureMacAddrType") $cps->cps_m_mac() ("cpsSecureMacAddress") "IEEE8021-PAE-MIB::dot1xPaePortEntry" $cps->pae_i_capabilities() "dot1xPaePortCapabilities" Indicates the PAE functionality that this Port supports and that may be managed through this MIB munged to return either 'dot1xPaePortAuthCapable' or 'dot1xPaePortSuppCapable'. $cps->pae_i_last_eapol_frame_source() "dot1xAuthLastEapolFrameSource" The source MAC address carried in the most recently received EAPOL frame. Data Munging Callback Subroutines $cps->munge_pae_capabilities() Return either 'dot1xPaePortAuthCapable' or 'dot1xPaePortSuppCapable' based upon bit value. perl v5.12.4 2011-09-28 Info::CiscoPortSecurity(3pm)
All times are GMT -4. The time now is 11:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy