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
01-21-2003 09:46 PM
01-21-2003 09:46 PM
Just a question.
1.Could I run the
ignite backup while the users are loggin or do I have to log off the users?
2. I have some file systems mounted to /dev/data do I have to unmount them or the make_recovery -ApCiv will ignore them and will only backup the vg00?
Also, I have a question about upgrading to make_tape_recovery, is the software available at the hp site free or just a trial version?
your prompt reply will be appreciated.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 09:59 PM
01-21-2003 09:59 PM
Solution1. You can run make_tape_recovery while the users are in the system.
2. You don't need to worry about unmounting the file systems. Use "-x inc_entire=vg00" option with make_tape_recovery command.
make_tape_recovery comes with the ignite. It is a contributed software from HP and it's free. You can get it from this URL. Look at the man page of make_tape_recovery for more options.
http://www.software.hp.com/products/IUX/index.html
Click on downloads in the right most column.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 10:03 PM
01-21-2003 10:03 PM
Re: ignite
1. You dont have to worry about users even if they are loged in. But its recomended to take the backup in single usermode. But i have seen even in multiuser mode and users loged in it makes no difference.
2. Also you dont have to unmount the /dev/data as the iginite will take only full vg00 backup.
You can download the new version of make recovery from
software.hp.com site.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 10:13 PM
01-21-2003 10:13 PM
Re: ignite
If you are taking make_recovery tape only for system files (vg00 only) then no need to worry about users.
If you want to take the whole system in make_recovery tape, then you can go to single user mode and mount all the file system and include all the vg's with -x incl_entire=vg00 -x incl_entire=vgdata etc etc.
You can get the latest ignite-UX file from the application CD's of HP-UX or you can download from http://software.hp.com
Srini.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 10:13 PM
01-21-2003 10:13 PM
Re: ignite
1. Yes you can backup while users are in
2. no need to umount any file systems, use the option -x inc_entire=vg00 for make_tape_recovery command
make_tape_recovery is build in with ignite software, if you upgrdae the ignite software make_tape_recovery will also get upgrade.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 10:14 PM
01-21-2003 10:14 PM
Re: ignite
If you are taking make_recovery tape only for system files (vg00 only) then no need to worry about users.
If you want to take the whole system in recovery tape, then you can go to single user mode and mount all the file system and include all the vg's with -x incl_entire=vg00 -x incl_entire=vgdata etc etc in make_tape_recovery command
You can get the latest ignite-UX file from the application CD's of HP-UX or you can download from http://software.hp.com
Srini.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 10:34 PM
01-21-2003 10:34 PM
Re: ignite
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 10:35 PM
01-21-2003 10:35 PM
Re: ignite
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 10:42 PM
01-21-2003 10:42 PM
Re: ignite
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 12:55 AM
01-22-2003 12:55 AM
Re: ignite
I have only one file system
/dev/vg00/data which I do not want to include in my recovery tape. when I tried to unmount it
it says /data device is busy. However, I did this:
make_tape_recovery -x inc_entire=vg00 -x exclude=/data
-I -v
any comments please.
thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 01:06 AM
01-22-2003 01:06 AM
Re: ignite
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 01:07 AM
01-22-2003 01:07 AM
Re: ignite
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 01:13 AM
01-22-2003 01:13 AM
Re: ignite
Do a man on fuser or user
fuser -cu or -fu
and if this process are not required you can kill them or user fuser -ku to kill and then you should be able to unmount.
If this doesn't work then single user would be the best way to do that.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 01:19 AM
01-22-2003 01:19 AM
Re: ignite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 01:21 AM
01-22-2003 01:21 AM
Re: ignite
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 01:37 AM
01-22-2003 01:37 AM
Re: ignite
But then again the S/W you downloaded might be a fixed version which doesn't require patch. Did you go through the readme of that. Only September release i guess required patch. By the way if you want to be more sure you can post the version and we can see.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 02:10 AM
01-22-2003 02:10 AM
Re: ignite
here is the end of the backup. I've had a warning at the end becaue of the following files:
var/tmp/ign_configure/make_sys_image.log
NOTE: Could not read the /etc/resolv.conf file.
Please refer to attached file for more details.
Also, my /opt now is 91% full which is critical. Please tell me what files I can remove to clean the file system.
appreciate your quick reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 02:14 AM
01-22-2003 02:14 AM
Re: ignite
Ignite-UX-11-00 B.4.1.61.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 02:30 AM
01-22-2003 02:30 AM
Re: ignite
this definately looks a latest version which should'nt require patch.
Also the warning i see are fine
/var/tmp/ign_configure/make_sys_image.log
says that the files might have been deleted by the time it backed them up so just see if those files are not important ignore them. Also look what permission /etc/resolve.conf file has, by what user u did make_tape_recovery that it didn't have permission to read.
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 02:36 AM
01-22-2003 02:36 AM
Re: ignite
Please this is very important:
my /opt now is 91% full which is critical. Please tell me what files I can remove to clean the file system.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 02:50 AM
01-22-2003 02:50 AM
Re: ignite
Also do a find on size more than 1MB and the 10MB file and see which ones have recently grown.
/opt holds all the softwares you have installed and wont grow untill and unless you install more. But how much MB is left that matters than %.
Last alternative is to increase the filesystem size but to do that u'll have to bring the system to single user mode as you wont be able to unmount /opt.
rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 03:06 AM
01-22-2003 03:06 AM
Re: ignite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 03:13 AM
01-22-2003 03:13 AM
Re: ignite
Any way i have posted in the your next question for reducing /opt, to atleast save some space in /opt by deleting some files. You might probably same 20MB space by that.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 03:16 AM
01-22-2003 03:16 AM
Re: ignite
Is that normal!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 03:21 AM
01-22-2003 03:21 AM
Re: ignite
can you see any large files in side /opt/ignite/data/Rel..10.20 and Rel..11.11 called SYS... they might be 10~15MB in size which you can remove if your OS is 11.00 or choose the appropriate one.
Cheers
Rajeev