Can you provide output of following : zonecfg -z <your_zone> info
Depending on your configuration and available memory on the system, same could be achieved using prctl command.
It also looks like the size in enforced inside zone in /etc/vfstab
I'm not sure there is a way without reboot of the zone to increase that value, if configured in above manner.
Keep in mind if you are installing Oracle software, there are variables TMP and TMPDIR which can point to any directory having more space, for install to work.
Yes I know that changing the value in vfstab from 512 to 1024 and reboot of zone will solve the issue. Here I am doing it in my test VM as we got this request once in every month. Please let us know how can we do it from prctl ( here we want to limit the use of /tmp mean swap) command and also let us know how to do it through TMP and TMPDIR if we get the request for Oracle Database Software from DB team
Unfortunately you cannot do it live with vfstab entry.
The zone currently has 3 GB memory and 2 GB swap, with /tmp limited via vfstab entry inside the zone to 512 MB.
Otherwise (if no limit is imposed in vfstab), prctl / rctladm commands can be used against zone.max-swap during runtime.
This will increase it during runtime, but you still need to add using zonecfg so it is set during next reboot.
Since you will need to reboot, best to do it via zonecfg exclusively.
As for Oracle DB install, just issue export TMP=/some/path and export TMPDIR=/some/path where /some/path is any location on the system which has at least 1 GB of free space, following by installer run in the same shell session.
I have Question that is setting TMP and TMPDIR variable as a Oracle user with some path on which they have access so that when oracle installer software will run it will use that path for temporary files within same shell. After installation complete unset these variable .
I know how to use prctl command . Could you let me know rctladm command usage for dynamic changes.
Further change done by prctl or rctladm command is not permanent and will gone after reboot till we add those change through zonecfg command.
Yep, only current shell session will use those variables.
But be advised, oracle software will require some /tmp space to function properly. Some being written in software documentation, being requirements for that software.
As for prctl and other commands, one should exercise in virtual environment, due to those commands being (mostly) universal on all solaris architectures (x86 or sparc).
No post will replace experience which a virtual solaris instance can provide on laptop / pc using one of many virtualization techs present.
Regards
Peasant.
These 2 Users Gave Thanks to Peasant For This Post:
Dear Friends,
I would like to increase the size of a file system from 10GB to 15GB.
System is runing on HP-UX 11.31.
Please help in the matter.
Regards,
Bhagawati Pandey (3 Replies)
Hi,
I have solaris 10 (sparc) operating system machine on which I have installed supported weblogic 10.3. It was installed properly. As we know weblogic uses jvm to run and uses a part of jvm memory.
But I am facing one problem in which JVM is getting crashed again and again resulting my... (2 Replies)
Hello Admins,
I am running a redhat linux 5 on vmware workstation.
I need to increase or add some more space to my root (/) partition. I don't have any LVM configured..
Please suggest.
# df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 3.8G 3.1G ... (4 Replies)
Hi all
system Solaris 10 10/09 s10x_u8wos_08a X86
ufs file system
I would like to install SunStudio.
After the gui comes up it shows that i need to add swap space of at least 900m.
the command swap-s shows 880m free.
My question is can you temporarily increase swap by 1 or 2... (3 Replies)
Hi all,
we are usig aix 4.3 and i need to increase the size of "/u01" file sytem which is mounted on logical volume "lv00", but "/u01" file system size is 9 GB and logical volume "lvoo" size 9 GB.how do i increase the size of /u01.do i increase the size of logical volume "lv00" and then... (2 Replies)
Hi frnz,
Need an urgent help...
I have installed solaris 8 in a sunblade workstation with 136GB hdd.
While installation it has taken a default filesystem size as 1.37GB for root.
AFtr completing the installation i have extended the root partition to 130GB.
But still df output shows... (4 Replies)
My /tmp is full, and the oracle installation is crashing. How can I increase the size of /tmp, even though I have allocated all the available disk space to other partitions? (2 Replies)
How can I check how much space is left in the solaris file system? and how can I increase those space in the file system?. I am trying to install Oracle Database on Solaris 8.But, it keep giving me error message says that"There is not enough space on the volume you have specified".
Thanks
... (1 Reply)