- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_recovery
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
10-01-2003 01:59 AM
10-01-2003 01:59 AM
make_recovery
i'm luca i have a problem...
today i've installed ignite ux for 9000 L class hp server...but when i issue "make_recovery -A v" the system write me "unknow command"
what 's appened?
thank u
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 02:01 AM
10-01-2003 02:01 AM
Re: make_recovery
sh make_recovery not found...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 02:01 AM
10-01-2003 02:01 AM
Re: make_recovery
#PATH=$PATH:/opt/ignite/bin
#export PATH
#make_recovery ..
OR
just do a
#/opt/ignite/bin/make_recovery
you can add the PATH to the global PATH
edit the file /etc/PATH to add the PATH.
Also make_recovery is replaced by make_tape_recovery.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 02:03 AM
10-01-2003 02:03 AM
Re: make_recovery
Try this command,
# make_tape_recovery
The make_recovery command is not used anymore.
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 02:03 AM
10-01-2003 02:03 AM
Re: make_recovery
i've modify the etc/PATH but in first i've launched the command in opt/ignite/bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 02:07 AM
10-01-2003 02:07 AM
Re: make_recovery
Do not use make_recovery.
Use make_tape_recovery.
I am attaching my script.
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
10-01-2003 02:07 AM
10-01-2003 02:07 AM
Re: make_recovery
# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00
You should use the make_tape_recovery command as make_recovery is essentially obsolete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 06:41 AM
10-01-2003 06:41 AM
Re: make_recovery
/opt/ignite/bin/make_tape_recovery -v -a /dev/rmt/0mn -x inc_entire=vg00
will backup eniter vg00. Use other backup method to bakcup data.
-GK-