Mikko Kortelainen

Tag: UNIX

Samba on AIX 5.3

Here are instructions on how to get the pware Samba running on AIX 5.3.

1. Install these packages from the AIX installation CD:
- ldap.client.rte
- ldap.client.adt
  1. Download these packages:
server:root>mkdir pware-samba
server:root>cd pware-samba
server:root>xargs wget -nd <<EOF http://pware.hvcc …
read more

Sendmail relay configuration on AIX

This document describes how to set up a Sendmail e-mail gateway or relay which will be able to process incoming mail and route it to different mail servers based on domain information. The routing table is based on the Sendmail mailertable feature instead of the usual MX record based routing …

read more

Mounting Windows filesystems from AIX 5.3

First, you must install fileset bos.cifs_fs.rte, and optionally bos.cifs_fs.smit for the Smitty interface, from the installation DVD.

To invoke the Smitty interface, run:

root# smitty cifs_fs

The Smitty interface will enable you to do almost anything you need with the CIFS filesystem.

For people aligned the …

read more