error : pg: 0652-122 Cannot write to the temporary file


 
Thread Tools Search this Thread
Operating Systems AIX error : pg: 0652-122 Cannot write to the temporary file
# 1  
Old 05-28-2008
error : pg: 0652-122 Cannot write to the temporary file

Hi All,
I'm getting this error when I use "pg".

/tmp is not full and the permission is correct.

root@axappk01::/home> hostname|pg
pg: 0652-122 Cannot write to the temporary file.


Please advise.
# 2  
Old 05-28-2008
Does "more" complain about the same? How large is that file you want to read?
# 3  
Old 05-28-2008
Zaxxon,
The file size is 1MB;
root@axappk01::/test_tmp> du -m /var/adm/ras/errlog
1.00 /var/adm/ras/errlog

root@axappk01::/test_tmp> errpt | pg
pg: 0652-122 Cannot write to the temporary file.
root@axappk01::/test_tmp>
root@axappk01::/test_tmp> errpt | more
IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION
EA88F829 0528155208 I O SYSJ2 USER DATA I/O ERROR
A96B4002 0528155208 I O grpsvcs Group Services informational message
EA88F829 0528155208 I O SYSJ2 USER DATA I/O ERROR
# 4  
Old 05-28-2008
Might be no big help but start using "more" maybe hehe, sorry. No idea where pg tries to write to. Is the problem solved so far or do you insist on using pg?
# 5  
Old 05-28-2008
This usually indicates that a file system is in fact full. Especially as you are root. I assume you have done a df and found no full file systems? Perhaps list the df output here.
# 6  
Old 05-28-2008
I have had this issue before where tmp is not full before you try pg, but in the process it fills up and then when you cancel the command or it cancels itself /tmp goes back to its previous state. I would try adding more space to /tmp and see if the corrects the problem.
# 7  
Old 05-28-2008
Hello,
I was also not able to use vi, and when I tried to telnet to the lpar, I received this error;
"cannot write to /var/adm/wtmp", but I managed to login.

I was not able to write to wtmp, and from errpt, I found these errors;
"Filesystem corrupted", "Filesystem recovery is needed" and the filesize for var/adm/wtmp was not increasing.

I ran an fsck test (online) on /var and it shows some inode errors that need to be fixed.

What I did was I ran fsck in maintenance mode (offline) by booting up from mksysb tape.

As of this morning, it looks okay Smilie

Thanks everyone!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Storing a Temporary File Using C

How would someone save a file such as /etc/vpnc/test.conf locally into a temp file, so it can be queried? So for example if I used rsync to copy this file locally, how would I add that to a temp_file variable and discard it using unlink? #include <stdio.h> #include "error.h" ... (15 Replies)
Discussion started by: metallica1973
15 Replies

2. Shell Programming and Scripting

Write whatever error in log file

Hi all, I have export LOG_FILE=$HOME_DIR/error.log sqlplus -s /nolog << EOF whenever sqlerror exit sql.sqlcode @$HOME_DIR/connect.sql whenever sqlerror exit sql.sqlcode @$SQL_FILE EOF can display the sql error in putty, how can I write them into log file ?:( (2 Replies)
Discussion started by: Hscript
2 Replies

3. UNIX for Dummies Questions & Answers

Mailx - temporary mail message file: No such file or directory

How would I go about resolving this error temporary mail message file: No such file or directory Can anybody tell me where the default location is for the temporary mail message file is for mailx? It appears that it doesn't exist. Thanks (1 Reply)
Discussion started by: joen
1 Replies

4. Shell Programming and Scripting

How to remove a temporary file inside gawk

Hi- How can I make the temporary file 0 byte , created inside gawk. I am using system("rm -f temp_orders"); It seems system command is deleting file permanently and I am not able to execute below statement. print ORD_HEAD_FULL >> cFILE; (cFile is temp_orders) (2 Replies)
Discussion started by: ashish_kaithi
2 Replies

5. Shell Programming and Scripting

Error : cat: 0652-050 Cannot open

After processing around 300 files , I am getting the below error.Please help me to resolve it cat: 0652-050 Cannot open /dir1/dir2/dir3/dir/abc.txt mv: 0653-401 Cannot rename /dir1/dir2/dir3/dir/abc.temp to /dir1/dir2/dir3/dir/abc.csv: . . . how to avoid it. because I am getting... (1 Reply)
Discussion started by: vsachan
1 Replies

6. Shell Programming and Scripting

Perl : how to modify a file without generate a temporary file

Hi All, I have a file like below, how can i insert one line after line 1 without using a temporary file in perl? line 1 line 2 line 3 expected result line 1 new line <---insert here line 2 line 3 (2 Replies)
Discussion started by: summer_cherry
2 Replies

7. Solaris

fssnap error :snapshot error: File system could not be write locked

Hi Guys. This is part of my filesystem structure : Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 47G 5.2G 42G 12% / /devices 0K 0K 0K 0% /devices ctfs 0K 0K 0K 0% ... (2 Replies)
Discussion started by: aggadtech08
2 Replies

8. Shell Programming and Scripting

remove temporary file ?

Hi all, In the script I am creating a temporary file with process id as temp.txt.$$ I want to remove this tomporary file first from the current directory when i'll run the same script next time. Note: Every time when the script executes then it has unique process id and it'll create a... (5 Replies)
Discussion started by: varungupta
5 Replies

9. AIX

pg: 0652-121

Hello, Whenever a non-root user try to run any cmd with |pg on a AIX 5.1 system it returns: pg: 0652-121 Cannot create the temporary file. Does anyone knows what this is about? This doesn't occur with root account. Obrigado (2 Replies)
Discussion started by: maraquez
2 Replies

10. UNIX for Dummies Questions & Answers

tar: write error unexpected end of file

Hi, I have attempted to backup some database files on my company's Solaris machine about 3 times now. Each time that I attempt the backup, about 6 files are evident on the dat tape when I do read of the media and then I see the dreaded "tar: write error unexpected EOF" message. Each time that I... (2 Replies)
Discussion started by: robyn
2 Replies
Login or Register to Ask a Question