Boot interaction


 
Thread Tools Search this Thread
Operating Systems HP-UX Boot interaction
# 1  
Old 10-24-2005
PHP Boot interaction

Hi All,

I am the new boy on the Block with HP-UX.

To get to the point, I have a Hp-ux (C200) workstation running on Hp-ux 11.x Operating System. A week ago when practicing on file access permission, I have set the permission on a directory (perhaps a file I am not sure) to 0544 and did some other practices and then turned the machine off with shutdown -yh 0.

When next day I powered up my machine and wanted to login as a root through CDE, I got this message:

"account locked in the commercial security database"

I tried to interrupt the boot process (to interact with ISL ) by hitting the Esc key soon after turning the power ON, but I can not interrupt the boot process.

I turn power ON, kernel gets loaded, CDE appears ready to login.

Every time I login as root, I get the above message. I do not know what to do. To make the matter worth my system is a trusted system and am not able to log in as single user either.

Can anyone help me with this please?

Many thanks.

M.H
# 2  
Old 10-28-2005
google

Are you able to access the system at all ?

Or is it only as root your unable to access ?

Try changing the root password ?!? Thats assuming your able to get a ssh session on it mind you!

found these, google.com is a wonderful search engine!

http://forums1.itrc.hp.com/service/f...hreadId=186244
http://forums1.itrc.hp.com/service/f...threadId=94780
# 3  
Old 10-28-2005
PHP Boot interaction

Hi Plimpix,

Thanks for your kind reply.

My Machine is not Networked. Just a work station (c200 HP-UX 9000 running on OS 11i).
As mentioned in my previous Thread, I am having difficulty interruping the Boot Proocess soon after powering up my mchine by using the "Esc" key.

I am hoping to break up the Boot Process so that I can login as a none root and to change the root password, perhaps to resolve this and not to get the messge below when I login as a root through the CDE:

"account locked in the commercial security database"

Currently, I turn power ON, kernel gets loaded, CDE appears ready to login and when I do login as a root I get the above message.

I will look at the links you mentioned, but will be a very happy man if I could stop the Kernel loading soon after poweing up my machine.

Hope this help you and the good people out there for suggesting a solutions.

Cheers

M.H
# 4  
Old 11-02-2005
Re

if u realy want to stop boot sequence, and not able to stop it by escape key then try it.

disconnect the bootable device (Physically).

when the box will unable to find the bootable device, it halts on
MA>
connect the device.
try the command.
MA>sea
MA> boot P0(or which is ur bootable device) isl
ISL> hpux -is
then the box goes in single user mod and change ur settings what u want.

Awadhesh
# 5  
Old 11-02-2005
CPU & Memory Boot intraction (third post)

Hi Awadhesh,

Thanks for your reply and suggestion.

"disconnect the bootable device (Physically)".

How this is done as I am new with HP-UX?

I must say that, I pulled out the casing, which holds the hard disk/cdrom/floppy drive (front panel) and had a good look but could not fathom out, how I could do a physical disconnect.

I would be ever so thankful, if you could please elaborate and the steps I need to take so that I am able to get to MA> prompt.

Once again many thanks for your time and those who would be showing an interest in my problem.

Cheers

M.H
# 6  
Old 11-02-2005
Question

Ok not sure if macs are built the same as PC's but if you want to DC the bootable device take off the side panel and pull out the *i think its the IDE cable* cable that goes from the motherboard to the bootable device. The cable is a thin cable that has a long width and could also connect to the floppy drive. Not sure if im correct but its worth a try
# 7  
Old 11-02-2005
If the boot device is a SCSI drive, it probably is, just pull the terminator from the end of the bus, usually on the SCSI header on the back pannel. Doing this will render the whole bus in opperable untill you put the terminator back on.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

ksh vs perl strange interaction.

Hello everybody, I isolated an issue: please try the following script (under AIX) #!/usr/bin/ksh93 echo "Before Perl: \c" read line echo "|$line|" perl -e 'print "Perl invocation";' echo echo "After Perl: \c" read line echo "|$line|" On the first input, type Ctrl-D. It works... (13 Replies)
Discussion started by: jlovi
13 Replies

2. Shell Programming and Scripting

Here document supports user interaction?

Hi, I am trying to ssh into a remote machine and then enter a vserver on the remote machine. I am using here document to carry out these commands on the remote machine. My here document looks like this ssh username@remotemachine << HERE sudo vserver vservername enter HERE however the sudo... (0 Replies)
Discussion started by: mnanavati
0 Replies

3. Shell Programming and Scripting

Avoid interaction into script

Sorry for my english! I'm using Debian squeeze and for an assignement, i have create 2 virtual pdf cups printers. Both are working very well. To test the different administion command; i try to disable one of the printer and move his queue file to the second one. I'm able to do it easily. ... (4 Replies)
Discussion started by: lyapma
4 Replies

4. UNIX for Advanced & Expert Users

PAM and vsftp interaction

If I use to PAM to validate a vsftp user using a remote service to do the validation and the user does not exist on the system locally, then what becomes the home directory for the user logging in via vsftp? Assuming that chroot_user_list is enable to limit all users to their home directory. (0 Replies)
Discussion started by: ChrisC
0 Replies

5. Shell Programming and Scripting

Error with script interaction

Hi I have a script which is coming up with errors when I iterate over a list of database names. When I print out the values it shows a title & underline...if I then attach "hi" to the print out I get : hi TBS_SVC_NAME hi ------------------------------ hi bkahepa hi hi echo "select... (14 Replies)
Discussion started by: Dird
14 Replies

6. Shell Programming and Scripting

Expect help/interaction with switch..

Hi All, I have been trying to get an Expect program to communicate with a Remote Power Switch which will eventually log in, and then turn on/off certain outlets. For some reason, I can't get through the log in procedure with this Switch. When you first spawn the telnet, you get the Switch... (1 Reply)
Discussion started by: mrjgs70
1 Replies

7. Shell Programming and Scripting

textbox and user interaction

I'm wanting to get user interaction...textbox or checkboxes would be great. I want to allow someone to enter data into textbox. (this is the time I want to grab a photo from) Then I want to be able to check the different sizes I want for the image. Say 4 options. Is this possible using the... (0 Replies)
Discussion started by: mainegate
0 Replies

8. Shell Programming and Scripting

ksh and awk interaction

in a ksh script, i want to process some string variables using awk, and then i want to go on using this variables in the same ksh (out of awk lines) can anybody send me a very simple example about this? (0 Replies)
Discussion started by: gfhgfnhhn
0 Replies

9. Programming

client server interaction? anyone know

hi there, i need help :( im trying to produce a program that would do the following, but i dont know were to begin, any help/guide lines, please im need help asap, One program is the main program, which fork/execs one referee process and three x,y,z processes repectvley. It then waits until... (0 Replies)
Discussion started by: zmanultra
0 Replies

10. UNIX for Dummies Questions & Answers

Help in setting up password without Interaction.

Can anybody tell me how can I create an account without having to enter the password after editing the vipw file. I mean the system should automatically take care of the password encryption in the shadow file and I don't to enter the password again and the Account should be ready to go. ... (3 Replies)
Discussion started by: syedifti
3 Replies
Login or Register to Ask a Question