Convert UFS (root) to VxFS


 
Thread Tools Search this Thread
Operating Systems Solaris Convert UFS (root) to VxFS
# 8  
Old 09-05-2011
Code:
# fstyp /dev/vx/dsk/bootdg/rootvol
ufs

i was under the impression that /dev/vx means it changed to vxfs.
# 9  
Old 09-05-2011
Quote:
Originally Posted by beginningDBA
Code:
# fstyp /dev/vx/dsk/bootdg/rootvol
ufs

i was under the impression that /dev/vx means it changed to vxfs.
It doesn't necessarily means that. This was already explained one week ago by DukeNuke2: vxvm and vxfs are different things.
# 10  
Old 09-06-2011
You can actually have VXFS as a root file system. We have some that were setup by the previous company at my work. Probably the dumbest thing I've ever seen actually. My co-workers and I all agree it's one of the craziest things we've ever seen. I can't imagine any logical reason for doing that. Keep VXFS for managing your file systems out on the SAN, but not for your OS disks. Use ZFS ideally, and UFS (with Disk Suite for mirroring) if you have to. An ideal setup these days would be to have ZFS for all root and zone file systems.

By adding VXFS to your root disks is only asking for more trouble and problems in the future. You only want standard OS file systems for your root disks. For example, I know of a way where you can boot off of DVD (or jumpstart), and then have to go through all sorts of trouble just to see the root disks, but why put yourself and co-workers through all that.

You also can't use LU (Live Upgrade) with VXFS. LU requires UFS or ZFS file systems, and with ZFS snapshots doing patch clusters in LU is a piece of cake.

Honestly, unless you're doing VCS I don't see any point in even using VXFS since ZFS can do just about everything you could with Veritas.

Last edited by christr; 09-06-2011 at 12:39 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to increase the /var (UFS) filesystem and root disk under veritas control?

I need to increase the /var (UFS) filesystem and root disk under veritas control or root disk is encapsulated # df -k /var Filesystem kbytes used avail capacity Mounted on /dev/vx/dsk/var 13241195 12475897 674524 96% /var # fstyp /dev/vx/dsk/var ufs # pkginfo... (1 Reply)
Discussion started by: amity
1 Replies

2. Solaris

Migration of system having UFS root FS with zones root to ZFS root FS

Hi All After downloading ZFS documentation from oracle site, I am able to successfully migrate UFS root FS without zones to ZFS root FS. But in case of UFS root file system with zones , I am successfully able to migrate global zone to zfs root file system but zone are still in UFS root file... (2 Replies)
Discussion started by: sb200
2 Replies

3. Solaris

Confusion in vxfs & ufs

Hi All, I have rootdg encapsulated within Veritas Volume Manager. /# vxprint -vg rootdg TY NAME ASSOC KSTATE LENGTH PLOFFS STATE TUTIL0 PUTIL0 v rootvol root ENABLED 24585216 - ACTIVE - - v swapvol swap ENABLED 20484288 -... (3 Replies)
Discussion started by: solaris_1977
3 Replies

4. Solaris

Convert root UFS to ZFS on x86 solaris 10/09

Hello All, Good Morning, We are trying to convert the UFS root in to ZFS. Am getting below error. Any one help me out on this ? bash-3.00# zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT guru 5.95G 483M 5.48G 7% ONLINE - bash-3.00# zpool create rpool c2t10d0p0... (4 Replies)
Discussion started by: gowthamakanthan
4 Replies

5. Solaris

Veritas VxVM & Vxfs to SVM and UFS

Hi, I have 2 hosts with Veritas VxVM and VxFS (5.0 MP3_RP2). I need to use the application filesystem's luns from these 2 hosts and mount it on another 2 hosts that are running Solaris 9 09/05 and SVM. Is there resources online or has someone tried this? (4 Replies)
Discussion started by: xor
4 Replies

6. UNIX for Advanced & Expert Users

Veritas VxVM & Vxfs to SVM and UFS

Hi, I have 2 hosts with Veritas VxVM and VxFS (5.0 MP3_RP2). I need to use the application filesystem's luns from these 2 hosts and mount it on another 2 hosts that are running Solaris 9 09/05 and SVM. Is there resources online or has someone tried this? (0 Replies)
Discussion started by: xor
0 Replies

7. Solaris

vxfs free space?

Hi, How do I determine the free space below? # vxdg -g msb_db_dg free DISK DEVICE TAG OFFSET LENGTH FLAGS msb_db_dg01 sdb sdb 312475648 316571392 n Thanks! (1 Reply)
Discussion started by: itik
1 Replies

8. Solaris

Want to expand Solaris 10_x86 root UFS partition

OS: Solaris 10_x86. Problem: Server needs to be patched, but root "/" is near full. /dev/dsk/c1t1d0s0 4.2G 3.9G 284M 94% / The /exports/home dir has a lot more space, and I'd like to either move root "/" to it, or delete it all together: /dev/dsk/c1t1d0s7 12G ... (20 Replies)
Discussion started by: b1f30
20 Replies

9. SCO

VxFS filesystem

Hello, Am basically working on VxFS filesystem and while tracking the file, I got stuck at one point. As I am able to locate the superblock(it is at offset 1024 from the start of partition). And from superblock I got the sector no. of "OLT extent". By jumping to the sector no where OLT... (1 Reply)
Discussion started by: ghimanshu
1 Replies

10. UNIX for Advanced & Expert Users

Procedure to convert UFS to VXFS

Hello ! :confused: Does anyone knows anything about procedure to convert Solaris UFS filesystem to VxFS. Thx, Witt (1 Reply)
Discussion started by: witt
1 Replies
Login or Register to Ask a Question