Dell DR4300 DR Series System Administrator Guide - Page 138

Rotating RDA with OST Plug-In Logs for Linux, Guidelines for Gathering Media Server Information

Page 138 highlights

Rotating RDA with OST Plug-In Logs for Linux If you set the RDA with OST plug-in log level to Debug, this can cause the plug-in log to quickly grow in size. The best practice for preventing any issues with log sizes is to rotate the plug-in logs using the logrotate utility that is commonly available on Linux-based systems. To configure log rotation, complete the following: 1. Create a file in /etc/logrotate.d/, name it "ost", and add the following entries: /var/log/libstspiDell.log { rotate 10 size 10M copytruncate } 2. Create a file in /etc/cron.hourly/, name it "ost_logrotate.cron", and add the following entries: #!/bin/bash /usr/sbin/logrotate /etc/logrotate.d/ost The logrotate utility runs every hour, and rotates the logs whenever the log file size exceeds 10 megabytes (MB). This procedure is automated as part of the plug-in installation. Guidelines for Gathering Media Server Information In addition to the DR Series system diagnostics log file bundles and core files that you can collect for history and troubleshooting purposes, if you have run any RDA with OST operations, Dell recommends that you also gather some important media server-related files. This topic introduces some of these key media server files that reside on Linux and Windows platforms . NetBackup on Linux Media Servers For NetBackup running on a Linux media server, Dell recommends gathering the following files: • RDA with OST plug-in configuration files and log files from the media server - Location: /var/log/libstspiDell.log.* • NetBackup backup job logs and command logs from the media server: - Location: NetBackup log files reside in /usr/openv/netbackup/logs/. For each process in NetBackup, there is a subdirectory in the logs directory. Dell is interested in the following process-related logs: bptm, bpdm, bprd, bpcd, bpbrm. - Be aware that these five directories may not exist by default, so only collect these logs if they exist on your media server. If they were created, the locations where these log files reside are as follows: /usr/openv/ netbackup/logs/bptm, /usr/openv/netbackup/logs/bpdm, /usr/openv/netbackup/logs/bpcd, /usr/openv/ netbackup/logs/bprd, and /usr/openv/netbackup/logs/bpbrm. - Dell recommends that you collect logs from the following directories: /usr/openv/logs/nbemm and /usr/openv/ logs/nbrmms/. • Check for any core files that were generated on the NetBackup media server or on the DR Series system that can include: - Core files on a Linux NetBackup media server reside in the /usr/openv/netbackup/bin directory. Most of the NetBackup binaries that link with the RDA with OST plug-in are in this directory. - The location of the core files on the client is not a fixed location. Verify if the core files reside in following directories: /, /root/, or the directory mentioned in the /proc/sys/kernel/core_pattern. For example, if the following is a core_pattern from a DR Series system (/var/cores/core.%e.%p.%t), then all the core files would reside in /var/cores. 138

  • 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
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186

Rotating RDA with OST Plug-In Logs for Linux
If you set the RDA with OST plug-in log level to
Debug
, this can cause the plug-in log to quickly grow in size. The best
practice for preventing any issues with log sizes is to rotate the plug-in logs using the
logrotate
utility that is commonly
available on Linux-based systems.
To configure log rotation, complete the following:
1.
Create a file in /etc/logrotate.d/, name it “ost”, and add the following entries:
/var/log/libstspiDell.log {
rotate 10
size 10M
copytruncate
}
2.
Create a file in /etc/cron.hourly/, name it “ost_logrotate.cron”, and add the following entries:
#!/bin/bash
/usr/sbin/logrotate /etc/logrotate.d/ost
The
logrotate
utility runs every hour, and rotates the logs whenever the log file size exceeds 10 megabytes (MB). This
procedure is automated as part of the plug-in installation.
Guidelines for Gathering Media Server Information
In addition to the DR Series system diagnostics log file bundles and core files that you can collect for history and
troubleshooting purposes, if you have run any RDA with OST operations, Dell recommends that you also gather some
important media server-related files. This topic introduces some of these key media server files that reside on Linux and
Windows platforms .
NetBackup on Linux Media Servers
For NetBackup running on a Linux media server, Dell recommends gathering the following files:
RDA with OST plug-in configuration files and log files from the media server
Location: /var/log/libstspiDell.log.*
NetBackup backup job logs and command logs from the media server:
Location: NetBackup log files reside in /usr/openv/netbackup/logs/. For each process in NetBackup, there is a
subdirectory in the logs directory. Dell is interested in the following process-related logs: bptm, bpdm, bprd,
bpcd, bpbrm.
Be aware that these five directories may not exist by default, so only collect these logs if they exist on your
media server. If they were created, the locations where these log files reside are as follows: /usr/openv/
netbackup/logs/bptm, /usr/openv/netbackup/logs/bpdm, /usr/openv/netbackup/logs/bpcd, /usr/openv/
netbackup/logs/bprd, and /usr/openv/netbackup/logs/bpbrm.
Dell recommends that you collect logs from the following directories: /usr/openv/logs/nbemm and /usr/openv/
logs/nbrmms/.
Check for any core files that were generated on the NetBackup media server or on the DR Series system that can
include:
Core files on a Linux NetBackup media server reside in the /usr/openv/netbackup/bin directory. Most of the
NetBackup binaries that link with the RDA with OST plug-in are in this directory.
The location of the core files on the client is not a fixed location. Verify if the core files reside in following
directories: /, /root/, or the directory mentioned in the /proc/sys/kernel/core_pattern. For example, if the
following is a core_pattern from a DR Series system (/var/cores/core.%e.%p.%t), then all the core files would
reside in /var/cores.
138