./install --username='admin' --password='xxxx' --serverhostname='xxxx.local' --customer='xxxx'
Traceback (most recent call last):File "./install", line 1464, in <module>utils.install(args)AttributeError: 'NoneType' object has no attribute 'install'
Linux 3.10.35-43.137.amzn1.x86_64 #1 SMP Wed Apr 2 09:36:59 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
'fedora','centos','centos linux','redhat','red hat enterprise linux server']
RPM_DISTROS = ['fedora','centos','centos linux','redhat','red hat enterprise linux server','what you copied, here']
ERROR : 05/30/2014 08:21:39 AM : Error while processing operation: {'core_data': {'system_info': {'os_code': 'linux', 'version': '3.2.34-55.46.amzn1.x86_64', 'bit_type': '64', 'host_name': '', 'computer_name': 'xxxx.local', 'os_string': ' '}}, 'reboot_delay_seconds': 90, 'plugin': u'', 'type': u'new_agent', 'raw_result': '', 'raw_operation': '{"operation_id": "02a82cef-bdaf-4e7b-8ec5-ec9f251d3d17-agent", "operation": "new_agent", "plugin": ""}', 'json_message': {u'operation_id': u'02a82cef-bdaf-4e7b-8ec5-ec9f251d3d17-agent', u'operation': u'new_agent', u'plugin': u''}, 'request_method': '', 'urn_response': '', 'error': '', 'data': [], 'id': u'02a82cef-bdaf-4e7b-8ec5-ec9f251d3d17-agent', 'shutdown_delay_seconds': 90, 'plugin_data': {}}
ERROR : 05/30/2014 08:21:39 AM : Exception: [Errno 2] No such file or directory
DEBUG : 05/30/2014 08:21:39 AM : Traceback (most recent call last):File "/opt/TopPatch/agent/src/serveroperation/operationmanager.py", line 139, in process_operationoperation_methods[operation.type](operation)File "/opt/TopPatch/agent/src/serveroperation/operationmanager.py", line 167, in new_agent_opoperation = self._initial_data(operation)File "/opt/TopPatch/agent/src/serveroperation/operationmanager.py", line 280, in _initial_dataoperation.core_data[OperationValue.HardwareInfo] = self.hardware_info()File "/opt/TopPatch/agent/src/serveroperation/operationmanager.py", line 596, in hardware_infohardware_info = systeminfo.hardware()File "/opt/TopPatch/agent/src/utils/systeminfo.py", line 116, in hardwarereturn utils.hardware.get_hw_info()File "/opt/TopPatch/agent/src/utils/hardware.py", line 22, in get_hw_infohw_info['display'] = DisplayInfo().get_display_list()File "/opt/TopPatch/agent/src/utils/hardware.py", line 309, in get_display_listraw_output = self._get_pci_device_info()File "/opt/TopPatch/agent/src/utils/hardware.py", line 236, in _get_pci_device_infoprocess = subprocess.Popen(cmd, stdout=subprocess.PIPE)File "/opt/TopPatch/agent/deps/rpm6/Python-2.7.5/lib/python2.7/subprocess.py", line 711, in __init__errread, errwrite)File "/opt/TopPatch/agent/deps/rpm6/Python-2.7.5/lib/python2.7/subprocess.py", line 1308, in _execute_childraise child_exception
OSError: [Errno 2] No such file or directory
>>> import platform
>>> platform.dist()
>>> platform.system()
>>> platform.linux_distribution()python
>>>from vFense.db.client import *
>>>conn = db_connect()
>>>list(r.table('agents').run(conn))
Can you please check rvapi_file.log. Also
python
>>>from vFense.db.clientimport *
>>>conn = db_connect()
>>>list(r.table('agents').run(conn))
What does it return?
On Monday, November 17, 2014 2:38:50 PM UTC-5, Lakshmynarayanan V wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/vfense/d2878d82-3a6a-4a85-9c03-5fb9f550a230%40googlegroups.com.--
You received this message because you are subscribed to a topic in the Google Groups "vFense" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vfense/WwIiQS9U08U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vfense+un...@googlegroups.com.
To post to this group, send email to vfe...@googlegroups.com.
Visit this group at http://groups.google.com/group/vfense.