Red Hat SATELLITE 5.1.0 RELEASE NOTES Instrukcja Instalacji Strona 199

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 268
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 198
Chapter 13. Miscellaneous recipes 181
Adding module ext3
Adding module dasd_mod with options dasd=100-104
Adding module dasd_eckd_mod
Adding module dasd_fba_mod
# zipl
Using config file '/etc/zipl.conf'
Building bootmap in '/boot/'
Building menu 'rh-automatic-menu'
Adding #1: IPL section 'linux' (default)
Preparing boot device: dasda (0100).
Done.
# shutdown -h now
...
When your system comes back up, start an SSH session to it. Use the lsdasd command to
verify that the new minidisks have been recognized:
# lsdasd
0.0.0100(ECKD) at ( 94: 0) is dasda : active at blocksize 4096, 600840 blocks, 2347 MB
0.0.0101(FBA ) at ( 94: 4) is dasdb : active at blocksize 512, 524288 blocks, 256 MB
0.0.0102(FBA ) at ( 94: 8) is dasdc : active at blocksize 512, 1048576 blocks, 512 MB
0.0.0103(ECKD) at ( 94:12) is dasdd : active at blocksize 4096, 1202040 blocks, 4695 MB
0.0.0104(ECKD) at ( 94:16) is dasde : active at blocksize 4096, 1202040 blocks, 4695 MB
13.1.3 Formatting and partitioning the minidisks
You can format the minidisks sequentially, but you could also use the following bash for loop
to put two dasdfmt jobs in the background and format both in parallel, as shown ere:
# for i in d e
> do
> dasdfmt -b 4096 -y -f /dev/dasd$i &
> done
[1] 2713
[2] 2714
When the jobs are finished, use the fdasd command with the -a flag to create a single
partition from each minidisk:
# fdasd -a /dev/dasdd
auto-creating one partition for the whole disk...
writing volume label...
writing VTOC...
rereading partition table...
# fdasd -a /dev/dasde
auto-creating one partition for the whole disk...
writing volume label...
writing VTOC...
rereading partition table...
The minidisks are now ready for you to use in the logical volume. If you are creating a new
logical volume, refer to 13.1.4, “Create the logical volume and file system” on page 182. If you
are extending an existing logical volume, skip ahead to 13.2, “Extending an existing logical
volume” on page 185.
Przeglądanie stron 198
1 2 ... 194 195 196 197 198 199 200 201 202 203 204 ... 267 268

Komentarze do niniejszej Instrukcji

Brak uwag