Unsolved
This post is more than 5 years old
165 Posts
0
605
September 21st, 2009 11:00
Question about Clips in Centera
Hi
Let me tell you that I use EMC Documentum as application, I tried to look for a clips but I did not find them by using the application, I have the Clip number, is there a procedure to know into the centera if the clips are in the box, by using the cli
I hava a Centera G4
Regards
Let me tell you that I use EMC Documentum as application, I tried to look for a clips but I did not find them by using the application, I have the Clip number, is there a procedure to know into the centera if the clips are in the box, by using the cli
I hava a Centera G4
Regards
No Events found!
fibrechannel
36 Posts
0
September 23rd, 2009 21:00
If you know the clip ID, you can try this command
show location .
This will tell you on which node this clip resides.
Hope this helps..
holgerjakob_c0722c
2 Intern
•
337 Posts
0
September 27th, 2009 23:00
SAN ist right. The show location command is the only command in CenteraViewer which tells you if an object exists and where.
If you want to open the object or store it you could use JCASScript from the developers homepage (community.emc.com). With this you have an access to Centera similar to what an application can do using the SDK. As an example you could open the pool connection an them perform an exists call for the object you have the CA for.
Best regards, Holger