- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bande ignite
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
04-11-2001 07:21 AM
04-11-2001 07:21 AM
bande ignite
thanks in advance.
LL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 07:45 AM
04-11-2001 07:45 AM
Re: bande ignite
I'm not sure what you want. To see the version you have, do:
# swlist | grep -i ignite
Is this what you are after?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 07:52 AM
04-11-2001 07:52 AM
Re: bande ignite
Sorry for my english ...
but I need a solution for read the head of bande create by make_recovery. Because I've bande Ignite but I don't know the date, the system .. I'm sure that is a bande Ignite only !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 12:47 AM
04-12-2001 12:47 AM
Re: bande ignite
I'm not sure if this going to work, but you could try "lifls -l" on the tape device file to find out which LIF headers are included on tape.
If I'm correct, an ignite tape consists of a boot block followed by a tar file. You could try the following:
#mt -t
#mt -t
#tar tvf
If this works, extract a file which contains the information you need (eg. the syslog).
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 02:50 AM
04-12-2001 02:50 AM
Re: bande ignite
Use the mt command as shown above.
Bande ignite = ignite tape
Good luck,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 08:03 AM
04-12-2001 08:03 AM
Re: bande ignite
#cd /tmp
#tar xv var/adm/syslog/syslog.log
#tail -1 var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2001 02:51 AM
04-13-2001 02:51 AM
Re: bande ignite
mt -t /dev/rmt/0m rew
dd if=/dev/rmt/0m of=/tmp/lif.tape bs=2k
lifls -l /tmp/lif.tape
Best regards.