- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LATEST IGNITE RELEASE
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
01-24-2003 06:52 AM
01-24-2003 06:52 AM
from Dec 2002 Application CD,
Appeared to run ok (made DLT tape)Using this command-- make_tape_recovery -AvI
Where is the log file at ?
Also release notes say two PAX
patches must be installed. Do I need these if all I'm using it for is to make a recovery tape for one system, the one it's installed on ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 06:57 AM
01-24-2003 06:57 AM
Re: LATEST IGNITE RELEASE
The pax patches deal with large files and long file names (and possibly other things). They're relatively painless to apply and probably a good idea.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 06:59 AM
01-24-2003 06:59 AM
Re: LATEST IGNITE RELEASE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 07:02 AM
01-24-2003 07:02 AM
Re: LATEST IGNITE RELEASE
If you only make make_tape_recovery the answer is no.
When Ignite-UX creates a system archive via make_sys_image, it uses the pax(1) utility. You should install the latest pax patch on the system where you will be creating your archive.
Obtain the appropriate patch from HP's IT Resource Center. Select: Maintenance and Support -> Individual Patches. A brief registration is required.
http://www.software.hp.com/products/IUX/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 07:32 AM
01-24-2003 07:32 AM
Re: LATEST IGNITE RELEASE
is from current version and only contains a list of file names, where is the info that scrolled across as Ignite program was executing ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 07:43 AM
01-24-2003 07:43 AM
Re: LATEST IGNITE RELEASE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 07:47 AM
01-24-2003 07:47 AM
Re: LATEST IGNITE RELEASE
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 07:52 AM
01-24-2003 07:52 AM
Re: LATEST IGNITE RELEASE
# uname -r
The two patches are:
11.11 patch is PHCO_26422
11.00 patch is PHCO_25418
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 07:59 AM
01-24-2003 07:59 AM
Re: LATEST IGNITE RELEASE
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 08:05 AM
01-24-2003 08:05 AM
Re: LATEST IGNITE RELEASE
If you run the command from the command line, the stuff you see on the screen will NOT be written to a log file.
If you want it written do something like the following:
# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -I -v -x inc_entire=vg00 > /tmp/ignite.log 2>&1
The above will run the make_tape_recovery and write everything, standard out and standard error, to the file /tmp/ignite.log
You could also use the above syntax if you were running the job through cron. You could then have your cron job e-mail you the output by adding the following line after the make_tape_recovery command:
mailx -s "make_tape_recovery results" yourname@abc.com < /tmp/ignite.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 08:14 AM
01-24-2003 08:14 AM
SolutionSo if your system is 11.00, apply PHCO_25418. Or if your system is 11.11 apply PHCO_26422.
Log files for make_tape_recovery:
If executed locally, the recovery.log and flist logs will be located in
/var/opt/ignite/recovery/.
If executed remotely via the Ignite server GUI, these logs will be located on the server in
/var/opt/ignite/clients/0x{LLA}/recovery/ (where LLA is the client address)
Filenames:
recovery.log = progress and error log
flist = archive content log
/var/opt/ignite/local/install.log = tape restoration log
If your output is truncated or incomplete, was there an error that may have displayed or did the command hang? Is the filesystem full by chance?
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 08:24 AM
01-24-2003 08:24 AM
Re: LATEST IGNITE RELEASE
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 08:28 AM
01-24-2003 08:28 AM
Re: LATEST IGNITE RELEASE
My apologies for confusing you about the pax patches.
Robert-Jan.