- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_net_recovery exclude options
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
09-30-2010 04:36 AM
09-30-2010 04:36 AM
make_net_recovery exclude options
command -/usr/local/bin/sudo /opt/ignite/bin/make_net_recovery -x inc_entire=vg00 -s unix1 -a unix1:/ignite/opt/ignite/recovery/archives/unix2
question:
i want to exclude one of the file system in VG00.what is the command to exclude the file system
file system name -/dev/vg00/cddumptmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 05:32 AM
09-30-2010 05:32 AM
Re: make_net_recovery exclude options
it must be like this ;
-x exclude=file|directory
-x exclude=/dev/vg00/cddumptmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 05:37 AM
09-30-2010 05:37 AM
Re: make_net_recovery exclude options
Excludes the file or directory from the archive. When a directory is specified, no files
beneath that directory will be stored in the archive. If the excluded directory is an
unmounted file system shown in the /etc/fstab file, a WARNING ("Filesystem xxx
is not mounted. It will be ignored.") message will be displayed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 08:03 AM
09-30-2010 08:03 AM
Re: make_net_recovery exclude options
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 8388608 170472 8153944 2% /
/dev/vg00/lvol1 1048576 323208 719776 31% /stand
/dev/vg00/lvol8 8388608 6581880 1792720 79% /var
/dev/vg00/lvol6 10485760 2926400 7500336 28% /usr
/dev/vg00/lvol5 10485760 5142616 5301440 49% /tmp
/dev/vg00/lvol4 10485760 5101952 5341800 49% /opt
/dev/vg00/lvol7 1048576 22328 1018272 2% /home
/dev/vg00/cddumptmp 31457280 28707323 2578128 92% /cddump
/dev/vg01/usrmnt 20971520 2968100 17722224 14% /mnt
i wan to take backup below file system only .
/dev/vg00/lvol3 8388608 170472 8153944 2% /
/dev/vg00/lvol1 1048576 323208 719776 31% /stand
/dev/vg00/lvol8 8388608 6581880 1792720 79% /var
/dev/vg00/lvol6 10485760 2926400 7500336 28% /usr
/dev/vg00/lvol5 10485760 5142616 5301440 49% /tmp
/dev/vg00/lvol4 10485760 5101952 5341800 49% /opt
/dev/vg00/lvol7 1048576 22328 1018272 2% /home
kindly advice this below command
sudo make_net_recovery --x exclude=/dev/vg00/cddumptmp -s unix1 -a unix1:/ignite/opt/ignite/recovery/archives/TSSMX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 09:57 AM
09-30-2010 09:57 AM
Re: make_net_recovery exclude options
make_net_recovery -s unix1 -a unix1:/ignite/opt/ignite/recovery/archives/TSSMX -x inc_entire=vg00 -x exclude=/cddump