- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: opt file system...move
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 04:51 PM
01-04-2006 04:51 PM
opt file system...move
Is there any way to move space for installation from /opt to sufficient file system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 05:04 PM
01-04-2006 05:04 PM
Re: opt file system...move
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 05:07 PM
01-04-2006 05:07 PM
Re: opt file system...move
The other way around is to create /var/opt/ignite file system with the sufficient space.
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 09:29 PM
01-04-2006 09:29 PM
Re: opt file system...move
in sam we can change the target directory.
or swinsatll with option configure also we can chage the target directory.
regards
Tvs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 09:33 PM
01-04-2006 09:33 PM
Re: opt file system...move
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2006 10:05 PM
01-04-2006 10:05 PM
Re: opt file system...move
It's better idea to create new file system & mount as /opt/ignite & install ignite on that.
shameer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 12:36 AM
01-05-2006 12:36 AM
Re: opt file system...move
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 03:06 AM
01-05-2006 03:06 AM
Re: opt file system...move
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 05:27 PM
01-05-2006 05:27 PM
Re: opt file system...move
and I don't know how to move /opt files system to an other?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 07:26 PM
01-05-2006 07:26 PM
Re: opt file system...move
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 07:33 PM
01-05-2006 07:33 PM
Re: opt file system...move
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 08:31 PM
01-05-2006 08:31 PM
Re: opt file system...move
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 12:40 PM
01-08-2006 12:40 PM
Re: opt file system...move
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 03:16 PM
01-08-2006 03:16 PM
Re: opt file system...move
Dear Zungwon,
Check the amount of free space available in all the vgs. use #vgdisplay -v
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.