ONTAPでApacheの動作ステータスを確認する方法は何ですか?
環境
ONTAP 9
回答
次のONTAPコマンドを使用してステータスを確認します。
- システムレベルの検証には、
system services web show
コマンドを使用します。
::> system services web show
External Web Services: true --->Apache server is online
Status: online
HTTP Protocol Port: 80
HTTPS Protocol Port: 443
HTTP Enabled: false
- SVMレベルの検証の場合は、
-vserver
""オプションを使用して指定します。
::> vserver services web show -vserver svm910d
Vserver Type Service Name Description Enabled
-------------- -------- ---------------- ----------------------------- -------
svm910d data backups Configuration Backup Download true
svm910d data docs-api REST API Documentation true
svm910d data ontapi Remote Administrative API true
Support
svm910d data rest Remote Administrative REST true --->REST API is enabled on vserver
API Support
svm910d data security Security features true
追加情報
AdditionalInformation_text