Sponsored Content
Full Discussion: Regarding RAM replacement
Operating Systems Linux Red Hat Regarding RAM replacement Post 302698527 by bakunin on Monday 10th of September 2012 07:54:10 AM
Old 09-10-2012
Quote:
Originally Posted by jegaraman
So how much maximum can i add in these servers.
Practically this is limited only by hardware restraints. The theoretical limit for a 64-bit-system is far higher than anything you can afford. (4GB is the limit for 32-bit addressing. Multiply this with 2^^32 again to get the limit of 64-bit addresses.)

The hardwares limit depends on which type of RAM you are using (this limits the size of the available RAM sticks) and the number of sockets on your board. Refer to your hardwares documentation for this info.


Quote:
But in my scenario ....i cant go for that option as every server is in to production and a lot of depedency pacakges of 32 bit...if converted to 64 bit ... so many packages i have to reinstall of 64 bit....
This (reinstallation with 64-bit) is probably the best solution anyway. A system with no possibility of a downtime is very poorly planned anyway and it will not hurt to redesign this setup now under controlled circumstances instead of in the case of hardware failure where the situation is unplanned.

If your managers or customers complain: let them. Don't care. What would they do if the hardware would break? If this would mean the end of the world, then how comes they haven't taken precautions against this when the system was planned?

Make it clear, that it is their own fault that the system was set up without any contingency. E-V-E-R-Y hardware has to be taken down / taken offline from time to time. For maintenance, for hardware upgrade, for whatever. That means that systems which must not go down, have to be designed as high-availability-clusters either with hot-standby-systems or something such or load-balancers and several identic machines behind that. If this is the case it is easy to take one system down, upgrade it, take over from the other system and take that down to upgrade it too.

Obviously this is not the case. There is no fallback system. Then your managers/customers have no business lamenting that such an upgrade takes time. Its their own fault. Don't have any compassion with them, they have been greedy bastards to save the extra costs and are now paying the price with the downtime.

You may want to do the reinstallation at a separate system and then only move the LUNs with the installed image to your server. This way you could do the upgrade faster and with less downtime. Anyway: the most important thing is to not let you hasten just because others need the system back urgently. If it would really be that urgent - see above. But by trying to do it faster than you comfortably can you run a high risk of doing something idiotic. This would be your fault - not succumbing to some managerial pressure is not.

So do what you have to do and take the times it takes to do it. If somebody has a problem with that - its his problem, not yours.

I hope this helps.

bakunin
 

10 More Discussions You Might Find Interesting

1. Programming

getting RAM size

Sir, How can i get the RAM size .Is there is any predefined function ..Howsir??? Thanks In advance, ArunKumar (6 Replies)
Discussion started by: arunkumar_mca
6 Replies

2. UNIX for Dummies Questions & Answers

RAM Drive

I need to have fast access to some of my files (like 5 Gb). Im on: Linux franklin3 2.4.21-4.EL #1 Fri Oct 3 18:13:58 EDT 2003 i686 i686 i386 GNU/Linux How can I load my files in my RAM ? Thank you in advance! (0 Replies)
Discussion started by: Gab
0 Replies

3. HP-UX

RAM size

hi, while i am working in hpux 11.23 using a telnet connection how do i check the RAM size and hard disk size? (4 Replies)
Discussion started by: sekar sundaram
4 Replies

4. AIX

reduce available ram

hello, we have a aix 5.2 server with 8GB of ram. is it possible, without actually removing the hardware, to have the O/S think it has only 4GB of ram? We would like to see how the handles and responds if it only had 4Gb instead of the 8GB. Any ideas or suggestions? Thanks Looks like i found... (6 Replies)
Discussion started by: zuessh
6 Replies

5. UNIX for Dummies Questions & Answers

how to know RAM size

Hi can anyone please help me, how to know RAM specification in unix? (4 Replies)
Discussion started by: palash2k
4 Replies

6. 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

7. Solaris

Out of swap but RAM available

Hi all, The environment we're using is a T5440 running Solaris 10 LDOMs and zones configured within the LDOM. The LDOM has 32Gb of RAM and 32Gb of swap. Last week, we had an issue where the MQ server on zone 3 crashed as it ran out of swap, apparently caused by zone 2 usage. I understand that... (7 Replies)
Discussion started by: JerryHone
7 Replies

8. Windows & DOS: Issues & Discussions

Type of RAM

Hello All Is there a way I can find out the type of RAM (DDR1 or DDR2 or DDR3), I'm using withoout opening the cabinet? Any Windows command? Thanks in advance. (5 Replies)
Discussion started by: tenderfoot
5 Replies

9. Solaris

expanding RAM

our sparc server has only 1Gb RAM. Since RAM is not very expensive anymore, it seems like a good idea to upgrade it. will it make server (and database on it) faster? I hope it would less 'abuse' hard drive.. (6 Replies)
Discussion started by: orange47
6 Replies

10. Red Hat

Physical RAM

Hi, I have a server (BL460c) with 32G of physical RAM. It currently only uses approx 5% its capacity but will use more (not sure how much more) pending the launch of further applications. If I need to build another node of similar functionality should I consider downgrading the physical... (2 Replies)
Discussion started by: Duffs22
2 Replies
DH_SYSTEMD_START(1)						     Debhelper						       DH_SYSTEMD_START(1)

NAME
dh_systemd_start - start/stop/restart systemd unit files SYNOPSIS
dh_systemd_start [debhelperoptions] [--restart-after-upgrade] [--no-stop-on-upgrade] [unitfile...] DESCRIPTION
dh_systemd_start is a debhelper program that is responsible for starting/stopping or restarting systemd unit files in case no corresponding sysv init script is available. As with dh_installinit, the unit file is stopped before upgrades and started afterwards (unless --restart-after-upgrade is specified, in which case it will only be restarted after the upgrade). This logic is not used when there is a corresponding SysV init script because invoke-rc.d performs the stop/start/restart in that case. OPTIONS
--restart-after-upgrade Do not stop the unit file until after the package upgrade has been completed. This is the default behaviour in compat 10. In earlier compat levels the default was to stop the unit file in the prerm, and start it again in the postinst. This can be useful for daemons that should not have a possibly long downtime during upgrade. But you should make sure that the daemon will not get confused by the package being upgraded while it's running before using this option. --no-restart-after-upgrade Undo a previous --restart-after-upgrade (or the default of compat 10). If no other options are given, this will cause the service to be stopped in the prerm script and started again in the postinst script. -r, --no-stop-on-upgrade, --no-restart-on-upgrade Do not stop service on upgrade. --no-start Do not start the unit file after upgrades and after initial installation (the latter is only relevant for services without a corresponding init script). NOTES
Note that this command is not idempotent. dh_prep(1) should be called between invocations of this command (with the same arguments). Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts. Note that dh_systemd_start should be run after dh_installinit so that it can detect corresponding SysV init scripts. The default sequence in dh does the right thing, this note is only relevant when you are calling dh_systemd_start manually. SEE ALSO
debhelper(7) AUTHORS
pkg-systemd-maintainers@lists.alioth.debian.org 11.1.6ubuntu2 2018-05-10 DH_SYSTEMD_START(1)
All times are GMT -4. The time now is 10:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy