惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
博客园 - 聂微东
Application and Cybersecurity Blog
Application and Cybersecurity Blog
MyScale Blog
MyScale Blog
罗磊的独立博客
H
Help Net Security
L
LangChain Blog
T
Threat Research - Cisco Blogs
量子位
S
Securelist
Last Week in AI
Last Week in AI
L
Lohrmann on Cybersecurity
T
The Exploit Database - CXSecurity.com
P
Privacy International News Feed
The Hacker News
The Hacker News
Vercel News
Vercel News
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Blog of Author Tim Ferriss
T
Threatpost
Security Latest
Security Latest
P
Palo Alto Networks Blog
Microsoft Security Blog
Microsoft Security Blog
NISL@THU
NISL@THU
F
Full Disclosure
WordPress大学
WordPress大学
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Stack Overflow Blog
Stack Overflow Blog
C
Check Point Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Heimdal Security Blog
J
Java Code Geeks
Recorded Future
Recorded Future
Hugging Face - Blog
Hugging Face - Blog
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
B
Blog RSS Feed
月光博客
月光博客
C
Cisco Blogs
V
Visual Studio Blog
D
DataBreaches.Net
H
Hacker News: Front Page
博客园 - 叶小钗
N
News and Events Feed by Topic
爱范儿
爱范儿
A
Arctic Wolf

萌虎 | moehu.org

一键更改Linux端显示语言为简体中文 - 萌虎 | moehu.org 国内开源镜像站点汇总 - 萌虎 | moehu.org Linux VPS纯净版Debian/Ubuntu/CentOS/Windows系统一键安装脚本 - 萌虎 | moehu.org Windows系统各版本最新KMS GVLK列表,带一键激活Win脚本 - 萌虎 | moehu.org 在线无损压缩图片神器Optimizilla - 萌虎 | moehu.org OneDrive网盘上传神器支持文件和文件夹上传 - 萌虎 | moehu.org OneDrive网盘极简目录列表程序OneList - 萌虎 | moehu.org 一款多储存方案的开源图床 兰空图床(Lsky Pro) - 萌虎 京东助手+淘宝试用助手+苏宁易购试用申请最新版 - 萌虎 | moehu.org
甲骨文使用dd救援系统重装 - 萌虎 | moehu.org
博主: 尐酱油 · 2024-07-26 · via 萌虎 | moehu.org
  • 发布时间:
  • 3367 次浏览
  • 627字数
  • 分类: vps linux
  1. 首页
  2. 正文  
  3. 分享到:

甲骨文机器玩坏了,SSH失联,控制台又不能重装,删了机器又怕开不出来,开始救援吧

前提:

至少有一个机器可以正常使用

准备

在控制台将需要重装的机器关机,然后在引导卷中将引导卷分离出来

在控制台打开正常使用的机器,然后在附加卷中添加刚刚分离的引导卷,默认添加即可。

然后SSH连接正常使用的机器,看看硬盘时候挂载成功
fdisk -l
一般系统默认卷为sba,如果出现呢sdb卷就表示挂在成功了,不一定都是sdb,确认后再开始执行命令!!!
下面命令中的sdb请改为你实际挂在的卷名!

ARM救援镜像

wget --no-check-certificate -qO- "http://file.lib.mk/Oracle/Oracle_ARM_47G_MoeClub.gz" |gzip -dc |dd of=/dev/sdb bs=32M status=progress

AMD救援镜像

wget --no-check-certificate -qO- "http://file.lib.mk/Oracle/Oracle_AMD_47G_MoeClub.gz" |gzip -dc |dd of=/dev/sdb bs=32M status=progress

!救援镜像由萌咖提供

甲骨文使用dd救援系统重装

 •