AIXThis forum is for the discussion of IBM AIX.
eserver and other IBM related questions are also on topic.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am trying to connect my AIX 5.2 to a windows share \\192.168.0.1\corpback w/ a default username and password.
I have tried scouring the net w/ submnt and submount, but nothing avail. i have also tried looking at the redbooks, but they recommend FTP, but I want to use this for massive backups.
@rerun : you need to have same things at both ends.
For some of my customers, I install samba on the AIX box. It's easy to install, easy to administrate, just like on Linux.
For my own usage, I use nfs on the Microsoft box. It's free, you can downloaded from Microsoft, it's named Microsoft services for Unix (SFU).
On the microsoft box, when you look at the "sharing" folder configuration, you see "nfs sharing" appearing. You click on "nfs share this folder" on the Windows box and that's all.
Then, on the AIX box I type the following :
mkdir /remote ; mount mypc:/data /remote
and that's all, on my AIX terminal I read from and write to /remote, which looks like an AIX directory but physically is a disk in my Windows 2000 machine.
in this pdf, u can find something interesting which is how to use a remote printer share under windows and use it to print under aix by a scipt used to convert LF en CR/LF.
This may be cool if you work with a large windows environment.
So able to connect to windws share, now, how do i mount it?
So i was able to connec to a windows share using smbclient, but now i wnat to mount it to /oraback to write directly there where we have more space. Can this be done, because all the things i found on google pertaining to mount don't work for me for one reason or another.
I just tried it on my Linux box :
smbmount //mypc/tmp /myremote
It asked my PC's share password, and mounted it. It should work the same way on your AIX box!
Everything you do playing with smitty can be done using command lines. Just have a loot at the end of /smit.script, you will see the script you can run in order to redo what you performed using smitty.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.