Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: [xss] test %27 テスト

Results 61 - 70 of 480 for host:docs.min.io (0.04 sec)

  1. Expand an AIStor Deployment on Linux | AIStor O...

    The following procedure adds a server pool to an existing AIStor cluster running on bare-metal infrastructure. Each pool expands the total available storage capacity of the cluster while maintaining the overall availability of the cluster. A new pool is a set of new nodes and drives that meet the cluster’s erasure set requirements and parity levels. You can use MinIO’s Erasure Code Calculator to check the Erasure Code Stripe Size (K+M) of your new pool to confirm that it meets the EC:M value of current cluster. MinIO strongly recommends seeking an architecture review from MinIO Engineering through SUBNET to analyze potential performance impacts before committing to a new pool for your cluster.
    docs.min.io/enterprise/aistor-object-store/operations/scaling/expansion/expand-aistor-linux/
    Registered: Fri Jan 16 04:59:25 UTC 2026
    - Last Modified: Wed Jan 14 19:11:19 UTC 2026
    - 257K bytes
    - Viewed (0)
  2. Upgrade AIStor on Linux | AIStor Object Store D...

    This page documents upgrade procedures for AIStor Server deployments on bare-metal Linux infrastructure. All AIStor software supports non-disruptive upgrades with zero downtime. In optimal environments, cluster-wide upgrades typically complete in under 500 milliseconds with large clusters (1000+ nodes) completing in less than 5 seconds. Upgrade AIStor using DEB or RPM Use these steps to upgrade an AIStor deployment where the server process is managed by systemctl, such as those created using the AIStor DEB/RPM packages.
    docs.min.io/enterprise/aistor-object-store/upgrade-aistor-server/upgrade-aistor-linux/
    Registered: Fri Jan 16 04:59:29 UTC 2026
    - Last Modified: Wed Jan 14 19:11:19 UTC 2026
    - 263.9K bytes
    - Viewed (0)
  3. Decommission AIStor Server Pool on Linux | AISt...

    The following procedures decommissions one or more pools on a Linux bare-metal deployment. Review the AIStor deployment topology The mc admin decommission command returns a list of all pools in the AIStor deployment: mc admin decommission status myaistor The command returns output similar to the following: ┌─────┬──────────────────────────────────────────────────────────────────┬──────────────────────────────────┬────────┐ │ ID │ Pools │ Capacity │ Status │ │ 1st │ https://aistor-{01...04}.example.com:9000/mnt/disk{1...4}/aistor │ 10 TiB (used) / 10 TiB (total) │ Active │ │ 2nd │ https://aistor-{05...08}.example.com:9000/mnt/disk{1...4}/aistor │ 60 TiB (used) / 100 TiB (total) │ Active │ │ 3rd │ https://aistor-{09...12}.example.com:9000/mnt/disk{1...4}/aistor │ 40 TiB (used) / 100 TiB (total) │ Active │ └─────┴──────────────────────────────────────────────────────────────────┴──────────────────────────────────┴────────┘ The example deployment above has three pools. Each pool has four servers with four drives each.
    docs.min.io/enterprise/aistor-object-store/operations/scaling/decommission/decommission-aistor-li...
    Registered: Fri Jan 16 05:03:18 UTC 2026
    - Last Modified: Wed Jan 14 19:11:19 UTC 2026
    - 268.6K bytes
    - Viewed (0)
  4. Bucket Notifications | AIStor Object Store Docu...

    AIStor bucket notifications allow administrators to send notifications to supported external services when events occur on objects or buckets, similar to Amazon S3 Event Notifications. This page lists supported event types that trigger notifications, including bucket-level and object-level S3 events. Supported notification targets AIStor supports publishing event notifications to the following targets:
    docs.min.io/enterprise/aistor-object-store/administration/bucket-notifications/
    Registered: Fri Jan 16 04:59:58 UTC 2026
    - Last Modified: Wed Jan 14 19:11:18 UTC 2026
    - 284K bytes
    - Viewed (0)
  5. mc admin group | AIStor Object Store Documentation

    Description The mc admin group command manages groups on an AIStor deployment. A group is a collection of users. Each group can have one or more assigned policies that explicitly list the actions and resources to which group members are allowed or denied access. Groups provide a simplified method for managing shared permissions among users with common access patterns and workloads.
    docs.min.io/enterprise/aistor-object-store/reference/cli/admin/mc-admin-group/
    Registered: Fri Jan 16 05:07:18 UTC 2026
    - Last Modified: Wed Jan 14 19:11:19 UTC 2026
    - 280.1K bytes
    - Viewed (0)
  6. mc du | AIStor Object Store Documentation

    The mc du command summarizes the disk usage of buckets and folders. You can also use mc du against the local filesystem to produce similar results as the du command. Syntax Example The following command prints the disk usage of the mybucket bucket on the myaistor AIStor deployment:
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-du/
    Registered: Fri Jan 16 05:07:33 UTC 2026
    - Last Modified: Wed Jan 14 19:11:19 UTC 2026
    - 267.8K bytes
    - Viewed (0)
  7. mc admin kms key | AIStor Object Store Document...

    The mc admin kms key command performs cryptographic key management operations through the AIStor Key Encryption Service (KES). Syntax mc admin kms key create Creates a new master key on a Key Management System (KMS).
    docs.min.io/enterprise/aistor-object-store/reference/cli/admin/mc-admin-kms-key/
    Registered: Fri Jan 16 05:06:30 UTC 2026
    - Last Modified: Wed Jan 14 19:11:19 UTC 2026
    - 259.1K bytes
    - Viewed (0)
  8. mc alias | AIStor Object Store Documentation

    Description The mc alias commands provide a convenient interface for managing the list of S3-compatible hosts that mc can connect to and run operations against. Subcommands mc alias includes the following subcommands:
    docs.min.io/enterprise/aistor-object-store/reference/cli/mc-alias/
    Registered: Fri Jan 16 05:06:35 UTC 2026
    - Last Modified: Wed Jan 14 19:11:19 UTC 2026
    - 252.7K bytes
    - Viewed (0)
  9. mc admin policy info | AIStor Object Store Docu...

    Returns the specified policy in JSON format if it exists on the target AIStor deployment. Syntax Example The following command returns the policy readonly in JSON format from the deployment at alias myaistor.
    docs.min.io/enterprise/aistor-object-store/reference/cli/admin/mc-admin-policy/mc-admin-policy-info/
    Registered: Fri Jan 16 05:06:50 UTC 2026
    - Last Modified: Wed Jan 14 19:11:19 UTC 2026
    - 260.5K bytes
    - Viewed (0)
  10. mc admin user | AIStor Object Store Documentation

    The mc admin user command and its subcommands manage AIStor users. Clients must authenticate to the AIStor deployment with the access key and secret key associated to a user on the deployment. AIStor users constitute a key component in AIStor Identity and Access Management. To manage users who authenticate using a third-party IDP, use the command for the appropriate provider: For AD/LDAP, use mc idp ldap For OpenID Connect (OIDC) compatible providers, use mc idp openid Subcommands mc admin user includes the following subcommands:
    docs.min.io/enterprise/aistor-object-store/reference/cli/admin/mc-admin-user/
    Registered: Fri Jan 16 05:06:53 UTC 2026
    - Last Modified: Wed Jan 14 19:11:19 UTC 2026
    - 255.4K bytes
    - Viewed (0)
Back to top