[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] xtr restore with 550 OS FIXED



> On Thur, 10 Jul 2003, Gerald wrote:
>
>   Great idea!
>   this one goes in the 'book'
>   It would be interesting to see what your
>   "df -h" looks like, also the output of
>   "/proc/mdstat" and "/etc/fstab"
>
> Gerald

Per your request:

[admin admin]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/md1               12G  866M   10G   8% /
/dev/md2              4.4G   17M  4.3G   1% /var
/dev/md4              206G  162M  205G   1% /home
none                  503M     0  502M   0% /dev/shm

[admin admin]$ cat /proc/mdstat
Personalities : [raid0] [raid1] [raid5]
read_ahead 1024 sectors
md1 : active raid5 hdk1[0] hdi1[3] hdg1[2] hde1[1]
      12287808 blocks level 5, 64k chunk, algorithm 0 [4/4] [UUUU]

md2 : active raid5 hdk2[0] hdi2[3] hdg2[2] hde2[1]
      4608384 blocks level 5, 64k chunk, algorithm 0 [4/4] [UUUU]

md3 : active raid5 hdk3[0] hdi3[3] hdg3[2] hde3[1]
      1573632 blocks level 5, 64k chunk, algorithm 0 [4/4] [UUUU]

md4 : active raid5 hdk4[0] hdi4[3] hdg4[2] hde4[1]
      215981376 blocks level 5, 64k chunk, algorithm 0 [4/4] [UUUU]

unused devices: <none>

[admin admin]$ cat /etc/fstab
/dev/md1              /         xfs     defaults                          1
1
/dev/md2              /var      xfs     defaults,nosuid                   3
3
/dev/md3              swap      swap    defaults                          0
0
/dev/md4              /home     xfs
defaults,usrquota,grpquota,osyncisdsync
4 4
none                  /proc     proc    defaults                          0
0
none                  /dev/pts  devpts  gid=5,mode=0620                   0
0
none                  /dev/shm  tmpfs   defaults                          0
0



I probably should have modified the partition table in the release_specs
file as well, since I now have huge / and /var partitions. So far things are
good with the server. If anything negative happens, I'll be sure to post.

Regards,
Chris