Top
PRIMECLUSTER  Web-Based Admin ViewOperation Guide 4.6
FUJITSU Software

B.3 Settings to output core files

Set up the following when outputting the core files of the Web-Based Admin View.

Setup procedure

  1. Create directories to store settings files.

    # mkdir /etc/systemd/system/fjsvwvbs.service.d
    # chmod 755 /etc/systemd/system/fjsvwvbs.service.d
    # mkdir /etc/systemd/system/fjsvwvcnf.service.d
    # chmod 755 /etc/systemd/system/fjsvwvcnf.service.d
  2. Create each settings file (core.conf) in the created directories.

    # touch /etc/systemd/system/fjsvwvbs.service.d/core.conf
    # chmod 644 /etc/systemd/system/fjsvwvbs.service.d/core.conf
    # touch /etc/systemd/system/fjsvwvcnf.service.d/core.conf
    # chmod 644 /etc/systemd/system/fjsvwvcnf.service.d/core.conf
  3. Add the following in each settings file (core.conf) created in Step 2.

    [Service]
    Environment="DAEMON_COREFILE_LIMIT=unlimited"
  4. Reflect the settings of environment variables of Web-Based Admin View services.

    # systemctl daemon-reload
  5. Check the settings of environment variables of Web-Based Admin View services.

    Make sure that DAEMON_COREFILE_LIMIT is included.

    # systemctl show fjsvwvbs.service |grep "Environment="
    # systemctl show fjsvwvcnf.service |grep "Environment="

    If DAEMON_COREFILE_LIMIT is not included, check if Step 1 to Step 4 are performed correctly.

  6. Restart the Web-Based Admin View services.

    # /etc/init.d/fjsvwvbs restart
    # /etc/init.d/fjsvwvcnf restart