linux叢集常用命令
linux叢集常用命令有什麼?叢集(cluster)技術是一種較新的技術,透過叢集技術,可以在付出較低成本的情況下,獲得在效能、可靠性、靈活性方面的相對較高的收益,其任務排程則是叢集系統中的核心技術。
1.常用系統關機命令:
halt ,init 0 ,poweroff ,shutdown -h now ,shutdown -h 10
2.常用系統重啟命令:
reboot , shutdown -r now , init 1
3.新增主機名與IP對映
[root@controller ~]# vi /etc/hosts192.168.48.10 controller192.168.48.20 compute
4.shell
#!/bin/bash
# 上面中的 #! 是一種約定標記,它可以告訴系統這個指令碼需要什麼樣的直譯器來執行
5.crontab任務配置基本格式:
* * * * * command
分鐘(0-59) 小時(0-23) 日期(1-31) 月份(1-12) 星期(0-6,0代表星期天) 命令
舉例來說:
0 1 * * * /home/testuser/test.sh
每天晚上1點呼叫/home/testuser/test.sh
*/10 * * * * /home/testuser/test.sh
每10鐘呼叫一次/home/testuser/test.sh
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69957453/viewspace-2766320/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Hadoop叢集常用命令Hadoop
- 十 叢集管理常用命令
- linux下搭建ZooKeeper叢集(偽叢集)Linux
- Linux 叢集化Linux
- kubernetes叢集管理常用命令一
- ceph叢集常用命令精華彙總!
- linux 怎麼配置叢集Linux
- 二、Linux部署RabbitMQ叢集LinuxMQ
- Linux下搭建ZooKeeper叢集Linux
- linux搭建kafka叢集,多master節點叢集說明LinuxKafkaAST
- Linux中Mysql的叢集搭建LinuxMySql
- Linux部署hadoop2.7.7叢集LinuxHadoop
- linux shell快速搭建NSQ叢集Linux
- 【Linux合集】單機部署zk叢集Linux
- Linux Centos 搭建叢集圖文教程LinuxCentOS
- 叢集管理工具ansible常用命令介紹(一)
- Zookeeper叢集 + Kafka叢集Kafka
- 【Linux+Python】叢集、ssh、python、import errorLinuxPythonImportError
- linux下Mongodb叢集搭建:分片+副本集LinuxMongoDB
- Linux(Centos7)Redis叢集的搭建LinuxCentOSRedis
- 在Linux中,如何進行叢集管理?Linux
- linux 原始碼搭建Kafka叢集,100%有效Linux原始碼Kafka
- 在Linux中,什麼是叢集,並且列出常見的叢集技術。Linux
- 搭建zookeeper叢集(偽叢集)
- Linux原始碼安裝RabbitMQ高可用叢集Linux原始碼MQ
- 利用Swarmkit構建Windows/Linux混合Docker叢集SwarmWindowsLinuxDocker
- zookeeper叢集及kafka叢集搭建Kafka
- redis偽叢集配置Cluster叢集模式Redis模式
- Redis系列:搭建Redis叢集(叢集模式)Redis模式
- Linux 環境下搭建Hadoop叢集(全分佈)LinuxHadoop
- linux安裝redis-6.0.1單機和叢集LinuxRedis
- 【詳細教程】Linux安裝redis並搭建叢集LinuxRedis
- linux系統——Redis叢集搭建(主從+哨兵模式)LinuxRedis模式
- RabbitMQ叢集MQ
- ES叢集
- ceph叢集
- redis叢集Redis
- redis 叢集Redis