- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /opt file system
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-22-2003 02:45 AM
01-22-2003 02:45 AM
Could any body advise, after installing the ignite utilty the
/opt file system went up to 91%
.What can be purged in there.
this is very important.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 02:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 03:02 AM
01-22-2003 03:02 AM
Re: /opt file system
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 03:03 AM
01-22-2003 03:03 AM
Re: /opt file system
/opt/ignite/data/Rel....
which is almost 10MB
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 03:23 AM
01-22-2003 03:23 AM
Re: /opt file system
Pete could you please give an example.
appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 03:27 AM
01-22-2003 03:27 AM
Re: /opt file system
mkdir /var/ignite
cd /opt/ignite
find . |cpio -pdumxl /var/ignite
rm -rf /opt/ignite
ln -s /var/ignite /opt/ignite
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 03:36 AM
01-22-2003 03:36 AM
Re: /opt file system
Might be during the time of installation the ignite /opt would have over gone the thresholds.
//The best way is to increase the /opt file system if you have enough space in the volume group//
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 03:37 AM
01-22-2003 03:37 AM
Re: /opt file system
mkdir /var/ignite
cd /opt/ignite
find . |cpio -pdumxl /var/ignite
cd /
rm -rf /opt/ignite
ln -s /var/ignite /opt/ignite
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 04:24 AM
01-22-2003 04:24 AM
Re: /opt file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 04:32 AM
01-22-2003 04:32 AM
Re: /opt file system
What is the size of the /opt file system.
I am not sure whether you have any unwanted core files there.
like core files,.tar,.gz files.
find /opt -name core -exec rm {} \;
find /opt -name "*.tar" -exec ll {} \;
find /opt -name "*.gz" -exec ll {} \;
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 04:34 AM
01-22-2003 04:34 AM
Re: /opt file system
What you really need to do (in order of preference) is:
1) enlarge /opt
2) remove an unused application from /opt
3) move a /opt application somewhere else and replace it with a soft link
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 04:34 AM
01-22-2003 04:34 AM
Re: /opt file system
could you give an ouput off
bdf so we can see where there is space available
# bdf
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 04:40 AM
01-22-2003 04:40 AM
Re: /opt file system
You changed your name from AB to 'XMAN'
Anything special!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:46 AM
01-22-2003 06:46 AM
Re: /opt file system
as you can see the size of the /opt is :
55640 out of 475136.
I agree that the /opt file system should be increased in size.
Hey TG,
I just love the XMAN movie also I like the X-FILES TV Show.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:48 AM
01-22-2003 06:48 AM
Re: /opt file system
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 04:30 AM
02-24-2005 04:30 AM
Re: /opt file system
mkdir /var/ignite
cd /opt/ignite
find . |cpio -pdumxl /var/ignite
cd /
rm -rf /opt/ignite
ln -s /var/ignite /opt/ignite
Then, I resized the LV and now I have more space in /opt file system!
Thanks