Operating System - HP-UX
1753519 Members
4892 Online
108795 Solutions
New Discussion юеВ

Error while installing SW from remote server

 
SOLVED
Go to solution
joseph51
Regular Advisor

Error while installing SW from remote server

Hi all.
I am facing error when I tried to install the glance and MWA from the remote server .we have around 100 servers which I have to upgrade glance and MWA . So I issued the command from our home server using a small script . But its showing the error

the command I issued for 1 server to check is as follows

bimathe@s96admnxp01:/export/home/b/bimathe : for i in s96as717
> do
> root $i cp /var/opt/perf/parm /var/opt/parm.before_upgrade
> root $i cp /var/opt/perf/gkey /var/opt/gkey.before_upgrade
> root $i cp /var/opt/perf/mwakey /var/opt/mwakey.before_upgrade
> root $i swlist -l bundle | grep -i glance
> echo "Upgrading glance and MWA in $i ...."
> echo "++++++++++++++++++++++++++++++++++++++++++++++++"
> root $i swinstall -s s96ign02:/ignite/hp_data/GlancePlus_Pak_C0500_1123 \*
> sleep 4
> root $i cp /var/opt/perf/parm /var/opt/parm.before_dbresize
> done
Upgrading glance and MWA in s96as717 ....
++++++++++++++++++++++++++++++++++++++++++++++++

======= 12/04/10 02:59:48 MET BEGIN swinstall SESSION
(non-interactive) (jobid=s96as717-0592)

* Session started for user "root@s96as717".

* Beginning Selection
* Target connection succeeded for "s96as717:/".
* Source connection succeeded for
"s96ign02:/ignite/hp_data/GlancePlus_Pak_C0500_1123".
* Software selection failed for
"s96ign02:/ignite/hp_data/GlancePlus_Pak_C0500_1123".
* Software selection failed for
"s96ign02:/ignite/hp_data/GlancePlus_Pak_C0500_1123".
* Software selection failed for
"s96ign02:/ignite/hp_data/GlancePlus_Pak_C0500_1123".
* Software selection failed for
"s96ign02:/ignite/hp_data/GlancePlus_Pak_C0500_1123".
ERROR: Could not apply the software selection "1"; it is not
available from depot or root
"s96ign02:/ignite/hp_data/GlancePlus_Pak_C0500_1123".
ERROR: Could not apply the software selection "MQHA"; it is not
available from depot or root
"s96ign02:/ignite/hp_data/GlancePlus_Pak_C0500_1123".
ERROR: Could not apply the software selection "Monitoring"; it is not
available from depot or root
"s96ign02:/ignite/hp_data/GlancePlus_Pak_C0500_1123".
ERROR: Could not apply the software selection "Software"; it is not
available from depot or root

Actually the depot is stored in ignite server .
Can some one help me to resolve the issue . Is it anything related to the depot reg in the source server ..please help
3 REPLIES 3
Dennis Handly
Acclaimed Contributor
Solution

Re: Error while installing SW from remote server

>root $i swinstall -s s96ign02:/ignite/hp_data/GlancePlus_Pak_C0500_1123 \*

I assume this is one of the remsh shortcuts and you'll need to quote that again:
... \\*
joseph51
Regular Advisor

Re: Error while installing SW from remote server

FANTASTIC ...!!! .. Its worked for me

I used the belwo option
root s96as727 "swinstall -s s96ign02:/ignite/hp_data/GlancePlus_Pak_C0500_1123 \*"

Thanks you very much
joseph51
Regular Advisor

Re: Error while installing SW from remote server

thanks for the instant replay