[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | NetWorker |
Notice: | kits - 12-14, problem reporting - 41.*, basics 1-100 |
Moderator: | DECWET::RANDALL .com::lenox |
|
Created: | Thu Oct 10 1996 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 750 |
Total number of notes: | 3361 |
710.0. "Displaying the DU client version" by SANITY::LEMONS (And we thank you for your support.) Fri May 23 1997 10:26
Hi
From conversations with at least one Networker Engineering engineer,
there isn't an option for, say, the save command that will cause it to
spew out what version it is.
However, here's a fairly good hack:
strings /usr/bin/save | grep V4
or
strings /usr/bin/save | grep V3
On one of my systems, this produced:
biggun.hlo# strings /usr/bin/save | grep V4
V4.2B
biggun.hlo#
As a final refinement, does the patch level appear in the image? It
would be nice to display this, too.
Thanks!
tl
T.R | Title | User | Personal Name | Date | Lines |
---|
710.1 | for AXP only, savefs -pppnv also shows version | DECWET::EVANS | NSR Engineering | Fri May 23 1997 11:17 | 16 |
| root@mrcofe> savefs -pppnv
type: NSR client description;
pools supported: Yes;
migration supported: Yes;
arch: decaxp;
CPU type: alpha;
CPUs: 1;
hosts: 1;
IP address: 16.64.16.57;
kernel arch: OSF1;
License units: 1050;
MB used: 2155;
NAS Client: No;
OS: OSF1 V4.0;
version: 4.3; <---------------
parallelism: 32
|