OES Node Configuration Verification

The following is the procedure for verifying your OES node configuration:

  1. Storage Management Services (SMS) should be active, by running the following command:

    # systemctl status novell-smdrd

    The output should be simillar to the following:

 novell-smdrd.service - Storage Management Services (SMS)
     Loaded: loaded (/usr/lib/systemd/system/novell-smdrd.service; enabled; vendor preset: disabled)
     Active: active (running) since Thu 2023-06-22 00:32:53 EDT; 5 days ago
       Docs: man:sms
             man:tsafs
             man:smdrd
             man:smdrd.conf
             man:smsconfig
    Process: 13066 ExecStart=/opt/novell/sms/bin/smdrd (code=exited, status=0/SUCCESS)
   Main PID: 13119 (smdrd)
      Tasks: 5
     CGroup: /system.slice/novell-smdrd.service
              13119 /opt/novell/sms/bin/smdrd
  1. Confirm that TSAFS is loaded by running the following command:

    # /opt/novell/sms/bin/smsconfig -t

    You should get the following output:

The loaded TSAs are:
tsafs 
  1. Use dsbk to test and verify backing up eDirectory:

/opt/novell/eDirectory/bin/dsbk backup -t -w -b -f <backupFileName> -l <logFileName> -e <eDirectoryPW>

Last updated