欢迎光临
我们一直在努力

在Linux上安装NBU 10

1. vi /etc/hosts, add NBU hostname 2. add user & group 用于web服务的用户及用户组 # groupadd nbwebgrp # useradd -g nbwebgrp -c \’NetBackup Web Services account\’ nbwebsvc 用于服务启动的用户及用户组 # groupadd nbsrvgrp # useradd -g nbsrvgrp -c \’NetBackup Service Account\’ -d /usr/openv/ nbsvc # usermod -a -G nbwebgrp nbsvc 3. Jason file 4. License 5. disable firewall & selinux sed -i \’s/^SELINUX=.*/SELINUX=disabled/\’ /etc/selinux/config 6. date set time #### 设置系统时区、同步时间 timedatectl set-timezone Asia/Shanghai systemctl enable –now chronyd   查看同步状态: timedatectl status   输出: System clock synchronized: yes NTP service: active  RTC in local TZ: no   System clock synchronized: yes,表示时钟已同步; NTP service: active,表示开启了时钟同步服务;   将当前的 UTC 时间写入硬件时钟 timedatectl set-local-rtc 0 7.  [root@NBUServer NetBackup_8.0_LinuxR_x86_64]# sysctl -a |grep kernel.sem

赞(0)
未经允许不得转载:171主机测评 » 在Linux上安装NBU 10
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址