1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| [root@vtl01 ~]# systemctl status quadstorvtl ● quadstorvtl.service - QUADStor Virtual Tape Library Loaded: loaded (/usr/lib/systemd/system/quadstorvtl.service; enabled; vendor preset: disabled) Active: active (running) since Sat 2024-06-29 12:30:59 HKT; 1min 10s ago Process: 1072 ExecStart=/quadstorvtl/etc/quadstorvtl.init start (code=exited, status=0/SUCCESS) CGroup: /system.slice/quadstorvtl.service ├─2242 /quadstorvtl/sbin/coredev ├─6044 /quadstorvtl/sbin/ietd └─6055 /quadstorvtl/sbin/vtmdaemon
Jun 29 12:30:59 vtl01 vtmdaemon[6055]: tl_server_load_conf:3895 query disk check Jun 29 12:30:59 vtl01 vtmdaemon[6055]: tl_server_load_conf:3909 trigger qload Jun 29 12:30:59 vtl01 vtmdaemon[6055]: tl_server_load_conf:3911 ioctl qload Jun 29 12:30:59 vtl01 vtmdaemon[6055]: configure_fc_ports_mode:3071 target 1 Jun 29 12:30:59 vtl01 vtmdaemon[6055]: tl_server_load_conf:3917 restart export jobs Jun 29 12:30:59 vtl01 vtmdaemon[6055]: tl_server_load_conf:3920 reply to client Jun 29 12:30:59 vtl01 vtmdaemon[6055]: tl_server_restart_export_jobs:6619 start Jun 29 12:30:59 vtl01 vtmdaemon[6055]: tl_server_load_conf:3922 end Jun 29 12:30:59 vtl01 vtmdaemon[6055]: tl_server_restart_export_jobs:6682 end Jun 29 12:30:59 vtl01 systemd[1]: Started QUADStor Virtual Tape Library.
|