Samba install on AIX 5.2


 
Thread Tools Search this Thread
Operating Systems AIX Samba install on AIX 5.2
# 1  
Old 08-11-2008
Question Samba install on AIX 5.2

Ok I'm still trying to figure AIX out, I was used to HP-UX until they switched our server to AIX in February and all of the other servers are Linux which appears to be much more friendly. AIX is, well, NOT.

I am trying to install Samba so I can copy files onto a Windows SQL server - that's all I intend on doing. I used SMIT to install the following from the AIX Toolbox for Linux Application CD -

samba-2.2.7
samba-client-2.2.7
samba-common-2.2.7


And everything appeared to install fine; if I try installing again it says it's already installed. HOWEVER, I can't find it!! It's not in the usual locations and I am not succeeding in doing a search with the ls -R command.

Any ideas? Our vendor won't support our installing Samba but if I can just figure out how to reference it, I'm off to the races.

Thanks in advance!

Ryan
# 2  
Old 08-12-2008
AFAIK the Samba package from the AIX Linux Toolbox is in RPM format. No AIX problem involved so far as the native AIX package manager ist installp. Try
# rpm -qa
to see which packages are installed and use
# rpm -ql <packagename>
to see where the files where installed. Use
# rpm -e <packagename>
to uninstall.
To find out which command SMIT used to install look into the smit.script file in the home dir of the user you used to install the packages. Btw. looking into smit.script and smit.log files is a great way of getting acquainted with AIX.
# 3  
Old 08-12-2008
Check if it is there with
Code:
rpm -qa | grep -i samba
# or
lslpp -l| grep -i samba

Also a lot of samba packages on different OS'es are installing in different locations. The most confusing I have seen yet was on some older SuSE Linux installation.

Nevertheless, if you find it installed with commands I wrote, you can list the files and see the paths to them with either
Code:
rpm -ql <insert samba's packagenames here>
#or
lslpp -f| grep -i samba

# 4  
Old 08-13-2008
Thank you

That does show me where the files are. Simply trying to mount a single directory from a Windows 2000 Server to write DB2 files to. The way I do it on the Sourcemage Linux server is so completely different from this AIX. In Linux it's set up in /etc/fstab but in AIX apparently it's /etc/filesystems - trying to get the syntax correct for that one.

But thanks for your help!!!
# 5  
Old 08-13-2008
Quote:
Originally Posted by rball
The way I do it on the Sourcemage Linux server is so completely different from this AIX. In Linux it's set up in /etc/fstab but in AIX apparently it's /etc/filesystems - trying to get the syntax correct for that one.
You might want to consult the Unix Rosetta Stone for some of the differences between Linux and AIX. IIRC there is also a Redbook from IBM, which adresses SunOS-AIX convertees. SunOS is - as far as i know - very close to Linux so probably this is of relevance for you.

I hope this helps.

bakunin
# 6  
Old 08-13-2008
Quote:
Originally Posted by bakunin
You might want to consult the Unix Rosetta Stone for some of the differences between Linux and AIX. IIRC there is also a Redbook from IBM, which adresses SunOS-AIX convertees. SunOS is - as far as i know - very close to Linux so probably this is of relevance for you.

I hope this helps.

bakunin
Great link, I'm reading through it now!!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Samba 3.6 on AIX 7.1 - Windows 10 Access to AIX file shares using Active Directory authentication

I am running AIX 7.1 and currently we have samba 3.6.25 installed on the server. As it stands some AIX folders are shared that can be accessed by certain Windows users. The problem is that since Windows 10 the guest feature no longer works so users have to manually type in their Windows login/pwd... (14 Replies)
Discussion started by: linuxsnake
14 Replies

2. AIX

New to AIX need help Installing/Upgrading Samba on AIX 7.1?

Hello, I am trying to update Samba on my AIX 7.1 system as there is an issues with it, the smbd process coredumps and I have had no luck figuring it out why. My approach is to try to re-install a newer samba and I have found the latest 3.x package for samba in ppc.rpm format at perlz.org ... (6 Replies)
Discussion started by: c3rb3rus
6 Replies

3. Solaris

samba error after install with pkgadd

Hello this is samiulla. i face this issue. i installed samba with pkgadd after i install i add paths for that. -bash-3.00# echo $PATH /usr/sbin:/usr/bin:/usr/ccs/bin:/usr/local/samba/sbin:/usr/local/samba/bin/ -bash-3.00# when enter this commad smbd -D i got this error smbd -D... (3 Replies)
Discussion started by: samiulla
3 Replies

4. Solaris

Samba 3.6.5 install problems

Hi all, I'm trying to update my samba 3.5.10 to 3.6.5 due to security CVE issued with 3.5. I downloaded and unzipped, did the make and make install and the ./configure. I didn't use any changes to it and it said it installed correctly added it to my path and it looks like it's operating... (6 Replies)
Discussion started by: mattymatt79
6 Replies

5. UNIX for Dummies Questions & Answers

Samba pre-install questions.

Greetings, I hope this is the right forum. I am looking to install Samba on my Linux box on my home network. I'm pretty sure I can deal with the how, I'm just not certain of the what. ok I'm using Debian lenny with no GUI. I have apt working and I've successfully installed and used one package... (10 Replies)
Discussion started by: fguy
10 Replies

6. AIX

Using SAMBA in AIX 5.3

Please help, I'm wicked... :confused: I'm trying to get Samba to work on an IBM pseries machine (AIX 5.3) to provide access to the server for a user to retrieve reports from her WinXP desktop. I've made the proper entires in the smb.conf file and tried runing the smbpasswd command to add the user... (4 Replies)
Discussion started by: trandall
4 Replies

7. UNIX for Advanced & Expert Users

Samba: Install w/o Root

I've had some recent success compiling some simple programs to my home directory without root access (wget, screen, less). My Question is this: Can I compile a complex program like Samba WITHOUT root access to my home directory? Or are the multiple library dependencies going to cause an issue?... (2 Replies)
Discussion started by: goldfish
2 Replies

8. AIX

Install Samba

Hello Can someone help how to install samba on aix 5.3, I go to tha samba page and i download two files opt-samba-base.tar.gz opt-samba-3.0.28-AIX5.tar.gz and I read the readme file but there is a file that miss and I dont know if I need to do this necessary "You can now verify... (9 Replies)
Discussion started by: lo-lp-kl
9 Replies

9. AIX

Samba on AIX 4.3

I have 11 AIX (a mix of 4.3.3.0 and 4.3.2.0) on which I succesfully installed a Samba server. On two other systems, the smbd start command generates the following error message. Anybody ? itocroot@TAGEN010: /usr/local/samba/bin $ ./smbd start exec(): 0509-036 Cannot load program ./smbd because... (0 Replies)
Discussion started by: Frans Graux
0 Replies

10. UNIX for Dummies Questions & Answers

Samba on AIX 5.3

I have never installed Samba before and am having trouble. I downloaded the opt-samba-base.tar and the opt-samba-3.0.26a-AIX5 file as well and while it appears they both installed okay but it never created the /etc/samba or /usr/local/samba directories - just the /opt/pware/samba directory. I... (2 Replies)
Discussion started by: capeme
2 Replies
Login or Register to Ask a Question