- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /stand backup
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
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
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
тАО04-11-2008 05:55 AM
тАО04-11-2008 05:55 AM
/stand backup
I am using below command in the script for taking backup of /usr
/usr/lbin/fs/vxfs/vxdump -0uf /dev/rmt/2mn /var 2>&1 |tee -a $logfile
What command in the script shall I use for taking backup of /stand file system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 05:59 AM
тАО04-11-2008 05:59 AM
Re: /stand backup
In my opinion, you should be using Ignite to periodically make recovery images of vg00 :
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/2mn
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 06:01 AM
тАО04-11-2008 06:01 AM
Re: /stand backup
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 06:05 AM
тАО04-11-2008 06:05 AM
Re: /stand backup
I am taking ignite twice a month but still if I need to take /stand with other file systems, will it be possible?
Because this is hfs and rest are vxfs, so do I need some other command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 06:08 AM
тАО04-11-2008 06:08 AM
Re: /stand backup
in what case do you want to use this backup?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 06:16 AM
тАО04-11-2008 06:16 AM
Re: /stand backup
> I am taking ignite twice a month but still if I need to take /stand with other file systems, will it be possible?
If the contents of '/stand' are changing (due to kernel changes), you should be performing a new Ignite backup.
I think you are making a potential system recovery needlessly hard. Use Ignite for 'vg00' at large. Use another tool to capture volatile files like '/etc/passwd', etc. to couple that with an Ignite image if you need to use it.
As for '/usr', that shouldn't be changing routinely, either.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 06:20 AM
тАО04-11-2008 06:20 AM
Re: /stand backup
One more que..How can I view what is being backed up on that tape (forget about the logs)......just to make sure that evrything is written and NOT overwritten....
Thnks,
RKK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 06:26 AM
тАО04-11-2008 06:26 AM
Re: /stand backup
What in general is the difference if you dump each file system in vg00 to making an ignite tape???
(apart from the fact that ignite tape is bootable) ;-)
Regarding the other question - do a
man vxrestore
and read about the list option.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 06:36 AM
тАО04-11-2008 06:36 AM
Re: /stand backup
:(
Please guide.
Thnx in advance,
RKK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 06:41 AM
тАО04-11-2008 06:41 AM
Re: /stand backup
IMHO the meaning is "ignite is the better solution".
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 06:41 AM
тАО04-11-2008 06:41 AM
Re: /stand backup
You need to fetch a current copy of Ignite and install it.
There is a wealth of Ignite documention at the site from which you download a current version, too (below).
The command I provided you will create a viable Ignite image of all of vg00.
http://www.docs.hp.com/en/IUX/
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 03:48 PM
тАО04-11-2008 03:48 PM
Re: /stand backup
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 09:08 PM
тАО04-11-2008 09:08 PM
Re: /stand backup
u /stand directory also.
and normally vg00 backup is taking by using ignite tool
once u system is crashed u are booting from
that media for minimum level for the system
once it is ok u can restore all other fileystem from other media, this is normally doing.
see for ignite backup james posted command also