- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite monthly Cleanup
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
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
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
09-03-2012 10:57 PM
09-03-2012 10:57 PM
Hi,
I wished to keep only one archive image of the server on ignite server. The default value of number of archives is 2, I need to change this default value to 1. Is there any option???
Note: we have found there is an option of -n in make_net_recovery for restricting number of archives, other than this any other option to change the default value to 1.
[
* -n number_archives
Specifies the number of archives that should remain on the
server at any given time. The default is two (2). If
number_archives is two and there are already two archives
present when a third is being created, make_net_recovery
will remove the oldest archive after successfully creating
the newest archive.]
Solved! Go to Solution.
- Tags:
- make_net_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2012 05:29 AM
09-04-2012 05:29 AM
Re: Ignite monthly Cleanup
You can also update the number of archives value in the /var/opt/ignite/clients/0xLLA/recovery/defaults file.
NOTE: The defaults file stores input specified by interacting with the make_net_recovery GUI. Options are
preserved until the next archive is generated by interacting with the GUI. Command-line options will override settings in the defaults file.
The full path for the defaults file is /var/opt/ignite/clients/0xLLA/recovery/defaults on the Ignite-UX server.
Output of Defaults file:
###### defaults file ######
RECOVERY_LOCATION=15.1.2.3:/var/opt/ignite/recovery/archives/client_name
RECOVERY_DESCRIPTION="Recovery Archive"
SAVE_NUM_ARCHIVES=2
ARCHIVE_TYPE=tar
Pradeep
I am an HP Employee
A quick resolution to technical issues for your HP Enterprise products is just a click away HP Support Center Knowledge-base
See Self Help Post for more details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2012 11:01 PM
09-10-2012 11:01 PM
Re: Ignite monthly Cleanup
This is an informative one, but only few client recovery archive is only "defults" file. Whether we need create the default file or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2012 11:09 PM
09-10-2012 11:09 PM
SolutionThe "defaults" file is created automatically for each Ignite-UX client once the make_net_recovery is initiated. The values specified in the make_net_recovery GUI is preserved in the defaults file.
Hope I answered your question.
Pradeep
I am an HP Employee
A quick resolution to technical issues for your HP Enterprise products is just a click away HP Support Center Knowledge-base
See Self Help Post for more details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2012 12:49 AM
09-11-2012 12:49 AM
Re: Ignite monthly Cleanup
Hi Pradeep,
thanks for your reply!!
We are taking monthly backup for all the servers which configured in ignite server, but Im not able to see the "defaults" file in any of the client folder [/var/opt/ignite/clients/<Client Mac Address>/recovery/].
will it work if we created the file manually.
NOTE: we are not at all using GUI method, always firing ignite through command line [Usiing make_net_recovery].
Regards,
Team_of_5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2012 02:59 AM
11-05-2012 02:59 AM
Re: Ignite monthly Cleanup
Hi,
Look for /var/opt/ignite/recovery/defaults file, it should have SAVE_NUM_ARCHIVE=2 which means Ignite server will keep two copies of ignite backup for each clients.
Thanks & Regards,
Chirag Parikh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2012 06:27 PM
11-07-2012 06:27 PM
Re: Ignite monthly Cleanup
>> Using make_net_recovery...
Since you are running the backup from the command line (I assume from cron), then just add the -n 1 option. You already have the option -x inc_entire=vg00 (I hope you have that option!) so just add -n 1. The usual make_net_recovery command is:
make_net_recovery -s server_name -a server_name:/var/opt/ignite/recovery/archives/myHostName -v -n 1 -u -x inc_entire=vg00
Note that manually removing backup archives will mess up the automatic removal with the -n option. The CINDEX file must match the actual files that currently exist.
Bill Hassell, sysadmin