Check network connection between client and NAS by pinging ip address from the client (Solaris). I assume that already works.
Configure a NFS share on the NAS and publish the LUN to a specific or all ip address.
Check from the Solaris client that the NFS share can be seen using
# showmount -e <ip address of NAS>
If that doesn't show the NFS share as being available you have no chance of proceeding without fixing that.
If share is visible try to mount it. Modern NFS comes in version 2,3,& 4 and both ends must talk the same language. So you might need to specify version:
# mount -F nfs -o vers=3 <path to NAS/NFS share name> /mnt
That should just come back with a prompt (no errors). If so, try creating/deleting files in /mnt just to test you can write/read to NAS.
That's all I have seen on the NAS side to set-up NFS.
I will look more for resources about that.
What I see right now, is that the IT administrator has initiated an iSCSI target for my IP address and the name of the iSCSI image file as shown in the first photo.
There is a difference between NFS and iSCSI.
Is it possible to create a flash archive on iSCSI???
In the meantime, I will search more about setting an NFS file system on my NAS(mycloud ex4100)
NFS is about file sharing, Unix style. (CIFS/SMB is file sharing MS Windows style.)
ISCSI is for attaching a remote disk, that then behaves like a local disk ("data block level").
A "local" disk is where you put a filesystem on (e.g. ext3 or ext4).
NFS then is to share ("export") the filesystem or a part of it ("file level").
If you have an existing disk with enough free space then you can re-use an existing NFS share.
Check the NFS shares from the Solaris side with showmount -e IPaddr
I got your point. That coincides with my understanding of the difference between NFS file sharing and iSCSI. Now, I created the following "\192.168.2.106\Public\Unix" . Let's see how it goes.
I have installed NFS server for windows.
Server IP address is 100.1.1.60
Unix box IP address is 100.1.1.122
The last two mounts in this photo are two trial mounts one for mount point /mnt and one for mount point /backup.
Is this ok now?
Shall I proceed with trial writes from Unix to my windows?
I have tested file sharing in both Unix and windows. its working.
I'm studying the link you shared. But still would need help at this stage since it's very critical
# flarcreate -n Backup -a Faris -c -x /mnt /mnt/Backup.flar
I'm basing this on...
Name of flash = Backup (just for future identification)
Author = Faris (just for future identification)
Compress the archive to save space
Exclude the directory /mnt (we don't want that backed up 'cause it's remote)
Path where the flash is to be written