Differences between revisions 7 and 8
Revision 7 as of 2009-11-13 12:16:41
Size: 1621
Editor: ReneStandke
Comment:
Revision 8 as of 2009-11-13 12:25:11
Size: 2270
Editor: ReneStandke
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
vos archcand -server zyklop20 #vos archcand -server zyklop20
Line 43: Line 43:
#vos statistic -server zyklop19
Line 53: Line 55:
vos getvariable zyklop20 LogLevel #vos getvariable zyklop20 LogLevel
Line 82: Line 85:
{{{ }}} {{{
#vos examine tn.testosd

tn.testosd 536900068 RW 190365038 K On-line
    zyklop19.ifh.de /vicepa 354 files
    RWrite 536900068 ROnly 536900069 Backup 536900070
    MaxQuota 200000000 K, osd policy 1
    Creation Thu Jun 4 13:37:30 2009
    Copy Thu Jun 4 13:37:30 2009
    Backup Wed Jun 24 00:20:01 2009
    Last Update Fri Nov 13 11:01:03 2009
    26755260 accesses in the past day (i.e., vnode references)

    RWrite: 536900068
    number of sites -> 1
       server zyklop19.ifh.de partition /vicepa RW Site

}}}

vos commands

vos archcand

gives a list of fids which need an archval copy

Usage: vos archcand -server <machine name>

#vos archcand -server zyklop20 
Fid                           Weight      Blocks
536900071.2.3                   5015500  1000000
Totally 1 files with 1000000 blocks

Other Options:

wipeable

ignore files < minwipesize

force

check also volumes without osd policy

localauth

use server tickets

verbose

verbose

encrypt

encrypt commands

noresolve

don't resolve addresses

vos statistic

show data flow statistic of a given server

Usage: vos statistic -server <server>

#vos statistic -server zyklop19

Since  2009-11-08 04:00:01 (455348 seconds == 5 days, 6:29:08 hours)
Total number of bytes received                0    0 bytes
Total number of bytes sent                    0    0 bytes

vos getvariable

return the value of a given variable

Usage: vos getvariable <Server> <variable>

#vos getvariable zyklop20 LogLevel

LogLevel = 0

vos setvariable

set value of the specific variable in volserver

Usage: vos setvariable -server <machine name> -name <of the variable> -value <to be set>  

vos salvage

RPC failed with code 1492325127

vos traverse

 

vos split

 

vos dump

 

vos create

 

vos examine

#vos examine tn.testosd

tn.testosd                        536900068 RW  190365038 K  On-line
    zyklop19.ifh.de /vicepa                           354 files
    RWrite  536900068 ROnly  536900069 Backup  536900070 
    MaxQuota  200000000 K, osd policy    1
    Creation    Thu Jun  4 13:37:30 2009
    Copy        Thu Jun  4 13:37:30 2009
    Backup      Wed Jun 24 00:20:01 2009
    Last Update Fri Nov 13 11:01:03 2009
    26755260 accesses in the past day (i.e., vnode references)

    RWrite: 536900068 
    number of sites -> 1
       server zyklop19.ifh.de partition /vicepa RW Site 

vos listobjects

 

vos setfields

 

vos wipecand

 

AfsOsd/UsageInstructions/VosSubcommands (last edited 2010-03-17 12:18:33 by ReneStandke)