Building an HP SIM 5.x server on a Linux-based Serviceguard Cluster (444847-001, February 2007)

Last cylinder or +size or +sizeM or +sizeK (1-20480, default 20480):
Using default value 20480
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
[root@hpsimlnx1 ~]# pvcreate /dev/sdb1
Physical volume "/dev/sdb1" successfully created
[root@hpsimlnx1 ~]# vgcreate vgsg /dev/sdb1
Volume group "vgsg" successfully created
[root@hpsimlnx1 ~]# lvcreate -L 19990M -n lvsg vgsg
Rounding up size to full physical extent 19.52 GB
Logical volume "lvsg" created
[root@hpsimlnx1 ~]# mke2fs -m0 -j /dev/vgsg/lvsg
mke2fs 1.35 (28-Feb-2004)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
2562240 inodes, 5117952 blocks
0 blocks (0.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=8388608
157 block groups
32768 blocks per group, 32768 fragments per group
16320 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632,
2654208,
4096000
Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done
6