MSVMAPPAGENT
. 데이터베이스 트랜잭션 로그를 백업하는 데만 사용됩니다.VM 백업 수준은 예약된 백업 수준과 관계없이 NetWorker에서 "전체" 수준으로 표시됩니다. 예를 들어 NMC(NetWorker Management Console) 모니터링 창에는 다음이 표시됩니다.
NetWorker Server의 미디어 데이터베이스(mm)에 표시되는 세이브 세트 세부 정보에는 전체 레벨이 표시됩니다. mminfo -kvot
[root@nsr ~]# mminfo -kvot volume type client date time size ssid fl lvl name VMBackupPool.002 Data Domain vcsa.amer.lan 09/26/2024 09:00:10 PM 114 GB 3824550812 cr full vm:503ea434-0331-8ed6-8b19-b9cd408cce7a:vcsa.amer.lan VMBackupPool.002 Data Domain vcsa.amer.lan 09/26/2024 09:00:11 PM 104 GB 3807773596 cr full vm:503ebedd-f10f-3109-3a01-ab59180c700a:vcsa.amer.lan VMBackupPool.002 Data Domain vcsa.amer.lan 09/26/2024 09:00:12 PM 104 GB 3790996380 cr full vm:503e73d1-0586-cc5a-6748-fa3dc7d54047:vcsa.amer.lan VMBackupPool.002 Data Domain vcsa.amer.lan 09/26/2024 09:00:13 PM 104 GB 3774219164 cr full vm:503ebd5c-db03-255f-b9c4-ec4bf6738647:vcsa.amer.lan VMBackupPool.002 Data Domain vcsa.amer.lan 09/26/2024 09:00:14 PM 104 GB 3757441948 cr full vm:503e47a3-d13b-64cd-df1a-9184f0ffd45e:vcsa.amer.lan
확장된 mminfo
세부 정보는 수행된 백업 수준을 보고합니다.
mminfo -S -q ssid=SSID
예:
[root@nsr ~]# mminfo -S -q ssid=3790996380
ssid=3790996380 savetime=09/26/2024 09:00:12 PM (1727398812) vcsa.amer.lan:vm:503e73d1-0586-cc5a-6748-fa3dc7d54047:vcsa.amer.lan
level=full sflags=vrF size=107479425880 files=1 insert=09/26/2024
create=09/26/2024 complete=09/26/2024 browse=10/03/2024 09:00:10 PM retent=10/03/2024 11:59:59 PM
clientid=0bc290fc-00000004-6663510c-6663794c-00085000-592bbe56
**backup start time: 1727398812;
*backup_device: Data Domain;
*backup_mode: VSS;
*occupiedvmdiskutil: 16584376320;
*policy action name: "backup: 1727398811";
*policy name: "VMware Protection: 1727398811";
*policy workflow name: "Full VM: 1727398811";
*policy_workflow_action_path: /VMware Protection/Full VM/backup;
*proxy_hostname: nsr-vproxy01.amer.lan;
*ss data domain backup cloneid: 1727398811;
*ss data domain dedup statistics: "v1:1727398811:107438073630:53930194:52145905";
*SSID directory: Yes;
*totalvmdiskutil: 106648563712;
*vcenter_hostname: vcsa.amer.lan;
*vm_backup_level: incr;
*vm_info: \
...
...
다음 조건에 관계 없음 nsrcapinfo
또는 mminfo
가 사용되면 VM 백업은 항상 VMware에서 VM의 프로비저닝된 전체 크기를 표시합니다. 증분 백업에서 백업된 데이터의 양은 반영되지 않습니다. 예를 들어 VM은 VMware에서 100GB의 프로비저닝된 공간을 표시합니다.
NetWorker에서 다음에 표시된 VM 크기가 일치하지 않습니다. nsrcapinfo
또는 mminfo
VMware에 표시된 VM의 크기와 비교한 결과입니다.
[root@nsr ~]# mminfo -kot -q vmname=win-client01.amer.lan volume type vm_name date time size ssid fl backup_size VMBackupPool.001 Data Domain win-client01.amer.lan 09/23/2024 05:10:00 PM 104 GB 4260485415 cr 104 GB VMBackupPool.002 Data Domain win-client01.amer.lan 09/23/2024 05:39:24 PM 104 GB 4210155532 cr 104 GB VMBackupPool.002 Data Domain win-client01.amer.lan 09/23/2024 09:00:11 PM 104 GB 4109504283 cr 104 GB VMBackupPool.002 Data Domain win-client01.amer.lan 09/24/2024 10:41:44 AM 104 GB 3941781417 cr 104 GB VMBackupPool.002 Data Domain win-client01.amer.lan 09/24/2024 09:00:13 PM 104 GB 3807600797 cr 104 GB VMBackupPool.002 Data Domain win-client01.amer.lan 09/25/2024 09:00:10 PM 104 GB 4143231516 cr 104 GB VMBackupPool.002 Data Domain win-client01.amer.lan 09/26/2024 09:00:12 PM 104 GB 3790996380 cr 104 GB
VMware에서 VM의 크기는 바이트에서 이진 킬로(1024) 단위의 바이트입니다. 반면 NetWorker에서는 VM의 크기가 KiB에서 메트릭 킬로(1000)로 표시됩니다. 바이너리 킬로는 KiB, MiB, GiB, TiB 등의 단위입니다. 미터법 킬로 단위는 KB, MB, GB, TB 등입니다.
크기는 VM 세이브 세트 크기(바이트)를 바이너리 킬로로 변환할 때 VMware에서 보고된 크기와 일치합니다.
다음을 실행합니다. mminfo
확장된 명령 sumsize
열. 확장된 sumsize
열에는 변환된 단위 크기 대신 프로비저닝된 크기(바이트)가 표시됩니다.
mminfo -kot -q vmname=vm_name -r "savetime,ssid,sumsize(15)"
예:
[root@nsr ~]# mminfo -kot -q vmname=win-client01.amer.lan -r "savetime,ssid,sumsize(15)" date ssid size ... 09/26/2024 3790996380 107479425880
NetWorker에 표시되는 단위는 바이트입니다. VMware와 일치하도록 바이트를 GiB(Binary kilo Unit)로 변환해야 합니다.
Size_in_Bytes / 1024 = KiB / 1024 = MiB / 1024 = GiB
예:
107479425880 Bytes / 1024 = 104960376.83 KiB / 1024 = 102500.36 MiB / 1024 = 100.09 GiB
이 크기는 바이너리 킬로로 환산하면 NetWorker와 VMware의 크기가 거의 1:1임을 알 수 있습니다.
mminfo -r
플래그.
totalvmdiskutil
- VM에 구성된 모든 디스크 드라이브의 프로비저닝된 총 크기(바이트)를 표시합니다.occupiedvmdiskutil
- VM의 데이터/파일이 차지한 총 공간(바이트)mminfo -kot -r "vmname(20),ssid,savetime,totalvmdiskutil,occupiedvmdiskutil" vm_name ssid date totalvmdiskutil occupiedvmdiskutil winclient02 4249867714 05/01/2023 96058994688 39817691136 linuxclient01 4233090498 05/01/2023 15435038720 8569937920
mminfo output:
mminfo
세이브 세트에 대한 보고서에는 VM에 있는 각 VMDK의 "변경된 바이트"가 표시됩니다. 이는 지정된 세이브 세트에 백업된 데이터의 양을 나타냅니다.
mminfo -kot -q vmname=VM_NAME
mminfo
세이브 세트에 대한 보고서:mminfo -aS -q ssid=SSID
예:
root@lnx-nwserv:~# mminfo -aS -q ssid=2463462732 .... \"disks\": [ { \"display-name\": \"Hard disk 1\", \"datastore\": \"esx01-datastore\", \"datastore-moref\": \"datastore-11\", \"disk-key\": 2000, \"size-kb\": 104857600, \"thin\": true, \"disk_mode\": \"persistent\", \"disk_stats\": { \"Statistics\": { \"ProvisionedBytes\": 107374182400, \"UsedBytes\": 28354609152, \"ChangedBytes\": 166723584, \"SecondsTaken\": 67 }, \"DDStatistics\": { \"PreClientCompBytes\": 122079139, \"PostClientCompBytes\": 35083803, \"TotalSegments\": 18984, \"RedundantSegments\": 4798 }, \"BaseFileName\": \"[esx01-datastore] win-client01/win-client01.vmdk\"\ } }, { \"display-name\": \"Hard disk 2\", \"datastore\": \"esx01-datastore\", \"datastore-moref\": \"datastore-11\", \"disk-key\": 2001, \"size-kb\": 15728640, \"thin\": true, \"disk_mode\": \"persistent\", \"disk_stats\": { \"Statistics\": { \"ProvisionedBytes\": 16106127360, \"UsedBytes\": 16087384064, \"ChangedBytes\": 589824, \"SecondsTaken\": 28 }, \"DDStatistics\": { \"PreClientCompBytes\": 219923, \"PostClientCompBytes\": 36245, \"TotalSegments\": 62, \"RedundantSegments\": 35 }, \"BaseFileName\": \"[esx01-datastore] win-client01/win-client01_1.vmdk\ \" ...
2022-10-20T02:04:57Z INFO: [@(#) Build number: 54] DiskStats: Disk Label | Mode | Bytes Moved | Read Rate | Write Rate | Overhead | VDDK Wait | Total Time | VM MORef | VM Name 2022-10-20T02:04:57Z INFO: [@(#) Build number: 54] DiskStats: ------------- | ------ | ----------- | ------------ | ------------ | ------------- | ------------- | ------------- | --------- | ------------------------------ 2022-10-20T02:04:57Z INFO: [@(#) Build number: 54] DiskStats: Total | | 8 GiB | 107 MiB/s | 293 MiB/s | 0:00:37 | 0:00:19 | 0:03:44 | vm-7002 | winclient02
이러한 로그는 NetWorker Server의 다음 위치에서 볼 수 있습니다. /nsr/logs/polict/policy_name/workflow_name/
세션 로그는 vProxy의 다음 위치에도 저장됩니다. /opt/emc/vproxy/runtime/logs/recycle/vbackupd/
mminfo
Output은 백업 중에 전송된 정확한 바이트 수를 보고합니다.
Linux NetWorker Server:
# grep -rnw "DiskStats: Total" /nsr/logs/policy/VMware/Image-Protection/ | grep -v "0 Bytes"
root@lnx-nwserv:~# grep -rnw "DiskStats: Total" /nsr/logs/policy/VMware/Image-Protection/ | grep -v "0 Bytes" /nsr/logs/policy/VMware/Image-Protection/000020-lnx_client02-2024-2-5-11-32-42.log:662:2024-02-05T16:32:40Z INFO: [@(#) Build number: 185] DiskStats: Total | | 8 GiB | 113 MiB/s | 244 MiB/s | 0:00:17 | 0:00:35 | 0:02:23 | vm-1010 | lnx-client02 /nsr/logs/policy/VMware/Image-Protection/000021-lnx_nwserv-2024-2-5-11-33-25.log:668:2024-02-05T16:33:22Z INFO: [@(#) Build number: 185] DiskStats: Total | | 11 GiB | 72 MiB/s | 134 MiB/s | 0:00:17 | 157.0 ms | 0:03:06 | vm-4005| lnx-nwserv /nsr/logs/policy/VMware/Image-Protection/000023-win_client01-2024-2-5-11-34-18.log:664:2024-02-05T16:34:14Z INFO: [@(#) Build number: 185] DiskStats: Total | | 19 GiB | 104 MiB/s | 265 MiB/s | 0:00:17 | 0:00:18 | 0:03:58 | vm-1009 | win-client01 /nsr/logs/policy/VMware/Image-Protection/000022-win_sql01-2024-2-5-11-35-59.log:670:2024-02-05T16:35:58Z INFO: [@(#) Build number: 185] DiskStats: Total | | 26 GiB | 104 MiB/s | 318 MiB/s | 0:00:17 | 1.8 us | 0:04:49 | vm-1012 | win-sql01 /nsr/logs/policy/VMware/Image-Protection/000024-lnx_client01-2024-2-5-11-44-12.log:663:2024-02-05T16:44:09Z INFO: [@(#) Build number: 185] DiskStats: Total | | 8 GiB | 112 MiB/s | 359 MiB/s | 0:00:16 | 0:00:16 | 0:01:59 | vm-1008 | lnx-client01 /nsr/logs/policy/VMware/Image-Protection/000025-win_client02-2024-2-5-11-45-7.log:666:2024-02-05T16:45:05Z INFO: [@(#) Build number: 185] DiskStats: Total | | 16 GiB | 112 MiB/s | 366 MiB/s | 0:00:16 | 71.2 ms | 0:02:55 | vm-1011 | win-client02 /nsr/logs/policy/VMware/Image-Protection/000026-win_sql02-2024-2-5-11-47-32.log:670:2024-02-05T16:47:27Z INFO: [@(#) Build number: 185] DiskStats: Total | | 21 GiB | 92 MiB/s | 350 MiB/s | 0:00:17 | 1.3 us | 0:04:44 | vm-1013 | win-sql02 /nsr/logs/policy/VMware/Image-Protection/032065-lnx_client02-2024-2-5-23-2-13.log:665:2024-02-06T04:02:10Z INFO: [@(#) Build number: 185] DiskStats: Total | | 5 GiB | 61 MiB/s | 338 MiB/s | 0:00:16 | 185.8 ms | 0:01:54 | vm-1010 | lnx-client02 /nsr/logs/policy/VMware/Image-Protection/032062-lnx_client01-2024-2-5-23-2-18.log:670:2024-02-06T04:02:15Z INFO: [@(#) Build number: 185] DiskStats: Total | | 5 GiB | 61 MiB/s | 333 MiB/s | 0:00:17 | 88.2 ms | 0:01:59 | vm-1008 | lnx-client01 /nsr/logs/policy/VMware/Image-Protection/032066-lnx_nwserv-2024-2-5-23-2-44.log:666:2024-02-06T04:02:39Z INFO: [@(#) Build number: 185] DiskStats: Total | | 5 GiB | 53 MiB/s | 326 MiB/s | 0:00:17 | 0:00:17 | 0:02:22 | vm-4005 | lnx-nwserv /nsr/logs/policy/VMware/Image-Protection/032064-win_sql02-2024-2-5-23-5-29.log:672:2024-02-06T04:05:24Z INFO: [@(#) Build number: 185] DiskStats: Total | | 9 GiB | 55 MiB/s | 217 MiB/s | 0:00:17 | 82.6 ms | 0:04:50 | vm-1013 |win-sql02 /nsr/logs/policy/VMware/Image-Protection/032067-win_sql01-2024-2-5-23-5-30.log:674:2024-02-06T04:05:24Z INFO: [@(#) Build number: 185] DiskStats: Total | | 9 GiB | 52 MiB/s | 249 MiB/s | 0:00:17 | 0:00:33 | 0:05:07 | vm-1012 |win-sql01 /nsr/logs/policy/VMware/Image-Protection/032063-win_client02-2024-2-5-23-5-58.log:669:2024-02-06T04:05:56Z INFO: [@(#) Build number: 185] DiskStats: Total | | 11 GiB | 57 MiB/s | 279 MiB/s | 0:00:17 | 0:00:17 | 0:05:22 | vm-1011 | win-client02 /nsr/logs/policy/VMware/Image-Protection/032068-win_client01-2024-2-5-23-6-9.log:672:2024-02-06T04:06:07Z INFO: [@(#) Build number: 185] DiskStats: Total | | 12 GiB | 54 MiB/s | 226 MiB/s | 0:00:17 | 1.6 us | 0:04:56 | vm-1009| win-client01 /nsr/logs/policy/VMware/Image-Protection/096083-lnx_client01-2024-2-6-23-1-24.log:665:2024-02-07T04:01:19Z INFO: [@(#) Build number: 39] DiskStats: Total | | 4 MiB | 4 MiB/s | 312 MiB/s | 0:00:17 | 957 ns | 0:01:04 | vm-1008| lnx-client01 /nsr/logs/policy/VMware/Image-Protection/096086-lnx_client02-2024-2-6-23-2-31.log:671:2024-02-07T04:02:29Z INFO: [@(#) Build number: 39] DiskStats: Total | | 4 GiB | 52 MiB/s | 150 MiB/s | 0:00:16 | 1.2 us | 0:02:13 | vm-1010| lnx-client02 /nsr/logs/policy/VMware/Image-Protection/096084-win_client02-2024-2-6-23-3-11.log:668:2024-02-07T04:03:09Z INFO: [@(#) Build number: 39] DiskStats: Total | | 3 GiB | 39 MiB/s | 216 MiB/s | 0:00:16 | 72.9 ms | 0:02:24 | vm-1011| win-client02 /nsr/logs/policy/VMware/Image-Protection/096088-win_sql01-2024-2-6-23-3-14.log:668:2024-02-07T04:03:12Z INFO: [@(#) Build number: 39] DiskStats: Total | | 5 GiB | 55 MiB/s | 236 MiB/s | 0:00:17 | 141.7 ms | 0:02:39 | vm-1012 | win-sql01 /nsr/logs/policy/VMware/Image-Protection/096085-win_sql02-2024-2-6-23-3-16.log:666:2024-02-07T04:03:09Z INFO: [@(#) Build number: 39] DiskStats: Total | | 3 GiB | 38 MiB/s | 233 MiB/s | 0:00:16 | 0:00:16 | 0:02:35 | vm-1013 | win-sql02 /nsr/logs/policy/VMware/Image-Protection/096089-win_client01-2024-2-6-23-3-38.log:668:2024-02-07T04:03:31Z INFO: [@(#) Build number: 39] DiskStats: Total | | 3 GiB | 34 MiB/s | 214 MiB/s | 0:00:17 | 1.1 us | 0:02:24 | vm-1009| win-client01 /nsr/logs/policy/VMware/Image-Protection/096087-lnx_nwserv-2024-2-6-23-3-55.log:670:2024-02-07T04:03:50Z INFO: [@(#) Build number: 39] DiskStats: Total | | 7 GiB | 53 MiB/s | 238 MiB/s | 0:00:17 | 0:00:17 | 0:03:18 | vm-4005 | lnx-nwserv
Windows NetWorker Server(PowerShell):
Select-String -Path "C:\Program Files\EMC NetWorker\nsr\logs\policy\POLICY-NAME\WORKFLOW-NAME\*.log" -Pattern 'DiskStats: Total'
예:
PS C:\Users\Administrator> Select-String -Path "C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\*.log" -Pattern 'DiskStats: Total' C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\320072-winclient02-2023-2-27-19-5-37.log:767:2023-02-28T03:06:53Z INFO: [@(#) Build number: 40] DiskStats: Total | | 8 GiB | 71 MiB/s | 219 MiB/s | 0:00:37 | 2.1 us | 0:05:01 | vm-7002 | winclient02 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\320073-linuxclient01-2023-2-27-19-1-12.log:648:2023-02-28T03:02:27Z INFO: [@(#) Build number: 40] DiskStats: Total | | 105 MiB | 11 MiB/s | 65 MiB/s | 0:00:18 | 1.4 us | 0:00:55 | vm-2002 | linuxclient01 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\320392-winclient02-2023-2-28-19-4-44.log:766:2023-03-01T03:05:59Z INFO: [@(#) Build number: 40] DiskStats: Total | | 7 GiB | 83 MiB/s | 241 MiB/s | 0:00:37 | 2.2 us | 0:04:05 | vm-7002 | winclient02 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\320393-linuxclient01-2023-2-28-19-1-7.log:646:2023-03-01T03:02:24Z INFO: [@(#) Build number: 40] DiskStats: Total | | 21 MiB | 7 MiB/s | 46 MiB/s | 0:00:18 | 996 ns | 0:00:49 | vm-2002 | linuxclient01 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\320600-linuxclient01-2023-3-1-9-4-3.log:647:2023-03-01T17:05:17Z INFO: [@(#) Build number: 40] DiskStats: Total | | 92 MiB | 11 MiB/s | 71 MiB/s | 0:00:18 | 1.4 us | 0:00:51 | vm-2002 | linuxclient01 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\320605-linuxclient01-2023-3-1-9-10-41.log:646:2023-03-01T17:11:56Z INFO: [@(#) Build number: 40] DiskStats: Total | | 960 KiB | 16 MiB/s | 188 MiB/s | 0:00:18 | 876 ns | 0:00:29 | vm-2002 | linuxclient01 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\737498-winclient01-2022-10-17-19-1-0.log:637:2022-10-18T02:01:14Z INFO: [@(#) Build number: 54] DiskStats: Total | | 0 Bytes | 0 MiB/s | 0 MiB/s | 0 ns | 0 ns | 0:00:03 | vm-5001 | winclient01 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\737499-linuxclient01-2022-10-17-19-1-20.log:647:2022-10-18T02:01:36Z INFO: [@(#) Build number: 54] DiskStats: Total | | 116 MiB | 12 MiB/s | 62 MiB/s | 0:00:18 | 247.1 ms | 0:00:59 | vm-2002 | linuxclient01 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\737500-winclient02-2022-10-17-19-3-43.log:767:2022-10-18T02:04:00Z INFO: [@(#) Build number: 54] DiskStats: Total | | 8 GiB | 122 MiB/s | 286 MiB/s | 0:00:37 | 0:00:18 | 0:03:24 | vm-7002 | winclient02 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\737861-winclient01-2022-10-18-19-1-11.log:637:2022-10-19T02:01:25Z INFO: [@(#) Build number: 54] DiskStats: Total | | 0 Bytes | 0 MiB/s | 0 MiB/s | 0 ns | 0 ns | 0:00:02 | vm-5001 | winclient01 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\737862-linuxclient01-2022-10-18-19-1-8.log:646:2022-10-19T02:01:25Z INFO: [@(#) Build number: 54] DiskStats: Total | | 28 MiB | 7 MiB/s | 49 MiB/s | 0:00:18 | 241.6 ms | 0:00:49 | vm-2002 | linuxclient01 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\737863-winclient02-2022-10-18-19-3-47.log:765:2022-10-19T02:04:07Z INFO: [@(#) Build number: 54] DiskStats: Total | | 8 GiB | 117 MiB/s | 296 MiB/s | 0:00:37 | 0:00:18 | 0:03:30 | vm-7002 | winclient02 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\738211-winclient01-2022-10-19-19-0-59.log:637:2022-10-20T02:01:51Z INFO: [@(#) Build number: 54] DiskStats: Total | | 0 Bytes | 0 MiB/s | 0 MiB/s | 0 ns | 0 ns | 0:00:03 | vm-5001 | winclient01 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\738212-linuxclient01-2022-10-19-19-1-19.log:646:2022-10-20T02:02:09Z INFO: [@(#) Build number: 54] DiskStats: Total | | 93 MiB | 10 MiB/s | 78 MiB/s | 0:00:19 | 536.2 ms | 0:00:57 | vm-2002 | linuxclient01 C:\Program Files\EMC NetWorker\nsr\logs\policy\Gold\VMware\738213-winclient02-2022-10-19-19-4-5.log:765:2022-10-20T02:04:57Z INFO: [@(#) Build number: 54] DiskStats: Total | | 8 GiB | 107 MiB/s | 293 MiB/s | 0:00:37 | 0:00:19 | 0:03:44 | vm-7002 | winclient02
vProxy 어플라이언스:
# grep -rnw "DiskStats: Total" /opt/emc/vproxy/runtime/logs/recycle/vbackupd/ | grep -v "0 Bytes"
vproxy01:~ # grep -rnw "DiskStats: Total" /opt/emc/vproxy/runtime/logs/recycle/vbackupd/ | grep -v "0 Bytes" /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240205_1/BackupVmSessions-0e0d3479-5a7f-4bbf-badc-6613eed75184.log:664:2024-02-05T16:34:14Z INFO: [@(#) Build number: 185] DiskStats: Total | | 19 GiB | 104 MiB/s | 265 MiB/s | 0:00:17 | 0:00:18 | 0:03:58 | vm-1009 | win-client01 /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240205_1/BackupVmSessions-d22ac361-80c5-4d5e-a3ba-73290bdf2c2a.log:670:2024-02-05T16:35:58Z INFO: [@(#) Build number: 185] DiskStats: Total | | 26 GiB | 104 MiB/s | 318 MiB/s | 0:00:17 | 1.8 us | 0:04:49 | vm-1012 | win-sql01 /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240205_1/BackupVmSessions-2319829e-e2a6-4b83-b98a-08f4daa53d90.log:662:2024-02-05T16:32:40Z INFO: [@(#) Build number: 185] DiskStats: Total | | 8 GiB | 113 MiB/s | 244 MiB/s | 0:00:17 | 0:00:35 | 0:02:23 | vm-1010 | lnx-client02 /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240205_1/BackupVmSessions-bb51e601-1ca6-4c8c-a08f-c8997459271f.log:668:2024-02-05T16:33:22Z INFO: [@(#) Build number: 185] DiskStats: Total | | 11 GiB | 72 MiB/s | 134 MiB/s | 0:00:17 | 157.0 ms | 0:03:06 | vm-4005 | lnx-nwserv /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240206_1/BackupVmSessions-f91c253f-0cca-4398-bb82-0d5adce5fc58.log:830:2024-02-06T09:03:03Z INFO: [@(#) Build number: 185] DiskStats: Total | | 146 MiB | 10 MiB/s | 174 MiB/s | 0:00:17 | 2.2 us | 0:01:00 | vm-1012 | win-sql01 /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240206_1/BackupVmSessions-0dba89ea-d8e7-4184-946d-1ca8e43a9f0a.log:672:2024-02-06T04:06:07Z INFO: [@(#) Build number: 185] DiskStats: Total | | 12 GiB | 54 MiB/s | 226 MiB/s | 0:00:17 | 1.6 us | 0:04:56 | vm-1009 | win-client01 /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240206_1/BackupVmSessions-2d4ab7ff-b523-42be-92f3-03b48a5ea42c.log:665:2024-02-06T04:02:10Z INFO: [@(#) Build number: 185] DiskStats: Total | | 5 GiB | 61 MiB/s | 338 MiB/s | 0:00:16 | 185.8 ms | 0:01:54 | vm-1010 | lnx-client02 /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240206_1/BackupVmSessions-f2b57a78-9427-4da6-a0c0-b395b5baed78.log:666:2024-02-06T04:02:39Z INFO: [@(#) Build number: 185] DiskStats: Total | | 5 GiB | 53 MiB/s | 326 MiB/s | 0:00:17 | 0:00:17 | 0:02:22 | vm-4005 | lnx-nwserv /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240206_1/BackupVmSessions-a3a50143-4541-479b-8290-2fdb6de4b60b.log:674:2024-02-06T04:05:24Z INFO: [@(#) Build number: 185] DiskStats: Total | | 9 GiB | 52 MiB/s | 249 MiB/s | 0:00:17 | 0:00:33 | 0:05:07 | vm-1012 | win-sql01 /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240207_1/BackupVmSessions-7bab71a7-6ed3-474e-894f-0d704e746627.log:670:2024-02-07T04:03:50Z INFO: [@(#) Build number: 39] DiskStats: Total | | 7 GiB | 53 MiB/s | 238 MiB/s | 0:00:17 | 0:00:17 | 0:03:18 | vm-4005 | lnx-nwserv /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240207_1/BackupVmSessions-e233c1d2-b792-431e-820f-a6915f56f86e.log:825:2024-02-07T09:01:57Z INFO: [@(#) Build number: 39] DiskStats: Total | | 81 MiB | 8 MiB/s | 151 MiB/s | 0:00:17 | 5.1 us | 0:00:52 | vm-1012 | win-sql01 /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240207_1/BackupVmSessions-ab52e4b3-e28c-47c5-8402-8d19760b2172.log:668:2024-02-07T04:03:31Z INFO: [@(#) Build number: 39] DiskStats: Total | | 3 GiB | 34 MiB/s | 214 MiB/s | 0:00:17 | 1.1 us | 0:02:24 | vm-1009 | win-client01 /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240207_1/BackupVmSessions-300b8139-6340-4578-a282-a5a3616f2c6d.log:668:2024-02-07T04:03:12Z INFO: [@(#) Build number: 39] DiskStats: Total | | 5 GiB | 55 MiB/s | 236 MiB/s | 0:00:17 | 141.7 ms | 0:02:39 | vm-1012 | win-sql01 /opt/emc/vproxy/runtime/logs/recycle/vbackupd/20240207_1/BackupVmSessions-53ad630b-2585-44d2-a9fa-e66bc14abe1f.log:671:2024-02-07T04:02:29Z INFO: [@(#) Build number: 39] DiskStats: Total | | 4 GiB | 52 MiB/s | 150 MiB/s | 0:00:16 | 1.2 us | 0:02:13 | vm-1010 | lnx-client02
nsrcapinfo:
NVP vProxy: nsrcapinfo
프로비저닝된 VM 크기 보고
확장된 세이브 세트 세부 정보에는 세이브 세트에 대한 Data Domain 통계가 표시됩니다.
mminfo -S -q ssid=ssid
mminfo -S -q ssid=3720041881 ssid=3720041881 savetime=12/16/2021 10:04:55 AM (1639667095) vcenter67.emclab.local:vm:50272f26-fc0c-0ea9-5c8e-bd6c90e7ec48:vcenter67.emclab.local level=full sflags=vrF size=42991639100 files=1 insert=12/16/2021 create=12/16/2021 complete=12/16/2021 browse=12/23/2021 10:04:53 AM retent=12/23/2021 11:59:59 PM clientid=962f7c00-00000004-5f0741a9-5f074d91-00085000-585ebb56 **backup start time: 1639667095; *backup_device: Data Domain; *backup_mode: VSS; *policy action name: "backup: 1639667097"; *policy name: "VMware: 1639667097"; *policy workflow name: "VC67_Manual: 1639667097"; *policy_workflow_action_path: /VMware/VC67_Manual/backup; *proxy_hostname: nvpvproxy1.emclab.local; *ss data domain backup cloneid: 1639667097; *ss data domain dedup statistics: "v1:1639667097:42949704234:26758:15517"; *SSID directory: Yes; *vcenter_hostname: vcenter67.emclab.local; *vm_backup_level: incr; *vm_info: \ ...
"ss Data Domain deduplication statistics" 줄에는 다음이 표시됩니다. "세이브 타임(에포크): 세이브 세트 크기(바이트): 사후 중복 제거(바이트): Post compression (bytes)"
"vm_backup_level" 줄에는 수행된 백업 수준이 표시됩니다. 다른 Data Domain에 상주하는 세이브 세트의 클론 복제본이 있는 경우 "ss Data Domain deduplication statistics" 줄이 두 개 표시됩니다.
자세한 내용은 다음 관련 문서를 참조하십시오.