Line 18: |
Line 18: |
| usr/local/yosemite/yosemitebackup/ytadmin (Yosemite Backup) | | usr/local/yosemite/yosemitebackup/ytadmin (Yosemite Backup) |
| or: | | or: |
− | /usr/local/hp/dpx/dpadmin (Hp DPE) | + | /usr/local/hp/dpx/dpadmin (Hp DPE) |
− | better try to use those command inside a linux terminal or putty console instead the server console. | + | better try to use those command inside a linux terminal or putty console instead the server console.<BR> |
− | | |
| The more practical way to manage the software is installing again the software in management only mode on a Windows or Linux desktop: when installing you will be asked to specify the hostname/ip address of the backup server you want to manage; do not install services on your workstation: is not needed. When installation has completed you can launch your console to connect to YB/DPE service running on your SME server.<BR> | | The more practical way to manage the software is installing again the software in management only mode on a Windows or Linux desktop: when installing you will be asked to specify the hostname/ip address of the backup server you want to manage; do not install services on your workstation: is not needed. When installation has completed you can launch your console to connect to YB/DPE service running on your SME server.<BR> |
− | You can now configure your backup sets following the YB/DPE manual: basically protect the admin access with a password (both YB and DPE manage their own security and users).<BR> | + | You can now configure your backup sets following the YB/DPE manual: basically protect the admin access with a password (both YB and DPE manage their own security and users) and configure/schedule your backups.<BR> |
| Remember to select the files to backup in the same way SME does for its backup on tape or disk: this command will give a listing of the files & folders included in a standard backup & restore, as per a default install of SME server: | | Remember to select the files to backup in the same way SME does for its backup on tape or disk: this command will give a listing of the files & folders included in a standard backup & restore, as per a default install of SME server: |
| perl -e 'use esmith::Backup; $b = new esmith::Backup;print join("\n",$b->restore_list)' | | perl -e 'use esmith::Backup; $b = new esmith::Backup;print join("\n",$b->restore_list)' |
| Which on a sme7.x server shows: | | Which on a sme7.x server shows: |
| home/e-smith<BR>etc/e-smith/templates-custom<BR>etc/e-smith/templates-user-custom<BR>etc/ssh<BR>root<BR>etc/sudoers<BR>etc/passwd<BR>etc/shadow<BR>etc/group<BR>etc/gshadow<BR>etc/samba/secrets.tdb<BR>etc/samba/<BR>smbpasswd<BR>etc/smbpasswd<BR> | | home/e-smith<BR>etc/e-smith/templates-custom<BR>etc/e-smith/templates-user-custom<BR>etc/ssh<BR>root<BR>etc/sudoers<BR>etc/passwd<BR>etc/shadow<BR>etc/group<BR>etc/gshadow<BR>etc/samba/secrets.tdb<BR>etc/samba/<BR>smbpasswd<BR>etc/smbpasswd<BR> |
− | This is the list of files to be selected when creating a backup job in Data Protector or Yosemite Backup jobs (You must backup also the catalog/database of the backup software). | + | This is the list of files to be selected when creating a backup job in Data Protector or Yosemite Backup jobs (You must backup also the catalog/database of the YB/DPE backup software).<BR> |
− | | + | ='''Some further tips:'''<BR>= |
− | Some further tips: | + | # to install and execute Yosemite Backup 8.1 you may need to install the compat-libstdc++.rpm library from within SME server Software Panel;<BR><BR> |
− | | + | # sometimes you may be unable to connect your desktop console to the backup service: you must modify the following ini file: |
− | - to install and execute Yosemite Backup 8.1 you may need to install the compat-libstdc++.rpm library from within SME server Software Panel;
| + | /usr/local/yosemite/yosemitebackup/config/ytconfig.ini (Yosemite Backup) |
− | | |
− | - sometimes you may be unable to connect your desktop console to the backup service: you must modify
| |
− | Quote
| |
− | usr/local/yosemite/yosemitebackup/config/ytconfig.ini (Yosemite Backup) | |
| or: | | or: |
− | Quote
| + | /usr/local/hp/dpx/dplinsvc/config/dpconfig.ini (Hp DPE) |
− | /usr/local/hp/dpx/dplinsvc/config/dpconfig.ini (Hp DPE) | + | adding the following line:<BR> |
− | adding the following line: | + | [configuration]<BR>..................<BR>..................<BR>bindTo=192.168.0.250<BR> |
− | Quote
| |
− | [configuration] | |
− | .................. | |
− | .................. | |
− | bindTo=192.168.0.250 | |
| this instruction forces Data Protector or Yosemite service to bind to a specific IP address and is necessary with multihomed servers but sometimes is required with single network card configurations too. | | this instruction forces Data Protector or Yosemite service to bind to a specific IP address and is necessary with multihomed servers but sometimes is required with single network card configurations too. |