Quantcast
Channel: ONTAP Discussions topics
Viewing all 4995 articles
Browse latest View live

8.3.1 using wrong lif for traceroutes

$
0
0

Seems like the 'net traceroute' command is broken in three ways:

 

1. Doesn't use the lif specified on the command line (i.e. -lif <lifname>)

2. Doesn't use the routing table to select the correct route - simply uses the default route in all cases.

3. Doesn't hit the destination I specified!!

 

Can anyone replicate this behavior?

 

fcnascl02::> net route show -vserver fcnascl02                                                               
  (network route show)
Vserver             Destination     Gateway         Metric
------------------- --------------- --------------- ------
fcnascl02
                    0.0.0.0/0         10.144.80.1     10
                    10.18.240.32/27   10.146.240.33   20
                    10.146.240.32/27  10.146.240.33   10  <--- Should be using this route because it is most specific


fcnascl02::> net int show -role intercluster -vserver fcnascl02
  (network interface show)
            Logical    Status     Network            Current       Current Is
Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
----------- ---------- ---------- ------------------ ------------- ------- ----
fcnascl02
            fcnas04n0_snapmirror-n0-757
                         up/up    10.146.240.52/27   fcnas04n0     a0a-757 true  <--- lif specified in the command below
            fcnas04n1_snapmirror-n1-757
                         up/up    10.146.240.53/27   fcnas04n1     a0a-757 true


fcnascl02::> net traceroute -lif fcnas04n0_snapmirror-n0-757 -vserver fcnascl02 -destination 10.146.240.44 <-- same subnet
  (network traceroute)
traceroute to 10.146.240.44 (10.146.240.44) from 10.146.240.52, 64 hops max, 44 byte packets
 1  fcnas05n0-e0m (10.144.80.97)  0.300 ms  0.234 ms  0.177 ms  <--- WRONG destination lif shown - is it even using my destination?

 

 

fcnascl02::> net traceroute -node fcnas04n0 -vserver fcnascl02 -destination 10.146.240.44  <--- no lif selected, should use routing table
  (network traceroute)
traceroute to 10.146.240.44 (10.146.240.44), 64 hops max, 44 byte packets
 1  fcnas05n0-e0m (10.144.80.97)  0.371 ms  0.264 ms  0.232 ms  <--- WRONG destination lif shown again

 

 

 

This issue is impacting my ability to troubleshoot a cluster peer issue.


iSCSI on Windows Server 2016

$
0
0

I have three node  HyperV Windows Server 2016 Cluster that are usng iSCSI to a FAS 8040. I have the initiator group setup and the iSCSI initiator in Windows is configured to see the two luns. One lun is for the quroum and the other lun is for data. During a reboot, the storage appears to be connected but in reality it is not which results in the clsuter crashing. The only way to get the cluster to come back online is to have the luns owned by host 1. I have looked that logs on both sides but not seeing any errors. Is there another log file i should be looking at or a setting that needs to be applied.

 

Thanks,

 

Janet

Grant user to create/delete snapshot only to specific volumes?

$
0
0

Hi,

 

cDOT 8.3 on FAS8020

 

Is there a way to grant a cDOT local user to create/delete snapshots only to a specific set of volumes? I know I can create a custom role to allow only snapshot creations/deletions but is there a way to further restrict to only a set of volumes?

 

thanks,

Cannot Delete Qtree That Was a SnapVault Destination

$
0
0

Hello,

I am trying to destroy a snapvault relationship and recreate it. I have killed the relationship with the snapvault stop command on the destination and the snapvault release command on the source. When I try to recreate the relationship, the qtree is still there so it fails. I've gone to priv set advanced to delete the qtree directly with the qtree delete -f command, but I get "Read-only file system (37)". Any ideas?

cDOT CLI >igroup show

$
0
0

Hi

 

In 7-mode you can run the igroup show -v command and see which target port an initiator is logged in on. Is there an equivalent command in cDOT?

 

Thanks

Unable to delete vserver (cDOT 8.2.1P3)

$
0
0

Hi Guys,

 

 

I have exactly the same issue : http://community.netapp.com/t5/Data-ONTAP-Discussions/Unbale-to-delete-vserver-cDOT-8-2-1P3/m-p/99372#U99372

 

but when I try to delete the vserver transition peer entry I get an error that this peering is using a snapmirror relationship.

 

When a check the snapmirror relationships there are no relationship for this peering. So that somewhere is still a trace of an old snapmirror relationship that might be deleted.

 

I have already try to reboot the filer hoping this would clear old traces but not ...

 

Any ideas ?!

 

 

Thanks

.

Strange NFS mount issue

$
0
0

I have a strange situation here at the customer site that I have never seen before and I am hoping someone can point me in the right direction.

 

I have a server that is able to mount a volume via NFSv3 from a vserver.  When I try to mount another volume from the same vserver via NFSv3 I get this message:

 

[root@fgtd-333333-aspadavecchia-db001 mnt]# mount -t nfs -v -o rw,nointr,noacl,noatime,rsize=32768,wsize=32768,defaults,vers=3,tcp,mountproto=udp,bg,hard,nolock vsnfsbbl.bbcs1.trcl1va2.mhint:/bbl_nfs_td1_333333_aspadavecchia_dbo/db001 /home/oracle

mount.nfs: trying text-based options 'nointr,noacl,rsize=32768,wsize=32768,vers=3,tcp,mountproto=udp,bg,hard,nolock,addr=10.8.236.4'

mount.nfs: prog 100003, trying vers=3, prot=6

mount.nfs: trying 10.8.236.4 prog 100003 vers 3 prot TCP port 2049

mount.nfs: prog 100005, trying vers=3, prot=17

mount.nfs: trying 10.8.236.4 prog 100005 vers 3 prot UDP port 635

mount.nfs: mount(2): No such file or directory

mount.nfs: mounting vsnfsbbl.bbcs1.trcl1va2.mhint:/bbl_nfs_td1_333333_aspadavecchia_dbo/db001 failed, reason given by server: No such file or directory

 

 

If I mount using no options, the mount is successful but only with NFSv4

 

[root@fgtd-333333-aspadavecchia-db001 mnt]# mount -v vsnfsbbl.bbcs1.trcl1va2.mhint:/bbl_nfs_td1_333333_aspadavecchia_dbo/db001 /home/oracle

mount: no type was given - I'll assume nfs because of the colon

mount.nfs: timeout set for Wed Jul 27 21:04:10 2016

mount.nfs: trying text-based options 'vers=4,addr=10.8.236.5,clientaddr=10.8.224.122'

vsnfsbbl.bbcs1.trcl1va2.mhint:/bbl_nfs_td1_333333_aspadavecchia_dbo/db001 on /home/oracle type nfs (rw)

 

Here is the volume that we can mount via NFSv3:

 

[root@fgtd-333333-aspadavecchia-db001 mnt]# mount -t nfs -v -o vers=3 vsnfsbbl.bbcs1.trcl1va2.mhint:/asp/asp /mnt/asp

mount.nfs: timeout set for Wed Jul 27 21:09:59 2016

mount.nfs: trying text-based options 'vers=3,addr=10.8.236.7'

mount.nfs: prog 100003, trying vers=3, prot=6

mount.nfs: trying 10.8.236.7 prog 100003 vers 3 prot TCP port 2049

mount.nfs: prog 100005, trying vers=3, prot=17

mount.nfs: trying 10.8.236.7 prog 100005 vers 3 prot UDP port 635

vsnfsbbl.bbcs1.trcl1va2.mhint:/asp/asp on /mnt/asp type nfs (rw,vers=3)

 

I even tried using the same export policy that the /asp volume uses.

 

 

FAS 3250 movement- 3250

$
0
0

What are the files that need to be backed up before physical movement of the Storage FAS 3250

 


block size of LUN

$
0
0

What is the default block size of LUN in NetApp Storage.

 

And how we can check the same.

FlashPool - Performance contribute?

$
0
0

Hi all,

 

it there a way, an approximate one of course, that let us estimate the contribute of SSD on a FlashPool aggregate?

Everywhere I read data that seems to be almost marketing one or the SPM contribute that could be not so easy to read in the real world.

Very ofter we have to answer to customer requisite (public trial maybe) asking i.e. 600 IOPS for raw TB or 10 MB/s in sequential workloads...

 

Are there answers to simple questions like these? (just examples)

 

A 120 SAS hdd aggregate how much, nominal values of course, how much can increase in IOPS for a 70/30% r/w random workload if cached with a FlashPool?

How much flash do you suggest, minimum value, as ratio of SAS/NL-SAS hdds? 10%, 20%...less? More?

 

Thank you in advance

ONTAP Select - configuration_failed InternalErr: Failed to read host version

$
0
0

Hi all,

 

I have been trying to deploy Ontap select on an ESXi 6.0 and I cannot configure the host after is has been authenticated:

 

(ONTAPdeploy) host show-all
+--------------------------+---------------+------+
| Host                     | Status        | Type |
+--------------------------+---------------+------+
| 192.168.0.123            | authenticated | ESX  |
+--------------------------+---------------+------+
(ONTAPdeploy)

next the configuration step:

 

 

(ONTAPdeploy) host configure --host-id 192.168.0.123 --location RZ1 --storage-pool localstorage --internal-network Peer2Peer --management-network VMNet01 --data-network VMNet01
Host configuration updated for host: 192.168.0.123
(ONTAPdeploy) host show-all
+--------------------------+----------------------+------+
| Host                     | Status               | Type |
+--------------------------+----------------------+------+
| 192.168.0.123            | configuration_failed | ESX  |
+--------------------------+----------------------+------+
(ONTAPdeploy)

 

 

Eventlog:

 

(ONTAPdeploy) event show-all
+----------+-----------------------+-------+------+-----------------------------------------------------------------------+----------------------------+
| category | type                  | level | code | detail                                                                | time                       |
+----------+-----------------------+-------+------+-----------------------------------------------------------------------+----------------------------+
| host     | HostConfigureFailed   | Error |  215 | InternalErr: Failed to read host version                              | 2016.08.03 12:17:29.181854 |
| host     | HostConfigureAccepted | Info  |  208 | Add configuration request for host 192.168.0.123 accepted.            | 2016.08.03 12:17:19.382275 |
| host     | HostAddSuccessful     | Info  |  207 | Host 192.168.0.123 added successfully.                                | 2016.08.03 10:55:30.275210 |
| host     | HostAddAccepted       | Info  |  206 | Add request for host 192.168.0.123 accepted.                          | 2016.08.03 10:55:27.050425 |
+----------+-----------------------+-------+------+-----------------------------------------------------------------------+----------------------------+
(ONTAPdeploy)

 

 

Here is the debug log file /opt/netapp/log/sdotadmin_server.log

 

2016-08-03 13:42:02,882|DEBUG Jsonifing http://localhost:8000/api/v1/hosts
2016-08-03 13:42:02,882|DEBUG Function Arguments: []
2016-08-03 13:42:02,883|DEBUG Body parameter 'None' not in function arguments
2016-08-03 13:42:02,884|DEBUG Getting data and status code
2016-08-03 13:42:02,884|DEBUG Got data and status code (200)
2016-08-03 13:42:02,906|DEBUG Getting data and status code
2016-08-03 13:42:02,906|DEBUG Got data and status code (200)
2016-08-03 13:43:10,162|DEBUG http://localhost:8000/api/v1/hosts/192.168.0.123/configuration validating schema...
2016-08-03 13:43:10,184|DEBUG http://localhost:8000/api/v1/hosts/192.168.0.123/configuration validating parameters...
2016-08-03 13:43:10,185|DEBUG Jsonifing http://localhost:8000/api/v1/hosts/192.168.0.123/configuration
2016-08-03 13:43:10,185|DEBUG Function Arguments: ['host_id', 'new_configuration']
2016-08-03 13:43:10,185|DEBUG Body parameter 'new_configuration' in function arguments
2016-08-03 13:43:10,200|DEBUG Getting data and status code
2016-08-03 13:43:10,200|DEBUG Got data and status code (202)
2016-08-03 13:43:10,234|DEBUG Getting data and status code
2016-08-03 13:43:10,234|DEBUG Got data and status code (202)
2016-08-03 13:43:12,962|DEBUG Jsonifing http://localhost:8000/api/v1/hosts
2016-08-03 13:43:12,962|DEBUG Function Arguments: []
2016-08-03 13:43:12,962|DEBUG Body parameter 'None' not in function arguments
2016-08-03 13:43:12,963|DEBUG Getting data and status code
2016-08-03 13:43:12,963|DEBUG Got data and status code (200)
2016-08-03 13:43:12,996|DEBUG Getting data and status code
2016-08-03 13:43:12,997|DEBUG Got data and status code (200)
2016-08-03 13:43:20,556|DEBUG response body: {"available_datastores":[{"allocation":980,"capacity":1710848,"name":"localstorage","pdisks":["Local IBM Disk (naa.600605b005783e801f3222af848feec6)"],"status":"Online"}],"available_networks":[{"name":"VMNet10","vlanid":"1","vswitch":"vSwitch0"},{"name":"VMNet01","vlanid":"0","vswitch":"vSwitch0"},{"name":"Peer2Peer","vlanid":"0","vswitch":"vSwitch1"}],"available_pdisks":[{"adapter_name":"vmhba3","description":"Local IBM Disk ","name":"naa.600605b005783e801f3222af848feec6","total_diskspace":1710888,"used_by":"localstorage"},{"adapter_name":"vmhba3","description":"Local IBM Disk ","name":"naa.600605b005783e801f32224e7ec982e5","total_diskspace":46730,"used_by":"---"},{"adapter_name":null,"description":"Local USB Direct-Access ","name":"mpx.vmhba32:C0:T0:L0","total_diskspace":1911,"used_by":"---"}],"available_vms":[],"esxadmin_status":{"ESX_license":"VMware vSphere 6 Enterprise","SDK_version":"6.0.0","host":"192.168.0.123","server":"192.168.0.125","user":"DOMAIN\\VMware-Service"},"host_configuration":{"host_hardware_config":{"cores_in_use":1,"cpu_mhz":"2499","mem_usage":"2761","memory_size":98276,"num_cpu_cores":"6","num_hbas":"8","num_nics":"7","processor_model":"Intel(R) Xeon(R) CPU E5-2640 0 @ 2.50GHz","product_ver":"VMware ESXi 6.0.0","vendor":"IBM"},"hypervisor_info":{"api_version":"6.0","bios_release_date":"2016-04-28T00:00:00Z","bios_version":"-[D7E152CUS-2.11]-","firewall_defaults_in":"blocked","firewall_defaults_out":"blocked","hyperthreading":"active","hypervisor":"VMware ESXi 6.0.0 Build-3825889","model":"IBM System x3550 M4 Server -[7914F2G]-","power_mgmt_policy":"High Performance","power_mgmt_technology":"ACPI P-states, ACPI C-states","reboot_required":"No","uuid":"957aae0e-9ef7-3a76-987a-81b8e6bfa598"},"network_adapters":[{"associated_vswitch":"vSwitch0","enabled":true,"mac":"6c:ae:8b:62:bf:f2","name":"vmnic0","speed":"100","vendor":"Intel Corporation I350 Gigabit Network Connection"},{"associated_vswitch":"vSwitch0","enabled":false,"mac":"6c:ae:8b:62:bf:f3","name":"vmnic1","speed":"Unset","vendor":"Intel Corporation I350 Gigabit Network Connection"},{"associated_vswitch":"None","enabled":false,"mac":"6c:ae:8b:62:bf:f4","name":"vmnic2","speed":"Unset","vendor":"Intel Corporation I350 Gigabit Network Connection"},{"associated_vswitch":"None","enabled":false,"mac":"6c:ae:8b:62:bf:f5","name":"vmnic3","speed":"Unset","vendor":"Intel Corporation I350 Gigabit Network Connection"},{"associated_vswitch":"vSwitch1","enabled":false,"mac":"a0:36:9f:87:44:0c","name":"vmnic4","speed":"Unset","vendor":"Intel Corporation Ethernet Controller 10 Gigabit X540-AT2"},{"associated_vswitch":"vSwitch1","enabled":true,"mac":"a0:36:9f:87:44:0e","name":"vmnic5","speed":"10000","vendor":"Intel Corporation Ethernet Controller 10 Gigabit X540-AT2"},{"associated_vswitch":"None","enabled":true,"mac":"6e:ae:8b:62:bf:f1","name":"vusb0","speed":"10","vendor":"Intel Corporation Ethernet Controller 10 Gigabit X540-AT2"}],"storage_adapters":[{"description":"(0000:00:1f.2) Patsburg 6 Port SATA AHCI Controller","logical_name":"vmhba0","product":"Patsburg 6 Port SATA AHCI Controller"},{"description":"(0000:1b:00.0) MegaRAID SAS Fusion Controller","logical_name":"vmhba3","product":"MegaRAID SAS Fusion Controller"},{"description":"(N\/A) USB Storage Controller","logical_name":"vmhba32","product":"USB Storage Controller"},{"description":"(0000:00:1f.2) Patsburg 6 Port SATA AHCI Controller","logical_name":"vmhba33","product":"Patsburg 6 Port SATA AHCI Controller"},{"description":"(0000:00:1f.2) Patsburg 6 Port SATA AHCI Controller","logical_name":"vmhba34","product":"Patsburg 6 Port SATA AHCI Controller"},{"description":"(0000:00:1f.2) Patsburg 6 Port SATA AHCI Controller","logical_name":"vmhba35","product":"Patsburg 6 Port SATA AHCI Controller"},{"description":"(0000:00:1f.2) Patsburg 6 Port SATA AHCI Controller","logical_name":"vmhba36","product":"Patsburg 6 Port SATA AHCI Controller"},{"description":"(0000:00:1f.2) Patsburg 6 Port SATA AHCI Controller","logical_name":"vmhba37","product":"Patsburg 6 Port SATA AHCI Controller"}],"vswitch_config":[{"associated_adapter":["vmnic1","vmnic0"],"available_ports":2418,"mtu":"1500","name":"vSwitch0","portgroups":["VMNet10","VMNet01","vMotion","Management Network"],"total_ports":2432},{"associated_adapter":["vmnic5","vmnic4"],"available_ports":2418,"mtu":"9000","name":"vSwitch1","portgroups":["Peer2Peer"],"total_ports":2432}]}}
2016-08-03 13:43:20,557|ERROR |Host.py|345:verify_hypervisor_configuration| Error: [10] InternalErr: Failed to read host version
2016-08-03 13:43:20,557|ERROR |Host.py|545:update_configuration| Update host configuration failed
2016-08-03 13:43:20,559|ERROR |host_tasks.py|40:update_host_configuration| InternalErr: Failed to read host version
2016-08-03 13:43:22,006|DEBUG Jsonifing http://localhost:8000/api/v1/hosts
2016-08-03 13:43:22,006|DEBUG Function Arguments: []
2016-08-03 13:43:22,007|DEBUG Body parameter 'None' not in function arguments
2016-08-03 13:43:22,007|DEBUG Getting data and status code
2016-08-03 13:43:22,007|DEBUG Got data and status code (200)
2016-08-03 13:43:22,028|DEBUG Getting data and status code
2016-08-03 13:43:22,028|DEBUG Got data and status code (200)

In the log file you can see "Error: [10] InternalErr: Failed to read host version" but in the line above you can see: hypervisor":"VMware ESXi 6.0.0 Build-3825889"

 

 

Any Ideas?

 

Thanks in advance.

Branchcache configuration with windows server

$
0
0

Hi Guys,

 

I need to configure Branchcache on Netapp cluster mode with windows server at branch office. Just want to know the configurations requirement or if there is any Technical report from Netapp available for such setup.

 

 

regards

VK

 

To find out single or no active paths from iSCSI LUNs to the filer

cluster management ports stopped working

$
0
0

Hi all,

 

I've configured cluster management ports on the same lif where data is being transfered. but I've associated the cluster management port with node admin vserver.

Also what I did is that I've created A-records and ptr for the cluster management port so that I can have one dns entry for two ports(ip addresses)

Cluster management port was working fine but a day later they stopped working. Neither me nor the other teams made any changes.

I have to do this because, I have just 2 ports per controller on my fas2520 dual controller system switch-less cluster. if I dedicate a0a for cluster management, then I will be left with e0b (1gb), thats just one port.

I cannot use e0c (no 10gb capable switch)

Please let me know if you notice something wrong in my configuration. I ran it through config advisor and everything passed.

 

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

abcnpnas01::network interface> show
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
Cluster
abcnpnas01-01_clus1
up/up aa.bb.cc.d1/v3 abcnpnas01-01
e0d true
abcnpnas01-01_clus2
up/up aa.bb.cc.d2/v3 abcnpnas01-01
e0f true
abcnpnas01-02_clus1
up/up aa.bb.cc.d3/v3 abcnpnas01-02
e0d true
abcnpnas01-02_clus2
up/up aa.bb.cc.d4/v3 abcnpnas01-02
e0f true

abcfiler01.abc.local
            lif-n01data01
                         up/up    10.1.1.x1/yy       abcnpnas01-01
                                                                   a0a-110 true
            lif-n02data01
                         up/up    10.1.1.x2/yy       abcnpnas01-01
                                                                   a0a-110 false
abcnpnas01
            abcnpnas01-01_mgmt1
                         up/up    10.1.0.x3/yy       abcnpnas01-01
                                                                   e0M     true
            abcnpnas01-02_mgmt1
                         up/up    10.1.0.x4/yy       abcnpnas01-02
                                                                   e0M     true
            lif-n01mgt01 up/up    10.1.1.x5/yy       abcnpnas01-01
                                                                   e0M     false
            lif-n02mgt01 up/up    10.1.1.x6/yy       abcnpnas01-02
                                                                   e0M     false
10 entries were displayed.

abcnpnas01::network port> show
Speed (Mbps)
Node Port IPspace Broadcast Domain Link MTU Admin/Oper
------ --------- ------------ ---------------- ----- ------- ------------
abcnpnas01-01
a0a Default - up 1500 auto/1000
a0a-110 Default Default up 1500 auto/1000
e0M Default Default up 1500 auto/1000
e0a Default - up 1500 auto/1000
e0b Default - up 1500 auto/1000
e0c Default Default down 1500 auto/10
e0d Cluster Cluster up 9000 auto/10000
e0e Default Default down 1500 auto/10
e0f Cluster Cluster up 9000 auto/10000
abcnpnas01-02
a0a Default - up 1500 auto/1000
a0a-110 Default Default up 1500 auto/1000
e0M Default Default up 1500 auto/1000
e0a Default - up 1500 auto/1000
e0b Default - up 1500 auto/1000
e0c Default Default down 1500 auto/10
e0d Cluster Cluster up 9000 auto/10000
e0e Default Default down 1500 auto/10
e0f Cluster Cluster up 9000 auto/10000
18 entries were displayed.

abcnpnas01::vserver services name-service dns> show
Name
Vserver State Domains Servers
--------------- --------- ----------------------------------- ----------------
abcnpfile01.abcdefg.local
enabled abcdefg.local 10.1.1.Z1,
10.1.1.Z2
abcnpnas01 enabled abcdefg.local 10.1.1.Z1,
10.1.1.Z2
2 entries were displayed.


abcnpnas01::network route> show-lifs

Vserver: abcnpfile01.abcdefg.local
Destination Gateway Logical Interfaces
---------------------- ---------------------- ------------------------------
0.0.0.0/0 10.1.1.z lif-n01data01, lif-n02data01

Vserver: abcnpnas01
Destination Gateway Logical Interfaces
---------------------- ---------------------- ------------------------------
0.0.0.0/0 10.1.0.w abcnpnas01-01_mgmt1,
abcnpnas01-02_mgmt1
0.0.0.0/0 10.1.1.z lif-n01mgt01, lif-n02mgt01
3 entries were displayed.

abcnpnas01::network port ifgrp> show
Port Distribution Active
Node IfGrp Function MAC Address Ports Ports
-------- ---------- ------------ ----------------- ------- -------------------
abcnpnas01-01
a0a ip 02:a0:98:96:cb:ab full e0a, e0b
abcnpnas01-02
a0a ip 02:a0:98:96:c9:71 full e0a, e0b
2 entries were displayed.

abcnpnas01::network port vlan> show
Network Network
Node VLAN Name Port VLAN ID MAC Address
------ --------- ------- -------- -----------------
abcnpnas01-01
a0a-110
a0a 110 02:a0:98:96:cb:ab
abcnpnas01-02
a0a-110
a0a 110 02:a0:98:96:c9:71
2 entries were displayed.

snmpwalk got No data available in this sub-tree for volumeNearlyFull on OnTap 8.3.2

$
0
0

I have FAS8020 with Ontap 8.3.2.

I try to set up snmp to monitor volume free space.

I download mib version 2.4.2 and can see it undr netapp-0 for volumeFull and volumeNearlyFull with OID 1.3.6.1.4.1.789.0.82 and 85.

However, I got "No data available in this sub-tree" by snmpwalk.

Actually I got this message for all the objects under netapp-0.

As for objects under netapp1, i have no issue at all.

Does anyone know what's going on? 


How to configure SNMP trap for vscan options in NetApp FAS3240 7-Mode Version 8.2.

$
0
0

Hi all,

 

 

netapp> vscan scanners
Virus scanners(IP and Name)      P/S Connect time (dd:hh:mm)  Reqs    Fails    Curr. Reqs.
-------------------------------------------------------------------------------------------
 10.x.x.y     \\scan1                         Pri   239:09:14            162149                54        0
 10.x.x.x     \\scan2                        Sec   118:01:14                 0                     0        0
  10.x.y.z     \\scan3                        Pri   118:01:14           3347786                 9        0
 10.x.z.y     \\scan4                          Pri   118:01:13          79897291              16        0
 
 
I would like to know the threshold count for the current requests for the scan server. Also I would like to montior this value in a monitoring tool. So then what could be the MIB or OID to send the SNMP traps.
Please guide me how to proceed.
 
I could see for  vscanConnection this is the MIB 1.3.6.1.4.1.789.0.257 but its not giving the proper output which I'm looking for.
 
Please help
 

7MTT - projectgroup function

$
0
0

Currently doing migration from 7-Mode to cDOT, we came across the cli command "transition projectgroup".

Apart from a logical view of grouping projects together, is there a way to start a transition based on the projectgroup instead of the project name?

This would be very handy Smiley Wink

 

Any experience?

Thanks a lot for sharing

 

RomSmiley Wink

 

 

[nasmgmt@nasadm2 bin]$ transition projectgroup
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
Error: Incomplete or unknown command: transition projectgroup

NAME
projectgroup -- Transition Project Group management command.

COMMANDS
transition projectgroup create - Create a new project group.
transition projectgroup delete - Delete a project group.
transition projectgroup modify - Modify a project group.
transition projectgroup move-project - Move a project to a different project
group.
transition projectgroup rename - Rename a project group.
transition projectgroup show - Show information about one or all
project groups.

DESCRIPTION
Commands to perform various project group related operations.

Valid options are:-
create - Create a new project group
rename - Rename a project group
modify - Modify a project group
show - Show project group information
move-project - Move a project to a given project group
delete - Delete a project group

 

 

[nasmgmt@nasadm2 bin]$ transition projectgroup show
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
Project Group Name Number of Projects Project Names
------------------ ------------------ -------------
psts 0 -
Default_Group 0 -

 

[nasmgmt@nasadm2 bin]$ transition cbt start -p psts
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
Error(31115) : Transition project with name 'psts' does not exist.

 

 

 

ONTAP 9 System Manager, Active Directory Authentication

$
0
0

FAS2554 with ONTAP 9 RC1 in a cluster.

 

We've configured a CIFS svm, configured domain-tunnel and created user logins for both an AD user and an AD group, all for applications ssh, http and ontapi.

Login name created for <netbios>\<username> and <netbios>\<groupname>.

 

Login works for SSH, but not for http/system manager.

 

So... is this a known bug in ONTAP 9?

I didn't find anything, but those google skills... Smiley Frustrated

OSSV Exclude System Volume information

$
0
0

Hello,

 

I'm fairly new to Netapp. I have a win2012server in a remote office I am backing up with OSSV. It is currently backing up Dedup .ccc files from D:\System Volume Information\dedup\chunkstore. I wish to exclude this directory as it makes no sense to backup. I have opened up the file-exclude text file from: C:\Program Files\netapp\snapvault\etc. I have added: D:\System Volume Information\ to the exlcude list. Is there anything else I need to perform other then restarting the service for this change to take affect?

 

Regards,

 

Multiple MTU on a Single Interface Group

$
0
0

Hi,

 

I'm handling this project of clustered Data ONTAP that I only have 2 physical interface for both iSCSI and CIFS data LIFs.

Considering the availability standpoint, I have made grouped those interface into a single interface group.

 

For iSCSI, the customer wants to use 9000 MTU, and set CIFS with 1500 MTU.

Can this configuration be achieved?

Would you share some more information on how to accomplish the configuration?

 

Thank you.

Apenk

Viewing all 4995 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>