How to access a nas storage (freeNAS) using Solaris?


 
Thread Tools Search this Thread
Operating Systems Solaris How to access a nas storage (freeNAS) using Solaris?
# 1  
Old 07-01-2011
How to access a nas storage (freeNAS) using Solaris?

i have installed freeNAS in one vmware machine and same way i have an solaris vwmare setup. i have created a volume about 500mb using freeNAS. but after that i blacked out.

Code:
1. How shall i make solaris access this share?

2. What all configuration i have to make from solaris end.

Code:
NOTE: my nas volume name is /mnt/volume1. i am using freeNAS 8

Thanks in Advance.
# 2  
Old 07-01-2011
share with nfs!
UNIX Shares - Freenas
# 3  
Old 07-01-2011
Beta.. thats already done..

i have created the volume and also created an unix share using freeNAS webGUI.

how to make it detect from solaris end?? i guess some configuration has to be done with nfs.. but i dont know what..
# 4  
Old 07-01-2011
with this command you can check if you can see a nfs share on your freenas
Code:
dfshares <ip-addresss-freenas>

mount
Code:
mount -F nfs <ip-address-freenas:/path /mountpoint

or
Code:
cd /net/<ip-address-freenas/

# 5  
Old 07-01-2011
dfshares <freenasip>

its throws me this error...

Code:
RPC: Rpcbind failure - RPC: Unable to receive

# 6  
Old 07-01-2011
have you created a NFS share?
or just try to
Code:
cd /net/<freenasip>

# 7  
Old 07-01-2011
I am new to Solaris.. i am picking up my pace slowly Smilie
so bless my ignorance with your knowledge .

all my nfs services and rpc bind services are running.

It would be nice if you tell what all setup in need to do on solaris end.

cd /net/<mynasip>
its says it doesnot exists..

Thanks in advance Beta
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Solaris 9 Home Directory, Two Machines Sharing a NAS

Good Morning, I have 2 Solaris 9 machines sharing a NAS, and need to have users to be able to log in from the 2nd machine and get to all of their files on the NAS that were created on the 1st machine. So far its working ok, but when users log in to the second machine, their user IDs show... (20 Replies)
Discussion started by: Stellaman1977
20 Replies

2. Solaris

NAS drive (WD My Book Live) via Solaris

Anyone ever done this? Is it even possible to mount the remote NAS drive under Solaris? (7 Replies)
Discussion started by: psychocandy
7 Replies

3. Solaris

SVM metaset on 2 node Solaris cluster storage replicated to non-clustered Solaris node

Hi, Is it possible to have a Solaris cluster of 2 nodes at SITE-A using SVM and creating metaset using say 2 LUNs (on SAN). Then replicating these 2 LUNs to remote site SITE-B via storage based replication and then using these LUNs by importing them as a metaset on a server at SITE-B which is... (0 Replies)
Discussion started by: dn2011
0 Replies

4. Solaris

SAN Storage to solaris 10 server

Hi, I have configured our SAN Storage to be connected to our new SUN T5220. On the SAn it looks all fine on the server I do not see any connection: cfgadm -al Ap_Id Type Receptacle Occupant Condition c1 scsi-bus connected ... (4 Replies)
Discussion started by: manni2
4 Replies

5. Solaris

solaris 10 errors mount external usb Harddisk zfs on a nas without cdrom

Hi, I try to mount an external USB HD on a solaris 10 without any success. Machine hardware: i86pc OS version: 5.10 Processor type: i386 Hardware: i86pc The HD is a zfs, but I installed this with a Ubuntu 8.10. iostat -En displays this: --> so the system... (0 Replies)
Discussion started by: edubidu
0 Replies

6. UNIX for Advanced & Expert Users

Mounting NAS Drive on solaris

Hi, Im running 32-bit solaris on sparc. We have a NAS(Network attached drive), with its IP address, username and password. I'd like to be able to mount it on the solaris machine, and unmount it. The best possibility would be able to mount it simulataneously on 2 or more systems. Please... (9 Replies)
Discussion started by: 0ktalmagik
9 Replies
Login or Register to Ask a Question