新しい会話を開始

Solved!

ソリューションへ移動

1 Rookie

 • 

489 メッセージ

524

2018年11月5日 23:00

UnityでID(CLI ID)をHost_1から再利用する方法について

UnityでID(CLI ID)をHost_1から再利用する方法について教えて下さい。

Unityのホストを一度作成(登録)した後にホストを削除し、もう一度作成した場合

ID(CLI ID)が、今まで作成した番号の後の数字になりました。

Host_1Host_15で作成したホスト15台を、全て削除してもう一度作成した場合 Host_16からになった。)

作成

uemcli -u admin -p ***** /remote/host show

1: ID = Host_1

Name            = test-esxi001

()

2: ID = Host_2

Name            = test-esxi002

()

:

:

15: ID = Host_15

Name            = test-esxi015

()

削除

再作成後

uemcli -u admin -p ***** /remote/host show

1: ID = Host_16

Name            = test-esxi001

()

2: ID = Host_17

Name            = test-esxi002

()

:

:

15: ID = Host_30

Name            = test-esxi015

()

質問事項は以下です。

再作成時にID(CLI ID)Host_1から再利用することが可能でしょうか。

可能な場合のオペレーション方法をお教えください。

Moderator

 • 

6.5K メッセージ

2018年11月6日 21:00

hakuさん、

残念ながらHost IDの再利用はできなさそうです。

GUIでもCLIでも試しましたがホストを削除して、また作成するとその都度新しいIDがふられます。

Set コマンドでIDを変更できるかと思いましたがHost IDありき、になってしまうのでSet (変更)になるためそれも無理でした。

/remote/host create --help にもIDでのオプションはないです。

/remote/host create -name [ -descr ] [ -tenant ] -type { host [ -addr ] [ -ignoredAddr ] [ -osType ] | subnet -addr [ -netmask ] | netgroup -addr }

Create a host configuration to establish a connection between the system and hosts that access the system.

Where:

  -name

  Specifies the name of the host configuration.

  [Optional] -descr

  Specifies the description of the host configuration.

  [Optional] -tenant

  Specifies the identifier of the tenant.

  -type

  Specifies the type of the host configuration.

  [Possible usages]

      1. host [ -addr ] [ -ignoredAddr ] [ -osType ]

        Define and control access to storage resources on a host-by-host basis.

        [Optional] -addr

        Specifies the hostnames or IP addresses associated with the host.

        [Optional] -ignoredAddr

        Comma-separated list of network/IP addresses of the host that will not be used for data access purposes.

        [Optional] -osType

        Specifies the type of operating system (OS) running on the host or netgroup.

  省略

1 Rookie

 • 

489 メッセージ

2018年11月11日 17:00

回答ありがとうございます。

ユーザーには再利用不可と案内しようとおもいます。

イベントは見つかりませんでした!

Top