1834344 Members
2277 Online
110066 Solutions
New Discussion

samba

 
Goran Bulut_1
Advisor

samba

Hi all,
Could you please any one tall me how to start with installation samba on hp 10.20.
I'm new in Unix.
I have samba on CD and I mount it what command to use to start it...
Any suggestion will be appreciated
Goran
2 REPLIES 2
Michael Tully
Honored Contributor

Re: samba

Hi,

If it is on the HP CD application set,
you can install it using the standard
installation program 'swinstall'

If it is not what CD is it on?

You can get an already compiled version
from the porting centre:

http://hpux.connect.org.uk/hppd/hpux/Networking/Misc/samba-2.2.3a/
whci can be installed using the same
'swinstall' program.

To mount a CD, you need to know what
device it is:

# /usr/sbin/ioscan -fnkC disk
and look for the CD device

mkdir /cdrom

# mount /dev/dsk/cxtydx /cdrom
(substitute you device where it
says cxtydx)

the run the 'swinstall' program if that is
the correct format.

Let us know how you get on.

Michael

Anyone for a Mutiny ?
Choi Eun Kyoung
Occasional Advisor

Re: samba

# ioscan -funC disk
find the block device file for your CD-ROM
# mkdir /cdrom
create a mount point directory
# mount /dev/dsk/c1t3d0 /cdrom
mount the CD

CDFS file systems can be included in the /etc/fstab file for qutomatic mounting at boot much like any other file system

/dev/dsk/c1t3d0 /cdrom cdfs ro 0 0
local CD-ROM drive

#swinstall -s /tmp/*.depot