Page 1 of 1

Backup Error

Posted: Fri Jul 06, 2012 2:48 pm
by adrian.oprea
- Hy all ,
Got this error while running a test backup :
- if anybody can help it would be great !! THX all

Code: Select all

2012-07-06 10:26:54 Traceback (most recent call last):
  File "/tmp/vbr/vbr.py", line 2215, in work
    remoteClient(args[0], args[1], args[2], args[3], args[4], args[5], args[6] == 'True')
  File "/tmp/vbr/vbr.py", line 844, in remoteClient
    ssList = subprocess.check_output(['ssh', '-x', sHost, cmd])
  File "/opt/vertica/oss/python/lib/python2.7/subprocess.py", line 537, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
CalledProcessError: Command '['ssh', '-x', 'XXXXXX.228', 'ls -1 /vertica/backup/v_test_clus_node0003']' returned non-zero exit status 255

2012-07-06 10:26:58 Transfer client process entry: my pid is 6149; task is backup.
2012-07-06 10:26:58 Read lock acquired on .ctlg file
2012-07-06 10:26:58 linking/copying special files at client: .ctlg, .txt, .conf
2012-07-06 10:26:58 Traceback (most recent call last):
  File "/tmp/vbr/vbr.py", line 2215, in work
    remoteClient(args[0], args[1], args[2], args[3], args[4], args[5], args[6] == 'True')
  File "/tmp/vbr/vbr.py", line 844, in remoteClient
    ssList = subprocess.check_output(['ssh', '-x', sHost, cmd])
  File "/opt/vertica/oss/python/lib/python2.7/subprocess.py", line 537, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
CalledProcessError: Command '['ssh', '-x', 'XXXXXX.228', 'ls -1 /vertica/backup/v_test_clus_node0003']' returned non-zero exit status 255

2012-07-06 10:27:01 Transfer client process entry: my pid is 6249; task is backup.
2012-07-06 10:27:01 Read lock acquired on .ctlg file
2012-07-06 10:27:01 linking/copying special files at client: .ctlg, .txt, .conf
2012-07-06 10:27:01 Traceback (most recent call last):
  File "/tmp/vbr/vbr.py", line 2215, in work
    remoteClient(args[0], args[1], args[2], args[3], args[4], args[5], args[6] == 'True')
  File "/tmp/vbr/vbr.py", line 844, in remoteClient
    ssList = subprocess.check_output(['ssh', '-x', sHost, cmd])
  File "/opt/vertica/oss/python/lib/python2.7/subprocess.py", line 537, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
CalledProcessError: Command '['ssh', '-x', 'XXXXXX.228', 'ls -1 /vertica/backup/v_test_clus_node0003']' returned non-zero exit status 255


-- this is the log from the 3rd node - all the nodes have the same log error !!

Re: Backup Error

Posted: Thu Oct 11, 2012 4:05 pm
by JimKnicely
adrian.oprea,

Did you find a resolution to your issue?

Thanks!