To obtain SFTP log, please do the following on the machine where the problem occurs (for example, when creation of a centralized vault fails, enable SFTP log on Acronis Management Server machine).
In Windows:
- Run regedit fromStart -> Run;
- Open the following registry key:
HKEY_LOCAL_MACHINE\Software\Acronis\DebugLogs registry key. (If the DebugLogs key does not exist, please create it)
- Add sftp value (Type: DWORD; Data: 1)
- Restart the Managed Machine Service
- Reproduce the issue.
- In Windows 2000/XP/2003 the sftp.log will be created in Documents and Settings\All Users\Application Data\Acronis\DebugLogs folder.
- In Windows Vista, Windows 7/8/10, Windows Server 2008/2012 the sftp.log will be created in \ProgramData\Acronis\DebugLogs.
In Linux:
- Open Terminal in root or issue sudo su command and type the password when prompted to.
- Issue the following command to open Global.config file:
vi /usr/sbin/acronis_mms - Hit i to enter the editing mode and add the following line after ulimit -s 2048:
export SFTP_LOG=1 - Hit Esc to exit the editing mode.
- To exit the editor and save changes, issue the following command:
:wq - Restart the Agent by issuing this command in Terminal:
service acronis_mms restart - Reproduce the issue. Logs can be found in /var/lib/Acronis/DebugLogs
In Acronis Virtual Appliance:
- Open vSphere client and establish connection to an ESX(i) host or vCenter.
- Navigate to the Virtual Appliance and open the Console tab: press CTRL+SHIFT+ALT+SPACE+F1 and then ALT+F2 in Acronis Cyber Backup for VMware or CTRL+SHIFT+ALT+SPACE+F2 in the Virtual Appliance of Acronis Cyber Backup Advanced for VMware.
- Switch to the Virtual Appliance console.
- Issue the following command:
vi /sbin/autostart
- Hit i to enter the editing mode and add the following line after ulimit -s 2048:
export SFTP_LOG=1 - Hit Esc to exit editing mode.
- To exit the editor and save changes, issue the following command:
:wq - Press Alt+F1 to switch back to Virtual Appliance GUI and press the Reboot button to restart the Virtual Appliance.
Comments
0 comments
Please sign in to leave a comment.