摘要:
ls: cannot access /data11: Input/output error df -h|grep data11 /dev/sdm 12T 6.6G 12T 1% /data11 smartctl -l error /dev/sdm #如果返回以下信息说明磁盘坏了 smartctl 7 阅读全文
摘要:
import requests import sys import json import time # 根据实际情况填写 jumpurl = 'http://127.0.0.1' username = 'admin' password = "admin" print() if len(sys.ar 阅读全文
摘要:
#!/usr/bin/env python3 # -*- coding:utf-8 -*- import requests, json import datetime from httpsig.requests_auth import HTTPSignatureAuth import sys def 阅读全文
摘要:
jms_url #!/usr/bin/env python3 # -*- coding:utf-8 -*- import requests, json import datetime from httpsig.requests_auth import HTTPSignatureAuth import 阅读全文