Operating System - HP-UX
1826221 Members
2976 Online
109692 Solutions
New Discussion

samba 2.2.3a removal in HPUX 11.11-reply urgent

 
Trng
Super Advisor

samba 2.2.3a removal in HPUX 11.11-reply urgent

Hi,

pls tell me how to remove samba 2.2.3a completely from my HPUX 11.11 Machine.somebody has loaded samba earlier ,but now customer wants to remove this and they are going for new version.pls tell me the uninstall procedure and installation procedure too .

rgds
suresh
administrator
11 REPLIES 11
Trng
Super Advisor

Re: samba 2.2.3a removal in HPUX 11.11-reply urgent

Dear Gurus,

pls reply and pls provide DOCUMENTATION for how to uninstall(not dipot) samba from HPUX11.11?.becaz i hv to impliment tonight

rgds

suresh
administrator
Dennis Handly
Acclaimed Contributor

Re: samba 2.2.3a removal in HPUX 11.11-reply urgent

>how to uninstall(not dipot)

Are you saying this wasn't installed with swinstall? If so, you are going to need that documentation.

On my 11.23 system, samba is in the CIFS-Server and you should be able to remove with swremove.

Trng
Super Advisor

Re: samba 2.2.3a removal in HPUX 11.11-reply urgent

Hi,

do u hv any documentation related samba uninstall from HPUX 11.11

Rgds
suresh
administrator
Dennis Handly
Acclaimed Contributor

Re: samba 2.2.3a removal in HPUX 11.11-reply urgent

>do you have any documentation related samba uninstall

No. I only know how to use swremove to remove SD products. For my case:
# /usr/bin/swremove CIFS-Server

If you can use swlist to list CIFS-Server, you should be able to remove it.
Trng
Super Advisor

Re: samba 2.2.3a removal in HPUX 11.11-reply urgent

sorry,

swinstall it is not showing anything rdg samba

rgds
administrator
Darren Prior
Honored Contributor

Re: samba 2.2.3a removal in HPUX 11.11-reply urgent

Hi Suresh,

Please post the output from running:

swlist -l fileset | grep -ie cifs -e samba

If your software is not listed there, then you will have to manually uninstall it.

regards,

Darren.
Calm down. It's only ones and zeros...
Steven E. Protter
Exalted Contributor

Re: samba 2.2.3a removal in HPUX 11.11-reply urgent

Shalom,

Non-depot samba.

Removal steps.

ps -ef | grep smbd
ps -ef | grep nmbd

Kill those porcesses.

Find the location of the smbd binary.

find /opt -name smbd*

or

find / -name smbd*

rm -rf the samba directory, wherever its installed.

Check /sbin/rc3.d and other rc.d directories for loft links to a startup script and remov them.

Removing non-depot software is a manual process. The procedure varies according to how it was compiled and installed.

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
Florian Heigl (new acc)
Honored Contributor

Re: samba 2.2.3a removal in HPUX 11.11-reply urgent

Also check for the computer account, you can find them by searching for a directory named 'private', usually it will be in /var/lib/samba.
Maybe you'd even want to put that into the new samba install to save the customer the hassle of rejoining domain.
yesterday I stood at the edge. Today I'm one step ahead.
Trng
Super Advisor

Re: samba 2.2.3a removal in HPUX 11.11-reply urgent

Hi darren,

I t is not showing anythnig related samba.as per u r answer ,it is possible to remove samba manually.pls tell me how remove manually.

rgds
suresh
administrator
Darren Prior
Honored Contributor

Re: samba 2.2.3a removal in HPUX 11.11-reply urgent

Hi Suresh,

Take a look at SEP's post about manual removal, but you would also be wise to check with the person who installed and compiled Samba for your system.

regards,

Darren.
Calm down. It's only ones and zeros...
Trng
Super Advisor

Re: samba 2.2.3a removal in HPUX 11.11-reply urgent

ok
administrator