Operating System - HP-UX
1850433 Members
3090 Online
104054 Solutions
New Discussion

Re: swinstall specify source screen not appearing

 
John E. Goetz
Frequent Advisor

swinstall specify source screen not appearing

When I run swinstall, the Specify Source screen does not appear. It comes back with a screen with the hostname and type instead.
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: swinstall specify source screen not appearing

Try specifying the source on the command line:

swinstall -s /tmp/source_depot.name


Pete

Pete
spex
Honored Contributor

Re: swinstall specify source screen not appearing

Hi,

To install all software selections within a depot:
# swinstall -s /path/to/your.depot \*

PCS
Peter Godron
Honored Contributor

Re: swinstall specify source screen not appearing

John,

/sbin/init.d/swagend stop
/sbin/init.d/swagend start

and/or

Register the source:
swreg -l depot -s package.depot
James R. Ferguson
Acclaimed Contributor

Re: swinstall specify source screen not appearing

Hi:

Make sure that your hostname is reflected in '/etc/hosts' and in '/etc/rc.config.d/netconf' accurately. In the 'netconf' file make sure too that:

OPERATING_SYSTEM=HP-UX

Try restarting the 'swagentd' daemon:

# /usr/sbin/swagentd -r

Regards!

...JRF...
John E. Goetz
Frequent Advisor

Re: swinstall specify source screen not appearing

The problem was that a file called .sdkey was in /var/adm/sw. I removed this file and my screen now appears. Thanks for your responses.