- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OmniBack v3.10
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
11-03-2000 01:24 PM
11-03-2000 01:24 PM
It would use the command "omnimver".
Jim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2000 02:48 PM
11-03-2000 02:48 PM
Re: OmniBack v3.10
Al Smith
Sr. HP-UX Adminstrator
Quest Diagnostics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2000 06:54 AM
11-06-2000 06:54 AM
Solution#!/bin/ksh
opt/omni/bin/omnirpt -report list_sessions -timeframe 24 24 -ascii
| cut -c1-57,110-
Check out man page on omnirpt. Or type omnirpt help. The cut command just cleans out stuff I don't want to see. I pipe this command elm, so I get mail each morning.
While we are at it... here's the contents of the DLT7000 library.(if you use one)
omnimm -repository DLT_7000
contents of a tape?
omnimm -list_media
^_^ Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2000 07:04 AM
11-06-2000 07:04 AM
Re: OmniBack v3.10
#!/bin/ksh
opt/omni/bin/omnirpt -report list_sessions -timeframe 24 24 -ascii
| cut -c1-57,110-
Check out man page on omnirpt. Or type omnirpt help. The cut command just cleans out stuff I don't want to see. I pipe this command elm, so I get mail each morning.
While we are at it... here's the contents of the DLT7000 library.(if you use one)
omnimm -repository DLT_7000
contents of a tape?
omnimm -list_media
^_^ Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2000 07:16 AM
11-06-2000 07:16 AM
Re: OmniBack v3.10
put you a script at attachment that will do similar.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2000 07:29 AM
11-06-2000 07:29 AM
Re: OmniBack v3.10
in my script at awk it has to be NR==3 not NR==4
apologies