- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ignite
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
06-19-2010 12:14 PM
06-19-2010 12:14 PM
ignite
We have archive.log ,flist under/var/opt/ignite/clients/devxen/recovery directoty
eg:
drwxr-xr-x 2 bin bin 1024 Feb 16 2008 2008-02-16,21:00
drwxr-xr-x 2 bin bin 1024 Sep 27 2008 2008-09-27,21:00
drwxr-xr-x 2 bin bin 1024 Apr 4 2009 2009-04-04,21:00
drwxr-xr-x 2 bin bin 1024 May 16 2009 2009-05-16,21:00
drwxr-xr-x 2 bin bin 1024 Jun 13 2009 2009-06-13,21:00
drwxr-xr-x 2 bin bin 1024 Jun 15 2009 2009-06-15,21:00
each directory contains the below files
total 27544
-rw-r--r-- 1 bin sys 33 Feb 16 2008 archive_content
-rw-r--r-- 1 bin sys 85690 Feb 16 2008 system_cfg
-rw-r--r-- 1 bin sys 29109 Feb 16 2008 control_cfg
-rw-r--r-- 1 bin sys 13822450 Feb 16 2008 flist
-rw-r--r-- 1 bin sys 117996 Feb 16 2008 recovery.log
-rw-r--r-- 1 bin sys 43795 Feb 16 2008 archive_cfg
so can we delete these directories which are very old. Is there any impact on ignite backup
Regards,
Rkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2010 06:39 PM
06-19-2010 06:39 PM
Re: ignite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2010 08:22 PM
06-19-2010 08:22 PM
Re: ignite
no problem u can go a head in deleting the old archives if recent ignite backup are up to date
regards
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2010 02:19 AM
06-20-2010 02:19 AM
Re: ignite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2010 03:28 PM
06-20-2010 03:28 PM
Re: ignite
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2010 08:42 PM
06-20-2010 08:42 PM
Re: ignite
It all depends how many size you can accomodate for the archives in the /var. If you keep on saving the archive, then the new archive creation under /var may fail due to size issue.
The things you need to consider :
a. how many client's archive you need to save on this server
b. what is the max size limit to which /var can grow (check using bdf)
c. from (a) and (b) above, you can come to a conclusion as to how many number of archives you can save on /var per client on the system.
d. once you know that max number of archives/client, you can change your crontab entry or script which has make_net_recovery entry to use the -n option. make_net_recovery will take care of maintaining the latest n number archives. But just archiving things won't help. At times (you need to think about the frequency per your needs) to see that the archive you have created for each client can be restored successfully.
hope this helps,
Regards,
Raghu