OVH Community, your new community space.

Netboot


Grex
13.07.15, 08:23
Oh mein Gott.... danke
/dev/md1 hat sofort funktioniert.

EvilMoe
12.07.15, 22:03
Zitat Zitat von Grex

kurze Frage zum Netboot. Welche Platte muss unter Root Device angegeben werden?
Keine Platte, sondern deine root Partition.

Zitat Zitat von Grex
Sowohl /dev/sda1 und /dev/sda3 fährt mir der Server nicht hoch
Du hast ja auch ein SWR.
Versuche /dev/md*

Grex
12.07.15, 21:10
Hallo,

kurze Frage zum Netboot. Welche Platte muss unter Root Device angegeben werden?
Code:
# df -h
Filesystem      Size  Used Avail Use% Mounted on
rootfs          869G  244G  582G  30% /
/dev/root       869G  244G  582G  30% /
devtmpfs         16G     0   16G   0% /dev
tmpfs           3.2G  436K  3.2G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           7.9G  512K  7.9G   1% /dev/shm
/dev/md3        962G   78G  835G   9% /home
Code:
fdisk -l

Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00037e08

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        4096  1850636287   925316096   fd  Linux raid autodetect
/dev/sda2      1850636288  1859022847     4193280   82  Linux swap / Solaris
/dev/sda3      1859022848  3907020799  1023998976   fd  Linux raid autodetect

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00072c09

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        4096  1850636287   925316096   fd  Linux raid autodetect
/dev/sdb2      1850636288  1859022847     4193280   82  Linux swap / Solaris
/dev/sdb3      1859022848  3907020799  1023998976   fd  Linux raid autodetect

Disk /dev/md3: 1048.6 GB, 1048574885888 bytes
2 heads, 4 sectors/track, 255999728 cylinders, total 2047997824 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000

Disk /dev/md3 doesn't contain a valid partition table

Disk /dev/md1: 947.5 GB, 947523616768 bytes
2 heads, 4 sectors/track, 231329008 cylinders, total 1850632064 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000

Disk /dev/md1 doesn't contain a valid partition table
Sowohl /dev/sda1 und /dev/sda3 fährt mir der Server nicht hoch

Lg