Sponsored Content
Operating Systems Solaris unable to open a .log(4MB) file in vi Post 302147929 by venkatramana on Thursday 29th of November 2007 04:15:44 AM
Old 11-29-2007
thnk u all of u...

yes....splitting the file....is working well..
once again ...thnk u all....
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX for 386 SX 4MB RAM

How, where from and which UNIX or LINUX can I download so that I can use it normally working on 386 SX 4MB RAM. I want to use only its basic functions and C and C++ compiler on it. I need it for my studies. P.S I need a stable UNIX or LINUX including a full set of functions of C... (4 Replies)
Discussion started by: Traiancho
4 Replies

2. UNIX for Advanced & Expert Users

PCC-F-NOERRFILE, unable to open error message file, facility PR2

I am trying to build a tuxedo server which in turn depends on several Pro*C programs. I am doing it on HP-UX system. It looks to me that the ORACLE_HOME is set properly. But I am getting error message when trying to build. PCC-F-NOERRFILE, unable to open error message file, facility PR2 exit... (1 Reply)
Discussion started by: asutoshch
1 Replies

3. UNIX for Dummies Questions & Answers

SP2-0310 unable to open file

Hi , We are running Oracle 8.1.7 on HP-UX B.11.00. Recently we have upgraded Oracle from 8.0.6. to 8.1.7. Almost all the shell script we use has the Sqlplus as sqlplus -s @/apps/prod/sql/xxxx.sql > /apps/prod/log/xxxx.out . However we receive the error SP2-0310: unable to open file... (2 Replies)
Discussion started by: guru_2007
2 Replies

4. UNIX for Dummies Questions & Answers

Unable to open .sql file

Hi , I am running Oracle 8.1.7 on HP-UX B.11.00. Recently I have upgraded Oracle from 8.0.6. to 8.1.7. Almost all the shell script has the Sqlplus as sqlplus -s @/apps/prod/sql/xxxx.sql > /apps/prod/log/xxxx.out . However I receive the error SP2-0310: unable to open file... (2 Replies)
Discussion started by: Ananth.p
2 Replies

5. AIX

Probably an easy SMIT question- "Unable to open temp file"

Hi All, Can't find any documentation on the web for this anywhere, except about three web pages that are in Chinese. When I enter SMIT on this box, I get ERROR MESSAGE: Unable to open temp file I suspected smit.log, but it is universal readable, writeable by root, and I am root.... (6 Replies)
Discussion started by: jeffpas
6 Replies

6. UNIX for Advanced & Expert Users

Unable to delete an open file

I am working on a unix server. I killed all the processes with my id on the machine. After that I tried to delete a file, I got an error:- file not removed.Text File busy. Deletion of directory prompted:- Directory not empty. Can anyone help me regarding this...??? Thanks, Vikas (11 Replies)
Discussion started by: vikasrout
11 Replies

7. Shell Programming and Scripting

PCC-F-NOERRFILE, unable to open error message file

Hi, I was compiling few C programs in the unix server and getting the following error message rm: /home/a0xxx28/AVT/SEEDLIBRARYDB/LIB/*.a non-existent proc MODE=ANSI CODE=ANSI_C INCLUDE=/home/a0xxx28/PVT/SEEDLIBRARYDB/INCLUDE INCLUDE=/home/a0xxx28/PVT/SEEDLIBRARY/INCLUDE ... (1 Reply)
Discussion started by: kavithakuttyk
1 Replies

8. Red Hat

unable to open / create any file in vi

Hi, I am unable to create/open any file in vi editor for normal user, though using root I am able to create/open any file, using redhat 5.5, example vi test it showing nothing after entering command (9 Replies)
Discussion started by: manoj.solaris
9 Replies

9. Shell Programming and Scripting

Unable to open a file in perl

Not able to open a file using this code why not? use strict; use warnings; my $file = "verInfo.txt"; unless(open FILE, $file) { # Die with error message # if we can't open it. die "\nUnable to open $file\n"; } my $line = <FILE>; print $line; close FILE; (7 Replies)
Discussion started by: srijith
7 Replies

10. UNIX for Beginners Questions & Answers

Unable to open input kickstart file curl#37

Hi, Getting the below error while installing from ks.cfg unable to open input kickstart file curl#37 Couldn't open file /tmp/swappart Here am trying to include /tmp/swappart file from pre section under disks and partition section. Dont know where exactly am doing wrong My kickstart file... (3 Replies)
Discussion started by: Sumanthsv
3 Replies
pagezero_daemon_enabled(5)					File Formats Manual					pagezero_daemon_enabled(5)

NAME
pagezero_daemon_enabled - zeroing of free memory in the background is enabled VALUES
Default Allowed values Minimum: Maximum: DESCRIPTION
HP-UX provides improved security by zeroing out any memory that is being assigned to user space. This ensures that no user can read what may have been written by some other user. Normally, the zeroing is done when the physical page is allocated to the user -- often when the application touches the page for the first time. Some system calls like also result in the zeroing of pages. The time taken for these kind of system calls and accesses depends upon the size of the memory being zeroed out. A 4G page may easily take many seconds to be allo- cated. A large database shared memory segment may take many minutes to be allocated. Allocation of a small page is generally unobserv- able. The daemon is a performance enhancement that reduces the elapsed time for completing kernel operations like page faults, and so on. The idea is to zero out large free pages (4MB and above in size) during times when the CPU is idle. The daemon has been specially designed to ensure that it only executes for brief times when the CPU is idle. However, under certain conditions, where some resource (CPU, TLB or Memory bandwidth) is very highly utilized, it is possible that the operation of the daemon adversely impacts performance. For example, if the application is limited by the memory bandwidth, then it may be better to disable the daemon. This situation is expected to be rare. Most workloads will not need to disable the daemon. This tunable allows system administrators to disable and enable the daemon. Once the daemon has been disabled, it will not zero out any more pages. Any pages already in the process of being zeroed will be zeroed out. When the daemon is enabled, it will zero out any unze- roed free pages of size 4MB and more. Who is Expected to Change This Tunable? Anyone. Restrictions on Changing Changes to this tunable take effect immediately. When Should the Value of This Tunable Be Changed to 0? This tunable should be changed only if the system is using large pages (i.e. is set to 4MB or above). Changing it if the system is not using pages of size 4M and above will have no effect. It may be changed to 0 if the system is bottle-necked on some hardware resource. In particular, disabling the daemon may help in decreasing TLB misses and increasing the available CPU time and reducing memory latencies. What Are the Side Effects of changing the value to 0? Disabling the daemon will increase the time it takes to process page faults and to complete system calls that result in the allocation of memory (e.g. WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by HP. SEE ALSO
vps_ceiling(5). Tunable Kernel Parameters pagezero_daemon_enabled(5)
All times are GMT -4. The time now is 02:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy