Growing /opt


 
Thread Tools Search this Thread
Operating Systems Solaris Growing /opt
# 8  
Old 03-30-2010
Please provide details and the precise steps you followed. Especially explain what you mean with "labeling this slice" and what commands you ran.

You cannot easily grow a file system if the underlying slice/partition isn't already managed by a volume manager.

What you can probably do is simply create a new file system on your new disk and mount it to the location where your new software will install itself.
# 9  
Old 03-31-2010
jlliagre - yea... i know. Smilie for some reason i was thinking "tag" and not disk label. and even that doesn't really matter. i was thinking he might have a conflict with some names so i just suggested use another name.

anyway...

so by the looks of your output, you have already labeled your disk.

Quote:
Ready to label disk, continue? yes
Quote:
Ready to label disk, continue? "opt1"
`opt1' is not expected.
Ready to label disk, continue?
it's failing because it's expecting yes/no response from you.
# 10  
Old 03-31-2010
EmbedUX,

your confusion is that /opt has nothing to do with the formatting of the disk or where it get mounted. /opt is just a directory onto which a disk or disk slice is mounted.

As Pupp already stated, you are getting stuck at the point where you need to reply "yes" or "no", and you are replying with "opt".

Once you have your new slice, /opt is not going to "grow" on its own. You'll need to either mount your new slice somewhere inside /opt and start using that directory to store data, or use Sun Volume Manager to concatenate the old slice mounted in /opt with your new slice you just created.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-la

Have no idea on what the below error message is: Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-launcher.jar org.apache.tools.ant.launch.Launcher -buildfile build.xml dist. Any help? (3 Replies)
Discussion started by: gull05
3 Replies

2. AIX

Help growing fs

Hello, I have a filesystem that I'm trying to grow but it's giving me the error: 0516-404 allocp: This system cannot fulfill the allocation request. There are not enough free partitions or not enough physical volumes to keep strictness and satisfy allocation requests. The... (5 Replies)
Discussion started by: bbbngowc
5 Replies

3. Red Hat

Growing filesystem using LVM

Hi, I have a LUN presented to a Linux system and would like to ask if someone can advise if the logical volume /dev/mapper/VGOra-LVOra 12G 11G 659M 95% /usr/app/oracle can be extended. Is there any free space to allocate.... The LUN (25G) has been configured as follows: LUN - ROOT...... (4 Replies)
Discussion started by: jamba1
4 Replies

4. Shell Programming and Scripting

growing files

I am trying to be pro-active and prevent FS from filling up. I know about the df/du command also find -size -mtime ....... What I want to know is there a way I can do a find to see which files have been accessed or modified after a specifc YYYYMMDD-HHMMSS. What I am really looking for is to... (4 Replies)
Discussion started by: BeefStu
4 Replies

5. Solaris

Help with Growing FS

Ok so I just installed Solaris 10 on my x86 laptop. But I too the defaults and now all of the FS's are very small. I can't install anything. The drive is a 40GB but only about 11GB is being seen and used. How can I get the OS to see and use the rest of the drive? I was just going to reinstall, but... (3 Replies)
Discussion started by: bbbngowc
3 Replies

6. Filesystems, Disks and Memory

Growing a FS over 1T - can it be done ?

Greeting Forumers! I've been asked to increase space in a FS that is currently 740G in size: Filesystem size used avail capacity Mounted on /dev/md/dsk/d664 740G 424G 308G 58% /ora_back My SAN administrator has allocated 5 LUNs of 200G each - this will make... (3 Replies)
Discussion started by: bluescreen
3 Replies

7. AIX

Help growing iscsi lun

Hi, I have an iSCSI LUN of 200GB. I increased it to 250GB and when I try to increase the size of the vg, I'm getting an error that none of the volumes have increased in size. How can I get the OS to see the additional 50GB? ---------- Post updated at 03:22 PM ---------- Previous update... (9 Replies)
Discussion started by: bbbngowc
9 Replies

8. Post Here to Contact Site Administrators and Moderators

Opt out selection

Maybe I'm missing something but when I go to CP->Options, I see the box for selecting which forum to opt out of but no way to set it. (5 Replies)
Discussion started by: drhowarddrfine
5 Replies

9. HP-UX

/opt/langtools

hi@all, I have a problem during compilation of c code with gcc. The linker always tries to link against /opt/langtools/lib/libcomp.sl, but I don't have installed this library. Can someone say me, where I can get the langtools? thx!!! (1 Reply)
Discussion started by: Dom_Cyrus
1 Replies

10. UNIX for Dummies Questions & Answers

opt

how can i make more space in my /opt (1 Reply)
Discussion started by: CreamHarry
1 Replies
Login or Register to Ask a Question