Solaris: Expanding / Extending a mount point / Slice


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris: Expanding / Extending a mount point / Slice
# 15  
Old 02-20-2012
# cat /etc/release
Solaris 10 5/09 s10s_u7wos_08 SPARC
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 30 March 2009

#uname -a
SunOS 5.10 Generic_141414-10 sun4u sparc SUNW,Netra-T12

# zpool upgrade
This system is currently running ZFS pool version 10.
All pools are formatted using this version.

# zfs upgrade
This system is currently running ZFS filesystem version 3.

The following filesystems are out of date, and can be upgraded. After being
upgraded, these filesystems (and any 'zfs send' streams generated from
subsequent snapshots) will no longer be accessible by older software versions.

VER FILESYSTEM
--- ------------
1 sybdump
# 16  
Old 02-20-2012
I think the easiest solution (not requiring system upgrade) is to add new LUN to the system and add it to the pool with the "zpool add" command. I don't know if it is safe to shrink existing LUN to the old (500GB) size... so you might have wasted 100GB of space.
# 17  
Old 02-20-2012
Thanks for your assistance. If thats what the solution is, then I will need to find out how to do that.
# 18  
Old 02-20-2012
There is also one more possibility. But it requires unmounting of the filesystems and might not even work. You might try doing export/import of the pool with:
Code:
zpool export sybdump
zpool import sybdump

Filesystems will be mounted automatically after the import. Let me know if you tried it and if it helped.
# 19  
Old 02-21-2012
Quote:
Originally Posted by bartus11
There is also one more possibility. But it requires unmounting of the filesystems and might not even work.
It should just work but will require to stop all applications using the affected file systems and volumes, possibly by going in single user mode.

Exporting/importing was the way to have pools taking into account LUN enlargements before "zpool online -e" and the "autoexpand" property were implemented with Solaris 10 09/10.
# 20  
Old 02-27-2012
Bart -

Thanks for the info, and sorry I haven't responded sooner. I will try that and see if it works, and then let you know.

Thanks.


- Joey
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to create a new mount point with 600GB and add 350 GBexisting mount point? IN AIX

How to create a new mount point with 600GB and add 350 GBexisting mount point Best if there step that i can follow or execute before i mount or add diskspace IN AIX Thanks (2 Replies)
Discussion started by: Thilagarajan
2 Replies

2. Solaris

import lun data to mount point - Solaris 10

Hi Guys, I have EMC Storage and from this storage I have maped lun5 to Sun Solaris server and I have created on this lun mount point with name /application I have anothere Sun Solaris server and I'll colne lun5 to lun10 from storage level so the data of lun5 will be in lun10 how to... (6 Replies)
Discussion started by: Mr.AIX
6 Replies

3. Linux

Expanding slice

Hi all I am testing backupPC as a backup solution for machines, as far as i knew, backuppc cannot combine more than storage from different slices so it have to be in one slice my question is, what is the easy way to offer a virtual logical drive expanded/expandable to backuppc, i mean i want to... (1 Reply)
Discussion started by: XP_2600
1 Replies

4. Solaris

how to mount back the slice 7

Hi, i encounter problem during middle progress of mirroring. i trying create a mirror (metainit) to my slice 7. Who's have any experience, can you please help me? i tried create a state database replica "metadb -afc1 /dev/dsk/cxtxdxs7" but at it show it cannot create caused /dev/dsk/cxtxdxs7... (2 Replies)
Discussion started by: webster5u
2 Replies

5. AIX

Creating a new mount point

Hello, I have an AIX Oracle database server that I need to create a new filesystem/mount where I can create a new ORacle home to install 11g on. What are the needed steps to create this? There are mounts for Oracle 9i and 10g already. Thank you. - David (7 Replies)
Discussion started by: dkranes
7 Replies

6. Solaris

extending /var in solaris 10

Hi all, i need to extend /var file system on my solaris 10 box /var is part of rootdg current size 2GB Required size 6GB layout mirror veritas 4.1 solaris 5.10 pls let me know the steps and the procedure to follow. regards Ajay S (2 Replies)
Discussion started by: ajays
2 Replies

7. Solaris

Can't mount slice

Hey guys, This is how I originally had my drive setup... This is on a solaris 10 box ***BEFORE*** Current Disk = c0t1d0 Current partition table (original): Total disk cylinders available: 7506 + 2 (reserved cylinders) Part Tag Flag Cylinders Size Blocks... (2 Replies)
Discussion started by: kingdbag
2 Replies

8. UNIX for Dummies Questions & Answers

mount point

hi people, I'm trying to create a mount point, but am having no sucess at all, with the following: mount -F ufs /dev/dsk/diskname /newdirectory but i keep getting - mount-point /newdirectory doesn't exist. What am i doing wrong/missing? Thanks Rc (1 Reply)
Discussion started by: colesy
1 Replies

9. UNIX for Dummies Questions & Answers

Recover mount point

A disk was sliced into 6 slices with m01 being the mount point for one of the slices. This mount point was deleted with rmdir (ie. rmdir m01). What is the easiest way to recover this mount point? (1 Reply)
Discussion started by: here2learn
1 Replies

10. UNIX for Advanced & Expert Users

mount point lost

hi , I was applying patches after that when i reboot i get these message. I did not do anything other thatn this. Now i am unable to start my oracle . Tell me how to solve this These are the error messages forceload of /drv/rdriver failed /drv/rdmexus failed ... (7 Replies)
Discussion started by: sathiya
7 Replies
Login or Register to Ask a Question