- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot " vi or view" entire file if over 100m
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
03-30-2004 12:44 PM
03-30-2004 12:44 PM
Does anyone know if there is a restriction
for viewing ( vi or view ) a file over 100m
in size? I can view most of the file, but not all. I can extcute a "tail -f" on the file or
"cat" the file. Is there a buffer limit? Maybe
a kernel parm setting ? I have listed the files
I cannot view completly.
***************************
HP-UX B.11.11 U 9000/800 9000/800/rp7410
# find /applogs -size +100000000c -xdev -exec ll {} \;
-rw-r--r-- 1 portprd app 624092134 Mar 26 17:02 /applogs/portal/webserv/apache/old/wlplugin.log
-rw-r--r-- 1 portprd app 234260025 Mar 30 17:42 /applogs/portal/webserv/apache/wlplugin.log
-rw-r--r-- 1 portprd app 117031282 Mar 30 17:18 /applogs/portal/webserv/apache/wlplugin.log.bak
-rw-r--r-- 1 portprd app 243718837 Mar 26 17:02 /applogs/portal/webserv/siteminder/old/smwa.log
---------- 1 portprd app 526874624 Mar 29 09:25 /applogs/portal/webserv/weblogic/paulo/wlproxy.log
-rw-r--r-- 1 portprd app 526874624 Mar 27 22:00 /applogs/tmp/wlproxy.log
******************************
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 01:06 PM
03-30-2004 01:06 PM
SolutionWorst-case, use the split command to break this monster into bite-size chunks. Man split for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 05:26 PM
03-30-2004 05:26 PM
Re: cannot " vi or view" entire file if over 100m
Try This :
set TMPDIR to /tmp in .exrc
.exrc file is the initialization file for vi
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 07:16 PM
03-30-2004 07:16 PM
Re: cannot " vi or view" entire file if over 100m
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 08:18 PM
03-30-2004 08:18 PM
Re: cannot " vi or view" entire file if over 100m
maxswapchunks
- If it is necessary to increase the limit of the space of configurabile exchange beyond the default, to increase the value of the parameter of the operating system maxswapchunks using SAM (that it has greater information on the settabili parameters) or to reshape the kernel using the HP-UX commandos.
See Also
swchunk
maxdsiz
*** Note: changes of parameter will take effect at next boot.
HTH
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 11:09 PM
03-30-2004 11:09 PM
Re: cannot " vi or view" entire file if over 100m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 07:13 PM
03-31-2004 07:13 PM
Re: cannot " vi or view" entire file if over 100m
It has many advantages over the standard, including support for massive files.
The US site for this is
http://hpux.cs.utah.edu/hppd/hpux/Editors/vim-6.2/
-- Graham