linux会话空闲无法关机,解决linux的”turn off swap”无法关机问题
生活随笔
收集整理的這篇文章主要介紹了
linux会话空闲无法关机,解决linux的”turn off swap”无法关机问题
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
因為oracle使用很大的swap空間,這樣在系統關機的時候,導致停留在”turn off swap”而無法關機。
解決辦法:先關閉oracle數據庫,然后執行poweroff或reboot
最好的方法就是寫一個sh腳本放到root目錄。
#/home/root/poweroff.sh
#!/bin/sh
# —————————————————————————–
# Stop oracle and then poweroff
# —————————————————————————–
su – oracle “-c dbshut”
poweroff
#/home/root/reboot.sh
#!/bin/sh
# —————————————————————————–
# Stop oracle and then reboot
# —————————————————————————–
su – oracle “-c dbshut”
reboot
改為可執行:
chmod +x poweroff.sh reboot.sh
那么以后關機可以使用:
./poweroff.sh
總結
以上是生活随笔為你收集整理的linux会话空闲无法关机,解决linux的”turn off swap”无法关机问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 搭建可视化管理DNS服务器
- 下一篇: 佛山植物组织培养实验室必备设备