- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_sys_image doesn't take flist
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
тАО10-04-2004 02:34 PM
тАО10-04-2004 02:34 PM
I tried to create a system backup (only VG00) to a local disk and I used the following command:
make_sys_image -d /SYSBACK -s local -l 1 -c n -g /var/opt/ignite/recovery/2004-10-04,10:40/flist
But make_sys_image didn't take the option -g and read the file flist, it would backup the whole system instead of only VG00. Does anyone know why?
I were using ignite version 3 and upgraded to version 5.4.5 but the problem still occurred. Hopefully someone could help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2004 08:17 PM
тАО10-04-2004 08:17 PM
Re: make_sys_image doesn't take flist
how you have created the flist file. man page of make_sys_image says that it should be created by /opt/ignite/lbin/list_expander
command.
-g file_list The indicated file contains a list of files to be
archived. This list should be generated by a call
to the list_expander command. The file can either
have just the name of the file or directory or it
can have a full line of information in the form
of: [
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2004 08:48 PM
тАО10-04-2004 08:48 PM
Re: make_sys_image doesn't take flist
I created the flist by using the following command:
make_tape_recovery -I -x inc_entire=vg00 -p
Do you how can I create the flist by using command /opt/ignite/lbin/list_expander? No man page for it.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2004 10:48 PM
тАО10-04-2004 10:48 PM
Re: make_sys_image doesn't take flist
Here is the answer of your last question:
Yucan do it with -l option and pipeline it to file. Anywhere you can find it just typeing the following command to find all option of list_expander command:
# /opt/ignite/lbin/list_expander -help
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2004 04:47 AM
тАО10-05-2004 04:47 AM
Solutionmake_sys_image -d /SYSBACK -s local -l 1 -c n -R -g /var/opt/ignite/recovery/2004-10-04,10:40/flist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2004 05:58 AM
тАО10-05-2004 05:58 AM
Re: make_sys_image doesn't take flist
Hope it helps
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2004 07:08 PM
тАО10-05-2004 07:08 PM
Re: make_sys_image doesn't take flist
It works once I put -R to the command. But howcome the man page didn't mention this option? Funny.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2004 07:10 PM
тАО10-05-2004 07:10 PM