Forum Discussion

X2's avatar
X2
Moderator
4 years ago

Start/stop NetBackup with Ansible

Calling on Ansible experts: I created an Ansible playbook to "standardize" our Linux client NetBackup configuration after initial install. The configuration steps work fine except that I'm having d...
  • X2's avatar
    X2
    4 years ago

    vtas_chas apologies for the late reply. No infoscale on the client. These are standard VMs on vSphere without Infoscale. I haven't tried this on our Solaris servers but they are provisioned so rarely!

    As a workaround, I ended up using sysvinit module rather than service or systemd.

        - name: Stop NetBackup (initd)
          sysvinit:
            name: netbackup
            state: stopped