Start a Conversation

Unsolved

This post is more than 5 years old

D

1771

December 30th, 2014 01:00

CTA - What is an offline path in CTA


Hi Everyone,

What is an offline path in CTA ? Can any one please explain

1.2K Posts

December 31st, 2014 08:00

When CTA is configured to archive files for Celerra, VNX or Netapp, an Offline Path is the connection description that tells the NAS which host (CTA) to connect to, for accessing data.  Here's a sample offline path from a Celerra NS80:

[nasadmin@celerra-test1 ~]$ fs_dhsm -connection my_filesystem -info 0

my_filesystem:

state                = enabled

offline attr        = on

popup timeout        = 0

backup              = offline

read policy override = passthrough

log file            = on

max log size        = 10MB

cid                = 0

  type                = HTTP

  secondary            = http://cta.test.org/fmroot

  state                = enabled

  read policy override = none

  write policy        = full

  user                = cta-admin

  options              = httpPort=8000 cgi=n

For the filesystem above (my_filesystem), it's offline path (connection ID #0) is pointed at the CTA called cta.test.org.

Does that answer your question?

Let us know!

30 Posts

January 1st, 2015 18:00

Thank you Karl for the reply.

Yes. It answered my query.

Thanks & Regards,

Sri Brindha Ravi

Managed Services

Bangalore,India

Email : sri.ravi@emc.com

Office : +91-80-67375753

EMC²

where information lives

All information in this email should be considered EMC Confidential Information.

The information contained in this e-mail message and any files transmitted with it are confidential. It is intended only for the addressee and others authorized to receive it. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, you are advised that you have received the e-mail in error; please delete it and notify the sender immediately. You should not retain the message or disclose its contents to anyone. Any disclosure, copying, distribution or action taken in reliance on the contents of the e-mail and its attachments is strictly prohibited

30 Posts

January 1st, 2015 20:00

Hi Karl,

I checked in one of my environment.

$ fs_dhsm -connection There is no connection id listed here. Why there is no connection id here ?

$ fs_dhsm -connection

Office : +91-80-67375753

EMC²

where information lives

All information in this email should be considered EMC Confidential Information.

The information contained in this e-mail message and any files transmitted with it are confidential. It is intended only for the addressee and others authorized to receive it. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, you are advised that you have received the e-mail in error; please delete it and notify the sender immediately. You should not retain the message or disclose its contents to anyone. Any disclosure, copying, distribution or action taken in reliance on the contents of the e-mail and its attachments is strictly prohibited

1.2K Posts

January 9th, 2015 13:00

You must include a filesystem name in the output and use the -list option:

[nasadmin@celerra-test1 ~]$ fs_dhsm -connection

Error 3105: invalid filesystem specified

[nasadmin@celerra-test1 ~]$ fs_dhsm -connection emu -list

id      name                cid

52      emu                 0

52      emu                 1

No Events found!

Top