Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to make IGNITE-BACKUP in HP-UX?

Answers were Sorted based on User's Feedback



how to make IGNITE-BACKUP in HP-UX? ..

Answer / dave_chamoli82

First check tape is insert or not
# ioscan -fnC tape
To check the tape status
# mt -f /dev/rmt/0mn status
Make tape recovery
# make_tape_recovery -AvI -x inc_entire=vg00 -v
-a dev/rmt/0mn


Is This Answer Correct ?    19 Yes 0 No

how to make IGNITE-BACKUP in HP-UX? ..

Answer / guest

make tape recovery

Is This Answer Correct ?    12 Yes 2 No

how to make IGNITE-BACKUP in HP-UX? ..

Answer / ramesh kumar

First check tape is insert or not
# ioscan -fnC tape
To check the tape status
# mt -f /dev/rmt/0mn status
Make tape recovery
# make_tape_recovery -AvI -x inc_entire=vg00 -v
-a dev/rmt/0mn

Make sure to mention correct mn number

Is This Answer Correct ?    0 Yes 0 No

how to make IGNITE-BACKUP in HP-UX? ..

Answer / srihari

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

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Unix Commands Interview Questions

What is updatedb?

0 Answers  


How do you move or rename a file or directory?

1 Answers  


Why is awk called awk?

0 Answers  


what will be the output of ls ~/..

27 Answers   ABC,


what is kernel?

6 Answers  


Give two UNIX kernel parameters that effect an Oracle install

3 Answers   Oracle,


how will you convert a general file to a hidden file?

4 Answers  


What is the output of : $ ps-e $ ps-a commands

5 Answers   IBM,


why metadb requires a seperate slice to create Solaris volume manager

0 Answers   Wipro,


how unix kernel distinguishes between a normal file and device file ?

7 Answers   Google, IBM, McAfee, Vodafone,


Explain command to show the space allocation of files?

0 Answers  


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<stdlib.h> # include <stdio.h> 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:

0 Answers  


Categories