- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of 1,037 for host:docs.min.io (0.03 seconds)
-
Extended Object Names | AIStor Object Store Doc...
Version added RELEASE.2025-12-20T04-58-37Z Extended object naming mode requires AIStor RELEASE.2025-12-20T04-58-37Z or later. Extended object naming mode allows AIStor to encode object names to use characters that can be written to typical filesystems. The S3 specification allows for the use of all UTF-8 characters in object names. However, filesystems have their own restrictions on what is allowed to be written to disk.docs.min.io/enterprise/aistor-object-store/reference/aistor-server/extended-name-mode/ -
mc table view create | AIStor Object Store Docu...
The mc table view create command creates a new Iceberg view on an AIStor cluster. Views are virtual tables defined by SQL queries. You can provide multiple SQL representations with different dialects for cross-engine compatibility. Example The following command creates a view named monthly_sales in the prod namespace of the analytics warehouse on the myaistor AIStor cluster:docs.min.io/enterprise/aistor-object-store/reference/cli/mc-table/mc-table-view/mc-table-view-cre...Wed Feb 04 19:19:11 GMT 2026 279.5K bytes -
NATS Notification Settings | AIStor Object Stor...
This page documents settings for configuring an NATS service as a target for Bucket Notifications. See Publish Events to NATS for a tutorial on using these settings. You can establish or modify settings by defining: an environment variable on the host system prior to starting or restarting the AIStor Server. Refer to your operating system’s documentation for how to define an environment variable. a configuration setting using mc admin config set. If you define both an environment variable and the similar configuration setting, AIStor uses the environment variable value.docs.min.io/enterprise/aistor-object-store/reference/aistor-server/settings/notifications/nats/ -
Identity Management Plugin Settings | AIStor Ob...
This page documents settings for enabling external identity management using the MinIO Identity Management Plugin. See MinIO External Identity Management Plugin for a tutorial on using these settings. You can establish or modify settings by defining: an environment variable on the host system prior to starting or restarting the AIStor Server. Refer to your operating system’s documentation for how to define an environment variable. a configuration setting using mc admin config set. If you define both an environment variable and the similar configuration setting, AIStor uses the environment variable value.docs.min.io/enterprise/aistor-object-store/reference/aistor-server/settings/iam/minio-identity-pl...Wed Feb 04 19:19:11 GMT 2026 285.9K bytes -
mc table view drop | AIStor Object Store Docume...
The mc table view drop command drops an Iceberg view from the catalog on an AIStor cluster. Example The following command drops the old_view view from the prod namespace in the analytics warehouse on the myaistor AIStor cluster: mc table view drop myaistor analytics prod old_view Syntax The command has the following syntax:docs.min.io/enterprise/aistor-object-store/reference/cli/mc-table/mc-table-view/mc-table-view-drop/Wed Feb 04 19:19:11 GMT 2026 273.1K bytes -
Licenses | AIStor Object Store Documentation
AIStor requires an active and unexpired MinIO Commercial License. Use mc license info to check your current license status. Accessing your license The license is available in MinIO SUBNET. Log in to SUBNET. From the Deployments screen, select License Key.docs.min.io/enterprise/aistor-object-store/operations/licenses/Wed Feb 18 22:05:04 GMT 2026 273.5K bytes -
mc admin prometheus | AIStor Object Store Docum...
Description The mc admin prometheus command and its subcommands provide access to MinIO Prometheus metrics. Subcommands Subcommand Description generate The mc admin prometheus generate command generates a metrics scraping configuration file for use with Prometheus. metrics The mc admin prometheus metrics command prints Prometheus metrics for a cluster.docs.min.io/enterprise/aistor-object-store/reference/cli/admin/mc-admin-prometheus/ -
mc admin policy ls | AIStor Object Store Docume...
Lists all policies on the target AIStor deployment. Syntax Example The following command lists all policies on the deployment at alias myaistor.docs.min.io/enterprise/aistor-object-store/reference/cli/admin/mc-admin-policy/mc-admin-policy-list/ -
mc admin object info | AIStor Object Store Docu...
Description mc admin object info displays a summary of part and shard information about a specified object. The output includes information for each part or shard of the object, including: Part number Pool number Node Erasure set Drive Filename Size By default, the output uses a set of gridded blocks to indicate the parts of object. Colors indicate the status of the specific part.docs.min.io/enterprise/aistor-object-store/reference/cli/admin/mc-admin-object-info/Wed Feb 18 22:05:04 GMT 2026 265.5K bytes -
mc admin info | AIStor Object Store Documentation
The mc admin info command displays information on an AIStor server. For distributed AIStor deployments, mc admin info displays information for each node in the deployment. The output of the command resembles the following for a four-node cluster: ● node1.example.com:9000 Uptime: 3 days Version: 2025-01-01T00-00-00Z Network: 4/4 OK Drives: 4/4 OK Pool: 1 ● node2.example.com:9000 Uptime: 3 days Version: 2025-01-01T00-00-00Z Network: 4/4 OK Drives: 4/4 OK Pool: 1 ● node3.example.com:9000 Uptime: 3 days Version: 2025-01-01T00-00-00Z Network: 4/4 OK Drives: 4/4 OK Pool: 1 ● node4.example.com:9000 Uptime: 3 days Version: 2025-01-01T00-00-00Z Network: 4/4 OK Drives: 4/4 OK Pool: 1 Pools: 1st, Erasure sets: 1, Drives per erasure set: 16 1.5 TiB Used, 12 Buckets, 48000 Objects 16 drives online, 0 drives offline, EC:4 Syntax Example The following command displays AIStor server information for the alias myaistor:docs.min.io/enterprise/aistor-object-store/reference/cli/admin/mc-admin-info/