- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Installmemo/zLinux へ行く。
- 1 (2010-04-19 (月) 13:43:41)
- 2 (2010-04-22 (木) 13:35:59)
- 3 (2010-05-14 (金) 12:06:55)
- 4 (2010-07-14 (水) 17:36:09)
- 5 (2012-06-27 (水) 17:33:25)
Link †
HMCのDVDドライブを使用してLinux導入をする際の考慮点
DASD †
z/VMへのATTACH †
zLinuxに認識させるには、まずz/VMのユーザーにDASDをATTCHする。Linux上からvmcp経由でCPコマンドを発行させてもよい。
# vmcp attach 2A0A \* DASD 2A0A ATTACHED TO MCS201 2A0A WITH DEVCTL PAV BASE
Online化とDASDフォーマット †
- Online
Linuxでdeviceとして認識するにはDASDをonlineにする必要がある。# chccwdev -e 0.0.2A0A Setting device 0.0.2a0a online Done
- DASD Lowレベルフォーマット
さらにLowレベルフォーマットを行う必要がある。# dasdfmt -f /dev/dasdn -l 2A0A -b 4096 Drive Geometry: 10017 Cylinders * 15 Heads = 150255 Tracks I am going to format the device /dev/dasdn in the following way: Device number of device : 0x2a0a Labelling device : yes Disk label : VOL1 Disk identifier : 2A0A Extent start (trk no) : 0 Extent end (trk no) : 150254 Compatible Disk Layout : yes Blocksize : 4096 --->> ATTENTION! <<--- All data of that device will be lost. Type "yes" to continue, no will leave the disk untouched: yes Formatting the device. This may take a while (get yourself a coffee). Finished formatting the device. Rereading the partition table... ok
- パーティション作成
認識させたDASDを1パーティションとして使用する場合はfdasdコマンドでパーティションを作成する。# fdasd -a /dev/dasdn reading volume label ..: VOL1 reading vtoc ..........: ok auto-creating one partition for the whole disk... writing volume label... writing VTOC... rereading partition table...
Network †
〜準備中〜
Tips †
DASDのread failed error †
Q.z/VMからDASDをAttachしLinux上でもdasdfmtできるが、その後LVMにPVをアサインするとread failed errorが発生する。
# vgcreate datavg /dev/dasdb1 /dev/dasdc1 /dev/dasdd1 /dev/dasdb: read failed after 0 of 2048 at 0: Invalid argument /dev/dasdc: read failed after 0 of 2048 at 0: Invalid argument /dev/dasdd: read failed after 0 of 2048 at 0: Invalid argument
A.対象DASDをdetachし、z/VM上でCPFMTXAにて再フォーマ後を行う