PinoyDSL Network


Hardware - "help" regarding Server PC - view original page


pauze22 - Mon Feb 09, 2009 2:23 pm
Post subject: "help" regarding Server PC
magpapatulong sana sa mga nakakaalam regarding sa server CPU

i got

Intel Xeon 3.0ghz
4gb Kingston DDR2 800
MSI P45 neo-f
600w i-master
500gb seagate barracuda


ang problem ko is

bakit ganon pag tintignan ko ung ram ko sa my computer

imbes na 4gb ang nalabas 3gb lng?
gusto ko sana kc gmtn lht ng ram ko....

en mrami na din ako nabasa regarding d2... mejo confused p ko eh...

sabi kc nung iba...

dhl daw sa window XP 32bit til 3gb lng daw ang pwede gamtn at nakareserve na ung 1gb...

tapos meron nag sabi my seset up daw ako para magamit ko lht ng 4gb na un....

sana matulungan nyo po ako...

if medyo naguguluhan kayo sa explanation ko...

ask me lang po...

para matulungan nyo po ako.... ty Smile
kwiki - Mon Feb 09, 2009 2:28 pm
Post subject:
Sa BIOS ba 3Gig ang naka register or 4Gig?
cliff101 - Mon Feb 09, 2009 3:08 pm
Post subject:
i think winXP 32bit only supports 3.5 gig of ram you can install 64bit Operating System to fully maximize your memory capacity.
Warlock1981 - Mon Feb 09, 2009 3:10 pm
Post subject:
cliff101 wrote:
i think winXP 32bit only supports 3.5 gig of ram you can install 64bit Operating System to fully maximize your memory capacity.


I agree on this....
athenaxds - Mon Feb 09, 2009 3:22 pm
Post subject:
Use a 64 bit OS to fully utilize your ram and processor.

Both Window Vista and XP has 64-bit versions.
pauze22 - Mon Feb 09, 2009 3:27 pm
Post subject:
yap sa bios is 4gb

cliff101

@yes agree dn ako sa cnbi u kasi yan dn karamihan nababasa ko

pero confused p ko kung 32bit ba ung OS n gnmt ko e... pano ba malalaman?

(oooppsss alam ko na 32bit nga ung nainstall ko gumamit ako ng everest)


thank you guyz....


3gb lang po ang maximum ram for 32bit....
kwiki - Mon Feb 09, 2009 3:31 pm
Post subject:
Okay so no problem tayo sa hardware since it reads na 4Gig nga sya. I will also go for there suggestion na mag go ka for 64bit OS.

here is my 64bit win2k3 server. you can see my ram is more than 4Gb because its 64bit.

Image[/quote]
pauze22 - Mon Feb 09, 2009 3:40 pm
Post subject:
salamat sa inyo....


isa na lang problema ko kailangan ko makahanap ng window XP na 64bit hehehe.... thanks again...
mossy - Mon Feb 09, 2009 3:52 pm
Post subject:
AFAIK, hanggang 3gb lang tlaga ang fully utilizable ng winxp 32 bit. try mo na rin i-google kc meron yata reg edit para ma-bypass toh. but officially sa MS, 3gb ang address limitation yata . either go with 64bit XP or vista 64bit. or MS server editions na OS.
.
livewire - Mon Feb 09, 2009 4:06 pm
Post subject:
actually u can utilize the 4GB of ram under 32 bit with some workaround. ti will still display under 4GB of ram but windows service pack 3 can recognice upto 4gb. i just dont know why they still havent fixed the display issue. but if u want ur system to display the 4GB of ram just so that u will actually see it edit ur PAE and force 4GB to display that should do the trick.
pauze22 - Mon Feb 09, 2009 4:27 pm
Post subject:
paano ko po gagawin yun?


OT:

kuya livewire OT ko na din ha... kc bngyn mo ko last time ng link para mag dwnload ng window 7 , di ko na kasi mabuksan e.... meron k p po ba link?
chi-nigga@25 - Mon Feb 09, 2009 5:40 pm
Post subject:
gamit ka free ram optimizer
chi-nigga@25 - Mon Feb 09, 2009 5:57 pm
Post subject:
meon aq intel xeon man kaya processor moh
livewire - Mon Feb 09, 2009 7:25 pm
Post subject:
The 4GB Windows Memory Limit: What does it really mean?

by Brian Madden

[Note from Brian Madden on March 24, 2004: Since I originally posted this article, I received some corrections from David Solomon, author of the book "Inside Windows 2000." (Thanks David!) I've since rewritten some portions of this article to incorporate his corrections.]

There seems to be a lot of confusion in the industry about what's commonly called the Windows “4GB memory limit.” When talking about performance tuning and server sizing, people are quick to mention the fact that an application on a 32-bit Windows system can only access 4GB of memory. But what exactly does this mean?

By definition, a 32-bit processor uses 32 bits to refer to the location of each byte of memory. 2^32 = 4.2 billion, which means a memory address that's 32 bits long can only refer to 4.2 billion unique locations (i.e. 4 GB).

In the 32-bit Windows world, each application has its own “virtual” 4GB memory space. (This means that each application functions as if it has a flat 4GB of memory, and the system's memory manager keeps track of memory mapping, which applications are using which memory, page file management, and so on.)

This 4GB space is evenly divided into two parts, with 2GB dedicated for kernel usage, and 2GB left for application usage. Each application gets its own 2GB, but all applications have to share the same 2GB kernel space.

This can cause problems in Terminal Server environments. On Terminal Servers with a lot of users running a lot of applications, quite a bit of information from all the users has to be crammed into the shared 2GB of kernel memory. In fact, this is why no Windows 2000-based Terminal Server can support more than about 200 users—the 2GB of kernel memory gets full—even if the server has 16GB of memory and eight 3GHz processors. This is simply an architectural limitation of 32-bit Windows.

Windows 2003 is a little bit better in that it allows you to more finely tune how the 2GB kernel memory space is used. However, you still can't escape the fact that the thousands of processes from hundreds of users will all have to share the common 2GB kernel space.

Using the /3GB (for Windows 2000) or the /4GT (for Windows 2003) boot.ini switches is even worse in Terminal Server environments because those switches change the partition between the application memory space and kernel memory space. These switches gives each application 3GB of memory, which in turn only leaves 1GB for the kernel—a disaster in Terminal Server environments!

People who are unfamiliar with the real meaning behind the 4GB Windows memory limit often point out that certain versions of Windows (such as Enterprise or Datacenter editions) can actually support more than 4GB of physical memory. However, adding more than 4GB of physical memory to a server still doesn't change the fact that it's a 32-bit processor accessing a 32-bit memory space. Even when more than 4GB of memory is present, each process still has the normal 2GB virtual address space, and the kernel address space is still 2GB, just as on a normal non-PAE system.

However, systems booted /PAE can support up to 64GB physical memory. A 32-bit process can "use" large amounts of memory via AWE (address windowing extension) functions. This means that they must map views of the physical memory they allocate into their 2GB virtual address space. Essentially, they can only use 2GB of memory at a time.

Here are more details about what booting /PAE means from Chapter 7 of the book "Inside Windows 2000," by David Solomon and Mark Russinovich.

All of the Intel x86 family processors since the Pentium Pro include a memory-mapping mode called Physical Address Extension (PAE). With the proper chipset, the PAE mode allows access to up to 64 GB of physical memory. When the x86 executes in PAE mode, the memory management unit (MMU) divides virtual addresses into four fields.

The MMU still implements page directories and page tables, but a third level, the page directory pointer table, exists above them. PAE mode can address more memory than the standard translation mode not because of the extra level of translation but because PDEs and PTEs are 64-bits wide rather than 32-bits. The system represents physical addresses internally with 24 bits, which gives the x86 the ability to support a maximum of 2^(24+12) bytes, or 64 GB, of memory.

As explained in Chapter 2 , there is a special version of the core kernel image (Ntoskrnl.exe) with support for PAE called Ntkrnlpa.exe. (The multiprocessor version is called Ntkrpamp.exe.) To select this PAE-enabled kernel, you must boot with the /PAE switch in Boot.ini.

This special version of the kernel image is installed on all Windows 2000 systems, even Windows 2000 Professional systems with small memory. The reason for this is to facilitate testing. Because the PAE kernel presents 64-bit addresses to device drivers and other system code, booting /PAE even on a small memory system allows a device driver developer to test parts of their drivers with large addresses. The other relevant Boot.ini switch is /NOLOWMEM, which discards memory below 4 GB and relocates device drivers above this range, thus guaranteeing that these drivers will be presented with physical addresses greater than 32 bits.

Only Windows 2000 Advanced Server and Windows 2000 Datacenter Server are required to support more than 4 GB of physical memory. (See Table 2-2.) Using the AWE Win32 functions, 32bit user processes can allocate and control large amounts of physical memory on these systems.


as for your question regarding where to dowload windows 7 ultimate x86 and x64 version, there are a lot of it in torrents right now where u can download the windows 7 ultimate build 7000. make sure that u get the build 7000 since that is the official MS beta version but if u can get ur hands on a build 7025 which is supposed to be relaesed last jan 19,2009 then that would be better. so far i havent found a torrent or rapidshare link of the windows 7 ultimate build 7025.

btw if u dont like torrents here are links on how to get windows 7 beta build 7000


For windows 7 ultimate beta build 7000 x86 or better knows as 32 bit version the links are located below

Code:

http://rapidshare.com/files/18325819...nfo.part01.rar
http://rapidshare.com/files/18325807...nfo.part02.rar
http://rapidshare.com/files/18325910...nfo.part03.rar
http://rapidshare.com/files/18332617...nfo.part04.rar
http://rapidshare.com/files/18332570...nfo.part05.rar
http://rapidshare.com/files/18332578...nfo.part06.rar
http://rapidshare.com/files/18376501...nfo.part07.rar
http://rapidshare.com/files/18376542...nfo.part08.rar
http://rapidshare.com/files/18396262...nfo.part09.rar
http://rapidshare.com/files/18396255...nfo.part10.rar
http://rapidshare.com/files/18396302...nfo.part11.rar
http://rapidshare.com/files/18400414...nfo.part12.rar

Rar password : www.linkfinders.info



Alternate Site

Code:
ftp://windows7beta1:digiex@jeff.digiex.me/7000.0.081212-1400_client_en-us_Ultimate-GB1CULFRE_EN_DVD.iso

Mirror:
ftp://win7:goodies@ftp.pureelite.co.uk/7000.0.081212-1400_client_en-us_Ultimate-GB1CULFRE_EN_DVD.iso





For windows 7 ultimate beta build 7000 x64 version the links are located below

Code:
http://rapidshare.com/files/18335406...nfo.part01.rar
http://rapidshare.com/files/18336474...nfo.part02.rar
http://rapidshare.com/files/18337453...nfo.part03.rar
http://rapidshare.com/files/18338672...nfo.part04.rar
http://rapidshare.com/files/18340041...nfo.part05.rar
http://rapidshare.com/files/18341263...nfo.part06.rar
http://rapidshare.com/files/18343751...nfo.part07.rar
http://rapidshare.com/files/18344639...nfo.part08.rar
http://rapidshare.com/files/18345425...nfo.part09.rar
http://rapidshare.com/files/18346172...nfo.part10.rar
http://rapidshare.com/files/18346946...nfo.part11.rar
http://rapidshare.com/files/18347721...nfo.part12.rar
http://rapidshare.com/files/18348502...nfo.part13.rar
http://rapidshare.com/files/18349229...nfo.part14.rar
http://rapidshare.com/files/18349944...nfo.part15.rar
http://rapidshare.com/files/18350699...nfo.part16.rar
http://rapidshare.com/files/18351451...nfo.part17.rar
http://rapidshare.com/files/18352200...nfo.part18.rar
http://rapidshare.com/files/18352967...nfo.part19.rar
http://rapidshare.com/files/18353817...nfo.part20.rar
http://rapidshare.com/files/18354685...nfo.part21.rar
http://rapidshare.com/files/18355587...nfo.part22.rar
http://rapidshare.com/files/18359823...nfo.part23.rar
http://rapidshare.com/files/18360925...nfo.part24.rar
http://rapidshare.com/files/18362043...nfo.part25.rar
http://rapidshare.com/files/18363229...nfo.part26.rar
http://rapidshare.com/files/18364426...nfo.part27.rar
http://rapidshare.com/files/18365684...nfo.part28.rar
http://rapidshare.com/files/18366977...nfo.part29.rar
http://rapidshare.com/files/18368287...nfo.part30.rar
http://rapidshare.com/files/18370482...nfo.part31.rar
http://rapidshare.com/files/18372516...nfo.part32.rar
http://rapidshare.com/files/18373313...nfo.part33.rar


Rar password : www.linkfinders.info



Alternate Site

Code:
ftp://windows7beta1:digiex@jeff.digiex.me/Windows%207%20Beta%201%20(64bit)/7000.0.081212-1400_client_en-us_Ultimate-GB1CULXFRE_EN_DVD.iso

Mirror:
ftp://win7:goodies@ftp.pureelite.co.uk/7000.0.081212-1400_client_en-us_Ultimate-GB1CULXFRE_EN_DVD.iso





Code:
Windows 7 Beta 64-bit Product Key

7XRCQ-RPY28-YY9P8-R6HD8-84GH3
RFFTV-J6K7W-MHBQJ-XYMMJ-Q8DCH
482XP-6J9WR-4JXT3-VBPP6-FQF4M
JYDV8-H8VXG-74RPT-6BJPB-X42V4
D9RHV-JG8XC-C77H2-3YF6D-RYRJ9

Windows 7 Beta 32-bit Product Key

6JKV2-QPB8H-RQ893-FW7TM-PBJ73
TQ32R-WFBDM-GFHD2-QGVMH-3P9GC
GG4MQ-MGK72-HVXFW-KHCRF-KW6KY
4HJRK-X6Q28-HWRFY-WDYHJ-K8HDH
QXV7B-K78W2-QGPR6-9FWH9-KGMM7


Note: 64bit keys can also be used to activate 32 bit windows 7 ultimate.
micx - Thu Feb 12, 2009 9:23 pm
Post subject:
Curious ako dun mga ser..pno nga ba malalaman kng ilang bit ung gamit kong OS? Smile Smile Smile

Hardware - "help" regarding Server PC - view original page

All times are GMT + 8 Hours
Powered by phpBB2 Plus and Kostenloses Forum based on phpBB