Sponsored Content
Operating Systems Solaris How can i grow Raid 5 volume in SVM..? Post 302240496 by younus_syed on Friday 26th of September 2008 12:53:31 AM
Old 09-26-2008
Thanks.......
 

9 More Discussions You Might Find Interesting

1. Solaris

How do you remove a RAID 5 under SVM?

I have this setup, i can only find docs to unmirror a raid 1 set, how do you get rid of a raid 5 set? the same way? metadetach and metaclear? d8: RAID State: Okay Interlace: 32 blocks Size: 142245693 blocks (67 GB) Original device: Size: 142247872 blocks (67 GB) ... (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

2. Solaris

Disksuite Raid 0 Concatenated Volume - booting from cdrom

Hello, If I boot up from install media in single user mode (Solaris 9 - if it matters), will I be able to mount a concatenated volume? I have combined several disks into one non-os filesystem and I want to be able to mount it while booted in single user mode from cdrom. i.e., mount... (0 Replies)
Discussion started by: calmgreen
0 Replies

3. Solaris

how to get back a SVM volume to solaris control

hi.., help me in this case... 1) now the disk is under disksuite, its have some mirrored volume. how can i get back this disk to OS control. 2) how can i know the a SVM volume avalable,used space. and the filesystem size on tht volume please help in this i am bigginer... (5 Replies)
Discussion started by: b.janardhanguru
5 Replies

4. Solaris

RAID controller needed for SVM?

hi this may be a very stupid question, but im quite new to Solaris (gonna buid my first system, Solaris 10 on x86 system, connected to other windows systems in a home network) i wanna put a RAID 5 system in there to back up my other systems at home; iv read that its really so easy with SVM to... (4 Replies)
Discussion started by: Landser
4 Replies

5. Solaris

ZFS and SVM - volume management

pupp, thanks for the information. but is its integrated volume management better than SVM that we use (with ufs i believe)? (2 Replies)
Discussion started by: StarSol
2 Replies

6. Solaris

Setting up bootblock on RAID 0 SVM

Hi All! I'm running Solaris 10 and SPARC and using Let me give a bit of background before asking my question: I have created a RAID 0 (stripe) on 2 disks, I have the OS running on a third disk and I have now performed a ufsdump / ufsrestore from my third disk to the RAID 0 disks... (7 Replies)
Discussion started by: Keepcase
7 Replies

7. UNIX for Dummies Questions & Answers

Help to Grow the Size of volume

I have a 146Gb drive and want to grow the size from 12G to the max available left. I think 20G is being used so I want to max out from 12 G to 126G. Is this possible? Can you help with the command. root@WRPDWI6k-BU # df -h Filesystem size used avail... (3 Replies)
Discussion started by: udubya
3 Replies

8. Solaris

Grow / expand a ZFS volume

Hi, I need to expand a ZFS volume from 500GB to 800GB. I'd like to ask your help to confirm the following procedure: Can I do it on the fly without bothering the users working on this volume? Thank you in advance! (6 Replies)
Discussion started by: aixlover
6 Replies

9. Solaris

2540 volume expand and solaris zfs grow

Hello I hope everyone is having a good day! Situation: 2540 with 3.6TB of usable space volume A is 2.6TB volume B was 1TB Volume A is mounted via a single lun on a solaris server and is running out of space. Volume B was used on another server but is no longer, I deleted the volume in... (7 Replies)
Discussion started by: Metasin
7 Replies
NEWFS_APFS(8)						    BSD System Manager's Manual 					     NEWFS_APFS(8)

NAME
newfs_apfs -- construct a new APFS volume SYNOPSIS
newfs_apfs [-o options] [-i] [-b block-size] [-s volume-size | -q volume-quota -r volume-reserve] [-v volume-name] [-E | -P] [-R role] special newfs_apfs -C [-o options] [-i] [-b block-size] special newfs_apfs -A [-o options] [-i] [-s volume-size | -q volume-quota -r volume-reserve] [-v volume-name] [-E | -P] [-R role] special newfs_apfs [-o options] [-i] [-s volume-size | -q volume-quota -r volume-reserve] [-v volume-name] [-E | -P] [-R role] special DESCRIPTION
The newfs_apfs command creates a new APFS container on the device and/or adds a new APFS volume to a container. The first, more traditional, form of newfs_apfs formats the given special as a container with a single volume inside it. The second form creates a container only, with no volumes. The third form is used to non-destructively add additional volumes inside an existing container. The fourth form reformats an existing volume by effectively deleting and re-creating it; in this usage (only) special indicates a volume inside the container. The special parameter should be the path to a disk device node, such as /dev/disk1s2, although can be specified as simply disk1s2. The options are as follows: -b block-size The block size of the container. All volumes within this container will use this block size. The default is 4096 bytes. -o options Additional (undocumented) formatting options. -i Creates a case-insensitive volume. This is the default on macOS. -e Creates a case-sensitive volume. -U uid The UID of the root volume. Defaults to current UID. -G uid The GID of the root volume. Defaults to current GID. -q volume-quota Places a quota, or upper limit, on the size of the volume. If specified then no more than this much space will be used for its content, even if there is additional free space in the container; however it is not guaranteed that the entire quota will always be available. By default a volume has no assigned quota. -r volume-reserve Reserves an amount of space for this volume. If specified it is guaranteed that at least this much space will be available for its content; the volume may also grow beyond this size (up to its quota limit, if any) if additional free space in the container. By default a volume has no assigned reserve. -s volume-size The fixed size of the volume. If specified then the volume is guaranteed that exactly this much space will be available for its content. Setting -s is equivalant to setting both -q and -r to that same value. If not specified then the available space is dynamic and determined by the usage of other volumes within the same container (space-sharing). -v volume-name The name of the volume. The default is "untitled". -A Add a volume to an existing container. There is a limit to the number of volumes that may reside inside a container. -C Create a container only, with no volume. newfs_apfs -A may be used later to format volumes inside that container. -E Enable volume encryption. The volume metadata is also encrypted. -F special Format as a Fusion device (with the secondary device specified here). -R role Set the OS "role" of the volume within the container. The role may be one of the following characters: b PreBoot - will contain information used to help boot System volumes r Recovery - will contain the RecoveryOS v VM - will contain swapfiles and hibernate image DIAGNOSTICS
The newfs_apfs utility exits 0 on success, and >0 if an error occurs. EXAMPLES
The following formats a new container and a volume named "Macintosh" on the /dev/disk1s2 device: newfs_apfs -v Macintosh disk1s2 And then this adds another volume, named "Data" with a fixed size of 100 GB, to that container: newfs_apfs -v Data -s 100g -A disk1s2 SEE ALSO
mount_apfs(8) HISTORY
The newfs_apfs utility first appeared in OS X 10.12. Mac OS X September 15, 2015 Mac OS X
All times are GMT -4. The time now is 01:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy