takraw's blog
Thursday, October 31, 2019
Backup Docker container
Convert Container to Docker images:
docker commit container_name name/tag
Save docker images to files:
docker save name/tag > backupfile.tar
Import docker images from Files
docker load -i backupfile.tar
Wednesday, October 30, 2019
Fix iSCSI DataStore is Connected But inaccessible
Remount a iSCSI datastore in ESXI host after network failure or
iSCSI DataStore is Connected But inaccessible
:Scan volume
esxcfg-volume -l
[root@esxi-11:/vmfs/volumes] esxcfg-volume -l
Scanning for VMFS-6 host activity (4096 bytes/HB, 1024 HBs).
VMFS UUID/label: 5b9279dd-659af4f5-9f6c-1866daf4b576/
QNAP-01:GRAYLOG
Can mount: Yes
Can resignature: Yes
Extent name: naa.6e843b61b1c7f97dd817d4d65d8bddd7:1 range: 0 - 8388351 (MB)
Extent name: naa.6e843b6ab3d267ad2373d43a8d9645da:1 range: 8388352 - 16776703 (MB)
Scanning for VMFS-6 host activity (4096 bytes/HB, 1024 HBs).
VMFS UUID/label: 5b91fa1a-8d4ad5f5-8747-1866daf3466e/
QNAP-01:DS-01
Can mount: Yes
Can resignature: Yes
Extent name: naa.6e843b69306f933db3d1d4045da669da:1 range: 0 - 4194047 (MB)
:Mount Volume
esxcfg-volume -m
QNAP-01:DS-01
esxcfg-volume -m
QNAP-01:GRAYLOG
Wednesday, October 16, 2019
Oracle EXPORT(expdp) by Tables in SCHEMAS
Oracle EXPORT(expdp) by Tables in SCHEMAS
export:
expdp system/manager directory=TEMP tables=SCHEMA1.TABLENAME1,SCHEMA2.TABLENAME2 dumpfile=SCHEMA_TABLES.dmp logfile=expdp_SCHEMATABLES.log
import:
impdp system/manager directory=DATA_PUMP_DIR dumpfile=SCHEMA_TABLES.dmp logfile=impdp_SCHEMATABLES.log
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
ALCATEL 6900
write memory copy running certified reload from working no rollback-timeout
Enabled LLDP Alcatel Switch
SET LLDP System NAME: system name ALL-Uplink system location SIAM-FL11 SHOW LLDP Configure: show lldp config or show lldp local-syste...
SEND HTTP POST request using UTL_HTTP in Oracle Database 11G
grant execute on utl_http to wc grant execute on dbms_lock to wc; BEGIN DBMS_NETWORK_ACL_ADMIN.create_acl ( acl => ...
Huawei S5700 Basic Command
:system view system-view or sys :show all config dis current-configuration :create vlan vlan vlan_number :show ip interface ...