Unsolved
This post is more than 5 years old
2 Posts
0
488
February 24th, 2010 03:00
Columns cut off in fs_replicate output
Hello All
The output of some of the columns appear to cut off when I execute the fs_replicate -list command.
*** Start Output ***
# fs_replicate -list
Local Source Filesystems
Id Source FlowCtrl State Destination FlowCtrl State Network
Local Destination Filesystems
Id Source FlowCtrl State Dest. FlowCtrl State Network
12939 root_fs_vdm_place- inactive active root_fs_vd inactive active alive
12933 root_fs_vdm_place- inactive active root_fs_vd inactive active alive
*** End Output ***
Is there a way to get the values in full for the Source and Destination FS names? I want to process this output further for a report in a script, so wouldn't preffer GUI.
Thanks in advance for any help.
Rgds, Ram.


bishtsudhir
81 Posts
1
February 24th, 2010 03:00
Hi,
You can try :
fs_replicate -info id=12939 , if that helps...
Thanks
rkrishnan1
2 Posts
0
February 24th, 2010 03:00
Thank you Sudhir
I had to take the long route doing this for every ID.. however your idea did help.
Rgds, Ram.