- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_tape_recovery command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 05:30 AM
04-17-2003 05:30 AM
make_tape_recovery command
I'm using
make_tape_recovery -I inc_entire=vg00
Thanks
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 05:31 AM
04-17-2003 05:31 AM
Re: make_tape_recovery command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 05:32 AM
04-17-2003 05:32 AM
Re: make_tape_recovery command
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 05:33 AM
04-17-2003 05:33 AM
Re: make_tape_recovery command
# make_tape_recovery -a tape_device_filename -I -v -x inc_entire=vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 05:44 AM
04-17-2003 05:44 AM
Re: make_tape_recovery command
Try this:
# /opt/ignite/bin/make_tape_recovery -Av
The above command assumes that your default tape device is /dev/rmt/0m. Also it will, by default, back up the whole vg00.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 03:22 PM
04-18-2003 03:22 PM
Re: make_tape_recovery command
This is what we cron -
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/1mn >/dev/null 2>&1
Best of Luck.
Regards,
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2003 11:28 AM
04-19-2003 11:28 AM
Re: make_tape_recovery command
I use make_tape_recovery -Av to take backup of root vg(vg00) into /dev/rmt/0m.It works perfectly fine.If u want to specify different device, specify thru -a switch.
ATB,
Sudhakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2003 01:44 PM
04-19-2003 01:44 PM
Re: make_tape_recovery command
i use the following command
"make_tape_recovery
-a /dev/rmt/Xmn -Av"
X ----> number which you can get form the ioscan -fnC tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2003 08:20 PM
04-19-2003 08:20 PM
Re: make_tape_recovery command
Production Script
#!/usr/bin/sh
/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00
BTW, I like that shell.
Because this script is called by cron once a week the full path is provided.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2003 09:33 PM
04-19-2003 09:33 PM
Re: make_tape_recovery command
try command make_tape_recovery ,as this is better cmd than make_recovery ,hp recommends using make_tape_recovery cmd
apply GOLD patch for 11i december 2002
Rizwan