Sponsored Content
Operating Systems AIX AIX hangs through the boot process Post 302142863 by bakunin on Tuesday 30th of October 2007 02:01:07 AM
Old 10-30-2007
I don't know for sure but this seems like it has nothing to do with the ctrmc subsystem. This seems to be the culprit:

IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION
BE0A03E5 0811092871 P H sysplanar0 ENVIRONMENTAL PROBLEM
BE0A03E5 0811092671 P H sysplanar0 ENVIRONMENTAL PROBLEM
BFE4C025 0811092371 P H sysplanar0 UNDETERMINED ERROR
9DBCFDEE 0811092471 T O errdemon ERROR LOGGING TURNED ON
BE0A03E5 0809084471 P H sysplanar0 ENVIRONMENTAL PROBLEM
67145A39 0809084271 U S SYSDUMP SYSTEM DUMP
BE0A03E5 0809084171 P H sysplanar0 ENVIRONMENTAL PROBLEM

Boot again to single user mode, and issue "errpt -a | more" to see the details. Each of these entries is only the headline to a problem, "errpt -a" will give you the full text.

Without wanting to rush to conclusions this looks more lika problem suited for the technician than one suited for system administrators. "sysplanar0" is the system planar, something like the "motherboard" in PCs. This thing failing is usually pretty bad news from the hardware.

bakunin
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

nohup process hangs

Hi All, I tried searching for this, but I have yet to find anything useful. So here goes, if a script executed from another script with nohup & hangs, does it affect the parent script? Reason I ask, we have a windows box with NFS, and we use it to store some of our files. Currently, I mount the... (2 Replies)
Discussion started by: Sully
2 Replies

2. AIX

RS6K B50 Hangs at E140 on Boot

I've got an RS6K B50, and i've installed AIX 5.3, TL5. It installs fine, the only customisations i make to the BOS are to change the locale / keyboard layout to UK, and to choose not to install graphical software. I have no video card in this box, and i connect via a serial console (null modem... (4 Replies)
Discussion started by: craigp84
4 Replies

3. Solaris

Boot hangs up on solaris

Hi all, I have a SUN server Sun-Fire-V890 running solaris 9, with a remote system console . Both the IP adresses of the server and the console are in a private network (address 10.67.xxx). For some reasons I need to give the access to the server from outside address 194.xxx, but I prefer that... (2 Replies)
Discussion started by: aribault
2 Replies

4. AIX

AIX hangs on boot

Hi guys, Got a tiny bit of a problem on one of our servers here at work. I installed AIX 5.3 on the server and that went fine. Then I upgraded to ML 5300-05-01, but now the system just hangs on boot. The system starts up and the monitor comes on in few minutes, but a few seconds later when... (6 Replies)
Discussion started by: drchris
6 Replies

5. AIX

boot process stuck on "Welcome to AIX" banner

Good afternoon, I'm currently working on an IBM 9110-510, with an AIX 6.1 on it. Currently, I've put an HyperTerminal on the machine vty0. Folowing the procedure given by a support guy(§details), I'm able to get to the AIX banner ... (6 Replies)
Discussion started by: nilleb
6 Replies

6. Ubuntu

Boot hangs while adding swap

Boot process hangs after reaching the following line: Adding 5853176k swap on /dev/mapper/mch-swap_1. Priority:-1 extents:1 across:5853176kUsing knoppix 6.2 as LiveCD, and mounting the partitions, I got the following: # /etc/fstab: static file system information. # # Use 'blkid -o value -s... (0 Replies)
Discussion started by: fzaker
0 Replies

7. AIX

AIX 6.1 rogue process starts at boot up

We are having a bit of trouble finding where the following process is being started from at bootup. /opt/IBM/tdsV6.2db2/itma/aix526/ud/bin/kuddb2 db2tdsWe have looked in the typical areas /etc/inittab & /etc/rc.d but have had no luck finding it, any ideas? (10 Replies)
Discussion started by: j_aix
10 Replies

8. AIX

AIX 5.3 Boot Hangs On Power4 Hardware

Hi all, We have a old Power4 server with AIX version 5.3 installed. Upon boot up, it hangs right after the AIX welcome screen. On the diagnostic load progress LED indicator, I saw that it stopped at '0c32' then after awhile the LED would be blank. The screen on the monitor will hang at the black... (15 Replies)
Discussion started by: a_sim
15 Replies

9. Solaris

Server Hangs at boot

Hi Guys, I have a SunBlade 1500 which I use to practice at home. Suddenly when I power on the server it just displays the solaris banner and Boot device: disk File and args: Then it stops and says " rebooting with command: boot" It doesn't boot to the kernel. Is there anyway I can possibly... (5 Replies)
Discussion started by: cjashu
5 Replies

10. Solaris

Solaris 10 - hangs during boot

Power server up runs through diagnostics. Goes to the boot section and then the bit where the cursor is spinning and thats it. Hangs completely. Any ideas? (10 Replies)
Discussion started by: psychocandy
10 Replies
SGE_PASSWD(1)						   Sun Grid Engine User Commands					     SGE_PASSWD(1)

NAME
sgepasswd - Modify the Sun Grid Engine password file of Sun Grid Engine SYNTAX
sgepasswd [[ -D domain ] -d user ] sgepasswd [ -D domain ] [ user ] DESCRIPTION
sgepasswd modifies the Sun Grid Engine password file sgepasswd(5). This file contains a list of usernames and their windows password in encrypted form. sge_execd(8) and sge_shepherd(8) on hosts running Mi- crosoft Windows as operating systems use this information to start jobs for a certain user. Each user can use the sgepasswd application to add a new entry for the own user account. It is also possible to change the stored password with sgepasswd as far as the user knows the old one. The root user additionally has the permission to change the password entries for other user accounts. Root can also delete existing entries. The sgepasswd binary is only available on non-Windows hosts. OPTIONS
-D domain Per default sgepasswd will add/modify the current Unix username without domain specification. This switch can be used to add a domain specification in front of the current user name. Consult your Microsoft Windows documentation to get more information about domain users. -d user Only root can use this parameter to delete entries from the sgepasswd(5) file. -help Prints a listing of all options. ENVIRONMENTAL VARIABLES
SGE_CERTFILE Specifies the location of public key file. Per default sgepasswd will use the file $SGE_ROOT/$SGE_CELL/com- mon/sgeCA/certs/cert.pem SGE_KEYFILE If set, specifies the location of the private key file. Default is /var/sgeCA/port${SGE_QMASTER_PORT}/${SGE_CELL}/pri- vate/key.pem SGE_RANDFILE If set, specifies the location of the seed used to create encrypted versions of user passwords. Default is /var/sgeCA/port${SGE_QMASTER_PORT}/${SGE_CELL}/private/rand.seed SEE ALSO
sge_intro(1), sgepasswd(5) COPYRIGHT
See sge_intro(1) for a full statement of rights and permissions. SGE 6.2u5 $Date$ SGE_PASSWD(1)
All times are GMT -4. The time now is 01:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy