<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: netbackup script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024045#M131190</link>
    <description>Sorry - assumed master was HP-UX...&lt;BR /&gt;&lt;BR /&gt;What do you have in (on the HP box):&lt;BR /&gt;&lt;BR /&gt;/usr/openv/netbackup&lt;BR /&gt;&lt;BR /&gt;You might be able to config nice level in bp.conf&lt;BR /&gt;&lt;BR /&gt;As far as I know, netbackup clients run from inetd - not rc scripts....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Something like this in your /etc/inetd.conf:&lt;BR /&gt;&lt;BR /&gt;bpcd    stream  tcp     nowait  root    /usr/openv/netbackup/bin/bpcd bpcd&lt;BR /&gt;vopied  stream  tcp     nowait  root    /usr/openv/bin/vopied vopied&lt;BR /&gt;bpjava-msvc     stream  tcp     nowait  root    /usr/openv/netbackup/bin/bpjava-msvc bpjava-msvc -transient&lt;BR /&gt;&lt;BR /&gt;vnetd   stream  tcp     nowait  root    /usr/openv/bin/vnetd vnetd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Jul 2003 12:36:15 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2003-07-15T12:36:15Z</dc:date>
    <item>
      <title>netbackup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024041#M131186</link>
      <description>I have just implemented the netbackup v4.5 to back up my HP system.  Due to the bp process running at the system default priority (20), I would like to nice the priority to 24.  I know of 2 methods to this.  First is with a renice. Next is a nice command in the application startup script.  What and where would the bp script be for me to enter the nice command ??&lt;BR /&gt;&lt;BR /&gt;thanks....Jay</description>
      <pubDate>Tue, 15 Jul 2003 11:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024041#M131186</guid>
      <dc:creator>Jay Cantwell</dc:creator>
      <dc:date>2003-07-15T11:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: netbackup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024042#M131187</link>
      <description>Script is probably in:&lt;BR /&gt;&lt;BR /&gt;/usr/openv/netbackup/scripts&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 15 Jul 2003 12:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024042#M131187</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-07-15T12:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: netbackup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024043#M131188</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You will find the name in /etc/rc.log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             Steve Steel</description>
      <pubDate>Tue, 15 Jul 2003 12:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024043#M131188</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-07-15T12:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: netbackup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024044#M131189</link>
      <description>Geoff....I do not have a 'scripts' directory listed.....the master server is on a Windows NT box, with the HP being a client.&lt;BR /&gt;&lt;BR /&gt;Steve...there was no entry in rc.log...I am not starting the client at boot time, just when the master server has a backup scheduled.  Is the script located on the windows server by chance ??</description>
      <pubDate>Tue, 15 Jul 2003 12:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024044#M131189</guid>
      <dc:creator>Jay Cantwell</dc:creator>
      <dc:date>2003-07-15T12:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: netbackup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024045#M131190</link>
      <description>Sorry - assumed master was HP-UX...&lt;BR /&gt;&lt;BR /&gt;What do you have in (on the HP box):&lt;BR /&gt;&lt;BR /&gt;/usr/openv/netbackup&lt;BR /&gt;&lt;BR /&gt;You might be able to config nice level in bp.conf&lt;BR /&gt;&lt;BR /&gt;As far as I know, netbackup clients run from inetd - not rc scripts....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Something like this in your /etc/inetd.conf:&lt;BR /&gt;&lt;BR /&gt;bpcd    stream  tcp     nowait  root    /usr/openv/netbackup/bin/bpcd bpcd&lt;BR /&gt;vopied  stream  tcp     nowait  root    /usr/openv/bin/vopied vopied&lt;BR /&gt;bpjava-msvc     stream  tcp     nowait  root    /usr/openv/netbackup/bin/bpjava-msvc bpjava-msvc -transient&lt;BR /&gt;&lt;BR /&gt;vnetd   stream  tcp     nowait  root    /usr/openv/bin/vnetd vnetd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2003 12:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024045#M131190</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-07-15T12:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: netbackup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024046#M131191</link>
      <description>There are only two 'Netbackup' processes running on each client, bpcd and bpbkar.  Ignore the first, 'bpcd' because this is your network startup and communication daemon to the media server, it authenticates media in the tape library.  It's also listed in 'inetd.conf' and goes away after the 'backup and archive' process, 'bpbkar' has started.&lt;BR /&gt;&lt;BR /&gt;The 'backup and archive' daemon, 'bpbkar' works with both 'bptm' and 'bpdm' on the media server and these daemons will be affected if you renice 'bppkar'.&lt;BR /&gt;&lt;BR /&gt;For NT/2000, 'bpcd' is known as 'BPCDW32'.&lt;BR /&gt;&lt;BR /&gt;Regarding "...What and where would the bp script be for me to enter the nice command..."&lt;BR /&gt;&lt;BR /&gt;'bpbkar' is started by a network service from the media server.  I don't know how to renice this.&lt;BR /&gt;&lt;BR /&gt;If you have performance problems, begin with 'defragmenting' the file systems and perform this often.  Also consider multiplexing your backups, where multiple 'bpbkar' processes are used in conjuction to back up the same data.</description>
      <pubDate>Tue, 15 Jul 2003 13:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024046#M131191</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-07-15T13:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: netbackup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024047#M131192</link>
      <description>bp.conf does not allow for renicing....&lt;BR /&gt;&lt;BR /&gt;Only thing I found was:&lt;BR /&gt;&lt;BR /&gt;LIMIT_BANDWIDTH&lt;BR /&gt;Note Read ???Bandwidth Limiting??? on page 445 before setting this option.&lt;BR /&gt;Specifies a limit for the network bandwidth used by one or more NetBackup clients on a&lt;BR /&gt;network. The actual limiting occurs on the client side of the backup connection. This&lt;BR /&gt;feature limits only backups. Restores are unaffected. Default: The bandwidth is not&lt;BR /&gt;limited.&lt;BR /&gt;Each LIMIT_BANDWIDTH entry specifies the bandwidth value and the IP address of the&lt;BR /&gt;clients and networks to which it applies. The syntax is as follows:&lt;BR /&gt;LIMIT_BANDWIDTH = xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy zzz&lt;BR /&gt;LIMIT_BANDWIDTH = xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy zzz&lt;BR /&gt;Where:&lt;BR /&gt;xxx.xxx.xxx.xxx is the beginning of the IP address range. (For example, 10.0.0.2.)&lt;BR /&gt;yyy.yyy.yyy.yyy is the end of the IP address range. (For example, 10.0.0.49)&lt;BR /&gt;zzz is the bandwidth limitation in kilobytes per second. (For example, 200) A value of&lt;BR /&gt;0 disables throttling for the individual client or the range of IP addresses covered by&lt;BR /&gt;this entry.&lt;BR /&gt;You c an a dd LIMIT_BANDWIDTH entries to the /usr/openv/netbackup/bp.conf file&lt;BR /&gt;on NetBackup master servers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Seeing how the process is spawned from inetd, an ugly way would be to have a cron job run every minute, grep the process - if exists, then renice it.....&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 15 Jul 2003 13:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netbackup-script/m-p/3024047#M131192</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-07-15T13:05:14Z</dc:date>
    </item>
  </channel>
</rss>

