[Solved] Mount HP-UX File System in Windows 7


 
Thread Tools Search this Thread
Operating Systems HP-UX [Solved] Mount HP-UX File System in Windows 7
# 1  
Old 11-19-2012
[Solved] Mount HP-UX File System in Windows 7

Hello,

We just got a rx4640 that is running on:
HP-UX B.11.31 U ia64 2426088954 unlimited-user license

There is a plenty of space in it and we would like to use it for storage. I can access with ftp and place the files in there but i need to mount the file system in every PC that is running WIN 7 on the network. I know that i have to use samba or cifs but have no idea how. I also read that NFS client is needed on windows 7 so i have already activated it. Also checked with SAM and both CIFS and SAMBA are installed on HP-UX. Since i have some basic knowledge in Unix i would appreciate any help.

Thank you in advance,
gjk
# 2  
Old 11-19-2012
The samba configuration file is called smb.conf, it is usually in /etc/samba.
There are lots of examples in the file. Edit the file, and start the service.
This User Gave Thanks to jgt For This Post:
# 3  
Old 11-19-2012
Thank you for you reply. I checked /etc/samba but was nothing there. After i did:
Code:
# find / | grep smb.conf
/etc/opt/samba/smb.conf.default
/etc/opt/samba/smb.conf
/etc/opt/cifsclient/pam/smb.conf.default
/etc/opt/cifsclient/pam/smb.conf
/opt/samba/newconfig/etc/opt/samba/smb.conf
/opt/samba/swat/help/manpages/smb.conf.5.html
/opt/samba/man/man5/smb.conf.5
/opt/cifsclient/pam/newconfig/etc/opt/cifsclient/pam/smb.conf
/usr/local/samba/man/man5/smb.conf.5
/usr/local/samba/lib/smb.conf.default
/usr/local/samba/swat/help/smb.conf.5.html

I see the file in 3 different locations. Which should i modify and if you don't mind showing in detail what to do as i said I have very basic knowledge on this.

Thank you
gjk

Last edited by vbe; 11-26-2012 at 10:09 AM.. Reason: modiffied icode to code tage
# 4  
Old 11-19-2012
Print /etc/opt/samba/smb.conf, then decide how you need to change it. At a minimum you need to specify the machine name, the ip range allowable, the authentication, and the shares.
If you run
Code:
#find / -name smb.conf -exec ls -li {} \;

You will find out if there are links to a common smb.conf.
Beyond that, you need help from someone with acces to an HP system.
You might also consider installing Webmin for a brower based samba administration tool.
# 5  
Old 11-19-2012
You can mount NFS directly on Windows 7 machine (if your network allows it)

Only problem i remember is that you need a registry change to map Anonymous user (currenty maped), to some HPUX user (the owner of NFS server directories for example), so you can read and write from Win7.

Regards
Peasant.
# 6  
Old 11-19-2012
I vaguely remember using ftp access from within the windows explorer. Try like
Code:
ftp://ftpuser:passwd@ip.add.ress/directory/subdir

Maybe a registry change as cited by peasant can be done as well.
This User Gave Thanks to RudiC For This Post:
# 7  
Old 11-20-2012
Well the difficulty you will have is if you belong to a Windows domain ...using active directory as LDAP... be prepared to suffer... its not all that obvious unless you belong also to the Windows team ( ...)
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Unable to mount a clone file system (NetApp)

Hi I have the following difficulty: the NetApp admin has clone one file system from one red hatserver and presented this cloned LUN into another redhat server. I can see the LUN as: fdisk -l Disk /dev/sda: 64.4 GB, 64424509440 bytes 255 heads, 63 sectors/track, 7832 cylinders Units =... (1 Reply)
Discussion started by: fretagi
1 Replies

2. AIX

Cannot mount file system

Hi , We i try to mount aix filesystem i am getting the following error mount: 0506-324 Cannot mount /dev/fslv11 on /testdir: A system call received a parameter that is not valid. Please help me out (2 Replies)
Discussion started by: chidori
2 Replies

3. Solaris

Specifying file system mount order

Does anyone know if it's possible to specify the mount order of local and remote file systems? I'd like to mount a local ZFS file system on top of an NFS mount automatically and have that repeated on every reboot. I've checked man pages and Google, but can't find anything that addresses,... (6 Replies)
Discussion started by: Monty51
6 Replies

4. HP-UX

how to mount a file system from a solaris server into an hp-ux system

Hi all I wonder if its possible to mount on a hp-ux server a file system that was previously mounted on a solaris 10 server. The LUN is on NetApp stoarge. The problem on hp-ux I cannot do pvcreate on the lun (disk) because contains data. Any help will be appreciated FR (2 Replies)
Discussion started by: fretagi
2 Replies

5. HP-UX

mount windows file sharing on hp-ux

Hi all, Can anyone teach me how to mount windows file sharing on hp-ux thanks (2 Replies)
Discussion started by: pantas manik
2 Replies

6. UNIX and Linux Applications

The usage of mount file system of different servers

There is a file system in server1 which is mounted on different file system on server2. Filesystem kbytes used avail capacity Mounted on server1:/users/user1 7047581 5994192 982914 86% /u01 /data/datafiles/user1 The data in... (1 Reply)
Discussion started by: vamshikrishnab
1 Replies

7. Solaris

Mount a remote file system

Hello, I'm having troubles with sharing a filesystem across 2 machines... Machine A, running Solaris 10, is sharian via NFS the filesystem /sp. Machine B, running Solaris 10, is mounting /sp shared by A in /tm/sp and shares via NFS the /tm folder. Machine C, running HP-UX, is mounting... (4 Replies)
Discussion started by: mirciulicai
4 Replies

8. Solaris

File system and disc mount

Hello All Well i m using sun fire and I want to view file system on each disc mount then what will be the commands?...like i want to get each disc like c0t0d0s0 and others and i want to see directories and files distributed on each discs.... with heartiest greetings nilanjan (7 Replies)
Discussion started by: ailnilanjan
7 Replies

9. UNIX for Dummies Questions & Answers

how to mount a file system of a remote machine to local file system

Hi friends, In my case, there are serveral PCs running Linux in a LAN. I would like to to mount the directory /A_river of machine-A to the file system of another machine machine-B so that I can access files in that directory. I do not know how to do this. The situation is complicated by... (2 Replies)
Discussion started by: cy163
2 Replies
Login or Register to Ask a Question