Operating System - HP-UX
1836579 Members
1875 Online
110102 Solutions
New Discussion

Re: opt file system...move

 
???_185
Regular Advisor

opt file system...move

I try to install Ignite software(ignite-ux-11-11,B5725AA).But /opt files system is insufficient, and I couldn't install.
Is there any way to move space for installation from /opt to sufficient file system?
13 REPLIES 13
Adisuria Wangsadinata_1
Honored Contributor

Re: opt file system...move

Hi,

No, I dont think you can move the target directory from /opt into sufficient file system.

The way is to extend /opt file system first, it's good to have OnlineJFS (purchaseable one) to resolve this issue. Otherwise you need to down your system to single user first to extend the file system.

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Adisuria Wangsadinata_1
Honored Contributor

Re: opt file system...move

Hi,

The other way around is to create /var/opt/ignite file system with the sufficient space.

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Tvs
Regular Advisor

Re: opt file system...move

hi,

in sam we can change the target directory.

or swinsatll with option configure also we can chage the target directory.

regards

Tvs
MarkSyder
Honored Contributor

Re: opt file system...move

It might be worth considering creating a filesystem called /opt/ignite and setting swinstall to install ignite to that directory.

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Shameer.V.A
Respected Contributor

Re: opt file system...move

Hi,
It's better idea to create new file system & mount as /opt/ignite & install ignite on that.

shameer
.... See invisible, feel intangible and achieve impossible as everything is possible ....
Indrajit_1
Valued Contributor

Re: opt file system...move

Hi,

Either u can create a directory ( mkdir /opt/ignit)and create a file seperate file system. mount the file system under /opt/ignit ... so during installation u can assign the path /opt/ignit ...

OR, u need to extend the file system. So if have JFS file system, u can online extend the /opt file system..

#lvextend -L (old size + new size)
#fsadm -b
it should help u to resolve ur issue..

cheers
indrajit
Never Ever Give Up
A. Clay Stephenson
Acclaimed Contributor

Re: opt file system...move

Bear in mind that there is no requirement that /opt be on the boot disk (or even in /dev/vg00) although that is a non-stanard method. It is entirely possible to move /opt to a new filesystem.
If it ain't broke, I can fix that.
???_185
Regular Advisor

Re: opt file system...move

so, just needs a only /opt/ignite file system?
and I don't know how to move /opt files system to an other?
MarkSyder
Honored Contributor

Re: opt file system...move

Assuming you've got space to create a new filesystem for /opt/ignite you don't need to move /opt.

Mark
The triumph of evil requires only that good men do nothing
Devender Khatana
Honored Contributor

Re: opt file system...move

Hi,

There are lot of possibilities here. But it really depends on how much space do you have in your vg00. If you have the space in vg00 then extending opt will be considered as the better option then creating another file system as by doing so you will not have any problems while installing any new software some time later.

How much is the free space in vg00?

HTH,
Devender
Impossible itself mentions "I m possible"
Victor BERRIDGE
Honored Contributor

Re: opt file system...move

Hi,
I agree with Devender, before looking for alternatives, I would look if I cannot start by increasing the size of /opt, so how much space left in vg00 (vgdisplay vg00, remember to divide by 2 if in mirroring)

You have lets say 150 MB you can use?
Next thing is to know if you have OnlineJfs.
If so you can do it online otherwise you will have to umount /opt (so be prepared to go single user in case of trouble)

No space?
Ther is nothing stopping you to create a link /opt/ignite ->to somewhere with more space...

All the best
Victor
???_185
Regular Advisor

Re: opt file system...move

you mean it needs 150M to install iginte in /opt/igite file system? and anything else?
I think it needs /var/opt/ignite file system and space?
the system hasn't OnlineJFS and does it have to be installed in vg00?
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 204800 117912 86224 58% /
/dev/vg00/lvol1 298928 58520 210512 22% /stand
/dev/vg00/lvol8 4710400 1766128 2921320 38% /var
/dev/vg01/lvol2 9728000 2832528 6465136 30% /var/opt/OV
/dev/vg00/lvol7 2088960 1387704 695800 67% /usr
/dev/vg00/lvol4 2097152 844784 1243360 40% /tmp
/dev/vg01/lvol4 20971520 8479316 12297052 41% /oracle
/dev/vg00/lvol6 1703936 1305160 395728 77% /opt
/dev/vg01/lvol1 3145728 899736 2105652 30% /opt/OV
/dev/vg00/lvol5 24576 3680 20800 15% /home
/dev/vg01/lvol3 1048576 42794 942928 4% /etc/opt/OV
and there is ignite software I'll try install.
B5725AA B.5.4.50 HP-UX Installation Utilities (Ignite-UX)
Ignite-UX-11-11 B.5.4.50 HP-UX Installation Utilities for Installing 11.11 Systems
Sivakumar TS
Honored Contributor

Re: opt file system...move


Dear Zungwon,

Check the amount of free space available in all the vgs. use #vgdisplay -v and get the free PEs and multiply by PE size(default is 4MB).

You can create a lvol in any of the vg which has more space and mount it on
/opt/ignite.

This should be OK for continuing with the install.

With Regards,

Siva.
Nothing is Impossible !