Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1296

August 3rd, 2010 07:00

How to display saveset Cycles via a command

Hi

how do you display the client index saveset cycles data from the command line?

I can display it in the NMC via Indexes >>>> client name >>> Index save sets where it display

Client   Bart

Save set       Size     Cycles

/                289 MB     5

but I want to be able to see this info via a command

Regards

geof

117 Posts

August 3rd, 2010 07:00

Hello,

Try that:

nsrim -nv -c

Regards

88 Posts

August 3rd, 2010 08:00

Hello jethrosun

A command that may help to produce the output you requested could be the use of mminfo similar to the example below. In this example the clientname is "fiaeye":

mminfo -q client=fiaeye -r client,ssid,savetime,name,copies,validcopies

The output for the client "fiaeye" is shown below:

client    ssid        date        name                     copies validcopies

fiaeye     4195015406  6/5/2010 bootstrap                     2          2
fiaeye     4228569825  6/5/2010 C:\Program Files\NetMeeting   2          2
fiaeye     4211792619  6/5/2010 index:fiaeye                  2          2
fiaeye     4195015406  6/5/2010 bootstrap                     2          2
fiaeye     4228569825  6/5/2010 C:\Program Files\NetMeeting   2          2
fiaeye     4211792619  6/5/2010 index:fiaeye                  2          2

While there is no "cycles"  attribute, I have used the "copies" and "validcopies" attributes to display the same info.

For a detailed description of the mminfo command, its usage and syntax, you may review page 125 of the Command Reference Guide found here>

http://powerlink.emc.com/km/live1/en_US/Offering_Technical/Technical_Documentation/300-009-449.pdf

Please let me know if this helps.

Thanks

26 Posts

August 4th, 2010 02:00

Thankyou, that worked fine

26 Posts

August 4th, 2010 02:00

Hi jstamp

thanks for this suggestion; I'll try it out

Rgds

jethrosun

No Events found!

Top