1754355 Members
4693 Online
108813 Solutions
New Discussion юеВ

swinstall error??

 
Mike_21
Frequent Advisor

swinstall error??

(SW_NOTE: SW_SESSION_BEGINS) on bftzh99: Tue Sep 11 18:03:51 EDT 2001
(SW_ERROR: SW_SELECTION_NOT_FOUND) selection is empty
ERROR: empty selection #swinstall
- call stack -
Sw_utility::fatal_error() called from /opt/corp/local/slap-1.1/lib/Sw_utility.p
Sw_utility::specify_software() called from /opt/corp/local/slap-1.1/lib/Sw_util
Sw_utility::selection() called from /opt/corp/local/slap-1.1/lib/Sw_utility.pm[
Sw_utility::invoke() called from /opt/corp/local/bin/swinstall[64]
5 REPLIES 5
someone_4
Honored Contributor

Re: swinstall error??

Hi Mike
what command are you using to get this error?
And what are you trying to install ?

richard
Mike_21
Frequent Advisor

Re: swinstall error??

All I did was
#swinstall!!
linuxfan
Honored Contributor

Re: swinstall error??

Hi Mike,


You seem to be running /opt/corp/local/bin/swinstall.

swinstall is in /usr/sbin.

Which OS are you running? what is the SD-UX patch you have installed on the system?

/usr/sbin/swlist -l product |grep SD

Did you try /usr/sbin/swinstall?

-Ramesh
They think they know but don't. At least I know I don't know - Socrates
someone_4
Honored Contributor

Re: swinstall error??

Hey mike try restarting the swinstall agent by doing
#swagentd -r
then try again running just the same swinstall command or specifing a target by using the full path with the -s option.
#swinstall -s /tmp/whatever.depot

richard
Bill McNAMARA_1
Honored Contributor

Re: swinstall error??

type
# which swinstall
and
# whereis swinstall
to ensure you're running the correct version.
As root /usr/sbin and /sbin should be first in your PATH
# echo $PATH

Bill
It works for me (tm)