Server :: Using Separate File Systems For Swap And / While Installing Servers?

Dec 16, 2009

I am still puzzled by IT guru who still install a server version of Linux using the default partition system. I am curious about what the IT guys in this forum think about this, even when the server is part of a cluster.

View 1 Replies


ADVERTISEMENT

Ubuntu Servers :: Separate Virtual Machines For Apache, Mysql, File Server?

Jul 11, 2011

I'm working on a side project where I would like to install three ubuntu server systems,each with only one task.So server0 would be the apache server, server1 would be the database and server2 would be the file server.which key terms I should be researching?

View 9 Replies View Related

Ubuntu Servers :: Installing LTSP When Using A Separate DHCP And TFTP?

Mar 17, 2010

I want to install Ubuntu LTSP on top of an already existing system. However, I want to use a different DHCP and TFTP server. Do I simply just install 'ltsp-server-standalone' with apt and run 'sudo ltsp-build-client', stop the DHCP and TFTP server and stop them from starting automatically? Would I then just copy over the pxelinux.cfg/default file from /var/lib/tftpboot along with the initrd.img and vmlinuz images to the TFTP server?

Edit: Do I need to actually copy the whole /var/lib/tftpboot/ltsp directory over to the TFTP server?

View 1 Replies View Related

Ubuntu Servers :: JFS - XFS Processes - None Of File Systems Use XFS Nor JFS

Jun 22, 2011

After an update recently I noticed that my process count jumped up quite a bit. Somehow it doesn't seem related (it was an apt update I believe), but I'll just throw it out there. All of the extra processes seem to be related to XFS and JFS file system kernel processes, but none of my file systems use XFS nor JFS, just EXT3 & EXT4. Is there any safe/easy way to kill off these processes and prevent them from re-spawning? I don't find having irrelevant idle processes to be beneficial nor efficient. It's using Ubuntu 10.04 64-bit. Only active file systems are EXT4 and EXT3.

[Code]...

View 2 Replies View Related

Ubuntu Servers :: Change File Or Folder Permissions On A Separate Internal Drive In 10.10?

Jan 23, 2011

Every time I try to change file or folder permissions on a separate internal drive in ubuntu 10.10 desktop in sudo file manager, It sets it right back to the way it was before and doesn't save the permissions I want to change it to. The files aren't critical system files that are not even existent on this hard drive.

Its on a completely separate drive, Yet aren't I suppose to be in control of what gets changed to what? Instead of a Operating System doing something just for my safety? A simple AVI files permissions being changed shouldn't hurt anything. How to I stop ubuntu 10.10 from auto setting the permissions of my folders and files? Its really starting to me off right now. I've been looking around on google for Auto reset permissions for ubuntu, Haven't found one word about it. Yet I'm just going to assume someone might know how to resolve this? Or has dealed with this before.

I'm just trying to Forcefully set my folders on my separate drive all to 777 because they are all 775 and 755 and I can only access them with Write privileges if I run the SUDO file manager which I really hate having to do every so often I'm sure you can relate to how annoying it is to have to open up terminal and type something in to open a fully priviledged file manager.

View 5 Replies View Related

OpenSUSE Install :: Swap Partition On Separate Drive?

May 5, 2010

Saw a reference to putting the swap partition on a separate drive--just minutes after I was considering that approach. Can't find anything recent on the topic, so asking: Is there an advantage to having /swap on a separate HD from data on /home? My thought was that both disks could be active at once, perhaps speeding up a busy application.

View 1 Replies View Related

OpenSUSE Install :: Maintain Separate Swap Partitions?

Sep 9, 2010

On my triple-boot PC:

Code:
SuLinux:~ # fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

[Code]....

Will the above procedure accomplish this objective, without crippling openSUSE ? The second swap partition has never shown any activity (on SUSE). I understand (from Using shared swap files) that a single swap partition may be shared. Since these areas are relatively small, It is not inconvenient to maintain separate swap partitions.

View 9 Replies View Related

Server :: Accessing Other Linux File Systems?

Jun 19, 2010

I have 3 linux systems configured for running applications in each, named system1, system2 and system3. I have around 100 GB of space in system3 under /usr but not much being used. In System1 very less space is there but mostly hits coming here and need to have proper backup, as the system1 is quite old and not planned partitons properly. So I want to use a disk having more space for backup requirements.

View 17 Replies View Related

CentOS 5 :: Can't See The Swap As A Separate Partition Although There Is A 16GB Tempfs Mounted As /dev/shm

Aug 10, 2010

I recently installed Cent-Os on a server and changed the default partitioning to have 2 partitions - 1 main area for everything and a swap partition of 8Gb After installation I cant see the swap as a separate partition although there is a 16GB tempfs mounted as /dev/shm Is this right ?

fdisk -l shows :-
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 * 1 13 104391 83 Linux
/dev/cciss/c0d0p2 14 17844 143227507+ 8e Linux LVM
(first partition being non-lvm boot)

View 3 Replies View Related

Server :: How To Monitor That CIFS File Systems Are Mounted

Jan 14, 2010

We recently had an issue with "cat /proc/mount" telling us that a CIFS file system was mounted, even though the mount was not working correctly. So we're not sure if we can trust linux to report malfunctioning mounts, so we're planning on adding a specific file on the mounted file system, and verify the mount by reading this file from the client side (linux). If linux fails to read it, we know that the mount have failed. But before we go ahead doing this I thought I'd just hear how others are doing this sort of thing - how do you make sure that mount points are up and working?

- kenneho

EDIT: I just saw that I've posted in the security area, not in the server area. How do I move it?

View 6 Replies View Related

Red Hat / Fedora :: Server Unable To Read File Systems At Boot Up

Mar 4, 2010

I restore tape backup on my Linux server. At the time of booting the server it cannot able to read the filesystems.

I am getting the following message,
Code: Your system appears to have shutdown uncleanly
Forcing file system integrity check due to default setting
Checking root filesystem
fsch.ext3: file system has unsupported features (S) (/)
e2fsck: Get a never version of e2fsck! (FAILED)
*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
Give root password for maintenance (or type Control-D to continue):

View 4 Replies View Related

Server :: Putting IP Blocking In A Separate Conf File?

Jan 1, 2010

Running Red Hat (not sure of the build atm) and I need to be able to put all of the IP blocking in a separate file. It will eventually be uploaded to a large number of hosting accounts, and modified from time to time...so it isn't feasible to modify that many httpd.conf files each time we need to add an IP to be blocked. In httpd.conf I can add the "Deny from" line to the following directive and blocks it just fine:

Code:

<Directory "/var/www/html">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews

[code]....

There is an include to pick up all *conf files in ../conf.d, and everything else in there is working just fine. I created a file called robots.conf; it currently has a set of mod_rewrite rules which work. So I added this to that file:

Code:

<Directory "/var/www/html">
Order allow,deny
Allow from all
Deny from 123.456.789.098
</Directory>

It is not blocking access from the IP with it in there.I've done all of the usual things; restarted Apache, cleared browser cache etc. I can also block it using that same directive in a local .htaccess.

View 2 Replies View Related

OpenSUSE Install :: Swap Partition : Need To Check Swap File System?

Mar 20, 2011

Does one need to Check the Swap filesystem, from time to time

View 4 Replies View Related

Ubuntu :: Swap Or Swap File On Flash Memory?

Aug 16, 2010

RAM for older machines like I use is fairly cheap these days. But flash memory is just as cheap or cheaper. So I'd like to ask about the feasibility of expanding my system's memory using flash memory. And about whether creating a partition for swap on the flash memory, or whether a swap file on the flash device, is the better way to go.

By flash memory I have in mind mainly USB sticks or what are sometimes called "pen drives." But I do also have CF and SD cards that, with the proper cheap adapter (one of which I already own for adapting CF) could be used to create extra swap space. So, what is the current consensus on the feasibility/advisability of using flash memory for swap? I've read about the limited write cycles of flash being an argument against using it for swap. But recent reading indicates to me that the limited write cycles problem applies mostly to older, smaller-capacity flash memory. Some will come out and say that, for larger-capacity flash memory, the life of the device is likely to exceed the amount of time your current computer will be useful (I think I've seen estimates in the range of 3-4 years life--minimum--for newer, higher-capacity flash memory).

A more persuasive argument I've heard against using flash memory for swap is that access times for these devices can be much slower than SATA, and maybe even IDE, hard drives. That would certainly dictate against using flash memory for swap.

So, how about some input on this issue? Anyone using flash memory for swap? If so, what kind (e.g., usb stick or SD/CF)? Are you using a swap file or a swap partition? How's system performance? Likewise, has anyone had flash-memory-used-as-swap die on them? The consequences would undoubtedly be dire. Also, has anyone measured flash memory access times to confirm or refute claims about slow access times? Are some types of flash memory better/worse than others in terms of access times?

View 2 Replies View Related

Server :: Look Which Process / Application Is Using SWAP Partition / File?

Jul 10, 2010

Is there any way to take a look which process/application is using SWAP partition/file?

View 1 Replies View Related

Ubuntu Servers :: When Installing Server Ask About Installing DNS Server?

Jan 4, 2011

I am trying to install a ubuntu server to serve sites. More than one, so Ill use Apache VirtualHost.When installing ubuntu server ask me about installing DNS Server? do i need it?

View 6 Replies View Related

Ubuntu :: Installing From Two Separate Disk?

Jun 4, 2010

Okay I want to install Ubuntu Studio but sense the file is 1.7 gigs can I somehowbut half on or a 1/3 on disk the next part on another and so on. If so how?

View 1 Replies View Related

General :: Installing Mint 8 On Separate Partition?

Feb 16, 2010

want get Linux mint8 on to a separate partition but when i go into advance in the partition menu and and chose the partition i want,in this case (e),(c) having windows xp on it.it says ...no root file system is defined.

View 6 Replies View Related

Software :: Installing Applications On A Separate Partition?

Jan 6, 2010

I was hoping you could help me figure something out... I am going to install a new distro onto my laptop and i usually set up partitions for / and /home just in case i have some issues and need to reinstall... i was wondering if there were a way to setup a separate partition where i can put all the programs i wish to install?

View 2 Replies View Related

Ubuntu :: Partition Virtual Drive Before Installing Operatin Systems

Aug 13, 2010

I have an acer laptop (TravelMate 7320) which came with Windows Vista. I have made copies of the recovery disk for vista and installed Ubuntu 10.04 and would like to run Vista from a virtual machine in Ubuntu and for this purpose I installed Virtualbox. The problem is that the recover disk that acer provide require the hard drive to partitioned in a certain way otherwise the installation process error outputting "No partition available".

Acer do provide a bootable CD for download from there website to partition the drive before installing from their recovery disk but I have tried this with virtual box and the process doesn't detect the virtual drive. So my question is does anyone know of a virtualisation software for Ubuntu that they could recommend that allow for the partitioning of virtual disk before the installation of an OS? Or even better does anyone know how to do this with Virtualbox?

View 2 Replies View Related

Ubuntu :: Installing 10.10 And Dual Boot With Windows 7 (Separate HDs)

Apr 5, 2011

I want to set up my PC so that I have Windows 7 installed on one hard drive and Ubuntu Studio installed on a completely separate hard drive. I currently have both hard drives installed in my PC and the larger one (640GB) has Windows 7 installed and is currently taking up that entire drive. My other hard drive (160GB) has a wubi install of Ubuntu 10.10 on it so it shows up on the Windows boot menu. What I want to do is wipe the smaller hard drive and install Ubuntu Studio on it and have it show up in the boot menu just like my wubi install does.

I need to know things like:
1. When I install Ubuntu Studio, do I install the boot loader to the MBR of the hard drive I'm installing it on?
2. How exactly do I add Ubuntu Studio to the Windows boot loader?

View 4 Replies View Related

General :: Create Separate Partitions For Directories AFTER Installing?

Sep 28, 2010

I want to create a separate partition for /home.inuxMint is *already* installed.PartedMagic be used for the same, NOW

View 14 Replies View Related

Red Hat / Fedora :: Servers That Allow You To Share Directories Between Systems?

Jul 28, 2010

What is the name of two servers that allow you to share directories between systems?

what is NetworkManager? What does it do when you install a new NIC?

View 1 Replies View Related

Ubuntu Servers :: Deciding File System For File Server (samba)?

Jan 7, 2011

I'm planning to add 1tb sata disk to my lovely file-server under ubuntu 10.10,what i want is use this disk as additional storage for network user,indows and ubuntu?I mean when my ubuntu server down (worse case) I can easily take out the disk from ubuntu machine and plug in on windows machine

View 2 Replies View Related

Fedora Servers :: Installing A DNS Server On 13 Running Bind

Jun 9, 2010

I'm thinking about installing a DNS server on Fedora 13 running bind. I looked around for available bind packages and found only these:

Now the first one contains bind utils the second one is for running DNS in a chroot env and the last one is a bind with some DB backend.

Does this mean that fedora 13 doesn't support/.provide "standard" bind server (I mean the one to run without chroot/without db backend) ? Or am I missing anything in my repolist which is :

View 5 Replies View Related

Ubuntu Servers :: Installing Network Card On Server?

Jan 7, 2011

im trying to use this as an ssh server but i need to some how install drivers for my WMP600N V1.1 network card from linksys. so how would i go about this.

View 9 Replies View Related

Fedora Servers :: Share Files Between Two 14 Systems - Accessible Via NFS ?

Feb 2, 2011

I'd like to share files between two Fedora 14 systems, but I'm having difficulty with making a share accessible via NFS.

Here's what I've tried so far:

Tried following mount commands:

Password:

Unable to find suitable address.

Used both the user and root password with this second mount command.

View 7 Replies View Related

Ubuntu Servers :: How To Share Internet Connection Over Two Systems

Feb 16, 2011

I have two systems in both systems there I installed ubuntu 10.10. I need to know how to share an internet connection over the two systems at a time?

View 9 Replies View Related

Ubuntu Servers :: Script To Automatize Systems Reboot?

Jun 3, 2011

I've been trying last days a script to reboot periodically my servers. My idea is to execute the script from one machine, and remotelly, restart the other servers. Now, I've configured ssh to access remote machine without password, using key-pair access, but I am not able to run "shutdown" command without password, so the script doesn't finish cause it waits for password to run shutdown with su priviledges

I've been reading about sudoers file, and applied this configuration on remote machine sudoers file.

Code:
# Cmnd alias specification
Cmnd_Alias SHUTDOWN_CMDS = /sbin/shutdown
...
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
myremoteuser myremotemachine= NOPASSWD: SHUTDOWN_CMDS

I've been testing this configuration on remote machine, logged as myremoteuser, executing /sbin/shutdown -r now, but "shutdown: Need to be root" message is returned, so something seems to be wrong in my configuration but I don't know what.

View 9 Replies View Related

Fedora Servers :: Installing X System/apps On Headless Server?

Sep 17, 2010

Background: I need some help regarding install X server/apps on a headless(ie. no monitor, no graphic device) server. The server is in fact a virtual one by Amazon EC2. So there's no monitor nor any graphics hardware. Fedora server (6, i believe) is pre-packaged. The problem is that I want to be running a server app with a GUI. The app won't start without the GUI (and I probably need to tweak a few things through its GUI too).

I plan on setting up very very bare minimal X on the server and then uses NX for remote access. Can somebody shed some light here?

Simply put, my questions are:

1) What would be the minimal list of package i need to install?
2) Where can I find docs about installing and setting up NX? I could only find very fragmented/outdated docs about it.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved