Sponsored Content
Full Discussion: System Reset
Top Forums UNIX for Advanced & Expert Users System Reset Post 17140 by thehoghunter on Monday 11th of March 2002 03:51:18 PM
Old 03-11-2002
This was not for 220s specifically.

This can be accomplished in many ways. Some of the recommended methods
are discussed below.

1.The file /etc/default/kbd can set a variable called KEYBOARD_ABORT.
Uncomment the line containing this variable in this file as shown below:

KEYBOARD_ABORT=disable

Then run the command "kbd -i" or simply reboot the system.The "kbd -i"
command will force the system to reread the /etc/default/kbd file.

This will permanently disable all the STOP+A and serial device break
signals on the system.

You can re-enable the break sequence by commenting out this line in the
/etc/default/kbd file and rebooting the system or running the "kbd -i"
command again.

2. You can enable/disable breaks with out changing any file entries
from the command line as well.

The " kbd -a enable" will enable the system to start accepting the
break signal and the "kbd -a disable" will disable the system from
accepting the break signal. These changes will be temporary and
be in effect only till the system reboots.

3. You can also reboot the system after setting the following variable
in /etc/system file as shown:

set abort_enable=0

This will disable all break signals on the system.

Solaris 8 introduced a new feature which gives the system the
ability to force a hanging system to halt when required, without
allowing random or spurious Breaks to cause an unintentional stop. The
new sequence to stop the system is <RETURN> <TILDE> <CONTROL B>.There
must be an interval of more than 0.5 seconds between characters, and
the entire string must be entered in less than 5 seconds. This is true
only with serial devices acting as consoles and not for systems with
keyboards of their own.

This feature has been backported to Solaris 2.6 and Solaris 7 as well. The
patch 105924-10 for Solaris 2.6 and 107589-02 or higher for Solaris 7 is
required to enable this feature.

To enable the alternate boot sequence, just type "kbd -a alternate" or
if this change needs to be permanent, reboot the system after
uncommenting the following line in the /etc/default/kbd file :

KEYBOARD_ABORT=alternate

Note: a) Do not uncomment the KEYBOARD_ABORT=disable line while doing this.
b) Do not set abort_enable=0 in /etc/system while doing this.
thehoghunter
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Take a file from the system and put on tape and reset the file to 0 bytes

:mad: I did this the other day but one of my support personnel removed my history so i could call it back up to remeber the exact command since i am air-headed at times. I am trying to take a 30 MEG file off the system and drop it to tape then i want to make the file go back to being 0 bytes so... (1 Reply)
Discussion started by: JackieRyan26
1 Replies

2. UNIX for Dummies Questions & Answers

Tape Reset?????

I'm changing from SCO UNIX to Red Hat Linux. In the UNIX box when backing up my data to tape I usually do this: tape reset sleep 5 nohup tar ................... I want to know if there is a way to do "tape reset" in Red Hat Linux. (1 Reply)
Discussion started by: rrivas
1 Replies

3. Cybersecurity

How to reset root password of old Unix System V

Hi all, This is first time I met unix in my life. I purchased old Scanning Elecron Microscope which came with 486/33MHz PC running Unix System V, ver. 3.6. The one simple user name/passw is known so I can boot and login. But can not shutdown! It asks root or su passw. I'm very sensitive not to... (6 Replies)
Discussion started by: 82026
6 Replies

4. Emergency UNIX and Linux Support

Reset AIX root password without shutting down the system

Hi All, I'm stuck in a severe problem here , Someone have changed the root password and he cannot remember it and there is no other user privileged user on the system , But I do have access to a non privileged user. On the top of the system an application which requires a theoretical ... (5 Replies)
Discussion started by: h@foorsa.biz
5 Replies

5. Red Hat

Reset All Configuration

Hi All, i am using redhat enterprise 5.7 after do all configuration i need for any thing is there any way to reset all configuration 1- i don't have backup this is not a problem i face but i assume this may be happen so i am asking about any command back redhat to the status after... (4 Replies)
Discussion started by: osmanux
4 Replies

6. Solaris

Recover/Reset Sun Java System Server Console password

I am administering a Solaris 10 server that I have root password for but need to get to the system server console. The password has been 'forgotten'. I've tried changing it in /var/opt/mps/serverroot/admin-serv/config/admpw and local.conf with the current hashed password in /etc/shadow for a... (4 Replies)
Discussion started by: jameson
4 Replies

7. Shell Programming and Scripting

Reset $1 variable

Hi all, I'm using a scipt with one input and one output. I'm referring to the input by $1 after executing a command line, I'm getting the output via $1. Normally, the $1 shouldn't get the same values between the first call and the second. Is there a solution to force my second call for $1 to... (4 Replies)
Discussion started by: Elmassimo
4 Replies

8. AIX

Cloning a system via mksysb backup from one system and restore to new system

Hello All, I am trying to clone an entire AIX virtual machine to a new virtual machine including all partitions and OS.Can anyone help me on the procedure to follow? I am not really sure on how it can be done.Thanks in advance. Please use CODE tags for sample input, sample output, and for code... (4 Replies)
Discussion started by: gull05
4 Replies
scconf_transp_adap_qfe(1M)				  System Administration Commands				scconf_transp_adap_qfe(1M)

NAME
scconf_transp_adap_qfe - configure the qfe transport adapter DESCRIPTION
Note - Beginning with the Sun Cluster 3.2 release, Sun Cluster software includes an object-oriented command set. Although Sun Cluster software still supports the original command set, Sun Cluster procedural documentation uses only the object-oriented command set. For more infor- mation about the object-oriented command set, see the Intro(1CL) man page. You can configure qfe Ethernet adapters as cluster transport adapters. These adapters can only be used with transport type dlpi. The qfe Ethernet adapter connects to a transport switch or to another Ethernet adapter on a different node. In either case, the connection is made through a transport cable. When a transport switch is used and the endpoints of the transport cable are configured by using scconf, scinstall, or other tools, you are asked to specify a port name on the transport switch. You can provide any port name, or accept the default, as long as the name is unique for the switch. The default is to set the port name to the node ID hosting the adapter at the other end of the cable. There are no user configurable properties for cluster transport adapters of this type. SEE ALSO
Intro(1CL), clinterconnect(1CL), clnode(1CL), scconf(1M), scinstall(1M), qfe(7d) Sun Cluster 3.2 4 May 2006 scconf_transp_adap_qfe(1M)
All times are GMT -4. The time now is 01:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy