What is mounting my RAID?


 
Thread Tools Search this Thread
Operating Systems Solaris What is mounting my RAID?
# 1  
Old 06-17-2014
What is mounting my RAID?

On solaris, I'm used to seeing mount info in /etc/vfstab. I have a raid-5 disk that is mounted, and I see an entry in the vfstab, but that entry was commented out years ago and seems to not be what is currently mounting the RAID when the machine boots. I'm trying to figure out what is mounting the raid on boot, and what is the best way to unmount/mount the disk manually.

I'm running solaris 10 on a Sun Fire x4240. The disk in question is called /raid06. I am running the Storage Tek RAID Manager.

The commented entry in /etc/vfstab:
#/dev/dsk/c1t4d0 /dev/rdsk/c1t4d0s0 /raid06 zfs - yes -

The entry in /etc/mnttab that shows the mount is:
raid06 /raid06 zfs rw,devices,setuid,nonbmand,exec,xattr,atime,dev=2d50002 1397237639

I'm hoping I can just do a "umount /raid06" and "mount /raid06" but I would really like to know what is actually controlling this and mounting the disk on boot. I don't see any reference to /raid06 in the Storage Tek RAID Manager, and I can't find any references to /raid06 anywhere other than the one that is commented out in /etc/vfstab. The system reboots and mounts the RAID just fine. Can someone help me figure out what is actually controlling that? Thanks.

-JJ
# 2  
Old 06-17-2014
Check the zpool and zfs command and also the zfs documentation!
These 2 Users Gave Thanks to DukeNuke2 For This Post:
# 3  
Old 06-17-2014
That's it!

Looks like that's it. Thanks.

-J
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

RAID Configuration for IBM Serveraid-7k SCSI RAID Controller

Hello, I want to delete a RAID configuration an old server has. Since i haven't the chance to work with the specific raid controller in the past can you please help me how to perform the configuraiton? I downloaded IBM ServeRAID Support CD but i wasn't able to configure the video card so i... (0 Replies)
Discussion started by: @dagio
0 Replies

2. Solaris

Software RAID on top of Hardware RAID

Server Model: T5120 with 146G x4 disks. OS: Solaris 10 - installed on c1t0d0. Plan to use software raid (veritas volume mgr) on c1t2d0 disk. After format and label the disk, still not able to detect using vxdiskadm. Question: Should I remove the hardware raid on c1t2d0 first? My... (4 Replies)
Discussion started by: KhawHL
4 Replies

3. AIX

SCSI PCI - X RAID Controller card RAID 5 AIX Disks disappeared

Hello, I have a scsi pci x raid controller card on which I had created a disk array of 3 disks when I type lspv ; I used to see 3 physical disks ( two local disks and one raid 5 disk ) suddenly the raid 5 disk array disappeared ; so the hardware engineer thought the problem was with SCSI... (0 Replies)
Discussion started by: filosophizer
0 Replies

4. Solaris

Creation of Raid 01 and Raid 10

Hello All, I have read enough of texts on Raid 01 and Raid 10 on solaris :wall: . But no-where found a way to create them using SVM. Some one pls tell me how to do or Post some link if that helps. TIA Curious solarister (1 Reply)
Discussion started by: Solarister
1 Replies

5. Solaris

implementing RAID 1 from RAID 5

Dear ALl, I have a RAID 5 volume which is as below d120 r 60GB c1t2d0s5 c1t3d0s5 c1t4d0s5 c1t5d0s5 d7 r 99GB c1t2d0s0 c1t3d0s0 c1t4d0s0 c1t5d0s0 d110 r 99GB c1t2d0s4 c1t3d0s4 c1t4d0s4 c1t5d0s4 d8 r 99GB c1t2d0s1 c1t3d0s1... (2 Replies)
Discussion started by: jegaraman
2 Replies

6. UNIX for Dummies Questions & Answers

RAID software vs hardware RAID

Hi Can someone tell me what are the differences between software and hardware raid ? thx for help. (2 Replies)
Discussion started by: presul
2 Replies

7. Solaris

Raid 5

Hello All, Is it possible to remove a slice from Raid 5 metadevice in SVM which made by only 3 slice ? I can understand the data normally getting split in all 3 disk, if one of a slice(disk) getting failed what we can do ? Only metareplace is the option ? or any other way we have ? ... (3 Replies)
Discussion started by: gowthamakanthan
3 Replies

8. HP-UX

RAID 5 on HP-UX

Hi, i had search through this forum about the RAID 5 configurations on HPUX server (model RP5470) but only find this thread: https://www.unix.com/hp-ux/23910-raid-0-unix.html .. there are two way to configure the RAID that provided from this thread RAID 0 **************** #!/bin/sh... (7 Replies)
Discussion started by: amme_psycho
7 Replies

9. Solaris

Raid 0

Somebody can help me ! how can i do mirror in sun ver 8 without third party software !!! (3 Replies)
Discussion started by: goldfelda
3 Replies
Login or Register to Ask a Question