6.5 HP StoreAll OS CLI Reference Guide
Table Of Contents
- HP StoreAll OS CLI Reference Guide
- Contents
- 1 General CLI information
- 2 StoreAll commands
- ibrix_activedirectory
- ibrix_archiving
- ibrix_audit_reports
- ibrix_auth
- ibrix_av
- ibrix_avconfig
- ibrix_avquarantine
- ibrix_avscan
- ibrix_caseinsensitive
- ibrix_certificate
- ibrix_chassis
- ibrix_cifs
- ibrix_cifsconfig
- ibrix_cifsmonitor
- ibrix_cifsperms
- ibrix_client
- ibrix_cluster
- ibrix_clusterconfig
- ibrix_collect
- ibrix_crr
- ibrix_crreq
- ibrix_crr_export
- ibrix_crrhealth
- ibrix_crr_nic
- ibrix_datavalidation
- ibrix_dbck
- ibrix_df
- ibrix_edquota
- ibrix_evacuate
- ibrix_event
- ibrix_exportfs
- ibrix_fm
- ibrix_fm_tune
- ibrix_fs
- Description
- Synopsis
- Create a file system
- View information about file systems
- Extend a file system
- Audit log expiration policy
- Archiving/auditing synchronizer (Retention Expiration and Autocommit)
- Delete a file system
- Migrate segment ownership
- Enable or disable quotas
- Enable, disable, or display Express Query and auditing settings
- Mark a bad segment
- Enable or disable Export Control
- Assign or delete a standby server for the specified segments
- Options
- See also
- ibrix_fs_ops
- ibrix_fs_tune
- ibrix_fsck
- ibrix_ftpconfig
- ibrix_ftpshare
- ibrix_haconfig
- ibrix_hba
- ibrix_health
- ibrix_healthconfig
- ibrix_host_tune
- ibrix_hostgroup
- ibrix_hostpower
- ibrix_httpconfig
- ibrix_httpshare
- ibrix_httpvhost
- ibrix_idmapping
- ibrix_ldapconfig
- ibrix_ldapidmapping
- ibrix_license
- ibrix_localgroups
- ibrix_localusers
- ibrix_lookup
- ibrix_lv
- ibrix_lwhost
- ibrix_lwmount
- ibrix_lwumount
- ibrix_migrator
- ibrix_mount
- ibrix_mountpoint
- ibrix_ndmpconfig
- ibrix_ndmpsession
- ibrix_nic
- ibrix_objectstore
- ibrix_objectstoreadmin
- ibrix_objectstoremonitor
- ibrix_onlinequotacheck
- ibrix_phonehome
- ibrix_powersrc
- ibrix_profile
- ibrix_pv
- ibrix_rebalance
- ibrix_reports
- ibrix_reten_adm
- ibrix_server
- ibrix_snap
- ibrix_snapreclamation
- ibrix_snmpagent
- ibrix_snmpgroup
- ibrix_snmptrap
- ibrix_snmpuser
- ibrix_snmpview
- ibrix_stats
- ibrix_tape
- ibrix_task
- ibrix_tier
- ibrix_top
- ibrix_umount
- ibrix_usernamemapping
- ibrix_version
- ibrix_vg
- ibrix_vs
- ibrix_vs_snap
- ibrix_vs_snap_strategy
- MDexport
- MDimport
- upgrade60.sh
- verify_client_update
- 3 Support and other resources
- 4 Documentation feedback
- Glossary
- Index
ibrix_snmpview
Adds entries to or deletes entries from the SNMP MIB view.
Description
A MIB view consists of a collection of view subtrees that can be included or excluded from the
view. Each view subtree is defined by a combination of OID subtree and a bit string mask.
The management console automatically creates the excludeAll view, which blocks access to
all OIDs. This view cannot be deleted. It is the default read and write view if a view is not specified
for a group with the ibrix_snmpgroup command. Its catch-all OID and mask are:
OID = .1
Mask = .1
Synopsis
Add a subtree entry to a MIB view:
ibrix_snmpview -a -v VIEWNAME [-t {include|exclude}] -o OID_SUBTREE [-m
MASK_BITS]
The subtree is included in the named view by default.
Delete a MIB view:
ibrix_snmpview -d -v VIEWNAME
Display information about MIB views:
ibrix_snmpview -l [-v VIEWNAME]
For all views or the specified view, the output includes all entries by name, type, OID subtree value,
and mask bits value.
Options
DescriptionOption
Adds an entry to a view.-a
Deletes a view.-d
Lists properties for SNMP views.-l
Specifies the mask bits paired with the OID subtree in a v3 MIB view. The mask bits identify
which of the OID subtree’s sub-identifiers are significant to the MIB view.
-m MASK_BITS
Identifies the root of the OID subtree to be included in or excluded from a MIB view.-o OID_SUBTREE
Indicates whether an OID subtree should be included in or excluded from a view. The
default is to include the subtree.
-t include | exclude
Specifies the name of a v3 MIB view.-v VIEWNAME
Shows the usage for this command.-?
See also
ibrix_snmpgroup, ibrix_snmpuser
ibrix_snmpview 193