![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install Samba | lo-lp-kl | AIX | 9 | 05-21-2008 09:10 AM |
| SAMBA Help | kjbaumann | UNIX for Dummies Questions & Answers | 3 | 09-28-2007 10:33 AM |
| Samba 3.0 and AIX 5.3 | adamteam | AIX | 1 | 08-24-2007 05:47 PM |
| Oracle 9i install: Error in invoking target install of makefile | chris2005 | HP-UX | 5 | 02-21-2007 09:45 AM |
| samba | cubicle^dweller | UNIX for Dummies Questions & Answers | 2 | 07-10-2003 03:11 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 |
|
|||||
|
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 |
|
||||
|
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!!! |
|
||||
|
Quote:
I hope this helps. bakunin |
|
||||
|
Quote:
|
![]() |
| Bookmarks |
| Tags |
| linux commands, samba |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|