>>> from cvpysdk.commcell import Commcell
>>> commcell = Commcell('commserve', 'admin')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/System/Volumes/Data/apps/cv/lib/python3.12/site-packages/cvpysdk/commcell.py", line 570, in __init__
raise SDKException('Commcell', '101')
cvpysdk.exception.SDKException: Commcell is not reachable. Please check the commcell name and services again
>>>