- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VX patch install using too much space in /
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
05-05-2006 03:16 AM
05-05-2006 03:16 AM
VX patch install using too much space in /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2006 03:23 AM
05-05-2006 03:23 AM
Re: VX patch install using too much space in /
Check for core files: -
find / -name *core* -xdev
Check for large files example is > 10Mb): -
find / -size +10000000 -xdev
It's not uncommon for misplaces files to fill up /.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2006 08:30 AM
05-05-2006 08:30 AM
Re: VX patch install using too much space in /
cd /home/mydir
tar cvf /dev/rmt/om *
This means that you get a normal file om in /dev/rmt instead of it going to teh tape at /dev/rmt/0m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2006 08:35 AM
05-05-2006 08:35 AM
Re: VX patch install using too much space in /
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2006 09:25 AM
05-05-2006 09:25 AM
Re: VX patch install using too much space in /
there is a S.R. on that -- you can't remove it
VERITAS have recently released a 11.11 VxVM 3.5 patch
[PHCO_30850/PACHRDME/English] which installs a 29MB file at
"/etc/vx/static.d/build/vold.o". The huge vold.o is due to the inclusion
of debug symbols as a result of JAGaf37554. This object file is
necessary for recompiling a static vxconfigd binary (under
/etc/vx/type/static/vxconfigd) in case some VERITAS ASL (array support
library) is installed. The huge vold.o is due to the inclusion of debug
symbols as a result of JAGaf37554. The static vxconfigd recompiled using
this vold.o is also 29MB in size. That means the installation of
[PHCO_30850/PACHRDME/English] will request 29*2MB in the root
filesystem for customers having an ASL installed. That creates a lot of
burden on the root filesystem which is currently defaulted at <300MB.
It is known that pxdb can optimize the debug information in the
recompiled static vxconfigd to reduce its size to 5MB. For systems
having the compiler bundle installed, ld will find pxdb under the
default path /opt/langtools/bin/pxdb and will run pxdb automatically on
the executable. But the intermediate program would still be 29Mb before
it was pxdbed.
Although [PHCO_30850/PACHRDME/English] is a 11.11 patch, VERITAS will
be including the debug symbols in vold.o for VxVM patches on 11.23 and
later VxVM releases, thus this request to increase the default root
filesystem size on 11.23 and onwards. VERITAS also wants to increase the
default size of the stand filesystem at the same time as both root and
stand filesystems cannot be easily extended.
CR# JAGaf51230 problem This enhancement request is asking for the
default sizes for the root filesystem and /stand to be changed and also
(optionally) to allow /etc/vx/static.d/build to be a mounted filesystem.
Rgds...Geoff