Setting up a vfstab


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Setting up a vfstab
# 1  
Old 10-18-2010
Setting up a vfstab

Hi Guys

i need your help quite urgently

I am setting up a vfstab but need some help, here is the file systems

Code:
 
0. c0t0d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>  drmlc-00
 Part      Tag   Flag     Cylinders         Size     Blocks      Mounted/used by
  0       root    wm       0 -  4355       6.00GB    (4356/0/0)  d11
  1       swap    wu    4356 -  6533       3.00GB    (2178/0/0)  d21
  2     backup    wm       0 - 24619      33.92GB    (24620/0/0) [dump]
  3   reserved    wu    6534 -  6542      12.70MB    (9/0/0)     metadb
  5        var    wm    6543 -  7994       2.00GB    (1452/0/0)  d51
  7 unassigned    wm    7995 - 24619      22.90GB    (16625/0/0) UNUSED

  1. c0t1d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>  drmlc-00
 Part      Tag   Flag     Cylinders         Size     Blocks      Mounted/used by
  0       root    wm       0 -  5807       8.00GB    (5808/0/0)  UNUSED
  1       swap    wu    5808 - 11615       8.00GB    (5808/0/0)  UNUSED
  2     backup    wm       0 - 24619      33.92GB    (24620/0/0) [dump]
  3   reserved    wu   11616 - 11624      12.70MB    (9/0/0)     UNUSED
  5        var    wm   11625 - 13076       2.00GB    (1452/0/0)  UNUSED
  6       boot    wm   22490 - 22618     181.97MB    (129/0/0)   UNUSED
  7       root    wm   22619 - 24619       2.76GB    (2001/0/0)  UNUSED

i need to set up the vfstab to boot from c0t1d0 and then slice 0, but i am not sure how the vfstab will look, can you please urgently help as i need to get this host up ASAP.

thank you

Brian
# 2  
Old 10-18-2010
can you give the output from metastat as I assume your using mirroring, also a copy of the current vfstab will be useful and finally have you run the metaroot command?

---------- Post updated at 05:04 AM ---------- Previous update was at 05:03 AM ----------

make that metastat -c if your running solaris 10!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

vfstab entries not automounting

Please see my vfstab entries below.. #device device mount FS fsck mount mount #to mount to fsck point type pass at boot options # fd - /dev/fd fd - no - /proc - /proc proc - no ... (3 Replies)
Discussion started by: Tuxidow
3 Replies

2. UNIX for Dummies Questions & Answers

/etc/vfstab vs /etc/mnttab

what is the difference between the /etc/vfstab and /etc/mnttab? when i check both files, the content is almost the same. can you enlighten me? what i know is /etc/vfstab is used for hard mounts. (4 Replies)
Discussion started by: hrist
4 Replies

3. Solaris

etc/vfstab

Hi Everyone, How to find the wrong entry in etc/vfstab or wrong mount point in etc/vfstab ? Thanks & Regards Padmaja. (4 Replies)
Discussion started by: padmaja
4 Replies

4. Solaris

Help changing /etc/vfstab - can't boot

I have Solaris 10 Express that I installed on a PC with two drives. It was on drive 1 (with the boot drive being drive 0). Linux was in a different parition and my boot options where managed by grub. The Solaris parition's /etc/vfstab referenced the root, user, etc.. disks as c0d1sX. But... (6 Replies)
Discussion started by: lyonsd
6 Replies

5. Solaris

how to edit /etc/vfstab

I created a file system earth in /earthpool (zpool). I mounted the file system on a directory /earth. But, when I reboot my machine it doesn't load the file systems and the zpool and zfs shows no pools available and no datasets respectively. I am using Solaris 10 running on X4500. Could you... (5 Replies)
Discussion started by: bharu_sri
5 Replies

6. UNIX for Advanced & Expert Users

vfstab overlay mount

How can I specify and the -O (overlay option) in the vfstab ? Also can you specify the overlay option to the mount options for a Vertias cluster NFS service group ? (0 Replies)
Discussion started by: wjones
0 Replies

7. Shell Programming and Scripting

question about vfstab

Hi all, I have been trying to figure out a way to mount swap on /tmp at a stage early than the default script that does it... If anyone knows how it can be done pls pls help me!!!!! I have been struggling a lot for it Secondly, continuing with the same issue... I wanted to know if the... (4 Replies)
Discussion started by: wrapster
4 Replies

8. Solaris

mount in vfstab

In the end of /etc/vfstab file : /dev/md/dsk/d30 /dev/md/dsk/d30 /odb0 ufs no no - /dev/md/dsk/d40 /dev/md/dsk/d40 /odb1 ufs no no - After boot filesystems /odb0 and /odb1 don't mount. Also they don't mount after comand mount -a But if i'm enter... (1 Reply)
Discussion started by: jess_t03
1 Replies

9. UNIX for Dummies Questions & Answers

VFSTAB edit

Hello all... I have a Ultra 60 that that is used for connecting a large Xerox printer to the network. This computer takes PDF's and converts them to tiffs and sends them back to a pc :p . In order to transfer data back and forth a mount is manually performed on the UNIX box. The mount of course is... (1 Reply)
Discussion started by: xeroxguy
1 Replies

10. UNIX for Dummies Questions & Answers

/etc/vfstab

If i wish to make a mount permanent, is it /etc/vfstab that i have to the entry add to? If so does anybody know the syntax, ie. is it tab or space delimited ? etc etc any help would be greatly appreciated (3 Replies)
Discussion started by: hcclnoodles
3 Replies
Login or Register to Ask a Question