Command Line Interface Guide
Table 38. SNMP Set Operations Parameters
name=value pair Description
setting=snmpset Required
enable=true Allows SNMP set operations
enable=false Disallows SNMP set operations
For example, to disallow SNMP set operations use the following command:
omconfig preferences snmp setting=snmpset enable=false
NOTE: After executing the command to enable or disable SNMP set operations, restart services for the change to
take effect. On systems running supported Microsoft Windows operating systems, restart the Windows SNMP
Service. On systems running supported Red Hat Enterprise Linux and SUSE Linux Enterprise Server operating
systems, restart Server Administrator services by running the srvadmin-services.sh restart command.
Omconfig Preferences Useraccess
Depending on the policies of your organization, you may want to restrict the access that some user levels have to Server
Administrator. The omconfig preferences useraccess command allows you to grant or withhold the right of users and
power users to access Server Administrator.
The following table displays the valid parameters for the command:
Table 39. Enabling User Access For Administrators, Power Users, And Users
Command Result Description
omconfig preferences useraccess
enable=user
Grants Server Administrator access to
Users, Power Users, and
Administrators.
Least restrictive form of user access.
omconfig preferences useraccess
enable=poweruser
Grants Server Administrator access to
Power Users and Administrators.
Excludes user level access only.
omconfig preferences useraccess
enable=admin
Grants Server Administrator access to
Administrators
only
.
Most restrictive form of user access.
Omconfig Preferences Webserver
Use the omconfig preferences webserver command to set the encryption levels of the Server Administrator Web server
and configure the URL launch point in the Server Administrator Web server environment.
The following table displays the name=value pairs you can use with this command:
Table 40. Valid Parameters Of Omconfig Preferences Webserver
name=value pair 1 name=value pair 2 Description
attribute=sslencryption setting=autonegotiate | 128bitorhigher
autonegotiate: Sets the encryption
levels automatically based on your
Web browser settings.
128bitorhigher: Sets the encryption
levels to 128-bit or higher.
attribute=seturl host=<
string
> port=<
value
> Enables you to configure the URL
launch point in the Server
99