この投稿は5年以上前のものです
2 Intern
•
389 メッセージ
•
14 ポイント
0
1611
2016年6月13日 03:00
VxRailのログ採取について
VxRailでログを個別に採取する手順が以下に記載ありましたが、
情報が古いようでvCenterとEVO:RAILが同居している時の採取手順になっているようです。
VxRail: How to collect all VxRail log bundles for EMC Support
https://support.emc.com/kb/333684
そのままvCenterでMarvinログ採取を実施すると、やはり失敗します。
# ./get_support_bundle.sh
tar: Removing leading `/' from member names
tar: /storage/log/vmware/marvin/tomcat/logs: Cannot stat: No such file or directory
tar: /storage/log/vmware/loudmouth: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
ログ採取方法について、どこかに纏まっていないでしょうか?
イベントは見つかりませんでした!


EMC2J
100 メッセージ
1
2016年6月15日 01:00
Taga@NWさん
以下の部分を変更し、VxRail Manager上で実施すると動作すると思います。
/root配下ではなく、/tmpで実施した場合は/tmpにファイルができると思います。
■変更前
EVO_MAIN_LOG=/storage/log/vmware/marvin/tomcat/logs/
EVO_ZEROCONF_LOG=/storage/log/vmware/loudmouth/
■変更後(VxRail3.0)
EVO_MAIN_LOG=/var/log/vmware/marvin/tomcat/logs/
EVO_ZEROCONF_LOG=/var/log/vmware/loudmouth/
EMC2J
100 メッセージ
1
2016年6月14日 02:00
Taga@NWさん
KBの内容は確かに古く、過去のVSPEX BLUEのものになりますね。
プロダクトガイドにVxRail ManagerとVxRail Manager Extension両方で"Generate Log Bundle"があります。
https://support.emc.com/docu67901_VxRail-Appliance-3.0-Product-Guide.pdf?language=en_US
Procedure
1 In VxRail Manager, click Config.
2 Click Support.
3 In the Log collection section, click Generate support log bundle to create a new diagnostics
log archive.
Procedure
1 In VxRail Manager click CONFIGURATION. The Configuration window is displayed.
2 Click General. The General tab is displayed.
3 Click Generate New Log Bundle. VxRail Manager will gather diagnostics information and create
a TAR file.
4 Click Open to view the file or Save to store it on your local machine.
tagawt
2 Intern
•
389 メッセージ
•
14 ポイント
0
2016年6月15日 00:00
RMSGさん、、Hiroki.Kさん
御確認頂き、ありがとうございます。
頂いた手順ですと全体での取得となっており、KBにある
"web interface is not available"の状態では使えない物となってしまいます。
単体で取得する方法があれば教えて頂けないでしょうか。
tagawt
2 Intern
•
389 メッセージ
•
14 ポイント
0
2016年6月20日 21:00
RMSGさん
ありがとうございます。
こちらの内容で確認してみます。