General Discussion

Cannot modify scanner pool on an Administrative Vserver

NetApp_Journeyman
3,985 Views

Hi, 


We feel receiving the following error message when attempting to remove vscan servers from the scanner-pool:

 

Error: command failed: Cannot modify a scanner pool on an administrative Vserver.

 

Note, we're admins and I've even used the set diag command. Please advise 

5 REPLIES 5

hmoubara
3,949 Views

Hello,

 

Can you share the full command you running. Are you specifying the vserver name once trying to run the command.

You will need to make sure you specifying the vserver name that owns the vscan policy.

 

Thanks 

NetApp_Journeyman
3,929 Views

I'm using the following command:

 

vserver vscan scanner-pool modify -vserver * - scanner-pool cenpool -hostnames x.x.x.x, x.x.x.x <---- (the necessary IP addresses)

 

Every time I try receive the "Cannot modify a scanner pool on an administrative vserver". Even when I run the command individually 

hmoubara
3,917 Views

Hello,

 

Try performing the below:

 

1. SSH to the cluster using the cluster-mgmt Lif.

2. List the scanner-pool:  vserver vscan scanner-pool show

3. Initiate the remove command on the Cluster admin vserver instead of the modify; you can use the remove  and add to adjust the vscan server attached to that specific sanner-pool.

 

vscan scanner-pool servers remove -vserver <vserver name> -scanner-pool <scanner-pool> -hostnames
<text> List of hostnames for Vscan Servers

 

vscan scanner-pool servers add -vserver <vserver name> -scanner-pool <scanner-pool> -hostnames
<text> List of hostnames for Vscan Servers

 

Thanks

NetApp_Journeyman
3,898 Views

Hi,

 

Thank you for suggestion. Unfortunately, following your instructions doens't change things; i'm still left with the "Cannot modify a scanner pool on an administrative Vserver" message

 

I'm wondering if I need to talk to someone who can modify the vscan servers themselves...

ttran
3,624 Views

Hello Netapp_Journeyman,

 

Please use the following command to remove servers from a scanner pool "vserver vscan scanner-pool servers remove".

 

Here is reference documentation:

Removing Vscan servers from a scanner pool 

 

 

Regards,

 

Team NetApp

Team NetApp
Public