Veritas-bu

Re: [Veritas-bu] Backing up Leopard clients - OS X 10.5

2008-02-29 18:50:14
Subject: Re: [Veritas-bu] Backing up Leopard clients - OS X 10.5
From: "Koping Wang" <kwang AT esri DOT com>
To: <veritas-bu AT mailman.eng.auburn DOT edu>
Date: Fri, 29 Feb 2008 15:37:51 -0800

Hi,
This was from a month ago, I am not sure anybody figure this yet.
I finally got sometime to work on the backup os x 10.5.
Here is my fix.

1. On the os x 10.5 system, install netbackup client as usual, you will get error messages, ignore them.
2, Create a launchd.plist file under /System/Library/LaunchDaemons. The file name is "nbu.bpcd.plist"

3, The file content as following.
----------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.nbu.bpcd</string>
        <key>ProgramArguments</key>
        <array>
                <string>/usr/openv/netbackup/bin/bpcd</string>
        </array>
        <key>inetdCompatibility</key>
        <dict>
                <key>Wait</key>
                <false/>
        </dict>
        <key>Sockets</key>
        <dict>
                <key>Listeners</key>
                <dict>
                        <key>SockServiceName</key>
                        <string>bpcd</string>
                </dict>
        </dict>
        <key>SessionCreate</key>
        <true/>
</dict>
</plist>
------------------

4. run this command:
# launchctl load /System/Library/LaunchDaemons/nbu.bpcd.plist

Thanks
Koping

Koping Wang
ESRI
System/Backup Administrator




-----Original Message-----
Message: 5
Date: Mon, 14 Jan 2008 10:25:00 -0600
From: <mikemclain AT northwesternmutual DOT com>
Subject: Re: [Veritas-bu] Backing up Leopard clients
To: <donklebba AT quickenloans DOT com>, <veritas-bu AT mailman.eng.auburn DOT edu>
Message-ID:
        <AB918C6A63A45142959E82F7CE55D8F108EADA04 AT NTEMPH0748M00.exssrv.nmfco DOT com>
       
Content-Type: text/plain; charset="us-ascii"

Don,

With the release of OS X 10.5, Apple removed all functionality of inetd
(and others) and replaced it with its launchd process.   Below is a link
to read more information about launchd.      With the removal of inetd,
the bpcd and vnetd process no longer listen on their respective ports
based on a 10.4 config. 

http://www.mactech.com/articles/mactech/Vol.21/21.06/launchd/index.html

At last check, Symantec currently doesn't provide support for 10.5.
They will have to create "plist" entries for the NBU client processes to
replace the /etc/inetd.conf definitions. 

http://ftp.support.veritas.com/pub/support/products/NetBackup_Enterprise
_Server/278064.pdf



Mike McLain


-----Original Message-----
From: veritas-bu-bounces AT mailman.eng.auburn DOT edu
[mailto:veritas-bu-bounces AT mailman.eng.auburn DOT edu] On Behalf Of Don
Klebba
Sent: Monday, January 14, 2008 6:11 AM
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] Backing up Leopard clients

I recently upgraded one of my Mac clients from Mac OS 10.4.11 to 10.5.1
(Leopard). I'm running netbackup 6.5.1 on both the master server and the
Mac
client. The Mac client was able to backup before going to 10.5.1., now
I'm
getting 54 errors, unable to connect to client. I'm no longer able to
telnet
to port 13782 on the Mac.

Does anyone have any ideas on how I can resolve this?
--
Don Klebba
Quicken Loans
Storage Management Team




_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Veritas-bu] Backing up Leopard clients - OS X 10.5, Koping Wang <=