cifs


 
Thread Tools Search this Thread
Operating Systems AIX cifs
# 1  
Old 02-12-2009
cifs

Hi,

I want to access windows folder from aix and viceversa. Is it possible to do that? I came to know we can do that from cifs but when tried to install
cifs.base.cmd 3.2.1.0
cifs.base.lic 3.2.1.0
cifs.base.smit 3.2.1.0
cifs.basic.rte 3.2.1.0
cifs.client.rte 3.2.1.0
cifs.websm.apps 3.2.1.0

file sets it gives an error

missing file sets

cifs.base.cmd 3.2.0.0
cifs.base.lic 3.2.0.0
cifs.base.smit 3.2.0.0
cifs.basic.rte 3.2.0.0
cifs.client.rte 3.2.0.0
cifs.websm.apps 3.2.0.0

Can anybody help me? Server OS is 5.3 ml7.
# 2  
Old 02-12-2009
Yes, cifs will allow you to mount Windows shares. I've successfully installed and used it on an AIX 5.2 server.

Those files are located on the original AIX installation CD's. You can mount each CD and look for the necessary packages. Once you've located the correct CD, you can install the software using smit. It takes care of everything for you.

I'm not at a server at the moment, so I don't know the exact menu sequence in smit. But it should be self explanatory.

Last edited by stanleypane; 02-12-2009 at 10:29 PM..
# 3  
Old 02-13-2009
cifs

Hi,

I am unable to find those file sets.I have tried it on 5.2 also. But I only manage to install following file sets
bos.cifs_fs.rte,bos.cifs_fs.smit,bos.cifs_fs.rte,and bos.cifs_fs.smit.
But I didn't find
cifs.base.cmd,cifs.base.lic,cifs.base.smit,cifs.basic.rte,cifs.client.rte,cifs.websm.apps.
# 4  
Old 02-13-2009
The bos.cifs* filesets are what you're looking for.

bos = Base Operating System.

These filesset don't install any additional commands. They just enable cifs support within the already available 'mount' command. I'll have access to an AIX server later today. I'll send more info then.
# 5  
Old 02-16-2009
cifs

Hi,

I have installed bos.cifs with that i am able to map windows folder to aix but i need to map aix share on windows that why i need to install followin file sets

cifs.base.cmd 3.2.1.0
cifs.base.lic 3.2.1.0
cifs.base.smit 3.2.1.0
cifs.basic.rte 3.2.1.0
cifs.client.rte 3.2.1.0
cifs.websm.apps 3.2.1.0
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Issue with mounts CIFS

I donot know much about CIFS but i have been asked to look into an issue related to mounting CIFS filesystem On my redhat 5.6 the /etc/fstab file has the following entry //172.25.x.x/de0/ /dir1/de0 cifs username=bodsadm,password=12345,dir_mode=0777,file_mode=0777,uid=de0adm,gid=sapsys,rw 0 0... (2 Replies)
Discussion started by: Tirmazi
2 Replies

2. UNIX for Dummies Questions & Answers

Umount CIFS

hi guys I have to umount a CIFS from a Windows machine...but it's been imposible there is one special task /sbin/umount.cifs /mondobackup that task cannot be kill...so I cannot umount the unit any idea how to kill this and umount this CIFS share? by the way I've tried umount... (5 Replies)
Discussion started by: kopper
5 Replies

3. Solaris

Looking for CIFS howto

I just skimmed through the Administration Guide about LDAP and CIFS. Well that's a whole lot of text. Does someone know a tutorial/introduction with some steps to make? TIA (14 Replies)
Discussion started by: PatrickBaer
14 Replies

4. Solaris

Separate filesystems for CIFS?

Hi all, I just wonder: Do I need to have one filesystem like pool/backups, pool/archives, pool/home and so on, for each share I would like to use? Or can I do that a in a different way? I am currently reading along to find out about LDAP authentication and so on, but if I need separate... (5 Replies)
Discussion started by: PatrickBaer
5 Replies

5. AIX

mounting cifs

Dear All, I mounted a windows share on AIX 5.3. with cifs. The write on it is much slower than from other windows clients. Could you help me with any tricks to speed the writing process? Thanks, Zoltán Patalenszki (0 Replies)
Discussion started by: zoltanp
0 Replies

6. OS X (Apple)

OS X - cifs - What's Up?

Can all you OS X xperts help me? OS X Leopard 10.5.6: mount -t cifs -o username=name,password=secret //server/share /mnt/dir Works from every linux box I have ever used. This does not work from the OS X terminal. Why? The gui/finder/go: cifs://server/share just works... command line... (2 Replies)
Discussion started by: cjohnsoia
2 Replies

7. HP-UX

mount with CIFS

hi everyone months ago i installed software on hp-ux box. So instead of going to the server room (which is far and cold :) ), I put the DVD in my windows xp box and mount it using CIFS, it was successful. Now I want to install another software on the same hp-ux box using the same windows... (3 Replies)
Discussion started by: neemoze
3 Replies

8. Shell Programming and Scripting

Cifs + 2 gb

Hi all, I am using script to take mysql database backup... its arrround 12 GB ...... I have used tar -a , cp -a and rsync -a to take backup on CIFS mounted drive but it fails to take backup more than 2 GB as well as not able to take backup with ownership,timestamps. Conf files... (3 Replies)
Discussion started by: jagnikam
3 Replies

9. AIX

share with cifs

Im trying to share a directory with cifs my aix box with a windows server. but when I try to mount mount -v cifs -n 172.19.90.240/suc_user/tommy /directory /directory1/directory1 I got this error There was an error connecting the share or the server. Make sure the lsdev command shows that... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

10. Linux

CIFS on linux ?

I have a program which reads all the files in a path given as argument into a buffer (And does something with it). The program makes use of several file processing APIs such as: stat(), fopen(), read() etc.. Now, it is possible that the directory specified by the path is actually a volume which... (5 Replies)
Discussion started by: the_learner
5 Replies
Login or Register to Ask a Question