Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Most of the time handle.login() is hanging forever.I am creating handle as belowhandle = UcsHandle("IP/host", "username", "pwd")handle.login()After executing # followed ucsmsdk_samples code.handle.set_mo(firmware_infra_pack)handle.commit()After comm...
Root cause for this issue. in ucssession.py self._tx_lock_acquire_conditional(elem) if self._is_stale_cookie(elem): elem.attrib['cookie'] = self.cookie self.dump_xml_request(elem) xml_str = xc.to_xml_str(elem) ...
Root cause for this issue. in ucssession.py self._tx_lock_acquire_conditional(elem) if self._is_stale_cookie(elem): elem.attrib['cookie'] = self.cookie self.dump_xml_request(elem) xml_str = xc.to_xml_str(elem) r...
Most of the time handle.login() is hanging forever.I am creating handle as below handle = UcsHandle("IP/host", "username", "pwd")handle.login()Some time i see this first time or while firmware activation. On server reboot boot UcsHandle is not able t...