- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- increase /opt
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
10-04-2004 01:18 AM
10-04-2004 01:18 AM
What would be the correct procedures?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 01:23 AM
10-04-2004 01:23 AM
SolutionPete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 01:23 AM
10-04-2004 01:23 AM
Re: increase /opt
2. extennd the LV for opt.
3. Extend the fs
If you have Online JFS, no need to go to single user mode, just LVextend and fsadm
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 01:32 AM
10-04-2004 01:32 AM
Re: increase /opt
In this case:
-reboot
-interact with IPL
-Boot with tool "HPUX -is"
-You are in single user mode.
-Extend lvol6
-Reboot.
That's all.
RGDS
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 01:32 AM
10-04-2004 01:32 AM
Re: increase /opt
fuser -cu /opt
See what processes are there - if you can - kill them, then unmount it, lvextend, extendfs it.
Otherwise, single user mode as above, or if you have online JFS:
lvextend -L
fsadm -b
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 01:48 AM
10-04-2004 01:48 AM
Re: increase /opt
It would be worth nothing the space available in the VG.
Plan for the application/s outage. Then it is good idea to go for single user mode otherwise stop all applications ,might be init 2.
then fuser -u /opt
fuser -ku /dev/vg00/lvolx
umount /opt
lvdisplay /dev/vg00/lvolx | egrep "Allocated|Size"
Add to it the PE's you will be allocating.
then
lvextend -l|L
fsadm -b
Hope this helps
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 02:48 AM
10-04-2004 02:48 AM
Re: increase /opt
You can logon to single user mode ,extend the logical volume for /opt and extend the filesystem ,mount it back & check.Online JFS will be helpful to extend without unmounting /opt.
Rgds
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 09:17 AM
10-04-2004 09:17 AM