Start a Conversation

Unsolved

2 Intern

 • 

301 Posts

1569

March 5th, 2021 01:00

does a tool exist to create config state snapshot ?

found this

https://github.com/obergt/Isilon_Tools/

which kind of implies a gap exists re proper config backup. Is there something that creates isilon backup, ie pools, snapshot policies, sync policies etc as the above is only a small part of entire config ?

Moderator

 • 

7.1K Posts

March 5th, 2021 10:00

Hello cadencep45,

Tech support and partners have a way to copy the configuration files in the event of catastrophic configuration loss and restore the configuration so the system will boot.  There is not a tool that is used other than the CLI and access to certain files that is needed to do the restore.

2 Intern

 • 

301 Posts

March 8th, 2021 11:00

ok, so focusing on

https://github.com/obergt/Isilon_Tools/blob/master/isi_tools.py

a isilon python sdk question.

from the above script, it appears to create a generic isilon api object and then dump the relevant config tree's 

i.e.

objects = api.platform.get_object(item)

 

from

import isilon

 

but looking at https://github.com/Isilon/isilon_sdk_python, picking any sdk version

api's seem to be broken down to subsystems, i.e. https://github.com/Isilon/isilon_sdk_python/tree/Isilon_SDK_v0.2.11/isi_sdk_9_0_0/isi_sdk_9_0_0/api

rather than a single object representing the cluster ? Am I missing where I should be creation the isilon object ?

It reads as being created at the top level rather than for each subsystem ?

2 Intern

 • 

301 Posts

May 10th, 2021 09:00

the answer I went to was

cron a daily incremental   log with minimal logs ie

isi_gather_info --incremental --nologs --no-dumps --no-cores --noupload

3 Apprentice

 • 

592 Posts

May 16th, 2021 19:00

@cadencep45 ,

 

check out isibackup

https://gallium-it.com/isibackup 

1.2K Posts

May 25th, 2021 08:00

OneFS 9.2 introduces built-in support for config export and import:

http://www.unstructureddatatips.com/onefs-cluster-configuration-export-import/ 

-- Peter

3 Apprentice

 • 

592 Posts

May 26th, 2021 13:00

just some configs on 9.2 it seems.

  • NFS
  • SMB
  • S3
  • NDMP
  • HTTP
  • Quotas
  • Snapshots
No Events found!

Top