./script.ksh
nohup ./script.ksh
run -b ./script.ksh
./script.ksh > nohup.out
第1题:
The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?()
第2题:
When an operator is trying to log off the system displays this message: you have running jobs?? What does this mean?()
第3题:
How can an operator temporarily gain access to the command line while in a smit session, without losing the current smit session?()
第4题:
Operator needs to remove all leading comments # from shell.script file. Which of the following vi sub-command can achieve this?()
第5题:
You have created a script in the recovery catalog called backup_database. Which of the following commands would successfully execute that script?()
第6题:
Given the script create script db_backup_datafile_script {backup datafile and 1, and2 plus archivelog delete input;} Run {execute script db_backup_datafile_script using 2;} What is the result of running this command?()
第7题:
One or more processes are running in the background, preventing log off.
One or more processes are paused, requiring operator input prior to logging off.
At least one process is running in the background and it will keep running after the operator logs off
At least one process is running in the background using nohup and it will terminate when the operator logs off
第8题:
run { open script backup_database; run script backup_database }
run { engage script backup_database; }
run { run script backup_database; }
Run { execute script backup_database; }
The name backup_database is an invalid name for an RMAN script. Trying to run it from RMAN would result in an error.
第9题:
Run c -l 0?from the command line.Run ?c -l 0?from the command line.
Invoke SMIT for the shell environment.
Run the SC + H?combination at the command prompt.Run the ?SC + H?combination at the command prompt.
Use a rep?command with its UID against the /var/log/history_cmds file.Use a ?rep?command with its UID against the /var/log/history_cmds file.
第10题:
F2 key
F6 key
F8 key
F9 key
第11题:
The script will fail since you instructed RMAN to back up only one datafile rather than two
The script will successfully back up datafile 3 without error
The script will fail since it uses a substitution variable which is not supported
The execute script command will prompt for the value of and2 since it’s not included in the command
The script will fail because you cannot use the plus archivelog command when backing up
第12题:
:r/^#//g
:1,$ s/^#//g
:sed s/^#//g
:sub s/^#//g
第13题:
A three-node cluster experienced a node failure. The resource groups were acquired as cexpected. The node has been repaired,and HACMP has been restarted. How does the operator determine that the node has successfully re-integrated into the cluster?()
第14题:
How can an operator list all its history of commands in one step?()
第15题:
A user has written a script that is not running correctly and asks an administrator for help. Without adding anything to the script, how can the administrator determine the cause of the problem?()
第16题:
An administrator is supporting an AIX 6.1 LPAR remotely and needs a tape operator to plug a cable into an Ethernet adapter. The tape operator does not have POWER6 595 knowledge. What can the administrator do to assist the tape operator to locate the correct adapter?()
第17题:
Which statement about using RMAN stored scripts is true?()
第18题:
To create and execute an RMAN stored script,you must use a recovery catalog.
When executing a stored script and a command fails,the remainder of the script is executed,and a message is written to the alert log file.
RMAN stored scripts can always be executed against any target database that is registered in the recovery catalog.
When you execute a stored script,it always executes using the persistent channel settings previously set with the CONFIGURE command.
第19题:
Only the SET command must be within a RUN block.
All commands should be executed at the RMAN prompt.
All three commands must be within a single RUN block.
Only the RESTORE and RECOVER commands must be within a single RUN block.
第20题:
To create and execute an RMAN stored script, you must use a recovery catalog.
When executing a stored script and a command fails, the remainder of the script is executed, and a message is written to the alert log file.
RMAN stored scripts can always be executed against any target database that is registered in the recovery catalog.
When you execute a stored script, it always executes using the persistent channel settings previously set with the CONFIGURE command.
第21题:
Use the clstat command.
Use the cIRGinfor command.
Tail the /etc/hacmp.out file and wait for node_up_complete to finish successfully.
Tail the /usr/es/adm/cluster.log file and wait for node_up_complete to finish successfully.
第22题:
Run the script with an ’sh -x’ in front.
Run the script with a ’ksh -v’ in front.
Type debug into the command line before running the script.
Type ’set -x’ into the command line before running the script.
第23题:
Advise the tape operator to review the hardware service guide.
Use the diag command to set the Ethernet adapter slot LED to flash.
Advise the tape operator to check the WWN stickers of all Ethernet adapter in the I/O drawers.
Create a login account for tape operator on the HMC and advise the tape operator to locate the adapter using the GUI step by step.