How to mount a NetApp snapshoot to a Solaris server?


 
Thread Tools Search this Thread
Operating Systems Solaris How to mount a NetApp snapshoot to a Solaris server?
# 1  
Old 02-26-2016
How to mount a NetApp snapshoot to a Solaris server?

Hi

I have NetApp lun, that was mounted on server as a file system that failed, and that server is no longer in use, but I would like to use that file system on another server. The NetApp Admin, told me he can present that lun to my other system, but my problem is how to mount it? Because that file system has already data, Looking forward to hear your comments
# 2  
Old 02-26-2016
You will rescan the fabric and use mount command or import the zpool once the old lun is visible to new OS.

Just be sure it is not mounted/imported on other host(s) at the same time, since you will corrupt that data.

Also, additional steps might be required if Solaris SVM was involved (you have not specified what have you used on the former server).

Hope that helps
Regards
Peasant.
# 3  
Old 02-26-2016
firstly its a ufsfile system that it will be unmounted on the old system. my query is how to mount it on the new system!
Do I have to use the formatcommand to see the LUN first? and just use mount command?
# 4  
Old 02-26-2016
No, you shouldn't need to use the 'format' command and, indeed, it could be risky to do so (in case it writes anything to the filesystem eg, new label).

You have said that the filesystem is 'ufs' and I assume the connectivity is over Ethernet? Or is it fibre channel?

Assuming it's over ethernet then the NetApp has an ip address so you can prove the LUN's availability to your Solaris host with

Code:
# showmount <NetApp ip address>

This will show you any NFS handles that the NetApp is publishing that your Solaris host could access. If you see a NFS handle available and you have a local mountpoint (or you create one), you can issue the mount command directly.

If the above 'showmount' doesn't show the available NFS handle then your network storage boys haven't published it properly.

Hope that helps.
# 5  
Old 02-26-2016
The connectivity is over fiber channel
# 6  
Old 02-26-2016
Does the LUN show up in the disks listed by format? And is the new server of the same x86 or SPARC processor family as the new one?
# 7  
Old 02-26-2016
If it's fibre channel then use

Code:
# luxadm probe

to see if it's listed in the devices the host can see.

The other problem you will have is that the device nodes (/dev/dsk/?, /dev/rdsk/? and /dev/cfg/?) won't have been created for this LUN. To create then use

Code:
# devfsadm -Cv

Once you have the device node in place you should be able to mount the LUN on a mountpoint of your choice.
This User Gave Thanks to hicksd8 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 NFS client cannot mount a share from a Windows server

I have a Solaris 10 server, I'm trying to mount a share from a Windows nfs server. If I add this entry (tst-walnut:/test_sap_nfs - /majid nfs - yes rw,soft) to my /etc/vfstab, then I can mount, but when I create a file by root:root, the file owner changes to... (1 Reply)
Discussion started by: Hiroshi
1 Replies

2. 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

3. AIX

CIFS/SMB mount NetApp (Windows) fileshare

Hi guys, I'm trying to mount a windows share (hosted on a NetApp filer with clustered Ontap 8.3) and I have no luck doing it. This worked before when we used an old NetApp with Ontap 7.3. Seems there is an issue with ASCII/non-unicode support. I'm wondering if anybody here has mounted... (7 Replies)
Discussion started by: mikedavis
7 Replies

4. Solaris

NFS lookup failed for server netapp

Hi When trying to mount a database from Solaris, we get the error: Feb 10 09:27:22 SUNTEST nfs: NFS lookup failed for server netapp: error 11 (RPC: Server can't decode arguments) Feb 10 09:27:27 SUNTEST nfs: NFS getattr failed for server netapp: error 11 (RPC: Server can't decode... (0 Replies)
Discussion started by: wbdevilliers
0 Replies

5. Solaris

Solaris 10 / NetApp volumes - Forbidden: You don't have permission to access...

Hi all We have a couple of solaris zones running a jboss app in a cluster. Each zone has a shared netapp volume mounted to /app/xxx with everything under that subdir apart from jboss which is local to each zone in /app/jboss-3.2.5 There is a symlink in /app/xxx/jboss-3.2.5 which points to... (0 Replies)
Discussion started by: skewbie
0 Replies

6. Solaris

Can't see Netapp LUN on Solaris using LPFC after reboot.

Hi, I've just edited this post. I found the solution for this. Thanks. (0 Replies)
Discussion started by: gwhelan
0 Replies

7. Solaris

How can I mount a ufs filesystem on a solaris 10 sparc onto a Linux server

Hi there, I am trying to mount a SAN volume (which is mapped to solaris sparc) partitioned with ufs filesystem onto a linux (intel processor 64bit) server. *I have re-compiled the linux kernel t support ufs fstype with ro mount support. filesystem on solaris:... (3 Replies)
Discussion started by: ilan
3 Replies

8. UNIX for Dummies Questions & Answers

can not get netapp to mount RPC Not registered error

getting "NFS mount: netapp : RPC: Program not registered" error searched the site but none of the fixes from previous threads are helping (2 Replies)
Discussion started by: calamine
2 Replies

9. Solaris

Use DFM Netapp 3.01 R1 on Solaris 8

I have this problem when i integrate a new san switch in DFM 3.01 R1 : dfm fcswitch add switchname1 Error: Host switchname2 (11197) already exists. switchname2 is a similar san switch but in another fabric, switchname2 is already integrated in DFM database. Bests Regards Olivier (2 Replies)
Discussion started by: omainfroy
2 Replies
Login or Register to Ask a Question