如何手动启动和停止 Backup Exec Agent for Linux 的进程

book

Article ID: 100055506

calendar_today

Updated On:

Description

问题描述:

如何手动启动和停止 Backup Exec Agent for Linux (RALUS)的进程

解决方法:

连接到目标Linux服务器,打开一个root权限开启的Shell窗口

1  启动或者停止 RALUS进程:

     推荐方法:

   # service  VRTSralus.init  start  ( or stop )

 

    其他方法:

      # /etc/init.d/VRTSralus.init start  ( or stop ) 

    或者

     # /opt/VRTSralus/bin/VRTSralus.init start     ( or stop)

 

 

2  如何判断RALUS的运行状态:

     # ps -elf | grep beremote | grep -v grep

     This  command returns  exactly one line of text if  the agent is running. It returns zero lines if Ralus is not running.

    备注: 这个命令执行后,如果SHELL命令行窗口返回一个文本说明则确认RALUS运行正常。如果没有没有任何响应,返回值为空,这表示RALUS进程运行状态异常或者停止。

 

 

 

 

 

 

Issue/Introduction

如何手动启动和停止 Backup Exec Agent for Linux 的进程