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

推荐订阅源

V
Vulnerabilities – Threatpost
F
Fortinet All Blogs
Vercel News
Vercel News
C
Check Point Blog
P
Privacy International News Feed
Know Your Adversary
Know Your Adversary
Google DeepMind News
Google DeepMind News
T
Troy Hunt's Blog
TaoSecurity Blog
TaoSecurity Blog
I
Intezer
T
The Exploit Database - CXSecurity.com
Security Archives - TechRepublic
Security Archives - TechRepublic
H
Hacker News: Front Page
P
Proofpoint News Feed
GbyAI
GbyAI
Engineering at Meta
Engineering at Meta
Attack and Defense Labs
Attack and Defense Labs
S
Security @ Cisco Blogs
IT之家
IT之家
D
DataBreaches.Net
Hacker News: Ask HN
Hacker News: Ask HN
SecWiki News
SecWiki News
Y
Y Combinator Blog
Project Zero
Project Zero
H
Hackread – Cybersecurity News, Data Breaches, AI and More
L
Lohrmann on Cybersecurity
T
Tenable Blog
大猫的无限游戏
大猫的无限游戏
L
LINUX DO - 最新话题
G
Google Developers Blog
The GitHub Blog
The GitHub Blog
Recorded Future
Recorded Future
有赞技术团队
有赞技术团队
Martin Fowler
Martin Fowler
K
Kaspersky official blog
PCI Perspectives
PCI Perspectives
A
Arctic Wolf
Latest news
Latest news
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
N
Netflix TechBlog - Medium
雷峰网
雷峰网
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Google Online Security Blog
Google Online Security Blog
P
Palo Alto Networks Blog
The Hacker News
The Hacker News
WordPress大学
WordPress大学
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
月光博客
月光博客
Schneier on Security
Schneier on Security
M
MIT News - Artificial intelligence

萌虎 | 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救援系统重装

 •