How to check if your QTS is Legacy or HAL type
Last modified date:
2021-10-29
Procedures
2.Run ls /sbin/hal_app
[~] # ls /sbin/hal_app |
3.1 If QTS is running HAL firmware,the output will be like following
[~] # ls /sbin/hal_app /sbin/hal_app* |
3.2 If QTS is running Legacy firmware, the output will be like following
[~] # ls /sbin/hal_app ls: /sbin/hal_app: No such file or directory |