Hello there, we have production Ontap clusters configured with storageGRID for moving old CIFS data and snapshots. they are filling up with 99% usage now. we have also used some space from StorageGRID for backup software as object storage for long term copies, but lost connections lately believe it may also be related to the usage. wondering if we have to take any actions in this situation such as pasusing new data to storagegrid, free up some space or any others.... please share you experience. thank you,
... View more
Hi, We have an old Netapp FAS2650 running with ONTAP 9.11.1P20 (yes, it is out of support) and a S3 object server running there for testing. It was running fine for couple of weeks until I noticed today that the LIF is not at home node. After reverting the LIF to home node, S3 service stopped working. Nothing is listening on port 443 anymore. I tried to disable/enable object-store-server, stop/start vserver, migrate LIF back to other node, adjust service-policy, all with no luck. S3 object-store-server mycluster::> object-store-server show
(vserver object-store-server show)
Vserver: mycluster-vs1
Object Store Server Name: mycluster-vs1.example.com
Administrative State: up
HTTP Enabled: false
Listener Port For HTTP: 80
HTTPS Enabled: true
Secure Listener Port For HTTPS: 443
Certificate for HTTPS Connections: mycluster-vs1.example.com
Comment: Netapp S3 playground Interfaces and service-policy mycluster::> network interface show -vserver mycluster-vs1
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
mycluster-vs1
vs1data1 up/up 10.0.77.88/24 mycluster-01 a0a-123 true
vs1data2 up/up 10.0.88.99/24 mycluster-01 a0a-456 true
2 entries were displayed.
mycluster::> network interface show -vserver mycluster-vs1 -lif * -fields service-policy,services
vserver lif service-policy services
---------- -------- ------------------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
mycluster-vs1 vs1data1 default-data-files data-core,data-nfs,data-cifs,data-flexcache,data-fpolicy-client,management-dns-client,management-ad-client,management-ldap-client,management-nis-client,data-dns-server
mycluster-vs1 vs1data2 my-s3-service data-core,data-s3-server
2 entries were displayed. No TCP/s3 service listening on LIF vs1data2 port 443. mycluster::> network connections listening show -vserver mycluster-vs1
Vserver Name Interface Name:Local Port Protocol/Service
---------------- ------------------------------------- -----------------------
Node: mycluster-05
mycluster-vs1 vs1data1:4049 UDP/rquota
mycluster-vs1 vs1data1:2050 TCP/fcache
mycluster-vs1 vs1data1:111 TCP/port-map
mycluster-vs1 vs1data1:111 UDP/port-map
mycluster-vs1 vs1data1:4046 TCP/sm
mycluster-vs1 vs1data1:4046 UDP/sm
mycluster-vs1 vs1data1:4045 TCP/nlm-v4
mycluster-vs1 vs1data1:4045 UDP/nlm-v4
mycluster-vs1 vs1data1:2049 TCP/nfs
mycluster-vs1 vs1data1:2049 UDP/nfs
mycluster-vs1 vs1data1:635 TCP/mount
mycluster-vs1 vs1data1:635 UDP/mount
12 entries were displayed. I presume it's a bug in this old ONTAP code. Any idea how to revive that without destroying the buckets and users?
... View more
I tested using 3 StorageGRID 5612 and 2 SG100. I want to use a UPS to safely shut down StorageGRID from a Linux server in the event of a power outage. (Log in via ssh and run a command) Then, when power is restored, I want to check whether it will start automatically without going to the machine room. To achieve this, I used sshpass to execute a command remotely from the Linux server, and was able to shut it down successfully. Command execution example: ■Stop the StorageGRID (gateway node) service from a Linux machine via ssh connection. sshpass -p bycast ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null admin@192.168.0.88 "echo bycast | sudo -S service servermanager stop“ ■Shut down StorageGRID (gateway node) from a Linux machine via ssh connection. sshpass -p bycast ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null admin@192.168.0.88 "echo bycast | sudo -S shutdown –h now“ I confirmed the shutdown using the above method and removed the power cable. Then I plugged the power cable back in. As for the two SG100s, one started up automatically when I connected the power cable, but the other did not start up. Which is the correct behavior? Also, is there a setting to start it up automatically? (Is there something that can be set from the BIOS or management GUI?) By the way, the storage node (SG5612) started up automatically when the power cable was connected, and it seemed that there was no need to operate the power switch OFF/ON in the machine room. My desired goal is to have both SG100s set up to start up automatically when power is restored. thank you.
... View more
Hi,All I would like to stop StorageGRID from the UPS using a script. Is this possible? Are there sample scripts for both Linux and Windows servers? Regards,
... View more
Dear community, I would like to set up a platform service endpoint in StorageGRID (11.8.0.8) for the first time. Unfortunately, I always get the error message: "Validation failed. Please check the Values you entered for errors. Endpoint test failed. Please check Your configuration Failed DNS Iookup for IPs of host "test71.domain.de" " However, I think the host is defined correctly and also resolves correctly when NSLookup is called via the CLI of the primary Admin Node: root@SG100-01:~ # nslookup test71.domain.de Server: 10.0.10.10 Address: 10.0.10.10#53 Name: test71.domain.de Address: 172.18.xxx.xxx root@SG100-01:~ # Does anyone have any ideas? Best regards Michael
... View more