Operating System - HP-UX
1752320 Members
5315 Online
108786 Solutions
New Discussion

Re: Initialize Software Distributor agent daemon .............. [FAIL] *

 
SOLVED
Go to solution
M.Thomas
Frequent Advisor

Initialize Software Distributor agent daemon .............. [FAIL] *

Hi Admins
I did a fresh 11.00 installation , while booting I am getting the following error


Support Tools Informational Fileset ....................... [ OK ]
Start environment monitoring daemon ....................... [ OK ]
Start auditing subsystem .................................. [N/A ]
Start audio server daemon ................................. [N/A ]
Start Distributed Single Logical Screen daemon ............ [ OK ]
SAM System administration configuration ................... [ OK ]
Initialize Software Distributor agent daemon .............. [FAIL] *
Configure HP Fibre Channel Mass Storage interfaces ........ [ ]
Start NFS server subsystem ................................ [ ]
Start X print server(s) ................................... [ ]
Start CDE login server .................................... [ OK ]

Please tell me how to fix this issue

Thanks & Regards
Thomas
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor

Re: Initialize Software Distributor agent daemon .............. [FAIL] *

The first thing to do is examine /etc/rc.log; it's a tad difficult to diagnose a problem with just "[FAIL]" --- unless The Force is exceptionally strong.
If it ain't broke, I can fix that.
M.Thomas
Frequent Advisor

Re: Initialize Software Distributor agent daemon .............. [FAIL] *

here i pasted /etc/rc.log content





Initialize Software Distributor agent daemon
Output from "/sbin/rc2.d/S870swagentd start":
----------------------------
Running /usr/lib/sw/mx/configure to reset hostname.
NOTE: Can not find fully qualified hostname with nslookup. Using ustcu004.
ERROR: Failed to package AgentConfig into /var/opt/mx/depot11.
cat: Cannot open /var/tmp/swpackage11.log.3343: No such file or directory
ERROR: Failed to package AgentConfig into /var/opt/mx/depot10.
cat: Cannot open /var/tmp/swpackage10.log.3343: No such file or directory
WARNING: Could not properly configure SD into ServiceControl.
You may try again later by running /usr/lib/sw/mx/configure.
"/sbin/rc2.d/S870swagentd start" FAILED
leelangco_1
Frequent Advisor

Re: Initialize Software Distributor agent daemon .............. [FAIL] *

check your /etc/hosts file and /etc/rc.config.d/netconf fileã
Robert-Jan Goossens
Honored Contributor
Solution

Re: Initialize Software Distributor agent daemon .............. [FAIL] *

Thomas,

If you are using DNS, check the /etc/resolv.conf and the the /etc/nsswitch.conf.

You probably need to create the nsswitch.conf file.

# ls -la /etc/nsswitch.conf
does is exist?

# cp /etc/nsswitch.files /etc/nsswitch.conf
change the line
hosts: files
to
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]

If you are not using DNS, just cp the nsswitch.files to the nsswitch.conf.

Restart the swagentd
# swagentd stop
# swagentd start

Regards,
Robert-Jan