How to extend an existing file system using SVM in solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris How to extend an existing file system using SVM in solaris 10
# 1  
Old 07-17-2012
How to extend an existing file system using SVM in solaris 10

Hi All

I want to extend this file system to 120Gb:
Code:
df -h /xyz
Filesystem             size   used  avail capacity  Mounted on
/dev/md/dsk/d80         98G    35G    62G    37%    /xyz

and the NetApp admin is going to give me an LUN with 22Gb.
This file system is mounted on:
Code:
 metastat d80
d80: Concat/Stripe
    Size: 209623040 blocks (99 GB)
    Stripe 0:
        Device                                             Start Block  Dbase   Reloc
        /dev/dsk/c4t60A98000646F6172636F677231507347d0s0          0     No      Yes
    Stripe 1:
        Device                                             Start Block  Dbase   Reloc
        /dev/dsk/c4t60A98000646F6172636F6A576D783656d0s6      12288     No      Yes

Device Relocation Information:
Device                                           Reloc  Device ID
/dev/dsk/c4t60A98000646F6172636F677231507347d0   Yes    id1,ssd@n60a98000646f6172636f677231507347
/dev/dsk/c4t60A98000646F6172636F6A576D783656d0   Yes    id1,ssd@n60a98000646f6172636f6a576d783656
root@moneta #

Please can you help me in extending this file system.

regards

FR
# 2  
Old 07-17-2012
Code:
metattach d80 new_LUN
growfs -M /xyz /dev/md/rdsk/d80

This User Gave Thanks to bartus11 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Unable to extend file system

Hi, I have inherited this AIX 5.3 host. I'm unable to increase the /usr file system. It gives me this error. What needs to be done to remove this error? vios:/home/padmin$ chfs -a size=+128M /usr 0516-304 lquerypv: Unable to find device id 0002ef4df616f9690000000000000000 in the Device ... (14 Replies)
Discussion started by: dn888
14 Replies

2. Red Hat

No space in volume group. How to create a file system using existing logical volume

Hello Guys, I want to create a file system dedicated for an application installation. But there is no space in volume group to create a new logical volume. There is enough space in other logical volume which is being mounted on /var. I know we can use that logical volume and create a virtual... (2 Replies)
Discussion started by: vamshigvk475
2 Replies

3. Solaris

Extending the / file system (SVM)

Hi, I currently have a Solaris 10 server with the / root file system using SVM. Here is the information of the current setup. Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 3.0G 635M 2.3G 22% / bash-3.2# metastat d0 d0: Mirror ... (3 Replies)
Discussion started by: MR.bean
3 Replies

4. Emergency UNIX and Linux Support

Not able to extend ZFS file system

Hi All, I have Solaris-10 configured with two non-global zones. All file-systems are mounted on global zone and data file-systems are mounted on non-global zone as lofs. I have added 4 luns of 100 GB each and still not able to extend a file-system. This is production server, so I can not... (5 Replies)
Discussion started by: solaris_1977
5 Replies

5. HP-UX

Unable To Extend the Size of a Logical Volume File System

Background: # uname -a HP-UX deedee B.11.23 U ia64 4294967295 unlimited-user license deedee.rsn.hp.com:/ # bdf /opt Filesystem kbytes used avail %used Mounted on /dev/vg00/lvol6 6553600 6394216 158144 98% /opt /opt is almost full... (3 Replies)
Discussion started by: Rob Sandifer
3 Replies

6. Solaris

SVM - there are no existing databases.

I am facing problems with SVM installed on vmware workstation on intel platform. I have created replicas and a mirror volume using unmountable slices. But when I reboot my hardware I am not able to execute any SVM cmd's getting an error "there are no existing databases." Below are o/p's of few... (0 Replies)
Discussion started by: rahul_11d
0 Replies

7. Solaris

Growing a file system-SVM

Hi gurus Im a newbie in solaris..I need to extend file system space in solaris 10 which is using SVM..I have a file system /pin02 which is 93% full n needs to be extended..only 3.6 gb avail space left..the file system is not mirrored...normal ufs file system only..can u please tel me t... (6 Replies)
Discussion started by: madanmeer
6 Replies

8. AIX

Can not extend a JFS file system

Hi, I am getting an error message when i try to increase the size of a filesystems under AIX 4.3.3: chfs: 0506-932 Can not extend a JFS file system with nbpi = 4096 and frag = 4096 past 134217728 (512 byte blocks). -> Characteristics Journaled File System ... (4 Replies)
Discussion started by: Can
4 Replies

9. UNIX for Advanced & Expert Users

Extend semget on Solaris

Hello evry body, I search to do a extend from semaphore on a SunOS 5.5.1 . I know the /etc/system file but I don't know the code line to put in this file . Help me a find a solution for my computer . Merci d'avance . (1 Reply)
Discussion started by: Romeo_91
1 Replies

10. UNIX for Dummies Questions & Answers

delete a file from an existing Solaris tar

How can I delete a file from an existing Solaris tar file ? (not gtar) (2 Replies)
Discussion started by: avnerht
2 Replies
Login or Register to Ask a Question