The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > AIX
Google UNIX.COM


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
Samba 3.0 and AIX 5.3 adamteam AIX 1 08-24-2007 01:47 PM
Oracle 9i install: Error in invoking target install of makefile chris2005 HP-UX 5 02-21-2007 05:45 AM
samba cubicle^dweller UNIX for Dummies Questions & Answers 2 07-09-2003 11:11 PM
Need Samba Help lewy33 UNIX for Dummies Questions & Answers 4 10-02-2002 04:16 AM
Samba aojmoj IP Networking 2 02-23-2002 02:39 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-16-2008
Registered User
 

Join Date: Jul 2004
Location: Mexico
Posts: 79
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
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 the signature of the tarball. This will require you to haveGPG installed. You can still install the package without verifying. These
steps will import the public key and then verify the package."


$ gpg --import 7A26B8A8.txt
$ gpg --verify opt-samba-<version>-AIX52.tar.asc
$ gpg --verify opt-samba-base.tar.asc


My questions are
I need both files to install
I need to do the last part import the public key.

There is some other way to install samba or another place, I get in to bullfreeware.com but say that the file it´s not tested.


Thanks for your answers
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 05-16-2008
Registered User
 

Join Date: Mar 2008
Posts: 26
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Oops. I misunderstood your question and put up a post that would not help. Now I have to change it. Sorry this is spam.

Last edited by prichard; 05-16-2008 at 03:23 PM. Reason: I'm being really stupid. Sorry.
Reply With Quote
  #3 (permalink)  
Old 05-18-2008
Bughunter Extraordinaire
 

Join Date: May 2005
Location: In the leftmost byte of /dev/kmem
Posts: 942
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
This is not a direct answer to your question, but i suppose you want Samba to be installed in first place, no matter how.

Go to IBMs Linux toolbox for AIX and download the two (three if you need the client too) packages in RPM format you will find there: "samba-client 2.2.7", "samba-common 2.2.7" and "samba 2.2.7".

Save the files to a directory and install with "rpm -i *".

As IBM is the manufacturer of your OS you have to trust them anyways.

I hope this helps.

bakunin
Reply With Quote
  #4 (permalink)  
Old 05-18-2008
Registered User
 

Join Date: Jul 2004
Location: Mexico
Posts: 79
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Smile install samba

Thanks bakunin for your replay.

I download both files samba 2.2.7 and samba-common 2.2.7

I have a question which one goes first.

I the other question is, after this it will be installed on an aix box but I need to configure right.

Do you have some basic configuration for this or web page, because I find a lot of pages and books but I need basically the basic configure.

After that I will start to read a book and deep configurations etc,etc.


Thanks in advance
Reply With Quote
  #5 (permalink)  
Old 05-18-2008
era era is offline
Herder of Useless Cats
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 2,276
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
rpm will complain if you install them in the wrong order. Most likely -common needs to go first.
Reply With Quote
  #6 (permalink)  
Old 05-19-2008
Bughunter Extraordinaire
 

Join Date: May 2005
Location: In the leftmost byte of /dev/kmem
Posts: 942
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Quote:
Originally Posted by lo-lp-kl View Post
Do you have some basic configuration for this or web page, because I find a lot of pages and books but I need basically the basic configure.
I'd try this as a starting point: Samba Documentation

It is one of the first links in Google when you enter "samba how-to". GIYF

I hope this helps.

bakunin
Reply With Quote
  #7 (permalink)  
Old 05-19-2008
Registered User
 

Join Date: Jul 2004
Location: Mexico
Posts: 79
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
install samba

Thanks era and bakunin for your replays

I install both files samba-common-2.2.7-4 and samba-2.2.7-4 but there is not the file smb.conf.

This file its installed when you installed samba ?

or you can create it.


How can I know that my installation was succesful.

If i type lslpp -l samba I cant get any file about samba
If I choose to remove software this is what I get

Remove Installed Software

Type or s┌──────────────────────────────────────────────────────────────────────────┐
Press Ent│ SOFTWARE name │
│ │
│ Move cursor to desired item and press F7. │
* SOFTWAR│ ONE OR MORE items can be selected. │ +
PREVIEW│ Press Enter AFTER making all selections. │ +
REMOVE │ │ +
EXTEND │ [MORE...677] │ +
DETAILE│ rsct.msg.en_US.core.sr │ +
│ rsct.msg.en_US.core.utils │
samba-2.2.7-4 │
│ samba-common-2.2.7-4

│ sysmgt.help.en_US.websm │
│ sysmgt.help.msg.en_US.websm │
│ sysmgt.msg.en_US.sguide.rte │
│ sysmgt.msg.en_US.websm.apps │
│ [MORE...30]


Thanks for your help
Reply With Quote
  #8 (permalink)  
Old 05-19-2008
Registered User
 

Join Date: Jul 2004
Location: Mexico
Posts: 79
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Another question about install samba

Hello

How I started the samba daemons

The Samba server is made up of the following daemons:

nmbd
smbd

I look in smitty Processes & Subsystems and Subsystems and Start a Subsystem but in the list of my subsystems this 2 daemons are not in the list.

Im using Aix 5.3

Thanks for your help
Reply With Quote
  #9 (permalink)  
Old 05-19-2008
Registered User
 

Join Date: Jul 2004
Location: Mexico
Posts: 79
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
error message samba

Hello

I got this message when I use the smbstatus

smbstatus
Unknown parameter encountered: "mangle case"
Ignoring unknown parameter "mangle case"
sessionid.tdb not initialised
/opt/pware/samba/3.0.28/var/locks/connections.tdb not initialised
This is normal if an SMB client has never connected to your server.
Failed to open byte range locking database /opt/pware/samba/3.0.28/var/locks/brlock.tdb
ERROR: Failed to initialise locking database
Can't initialise locking module - exiting


Any advice, thanks in advance
Reply With Quote
  #10 (permalink)  
Old 05-21-2008
Registered User
 

Join Date: Sep 2005
Location: Slovenija
Posts: 20
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Quote:
Originally Posted by lo-lp-kl View Post
How I started the samba daemons

The Samba server is made up of the following daemons:

nmbd
smbd
Check first if these files exist in .../samba/bin/... directory.
Then run them from command line...
Code:
</> $SAMBA_DIR/bin/smbd -D
</> $SAMBA_DIR/bin/nmbd -D
or from a script (!! it runs on AIX 4.3.3)
Attached Files
File Type: zip smb.zip (538 Bytes, 1 views)
Reply With Quote
Google UNIX.COM
Reply

Tags
linux

Thread Tools
Display Modes


The 50 most popular UNIX and Linux searches.
Google Search Cloud for The UNIX and Linux Forums
"inappropriate ioctl for device" 421 service not available, remote server has closed connection ^m ascii eof autosys awk trim bash eval bash exec bash for loop bash subroutine boot: cannot open kernel/sparcv9/unix close_wait curses.h dead.letter find grep grep multiple lines grep or grep recursive grep unique inappropriate ioctl for device logrotate.conf lynx javascript mailx attachment make: fatal error: command failed for target `all-recursive' mget mtime perl array length ping port read awk output into multiple variables replace space by comma , perl script scp recursive segmentation fault(coredump) sftp batch sftp script snoop unix stale nfs file handle syn_sent tar exclude unix unix .profile unix com unix for loop unix forum unix forums unix interview questions unix memory usage unix mtime unix simulator unix.com while loop within while loop shell script


All times are GMT -7. The time now is 05:19 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102