Hi,
I have two questions.
While the HWCCT tool with the example test_config.json, the utility seems to hang "forever" once it reaches the DataVolumeIO and LogVolumeIO test.
I have only one mountpoint /hana which i have used for both data and log.
one datavol.dat file created under /hana/data/
one datavol.dat file created under /hana/data/SID
No logvol.dat file .
The utility doesnt seem to automatically come out of the test mode.
Is this an expected behaviour ? Please helo.
The section in test_config.json looks like below
"package": "FilesystemTest",
"test_timeout": 0,
"id": 4,
"config":
{"mount":{"hanahost":["/hana/"]
},
"duration":"short"
},
"class": "DataVolumeIO"
},
{
"package": "FilesystemTest",
"test_timeout": 0,
"id": 5,
"config":
{"mount":{"hanahost":["/hana/"]
},
"duration":"short"
},
"class": "LogVolumeIO"
}
]
}