鲲鹏社区首页
中文
注册
开发者
我要评分
获取效率
正确性
完整性
易理解
在线提单
论坛求助

卸载

前提条件

  • 没有正在运行中的任务。
  • 远端服务器处于正常运行状态。

操作步骤

  1. 使用安装DevKit使用的用户SSH远程登录工具,进入操作系统命令行界面
  2. 从“/opt/DevKit/workspace/user/tools/report/”目录拷贝需要保留的扫描报告。

    “/opt”为工具安装目录;user代表用户名;tools代表工具名。请根据实际情况替换,例如“/opt/DevKit/workspace/devadmin/porting/report”。

  3. 执行如下命令卸载鲲鹏DevKit
    1
    bash /opt/DevKit/tools/uninstall.sh
    

    回显信息如下:

     1
     2
     3
     4
     5
     6
     7
     8
     9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    You will remove devkit from your operating system, do you want to continue? [y/N]: y
      get devkit config
      The system uses yum to manage packages.
      File /opt/DevKit/tools/rpc_cluster/server/storage/server/taskcontrast not exists, continue
      Delete /opt/DevKit/tools/rpc_cluster/server/storage/server/assistant_suggestion.db file success
      Delete /opt/DevKit/tools/rpc_cluster/server/storage/server/standard_common.db file success
      Task data deleted successfully.
      Delete tuner install path
      Delete devkit install path success
    
    Starting uninstalling DevKit for Java
    
    
    Stopping Service DevKit for Java if it's running.
    
    kill: sending signal to 2033870 failed: No such process
    unregister Service DevKit for Java.
    
    Removed /etc/systemd/system/multi-user.target.wants/java_perf.service.
    
    Start removing files under DevKit for Java's home folder
    WARN: No file under DevKit Home /opt/DevKit/devkitplugins is found for
      DevKit for Java
    Start removing java_perf.service files under /home/root/java_perf
    
    The uninstallation is completed.
    
    Thanks for using DevKit for Java during these times!
    Hope see you again!
    
      Task data deleted successfully.
      Delete doctor install path
      Delete devkit install path success
      delete web ssl service certificates success
    no crontab for root
      Execute uninstall success.
    
    • 当用户执行卸载命令时,如果有正在运行的任务,工具会给出提示“A task is running. Are you sure you want to uninstall DevKit?(y/n)”。若用户仍选择卸载,当前运行的任务会直接中断。
    • 卸载操作会完全清除工具安装痕迹。