NSX-T manager虚拟机打开电源
OVF虚拟机部署完成后打开NSXmanager虚拟机电源,等带虚拟机初始化完成,可以通过命令get services 查看服务状态
Tue Aug 08 2023 UTC 02:38:13.127
Service name: applianceproxy
Service state: running
Service name: async_replicator
Service state: running
Logging level: info
Service name: auth
Service state: running
Logging level: info
Service name: cluster_manager
Service state: running
Service name: cm-inventory
Service state: running
Service name: controller
Service state: running
Listen address:
Service name: datastore
Service state: running
Service name: datastore_log_replication
Service state: stopped
Service name: datastore_nonconfig
Service state: running
Service name: http
Service state: running
Logging level: info
Session timeout: 1800
Connection timeout: 30
Client API rate limit: 100 requests/sec
Client API concurrency limit: 40
Global API concurrency limit: 199
Redirect host: (not configured)
Basic authentication: enabled
Cookie-based authentication: enabled
Service name: idps-reporting
Service state: running
Service name: install-upgrade
Service state: running
Enabled on: 192.168.80.170
Service name: liagent
Service state: stopped
Service name: manager
Service state: running
Logging level: info
Service name: messaging-manager
Service state: running
Service name: migration-coordinator
Service state: stopped
Service name: node-mgmt
Service state: running
Service name: node-stats
Service state: running
Service name: nsx-message-bus
Service state: stopped
Service name: nsx-platform-client
Service state: running
Service name: nsx-upgrade-agent
Service state: running
Service name: ntp
Service state: running
Start on boot: True
Service name: search
Service state: running
Service name: site_manager
Service state: running
Service name: snmp
Service state: stopped
Start on boot: False
Service name: ssh
Service state: running
Start on boot: True
Root login: enabled
Service name: syslog
Service state: running
Service name: telemetry
Service state: running
Service name: ui-service
Service state: running
如上所示,即表示nsx-tmanager服务启动正常
登录nsx-t manager
用户名吗默认为admin用户
首次登录后会有接受协议的提示
添加许可证
进入后web最上端会有管理许可证
默认会有一个许可证,但是此许可功能受限
VMware vShield Endpoint 作为一项 vSphere 功能包含在所有 vSphere 版本中。无需单独的许可证密钥。
所有 vSphere 客户无需购买 NSX 许可证即可下载 NSX,自 2016 年 8 月生效。安装时的默认许可证为“NSX for vShield Endpoint”,该许可证允许使用 NSX 部署和管理 vShield Endpoint,但仅限防病毒卸载功能。
配置密码策略
NSX-Manager默认账户(admin和root)密码90天过期,需要通过ssh登录到 NSX-Manager设备,使用使用命令配置密码过期,如果使用root登录,需要切换到 admin账户。
- 查看密码过期时间:get user admin password-expiration
Tue Aug 08 2023 UTC 03:01:13.880
Password expires 90 days after last change
Current password will expire in 90 days
User will receive warning messages 7 days before password expires.
最后一次更改后90天后过期
- 设置密码永不过期 set user admin password-expiration 9999
- 相同方法配置root用户跟audit用户