0653-421 mksysb errot


 
Thread Tools Search this Thread
Operating Systems AIX 0653-421 mksysb errot
# 1  
Old 09-24-2008
0653-421 mksysb errot

When i am taking mksysb that time it is giving error 0653-421 error.
# 2  
Old 09-24-2008
Verbose mode (-v) could have been helpful. Nevertheless, Google shows:

http://unix.derkeiler.com/Mailing-Li...4-07/0187.html

and

IBM - IY61096: MKSYSB:0511-449 TOO MANY LEVELS OF SYMBOLIC LINKS

After looking that stuff up I suggest finally you post the whole error output, maybe by including the verbose option.
# 3  
Old 09-24-2008
Mksysb

This is the exact problem

Before command completion, additional instructions may appear below.

Creating information file (/image.data) for rootvg.
Creating tape boot image.
bosboot: Boot image is 36515 512 byte blocks.
ln: 0653-421 ./usr/lpp/bosinst/datadaemon exists.
Specify -f to remove ./usr/lpp/bosinst/datadaemon before linking.
.cannot access ./usr/lpp/bosinst/datadaemon/: There are too many levels of symbo
lic links to translate a path name.
0512-021 mksysb: Attempt to create a bootable tape failed:
mkinsttape /dev/rmt0.1 failed with return code 9.
# 4  
Old 09-24-2008
mksysb

when ever i delete the file datadeamon file, after mksysb command fired then it is creating like

bash-3.00# pwd
/usr/lpp/bosinst


bash-3.00# ls -l datadaemon
lrwxrwxrwx 1 root system 27 Sep 24 18:18 datadaemon -> /usr/lpp/bosinst/datadaemon


I compared to another server. That server this file not having the link. How will we remove the link. It is again and again create the link.

Please suuggest me.
# 5  
Old 09-24-2008
What does
Code:
oslevel -s
# or
oslevel -r

show?
# 6  
Old 09-24-2008
mksysb

now the mksysb is going .

I removed the file, and create the touch file. Now it is going.

bash-3.00# rm /usr/lpp/bosinst/datadaemon
bash-3.00# touch /usr/lpp/bosinst/datadaemon

our server oslevel is

$ oslevel -s
5300-06-01-0722
# 7  
Old 09-24-2008
Glad you fixed it - couldn't find anything helpful what that binary "datadaemon" is used for anyway... I hope your mksysb image works when restoring or better I hope you never need it Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

0653-340 There is not enough memory available now

Hi, I have and IB RS/6000 machine running 32-bit AIX 4.3.3. We have a directory that is NFS mounted to this machine. Whenever I run the "ls" command in this directory, I get the following error: 0653-340 There is not enough memory available now There was originally 512 MB of... (11 Replies)
Discussion started by: amp24
11 Replies

2. Shell Programming and Scripting

sort: 0653-657 A write error occurred while sorting.

Hi I am trying to sort a file of 88075743B size. I am doing some processing on the file and after the processing is done; I get 2 files temp1 and temp2. I need to combine both these files as one and this final file should be sorted on fields 1 and 2. Space is the delimiter between fields. Record... (2 Replies)
Discussion started by: diksha2207
2 Replies

3. HP-UX

FTP script failing in middle , Error 421

All, I know this question has been asked , but mine is different scenario I am unsing HP unix, trying to transfer HP-Unix to HP-Unix. I am transfering a bunch of file form machine1 to machine2. when i intiate my FTP script the files are getting transfered from machine1 to machine2.... (7 Replies)
Discussion started by: arunkumar_mca
7 Replies

4. AIX

Help with mksysb

Hi All, Working on AIX 4.2 system. On this server there is no tape drive or a DVD Writer attached to the AIX box. I was able to do mksysb, but I got warning message saying it will not be bootable. On the new system, I did install 5.3 and now I need to restore this mksysb image from the... (5 Replies)
Discussion started by: samnyc
5 Replies

5. AIX

mksysb

Hello everyone I have two questions. I would like to hear your opinions, your tips. I have several box with aix 5.3. the rootvg in each box has mirror. but I have a cron that makes a mksysb every week. Do you think that it the best to have a mksysb of rootvg if I have a mirror on this... (4 Replies)
Discussion started by: lo-lp-kl
4 Replies

6. Cybersecurity

"421 service not available, remote server has closed connection."?

"421 service not available, remote server has closed connection." I tried to do ftp to one of the unix server . ftp hostname password It get connects when i do any command it throws error ftp> ls "421 service not available, remote server has closed connection." (1 Reply)
Discussion started by: vishaldsh
1 Replies

7. AIX

mksysb

I dont have either a tape drive or a DVD Writer attached to the AIX box. Can you let me know the possibilities of making an mksysb in a bootable media? This is required as we have a requirement to upgrade the OS. (2 Replies)
Discussion started by: chrisanto_2000
2 Replies

8. AIX

mksysb...

Hi friends.. My one problem is not resolved yet I have another. I am planning to take an OS backup of my p550 using "mksysb". Now i am confussed. suppose I give the command to take the backup into a tape drive and my backup size exceeds the tape capacity.. what will happen? will it ask for... (2 Replies)
Discussion started by: balaji_prk
2 Replies
Login or Register to Ask a Question