1837065 Members
2451 Online
110111 Solutions
New Discussion

Re: Patch installlation

 
My_Server
Advisor

Patch installlation

Please I have a problem when installing Patch for HP UX with root,I have this message in sam :

"You do not have permission for this operation.The depot owner,system
administrator, or alternate root owner may need to use the "swreg" or "swacl" command to give you permission.Or,to manage applications
designed and packaged for nonprivileged mode, see the
"run_as_superuser" option in the "sd" man page.

Please If any one can explain me what doaes it meen ?

I have two servers in Cluster ,in the seconds node it's ok ,but in the first node I have this message (I Halt Clusters before installation )

thank's
9 REPLIES 9
Steven E. Protter
Exalted Contributor

Re: Patch installlation

Shalom,

Run as super user means you must be root.

/sbin/init.d/swagentd -r

This insures that proper daemons are running.

You may need to use swreg -l depot to register the depot if its on a remote system.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jaime Bolanos Rojas.
Honored Contributor

Re: Patch installlation

merouane,

if you are still having issues with the installation try this steps:

# /sbin/init.d/swagentd stop

# cd /var/adm/sw

# mv security security.orig

# cp â Rp /usr/newconfig/var/adm/sw/security security

# /sbin/init.d/swagentd start

then try installation again.

Regards,

Jaime.

Work hard when the need comes out.
My_Server
Advisor

Re: Patch installlation

thank's james

please you can retape cp ligne ,there are a caractére ,when a can read

cp â  Rp /usr/newconfig/var/adm/sw/security security

thank's
Jaime Bolanos Rojas.
Honored Contributor

Re: Patch installlation

# cp â Rp /usr/newconfig/var/adm/sw/security security

Jaime.
Work hard when the need comes out.
Jaime Bolanos Rojas.
Honored Contributor

Re: Patch installlation

:-)

cp -Rp /usr/newconfig/var/adm/sw/security security

Jaime.
Work hard when the need comes out.
My_Server
Advisor

Re: Patch installlation

thank's jaime

is this steps stop Clusters or Package runing in my system ,I have also ORACLE database runing ?

Jaime Bolanos Rojas.
Honored Contributor

Re: Patch installlation

Merouane,

This not not cause you any issues, the only thing you are doing is stopping the SD service and copying a file.

Regards,

Jaime.
Work hard when the need comes out.
Samir Pujara_1
Frequent Advisor

Re: Patch installlation

Hi,

there is no relation between you software depot installation and packages running on the server provided the software that you are trying to install requires that. However it is advisable to do so as in case your depot installation need reboot of the server.

Hope this helps you.

Samir
skt_skt
Honored Contributor

Re: Patch installlation

do u have the depot created locally on both nodes..

if not local depot, try running swinstall -s depotserver:/depotpath

or you can create a local depot with
swcopy -s /softwaredirectory \* @ /depotpath