1754918 Members
2763 Online
108827 Solutions
New Discussion юеВ

Swinstall Error

 
SOLVED
Go to solution
M.sureshkumar
Regular Advisor

Swinstall Error

Hi All,

when i tried to install the patch, i am getting the following error.
Error:
===============================================
WARNING: The file "/var/adm/sw/defaults" defines an option
WARNING: The file "/var/adm/sw/defaults" defines an option
"swpackage_create_targets_acl=false" which is not a valid
option for swinstall. The keyword may be incorrect, or it may
apply to another SD command. See the SD user manual or the
swinstall(1m) manual page for a list of valid options.
NOTE: The interactive UI was invoked, since no software was
specified. which is not a valid
option for swinstall. The keyword may be incorrect, or it may
apply to another SD command. See the SD user manual or the
swinstall(1m) manual page for a list of valid options.
NOTE: The interactive UI was invoked, since no software was
specified.
==============================================
After setting ""swpackage_create_targets_acl=false" , i am getting the same error.

Pls guide me, how to proceed further.

Regards,
M.Sureshkumar.
16 REPLIES 16
Prashanth.D.S
Honored Contributor

Re: Swinstall Error

Hi Suresh,

swinstall (and other SD-UX controller cmds) hang due to invalid libobam library.correct library (using SD-UX commandline to install). Look for latest libobam
using patch tool search on 11.11.

Best Regards,
Prashanth
Prashanth.D.S
Honored Contributor

Re: Swinstall Error

Hi Suresh,

Can you attach swinstall.log..

Best Regards,
Prashanth
M.sureshkumar
Regular Advisor

Re: Swinstall Error

Hi

Pls find the log file.

Regards,
Suresh
Yang Qin_1
Honored Contributor

Re: Swinstall Error

Hi, can you post which options you used for patch installation? and from where you get this swpackage_create_targets_acl=false option, why you want to use it?

Normally, you can install patches with "swinstall -x patch_match_target=true -x autoboot=true -s "

You can use -p option to preview you patch:

swinstall -p -x patch_match_target=true -s

Yang
M.sureshkumar
Regular Advisor

Re: Swinstall Error

Hi All,


when i tried to execute the following command, i am getting the following error.

swinstall -p -x patch_match_target=true -s /tmp/ixSudo_A.07.00-1.6.8p12_HP-UX_B.11.11_32_64.depot


======= 11/07/06 15:16:58 PST BEGIN swinstall SESSION
(non-interactive) (jobid=HPMATRIX-0152)

* Session started for user "root@HPMATRIX".

* Beginning Selection
* Target connection succeeded for "HPMATRIX:/".
NOTE: The patch match operation failed to find patches for target
software on "HPMATRIX" which passed the filter.
NOTE: Cannot continue the "swinstall" task.

======= 11/07/06 15:17:01 PST END swinstall SESSION (non-interactive)
(jobid=HPMATRIX-0152)

Regards,
Suresh
Ivan Krastev
Honored Contributor
Solution

Re: Swinstall Error

This is not a patch - this is Sudo package and use command:

swinstall -s /tmp/ixSudo_A.07.00-1.6.8p12_HP-UX_B.11.11_32_64.depot ixSudo



regards,
ivan
Yang Qin_1
Honored Contributor

Re: Swinstall Error

You can drop patch_match_target option but you may receive the WARNING error because the patch is either already installed or it is not for your OS.

Read the logs after you run swinstall -p -s /tmp/ixSudo_A.07.00-1.6.8p12_HP-UX_B.11.11_32_64.depot If there is no error, then continue to install it.


Yang
M.sureshkumar
Regular Advisor

Re: Swinstall Error

hi all,

In "swremove" command output,the output is only host name and root (type).i can not see all installed software lists.

pls guide me.

Regards,
Suresh.
Yang Qin_1
Honored Contributor

Re: Swinstall Error

Can you post your swremove.log?

Yang