1833726 Members
2622 Online
110063 Solutions
New Discussion

swlist error

 
mukkala
Advisor

swlist error

i got this error please help me

root@xxx]# swlist

# Initializing...

# Contacting target "xxx"...

ERROR: The expected depot or root does not exist at "/".

ERROR: There is currently no installed software on host "xxx" at

location "/".


[root@xxx]# ps -ef | grep swagentd
5 REPLIES 5
Arunvijai_4
Honored Contributor

Re: swlist error

Try to restart swagent daemon by,

# swagentd -r
or
# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Rajeev  Shukla
Honored Contributor

Re: swlist error

stop and start the swagent
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start

and then try swlist. If still doesn't work check if you have /var/adm/sw or not and directories like products, patch and software
Muthukumar_5
Honored Contributor

Re: swlist error

can you check as,

# swlist @

Restart swagentd from /sbin/init.d/ locaiton.

May be a problem with target selection.

-Muthu
Easy to suggest when don't know about the problem!
Peter Godron
Honored Contributor

Re: swlist error

Hi,
if the above don't help also have a look at the /var/adm/sw/defaults file and check files in /.sw/
Manuales
Super Advisor

Re: swlist error

Hi !!
Raj gave me some tips on next link about swagentd daemon, check next link:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=985620
Hi Manuales ,

=====================================
Try the following:
0. Close all swinstall windows or sam.

1. Check status of swagentd
# ps -ef | grep swagent

2. Stop swagentd
# /usr/sbin/swagentd -k

3. Restart swagentd
# /usr/sbin/swagentd -r

4. Check with installing the Ignite-UX depot.


Hope this will help,

Cheers,
Raj.

=====================================