- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite-UX
- >
- Re: ERROR: The archive size "-1741705366" should b...
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
03-07-2017 05:21 AM
03-07-2017 05:21 AM
ERROR: The archive size "-1741705366" should be a decimal number
I am running make_tape_recovery script on hp-ux 11.31 and getting this error, any idea what it means?
ERROR: The archive size "-1741705366" should be a decimal number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-07-2017 06:06 AM
03-07-2017 06:06 AM
Re: ERROR: The archive size "-1741705366" should be a decimal number
What is the exact make_tape_recovery command you are using? How large is your VG00 volume group?
Please provide the output of:
bdf | grep vg00
vgdisplay -v vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-07-2017 06:20 AM
03-07-2017 06:20 AM
Re: ERROR: The archive size "-1741705366" should be a decimal number
What is returned if you run the command:
# /opt/ignite/lbin/list_expander -s
You should get a size like:
# /opt/ignite/lbin/list_expander -s 1657200
I'm not entirely sure what this number is as it does not represent the size of my VG00 (which is about 7.6 GB).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-07-2017 06:45 AM
03-07-2017 06:45 AM
Re: ERROR: The archive size "-1741705366" should be a decimal number
-x inc_entire=muprestore \
-x inc_entire=vg01_dump \
-x inc_entire=vg01_eva \
-x inc_entire=vg_oraback \
-I -v -a /dev/rmt/0mn
Combined, these VGs hold about 4 terabytes.
/usr/local/bin>/opt/ignite/lbinia/list_expander -s
5371700
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-07-2017 06:52 AM
03-07-2017 06:52 AM
Re: ERROR: The archive size "-1741705366" should be a decimal number
/dev/vg00/lvol3 3719168 453248 3241600 12% /
/dev/vg00/lvol1 1032192 666344 363120 65% /stand
/dev/vg00/lvol8 31457280 20265872 11170376 64% /var
/dev/vg00/lvol7 10240000 4195744 5997088 41% /usr
/dev/vg00/lvol6 25853952 3553456 22145640 14% /tmp
/dev/vg00/lvol5 15368192 10064184 5262616 66% /opt
/dev/vg00/lvol4 2572288 2059736 509280 80% /home
/dev/vg00/lvol9 5128192 18662 4790512 0% /.secure
/usr/local/bin>vgdisplay /dev/vg00
--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 9
Open LV 9
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 4616
VGDA 4
PE Size (Mbytes) 16
Total PE 9158
Alloc PE 7384
Free PE 1774
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
VG Version 1.0
VG Max Size 1154g
VG Max Extents 73856
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-07-2017 07:28 AM
03-07-2017 07:28 AM
Re: ERROR: The archive size "-1741705366" should be a decimal number
make_tape_recovery -x inc_entire=vg00 \
-x inc_entire=muprestore \
-x inc_entire=vg01_dump \
-x inc_entire=vg01_eva \
-x inc_entire=vg_oraback \
-I -v -a /dev/rmt/0mn
How the heck do you expect to back up all of those VGs onto tape effectively?
Ignite UX is NOT meant to be a general backup tool. Do NOT use it to back up anything other than VG00.
Do the following to back up VG00:
make_tape_recovery -x inc_entire=vg00 \
-I -v -a /dev/rmt/0m
Then use some other tool to back up your other data VGs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-07-2017 09:46 AM - edited 03-07-2017 09:47 AM
03-07-2017 09:46 AM - edited 03-07-2017 09:47 AM
Re: ERROR: The archive size "-1741705366" should be a decimal number
The Ignite image tape has been created.
How do I boot the target machine off the tape? Both machines, source and target are Itanium RX8640 running 11.31 hp-ux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-07-2017 02:49 PM
03-07-2017 02:49 PM
Re: ERROR: The archive size "-1741705366" should be a decimal number
What kind of tape are you using and how is it connected? Fibre channel and SAS tape interfaces will not boot.
You would have to do a two step boot using an intermediate CD boot helper.
Bill Hassell, sysadmin
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP