Linux Server
XenServer: HDD Volume CeNTOS verhogen PDF Afdrukken E-mailadres
Geschreven door Administrator   
maandag, 20 augustus 2012 11:55

Je harde schijf verhogen in CeNTOS met XenServer:

root:~# fdisk /dev/xvda
 
The number of cylinders for this disk is set to 6527.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/xvda: 53.6 GB, 53687091200 bytes     <-- note that fdisk already sees the new device size of 53.6 GB
255 heads, 63 sectors/track, 6527 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0004e475

    Device Boot      Start         End      Blocks   Id  System
/dev/xvda1   *           1          31      248976   83  Linux
/dev/xvda2              32        1305    10233405   8e  Linux LVM     <-- note that the existing entry is still 10 GB

Command (m for help): d
Partition number (1-4): 2

Command (m for help): n
Command action
   e   extended
   p   primary partition (1-4)
p
Partition number (1-4): 2
First cylinder (32-6527, default 32):
Using default value 32
Last cylinder or +size or +sizeM or +sizeK (32-6527, default 6527):
Using default value 6527

Command (m for help): t
Partition number (1-4): 2
Hex code (type L to list codes): 8e
Changed system type of partition 2 to 8e (Linux LVM)

Command (m for help): p

Disk /dev/xvda: 53.6 GB, 53687091200 bytes
255 heads, 63 sectors/track, 6527 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0004e475

    Device Boot      Start         End      Blocks   Id  System
/dev/xvda1   *           1          31      248976   83  Linux
/dev/xvda2              32        6527    52179120   8e  Linux LVM     <-- note that the new entry is now 50 GB

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.

WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table.
The new table will be used at the next reboot.
Syncing disks.
master:~# reboot

Broadcast message from root@master (pts/0) (Fri Oct  2 08:47:05 2009):
 
 
The system is going down for reboot NOW!

 

 

Vertel LVM van de nieuwe gewijzgde fyische (physical) volume

 

Partitie 2 is nu succesvol verhoogd in volume. Nu LVM de nieuwe blokken vertellen.

 pvdisplay
 
  --- Physical volume ---
  PV Name               /dev/xvda2
  VG Name               dsk
  PV Size               9.76 GB / not usable 1.37 MB
  Allocatable           yes (but full)
  PE Size (KByte)       4096
  Total PE              2498
  Free PE               0
  Allocated PE          2498
  PV UUID               7TyUyk-hyVf-0kdC-OCok-QdSJ-lqTE-YFJAi0

master:~# pvresize /dev/xvda2
  Physical volume "/dev/xvda2" changed
  1 physical volume(s) resized / 0 physical volume(s) not resized

master:~# pvdisplay
  --- Physical volume ---
  PV Name               /dev/xvda2
  VG Name               dsk
  PV Size               49.76 GB / not usable 3.98 MB
  Allocatable           yes
  PE Size (KByte)       4096
  Total PE              12738
  Free PE               10240
  Allocated PE          2498 
 
 
  PV UUID               7TyUyk-hyVf-0kdC-OCok-QdSJ-lqTE-YFJAi0

 

Wijzigen logische volume

De volgende stap voegt de nieuwe blokken toe aan het logische volume. De nieuwe volume groep heeft 10240 extra blokjes van  4 Kbyte. Nieuwe opslag kan toegvoegd worden met de lvresize command.

 

# vgdisplay
 
  --- Volume group ---
  VG Name               dsk
  System ID
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  8
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                2
  Open LV               2
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               49.76 GB
  PE Size               4.00 MB
  Total PE              12738
  Alloc PE / Size       2498 / 9.76 GB
  Free  PE / Size       10240 / 40.00 GB
  VG UUID               nCjL0f-XWps-G77Z-Oq0t-lMEc-ULsJ-2qFUnw

master:~# lvdisplay
  --- Logical volume ---
  LV Name                /dev/dsk/root
  VG Name                dsk
  LV UUID                QejNO3-8bB0-ykJ0-TUhR-56Ko-W5ed-SvF9fv
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                7.76 GB
  Current LE             1986
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:0

master:~# lvresize -l +10240 /dev/dsk/root
  Extending logical volume root to 47.76 GB
  Logical volume root successfully resized

master:~# vgdisplay
  --- Volume group ---
  VG Name               dsk
  System ID
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  11
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                2
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               49.76 GB
  PE Size               4.00 MB
  Total PE              12738
  Alloc PE / Size       12738 / 49.76 GB
  Free  PE / Size       0 / 0 
 
 
  VG UUID               nCjL0f-XWps-G77Z-Oq0t-lMEc-ULsJ-2qFUnw

 

 

Wijzig file system

De laatste stap is het bestandensysteem wijzigen. Daarna reboten.

root:~# resize2fs /dev/dsk/root
 
resize2fs 1.41.3 (12-Oct-2008)
Filesystem at /dev/dsk/root is mounted on /; on-line resizing required
old desc_blocks = 1, new_desc_blocks = 3
Performing an on-line resize of /dev/dsk/root to 12519424 (4k) blocks.
The filesystem on /dev/dsk/root is now 12519424 blocks long.

master:~# reboot

Broadcast message from root@master (pts/0) (Fri Oct  2 08:47:05 2009):
 
 
The system is going down for reboot NOW!

 

 

 

 

Bron: http://www.schirmacher.de/display/INFO/How+to+increase+XenServer+virtual+machine+root+or+swap+partition

 

Andere guide: Hoe XenServer ISO op een USB Stick krijgen met FAT formattering: http://blogs.citrix.com/2010/01/17/install-xenserver-from-usb-drive/

Laatst aangepast op donderdag, 23 augustus 2012 16:25
 
CeNTOS Datum PDF Afdrukken E-mailadres
Geschreven door Administrator   
donderdag, 28 juni 2012 09:55

Datum voor Nederland goed instellen op een CeNTOS server.

 

Externe guide

 
Munin Centos 6.0 PDF Afdrukken E-mailadres
Geschreven door Administrator   
dinsdag, 07 februari 2012 10:21

Munin Centos 6.0

Gezien ik errors had met guides op het internet, hier mijn recentste codelijnen die werken:

 

As root execute:

perl -MCPAN -e shell

The first time you run this you are interviewed about various things.

Answer the questions, you can probably answer blank on any you do not

understand.

 

You will then be presented with a CPAN prompt (cpan>) . From this

prompt you type:

cpan> install Time::HiRes

You could also do it one at a time like this:

# perl -MCPAN -e 'install Time::HiRes'
yum install cpan -y

rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-6.noarch.rpm

yum install -y munin munin-node
/etc/munin/munin.conf:
dbdir /var/lib/munin
htmldir /var/www/html/web/munin
logdir /var/log/munin
rundir  /var/run/munin
# a simple host tree
[enter.yourservernamehere]
address 127.0.0.1
use_node_name yes
chown munin:munin /var/www/html/web/munin
/etc/init.d/munin-node start

Eventuele bronnen:

http://munin-monitoring.org/wiki/LinuxInstallation

http://www.larmeir.com/2012/01/how-to-install-munin-on-centos-6-and-redhat-enterprise-6/

http://www.ctkn.net/tag/epel-centos-5-6/

Laatst aangepast op vrijdag, 25 mei 2012 17:46
 
Munin Monitoring PDF Afdrukken E-mailadres
Geschreven door Administrator   
maandag, 06 februari 2012 23:18

Munin Monitoring

http://www.howtoforge.com/server-monitoring-with-munin-and-monit-on-centos-5.2

Laatst aangepast op maandag, 06 februari 2012 23:19
 
VNC Centos 6.0 PDF Afdrukken E-mailadres
Geschreven door Administrator   
maandag, 06 februari 2012 22:52

 

VNC voor Centos 6.x

yum install tigervnc-server -y
vncpasswd
vncserver :1
vnserver -kill :1
yum groupinstall “X Window System” “GNOME Desktop Environment” -y
yum install xterm -t -y
yum groupinstall "Desktop" "X Window System" -y
yum groupinstall "Fonts" -y
yum install gnome-system-* -y

 

 

 

xtartup file bevat:

#!/bin/sh
# Add the following line to ensure you always have an xterm available.
( while true ; do xterm ; done ) &
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &

 

Laatst aangepast op maandag, 06 februari 2012 23:02
 
Git installeren PDF Afdrukken E-mailadres
Geschreven door Administrator   
dinsdag, 15 november 2011 14:52

1) Download de git source van hun website: http://git-scm.com/download

2) Voer volgende codes uit:

tar -xvjf <latest-git>.tar.gz
cd <git>
make (mogelijk om voor dit ./configure te doen)
make install

3) Klaar is kees! Hier heb je git! Test of alles werkt:

git --version

 
CSF ConfigServer Security & Firewall PDF Afdrukken E-mailadres
Geschreven door Administrator   
dinsdag, 01 november 2011 00:00

Een goeie firewall & security software voor linux is CSF, ConfigServer.

 

CSF Downloaden: klik hier

Installatiestappen:

yum install perl-libwww-perl //Indien je Centos hebt is dit bijkomende stap
 
rm -fv csf.tgz
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh
 
perl /etc/csf/csftest.pl //Na installatie test of alles werkt

service csf restart // CSF restarten
service lfd restart //LFD restarten



//Alles in één command:
yum install perl-libwww-perl -y;rm -fv csf.tgz;wget http://www.configserver.com/free/csf.tgz;tar -xzf csf.tgz;cd csf;sh install.sh;perl /etc/csf/csftest.pl;service csf restart;service lfd restart;
 
 

 

Laatst aangepast op zaterdag, 03 november 2012 22:02
 
Cmake 2.8.5 voor Centos 5.x PDF Afdrukken E-mailadres
Geschreven door Administrator   
woensdag, 13 juli 2011 09:37

Ik moet voor een specifieke toepassing, de MaNGOS compile Cmake 2.8 of hoger hebben.

Helaas ondersteund Cmake voor Centos enkel de 2.6.x versie als je via yum installeerd. Hierdoor moet je dus manueel een compile maken.

Volgende stappen zijn hiervoor nodig:

 

1) Download Cmake van de website: http://www.cmake.org/cmake/resources/software.html

2) Het bestand uitpakken. Eventueel met de console:

tar xzf cmake-2.8.5.tar.gz
cd cmake-2.8.5

3) Voer volgende consolecommand uit als je in de map staat met je console:

(Twee mogelijkheden)

./configure --prefix=/opt/cmake

./configure

4) Daarna voer je de installatie verder uit:

make;make install;

5) Nu ben je klaar! Controleer eventueel even de versie:

(Twee mogelijkheden, afhankelijk wat je koos bij stap 3)

/opt/cmake/bin/cmake -version

cmake -version

 

 

Laatst aangepast op woensdag, 13 juli 2011 09:58
 
Cron.daily - Kill Proces PDF Afdrukken E-mailadres
Geschreven door Administrator   
zaterdag, 17 april 2010 09:39

Cron.daily - Kill dagelijks een proces.

Maak een bestand en plaats deze in de /etc/cron.daily map, en maak deze file Executeable


#!/bin/bash
killall -HUP **procesnaam**
 

**Vul hier iets in**