- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hp-ux 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-21-2002 03:04 AM
06-21-2002 03:04 AM
Hp-ux Ignite
and I want to ignite only the system directories not the data directories. How do I alter ignite to backpu specific directories
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 03:10 AM
06-21-2002 03:10 AM
Re: Hp-ux Ignite
** User Data **
dir: /mntpta
dir: /mntptb
Run the 'make_recovery -d [Tape]', which will back up the core mount points only, plus whatever is in the makerec.append file.
If you need more info on the command or file format, 'man make_recovery'!
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 03:14 AM
06-21-2002 03:14 AM
Re: Hp-ux Ignite
make_tape_recovery -vI -x inc_entite=vg00 -x exclude=/data -x exclude=/data2 -a /dev/rmt/0mn
I have not tried the above, but for more info do man make_tape_recovery & look at the -x options
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 03:19 AM
06-21-2002 03:19 AM
Re: Hp-ux Ignite
extract from man make_recovery
Core-OS only:
Core-OS consists of:
/.profile, /.rhosts,
/dev, /etc, /sbin,
/usr/bin, /usr/sbin,
/usr/lib, /usr/obam,
/usr/sam, /usr/share,
/usr/ccs, /usr/conf,
/usr/lbin, /usr/contrib,
/usr/local, /usr/newconfig
/var/adm/sw/security, /var/opt/ignite/local/manifest,
/var/adm/sw/products, /var/adm/sw/save,
/var/adm/sw/sessions/swconfig.last,
/var/adm/sw/sessions/swmodify.last,
/var/adm/sw/sessions/swlist.last,
/var/adm/sw/swconfig.log,
/var/adm/sw/getdate.templ,
/var/adm/sw/defaults.patchfilters,
/var/adm/sw/ui/preferences, /var/adm/sw/targets,
/var/adm/sw/software, /var/adm/sbtab,
/var/opt/ignite/recovery,
/var/adm/cron, /var/spool/cron,
/sbin, /dev, /stand,
/opt/ignite/bin/print_manifest,
/opt/ignite/share/man/man1m.Z/print_manifest.1m,
/opt/upgrade, /opt/dce
Generated by: make_recovery
The standard make_recovery commmand with no options will only backup the files mentioned above.
Why not try it in preview mode (-p) if you are not sure?
'A little less conversation, a little more action'
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 03:25 AM
06-21-2002 03:25 AM
Re: Hp-ux Ignite
you can check the /var/opt/ignite/logs/makerec.log
for the files that are ignited.
you can also use the make_recovery
#make_recovery -A -p -C -v -i -d /dev/rmt/0mn
This above command does a preview before doing an ignite
Now open the file /var/opt/ignite/recovery/makrec.append to remove the unwanted directories going in
After this
#make_recovery -r -C -v -i -d /dev/rmt/0mn
to start the previewed files.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 03:42 AM
06-21-2002 03:42 AM
Re: Hp-ux Ignite
Also is the makrec.append written over every time an ignite is created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 03:49 AM
06-21-2002 03:49 AM
Re: Hp-ux Ignite
Question: Why not just try it and see what it writes?
Share and Enjoy! Ian