Changes between Version 24 and Version 25 of DSC/QandA
- Timestamp:
- Mar 4, 2013, 2:12:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/QandA
v24 v25 72 72 omf load -i darpahurdle23.ndz -o 1500 -t system:topo:all 73 73 }}} 74 1. Q: '''Why are we seeing read-only/corrupted file system when we boot our image (after saving our image from one of the nodes on zDCXX and loading it on the nodes in another domain)?''' 75 A: It is possible that older nodes are having a disk issue and that is why it is '''essential''' that you check your saved image by loading it on a pair of nodes. Also, quite often older nodes have much smaller size disk and it is safer to resize partitions during both load and save i.e.: 76 {{{ 77 omf load -i darpahurdle23.ndz -o 1500 -r 15 -t system:topo:all 78 ... 79 ... 80 omf save -r 15 -n nodeX-Y.grid.orbit-lab.org 81 }}}