Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| informatique:nix:linux:linux_san [2012/08/28 09:36] – modification externe 127.0.0.1 | informatique:nix:linux:linux_san [2018/01/11 07:43] (Version actuelle) – [forcerescan-scsi-bus.sh / read-only] ben | ||
|---|---|---|---|
| Ligne 287: | Ligne 287: | ||
| # hbacmd GetBeacon 10: | # hbacmd GetBeacon 10: | ||
| Beacon state = ' | Beacon state = ' | ||
| + | </ | ||
| + | |||
| + | ====== forcerescan-scsi-bus.sh / read-only ====== | ||
| + | |||
| + | * Issue : When I execute rescan-scsi-bus.sh --forcerescan on a system with SAN LUNs, all filesystems become read-only. | ||
| + | |||
| + | * Resolution : | ||
| + | |||
| + | Use --hosts paramater to ignore local adapters. | ||
| + | |||
| + | < | ||
| + | host0: local device | ||
| + | host1: local device | ||
| + | host2: SAN device | ||
| + | |||
| + | rescan-scsi-bus.sh --forcerescan --hosts=2 | ||
| </ | </ | ||