Not: software raid 10 ustune proxmox ve 2.x kurmak istiyordum ne zamandir.
bir kac farkli tutoriali inceledikten sonra bu asagidaki tutorialda karar kildim.
Su anda durum iyi gozukuyor bakalim..
 
orjinal link: http://forum.proxmox.com/threads/9468-Is-possible-to-make-raid-software-in-Proxmox-VE-2-x

Proxmox Software Raid

This is how we installed Proxmox with RAID10 to our test lab.
Change the device filenames according to your hardware setup.

All systems have 4 disks.

– start the debian squeeze installer
– activate the console ALT+F2
– create partitions on /dev/sda, /dev/sdb, /dev/sdc and /dev/sdd

Code:
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0003b8e5

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          61      489951   fd  Linux raid autodetect
/dev/sda2              62       38913   312078690   fd  Linux raid autodetect

– create /dev/md0 as RAID1 with 4 disks and a size of 100MB

Code:
mdadm --create /dev/md0 --level=1 --raid-devices=4 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1

– create /dev/md1 and /dev/md2 as RAID1 with 2 disks each and the remaining space

Code:
mdadm --create /dev/md1 --level=1 --raid-devices=2 /dev/sda2 /dev/sdb2
mdadm --create /dev/md2 --level=1 --raid-devices=2 /dev/sdc2 /dev/sdd2

– create the volumegroup pve and the logical volumes root, data and swap; don’t use the whole remaining diskspace for data. You need some Gigs for LVM snapshots.

Code:
pvcreate /dev/md1
pvcreate /dev/md2
vgcreate pve /dev/md1 /dev/md2
lvcreate -i 2 -L 16G -n swap pve
lvcreate -i 2 -L 100G -n root pve
lvcreate -i 2 -L 450G -n data pve

– create filesystems on it (we saw best performance with ext3)

Code:
mkfs.ext3 -E stride=32,stripe-width=64 /dev/pve/root
mkfs.ext3 -E stride=32,stripe-width=64 /dev/pve/data

– proceed with the installer, set the mountpoints:
RAID1 md0 -> /boot
LVM VG swap -> swap
LVM VG root -> /
LVM VG data -> /var/lib/vz

– after reboot install Proxmox as described here
http://pve.proxmox.com/wiki/Install_…Debian_Squeeze

After the Proxmox installation edit /usr/share/perl5/PVE/Storage.pm, /usr/share/perl5/PVE/VZDump/QemuServer.pm and /usr/share/perl5/PVE/VZDump/OpenVZ.pm and add the options “–stripes 2” to every “lvcreate” command.
You have to to this last step every time you update Proxmox.

notlarim:

1- bu %100 software raid 10 degil

yaptigimiz 4 diskde md0 da raid 1 boot

md1 ve md2 de de 2 ayri disk ile 2 ayri  raid 1 yapip

lvm ile riad 10 yapmak

degisik bi kafa

ben olsaydim boyle yapmazdim

ama bu amca guzel yapmis

2- debian kurulduktan sonra sabit ip ayarlamak gerek

nano /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
auto eth0
iface eth0 inet static
        address 192.168.0.100
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.1

ornegin

3- standart debian /etc/hosts dosyasi nanik yapiyor kurulumda onuda su sekilde degistirmeli
127.0.0.1       localhost
192.168.0.100    vm4.shukko.com        vm4
4- son bir sey daha vardi yazicaktim
unuttum
neyse salla gitsin 🙂

Cpan durmaksizin soru soruyor Perl gibi .. Sormasin herseye yes pls

1- yum install cpan

2- cpan

3- cpan shelle girince

o conf prerequisites_policy follow

o conf commit

4- cpan -i bla bla

NOT EK: Yaptik

genede soruyor. Lanet Cpan Sican CIPAN BASI . YILANIN BASI

Sene olmus 2013 CPANMI KALDI

Spamassassin gibi …..

neyse az soruyor

simdilik 1 kez y ye bastim

onceden 500 kez basmak gerekliydi. Hayirlisi…

original url: http://ispire.me/native-zfs-for-linux-on-proxmox/

 

First of all, get you system up to date:

apt-get update && apt-get upgrade -y

Install following utilities/dependencies to your System:

apt-get -y install autoconf libtool git
apt-get -y install build-essential gawk alien fakeroot zlib1g-dev uuid uuid-dev libssl-dev parted pve-headers-$(uname -r)

grab the latest source directory of SPL compile and install the compiled .deb packages:

cd /opt
git clone https://github.com/zfsonlinux/spl.git
cd spl
./autogen.sh
./configure
make deb
dpkg -i *.deb

check if spl loads correctly by entering:

modprobe spl

now do the same with ZFS source:

cd /opt
git clone https://github.com/zfsonlinux/zfs.git
cd zfs
./autogen.sh
./configure
make deb
dpkg -i *.deb

check if zfs is working:

modprobe zfs

now add the init script to your system:

update-rc.d zfs defaults

and reboot your system:

reboot

After reboot we are ready to build our Storage Pool:

zpool create -f -o ashift=12 storage mirror /dev/sdb /dev/sda

And add some tunings:

zfs set compression=on storage
zfs set sync=disabled storage
zfs set primarycache=all storage
zfs set atime=off storage
zfs set checksum=off storage

Important Caution note:
Deduplication feature requires up to 5 GB RAM per Terrabyte Storage Space, so if you cannot afford this amount of exclusive RAM disable dedup by entering:

zfs set dedup=off storage

List your Pool created before:

zpool list storage

NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
storage 1.81T 20.5G 1.79T 1% 1.00x ONLINE –

If you see something like this above we are Done!
Finally add your newly created Pool /storage to you Proxmox GUI. When adding new VM’s don’t forget to use RAW disk images and write back for your virtual disks as cache feature to get the huge speedy advantage of your zfs pool.

 

 

— ZFS EATING MEMORY

Todays solution is: If ZFS is eating your memory. In a production usage of ZFS especially when using my native ZFS on Linux article one sympthom that could occur is you ran out of of memory in short time.

Since ZFS is originally designed to run stand alone on a server,
using its total memory (default arc max value is 80% of total mem) and we are need most of the memory for our KVM instances, we have to cap the memory usage a little bit.

So if you realize high I/O writes which is eating your memory,
you can solve this by capping the arc memory limit to a lower value on your host machine.

That is what we are going to do now!

Set zfs_arc_min and zfs_arc_max memory limit

Create a file in /etc/modprobe.d/zfs.conf and add and adjust the zfs_arc_min and zfs_arc_max mem parameters:

# Min 2048MB / Max 4096 MB Limit
options zfs zfs_arc_min=2147483648
options zfs zfs_arc_max=4294967296

Reboot your machine at that should do it.

 

Original link: http://ubuntuforums.org/showthread.php?t=2022316

in short:

1- shoot
2- put all photos in a dir
3- sort them: ls -1tr | grep -v files.txt > files.txt
4- make the movie: change fps as you like:
mencoder -nosound -noskip -oac copy -ovc copy -o output.avi -mf fps=15 'mf://@files.txt'
5-re-encode: change resolution as you like:
ffmpeg -i output.avi -y -s hd1080 -sameq output-final.avi

DONE!

cd /var

dd if=/dev/zero of=tmpMnt bs=1024 count=2097152

mkfs.ext3 -j /var/tmpMnt

nano /etc/fstab

/var/tmpMnt /tmp ext3 loop,rw,noexec,nosuid,nodev 0 0

cp -Rp /tmp /tmp-backup

rm -rf /tmp

mkdir /tmp

mount -o loop,noexec,nosuid,rw /var/tmpMnt /tmp

chmod 0777 /tmp

chown root:root /tmp

cp -Rp /tmp-backup/* /tmp/

rm -rf /tmp-backup

rm -rf /var/tmp/

ln -s /tmp/ /var/tmp

# mount

Look for: “/dev/sdaX on /tmp type ext3 (rw,noexec,nosuid)”

Restart anyservices using TMP

service clamd restart

service httpd restart

DONE!

taken from :  http://www.howtoforge.com/installing-and-using-openvz-on-debian-squeeze-amd64

1- apt-get install linux-image-openvz-amd64 vzctl vzquota vzdump

2- ln -s /var/lib/vz /vz

3- nano /etc/sysctl.conf

[...]
net.ipv4.conf.all.rp_filter=1
net.ipv4.icmp_echo_ignore_broadcasts=1
net.ipv4.conf.default.forwarding=1
net.ipv4.conf.default.proxy_arp = 0
net.ipv4.ip_forward=1
kernel.sysrq = 1
net.ipv4.conf.default.send_redirects = 1
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.eth0.proxy_arp=1
[...]

sysctl -p

4-nano /etc/vz/vz.conf

[...]
# Controls which interfaces to send ARP requests and modify APR tables on.
NEIGHBOUR_DEVS=all
[...]

5- reboot

6- uname -r

DONE !

PART II

1- wget -O - http://ovz-web-panel.googlecode.com/svn/installer/ai.sh | sh

2- http://you-host:3000
admin/admin

DONE!

🙂

You can use editcap to split the file:
http://www.wireshark.org/docs/man-pages/editcap.html

First you can use capinfos to display statistics of the capture file:
http://www.wireshark.org/docs/man-pages/capinfos.html

capinfos -c displays the number of packets in the capture file:
$ capinfos -c test.cap
File name: test.cap
Number of packets: 511145

Next you can use editcap with the option -c to set the maximum number of
packets per output file.
In this example 100.000 packets per file. Each output file will be created
with a suffix, starting with -00000.
editcap -c
$ editcap -c 100000 test.cap split.cap

The following command displays the names of the created capture files and
the number of packets in each file.
$ capinfos -c split.cap*
File name: split.cap-00000
Number of packets: 100000

File name: split.cap-00001
Number of packets: 100000

File name: split.cap-00002
Number of packets: 100000

File name: split.cap-00003
Number of packets: 100000

File name: split.cap-00004
Number of packets: 100000

File name: split.cap-00005
Number of packets: 11145

This is mostly so I don’t forget about it myself.. when installing Ubuntu, don’t forget to add this line to ~/.bashrc and have Midnight Commander remember the last directory you were in on exit instead of taking you back to the one you were in when you typed mc in the shell:

source /usr/share/mc/bin/mc.sh