- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- increase size /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
11-27-2003 02:41 AM
11-27-2003 02:41 AM
what I must make to increase /opt and as to stop the service of resmom
thanks[]
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 02:44 AM
11-27-2003 02:44 AM
Re: increase size /opt
depends a bit on what you are running on the server and if you have online jvs installed.
Could you give us the OS + filesystem (vxfs hfs)
Regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 03:00 AM
11-27-2003 03:00 AM
SolutionIf resmond is the only process running on /opt, you can stop it.
# cd /sbin/init.d
# ./predictive stop
# ./diagnostic stop
# cd /
# umount /opt
# lvextend -L XXX /dev/vg00/lvolx
# extendfs /dev/vg00/rlvolx
# mount /opt
# bdf
# /sbin/init.d/diagnostic start
# /sbin/init.d/predictive start
HTH,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 03:03 AM
11-27-2003 03:03 AM
Re: increase size /opt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 03:15 AM
11-27-2003 03:15 AM
Re: increase size /opt
- about extend of /opt:
KBRC00003170 - How to extend a filesystem using Online JFS, Base JFS or HFS.
- about resmon:
If you would like to stop monitoring by EMS you should launch
# /etc/opt/resmon/lbin/monconfig
Use the K option in monconfig
otherwise if you would like resmon, stop ems:
# /sbin/init.d/ems stop
For more details about resmon
# man ems
I hope this helps you.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2003 03:35 AM
11-27-2003 03:35 AM
Re: increase size /opt
bdf /opt
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol6 1572864 1249153 303733 80% /opt
fuser -u /dev/vg00/lvol6
display the process running in file system /opt
example:
nms1 # fuser -u /dev/vg00/lvol6
/dev/vg00/lvol6: 1260mt(root) 931mt(root) 1052mt(root) 1237mt(root) 1197mt(root) 1266mto(root) 1164mto
kill with
fuser -uk /dev/vg00/lvol6