-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-21-2010 11:59 PM
09-21-2010 11:59 PM
/opt
we are using hp-ux lli v3 , in one V-par /opt is gone to 100% .please advise me what i have to do ?
thanks & regards
rakunta
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-22-2010 12:54 AM
09-22-2010 12:54 AM
Re: /opt
You have two options in generally;
1-delete OR backup,then,delete unnecassry files in /opt
2-extend the file space in /opt ; if you have online JFS it is easy but if you do not have it it needs some workaround, bot possible.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-22-2010 02:26 AM
09-22-2010 02:26 AM
Re: /opt
can you give me a brief idea on your second step.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-22-2010 02:37 AM
09-22-2010 02:37 AM
Re: /opt
/usr/sbin/swlist -l product | grep -i jfs
If you have OnLineJFS, then you can do this without booting in single user mode (requires a restart), by only running
lvextend -L then call fsadm to adjust the new size of the FS.
Best regards,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-22-2010 02:49 AM
09-22-2010 02:49 AM
Re: /opt
check if you have Online JFS :
# /usr/sbin/swlist -l product | grep -i jfs
let us know if you have first.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-22-2010 02:59 AM
09-22-2010 02:59 AM
Re: /opt
-check space in vg00
-if free PE are there u can hvae option of extending the FS /opt.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-22-2010 03:11 AM
09-22-2010 03:11 AM
Re: /opt
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-22-2010 03:20 AM
09-22-2010 03:20 AM
Re: /opt
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-22-2010 03:38 AM
09-22-2010 03:38 AM
Re: /opt
1. lvextend
2. extendfs or fsadm -b
Step 1 just makes the lvol bigger. The fielsystem is unchanged.
Step 2 depends on whether you have Online JFS (an optional purchased package) installed. Check the man page for fsadm_vxfs. If it shows the -b option, then you have the extra package and you can extend the filesystem without rebooting into single user mode to umount /opt. Use fsadm first using the -b newsize option. newsize must be followed by the letter m as in:
fsadm -b 500m /opt
for 500MB as the new size for /opt.
NOTE: after years of reporting that the man page for fsadm_vxfs, you must use the suffix m or M to indicate megabytes. Without the suffix, fsadm uses a useless number called sectors which is undefined. It might be 512 or maybe 1024 and perhaps with trial and error you could figure it out. But if you want megabytes, leaving off the "m" will SHRINK the filesystem (or at least try to...).
Without the optional package, you must umount /opt and run extendfs. Since /opt will be busy, you'll need to reboot, interrupt the boot process and manually boot into single user mode. Then you can run extendfs for the rlvol file:
extendfs /dev/vg00/rlvol#
(rlvol# should be replaced with the correct rlvol number for your system). Then you can type the command reboot and the system will reboot with the new size.
Bill Hassell, sysadmin
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP