Tuesday, December 11, 2007

Here is sample error from system log.
# dmesg
May 24 11:24:57 hostname inetd[467]: [ID 702911 daemon.warning] Configuration file /etc/inet/inetd.conf has been modified since inetconv was last run. "inetconv -i /etc/inet/inetd.conf" must be run to apply any changes to the SMF
May 24 13:29:30 hostname last message repeated 1 time
Lists all Netbackup services currently installed, including their state and check services for netbackup.
# svcs -a |grep bp
Update /etc/inet/inetd.conf for Veritas Netbackup Services if do not exist.
# inetconv -i /etc/inet/inetd.conf
inetconv: Notice: Service manifest for 100235/1 already generated as /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.xml, skipped
bpcd -> /var/svc/manifest/network/bpcd-tcp.xml
Importing bpcd-tcp.xml ...Done
vnetd -> /var/svc/manifest/network/vnetd-tcp.xml
Importing vnetd-tcp.xml ...Done
vopied -> /var/svc/manifest/network/vopied-tcp.xml
Importing vopied-tcp.xml ...Done
bpjava-msvc -> /var/svc/manifest/network/bpjava-msvc-tcp.xml
Importing bpjava-msvc-tcp.xml ...Done
List again to make sure all Netbackup services currently installed, including their state.
# svcs -a |grep bp
online 13:36:01 svc:/network/bpcd/tcp:default
online 13:36:11 svc:/network/bpjava-msvc/tcp:default
Restart inetd daemon to re-read the configuration :
# /usr/bin/pkill -HUP inetd
Categories:

0 comments: