Unsolved

This post is more than 5 years old

5287

July 29th, 2013 08:00

Expand InsightIQ local datastore

I'm looking to expand the local datastore on our insightIQ appliance, the virtual disk is 100GB but it looks like the /datastore partition is only 63GB. Does anyone know how to expand this to allow for more data to be stored?

Thanks!

83 Posts

August 7th, 2013 11:00

Hello Jacob,

It doesn't look like this question has been answered. I would suggest to open up a support ticket so you can get this sorted out. Please let us know what you find out!

3 Posts

August 7th, 2013 16:00

Hi Jacob, what you're asking is doable.  But I highly recommend working with support team b/c improper editing of configuration files can corrupt the VM.

2 Intern

 • 

127 Posts

August 9th, 2013 12:00

I have noticed on the InshightIQ VM that the local data store (local - 63GB) becomes full almost every month (FSA is turned on) and I use to regain space by deleting "Per file IFS Operation Counters" from the configuration settings, data set management. If that will not work for you, then you can expand the data store by either pointing it to NFS export space from Isilon or expand the data store by presenting a new disk to the VM. Scan the new disk and mount it on a temporary mountpoit call it /datastore1 for example. (Use CLI). Then stop the insightIQ process. ( #sudo stop insightiq ).Copy all the data from /datastore to /datastore1 using any unix utility. cp, cpio, tar etc. (# cp -r /datastore /datastore1). Once the copy is done compare the folder sizes and if it looks good, unmount new & old disks from the mount point and mount the new disk as /datastore ( also edit fstab to make it permanent). Start the insightIQ service or reboot the host and it should work fine. I will keep a backup of the VM though and test it.

6 Operator

 • 

2K Posts

August 10th, 2013 20:00

If you had an external NFS export (not on the Isilon), that would be the preferred option. 

Yes, I agree most will put the export on the Isilon cluster itself.  Please note that I mentioned "generally" recommended.

6 Operator

 • 

2K Posts

August 10th, 2013 20:00

Narahari wrote:

then you can expand the data store by either pointing it to NFS export space from Isilon

Keep in mind, generally it isn't recommended to use an NFS export on the cluster you are also monitoring.

11 Legend

 • 

20.4K Posts

 • 

87.4K Points

August 10th, 2013 20:00

new recommendation ? It sure is available as an option in InsightIQ interface and working with support i wasn't told not to use it.

83 Posts

August 12th, 2013 09:00

Would the reason for this, just be extra load on the cluster?

2 Posts

February 13th, 2020 12:00

I usually save storage space by deleting the configuration form insightIQ appliance GUI.

Setting --> Monitored cluster -> configure --> action delete or disable unwanted

Data Set Configuration

36 Posts

February 19th, 2020 09:00

In answer to the original question, there is nothing "special" about the IIQ appliance and so the same rules that apply to expanding space for a generic Linux VM apply here.

The simplest way to do this, and what I would recommend is as follows.

  1. Shut down the VM.
  2. Snapshot the VM (so you can go back if you make a mistake).
  3. Add a new larger disk to the VM.
  4. Boot up the VM.
  5. Login as administrator, sudo su
  6. Create a filesystem on the new drive (either create an MSDOS partition table or just use the whole LUN).
  7. Stop InsightIQ (run "iiq_stop").
  8. mv /datastore /datastore.old
  9. mkdir /datastore
  10. mount the new LUN onto /datastore and add it to /etc/fstab
  11. cp -ax /datastore.old/* /datastore
  12. iiq_start
  13. verify InsightIQ is working
  14. rm -rf /datastore.old

HTH,

Tim

No Events found!

Top