how to make IGNITE-BACKUP in HP-UX?

Answer Posted / srihari

./make_recovery_tape -avd /dev/rmt/0m

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the various commands that are used for the user information in unix.

541


What is the difference between grep and grep?

569


Explain ‘library functions’ with respect to unix commands?

604


Differentiate cat command from more command.

578


What is the significance of the 'tee' command?

596






How do you grep recursively?

557


What are file commands?

654


Can you enlist some commonly used network commands?

602


Write a command to display a file’s contents in various formats?

625


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1764


What do know about tee command and its usage?

591


What is the comma to show the space allocation of files?

560


What are the dos commands?

650


Why is it called a shebang?

574


What is in grep command?

648