This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@headnode (SDCMS) ~]# sdc-healthcheck | |
ZONE STATE AGENT STATUS | |
global running - online | |
assets running - svc-err | |
sapi running - online | |
binder running - online | |
moray running - online | |
manatee running - online | |
amonredis running - online | |
redis running - online |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I can not successfully run docker images on sdc-7 | |
for example Fedora Works, but Centos not | |
Maybe my image store is corrupt? | |
this is on: | |
7093ddbe-ad0d-11e4-ac98-6b6ea3617606 sdc release-20150205-20150205T075505Z-gfd6a179 I smartos 2015-02-05T07:58:48Z | |
527873f8-ae6b-11e4-a7b4-03d2f09d3d23 hostvolume master-20150207T014313Z-g5b9cbcb I smartos 2015-02-07T01:44:13Z | |
ea1837f0-af76-11e4-856b-a3bd80a0bfbc docker master-20150208T093810Z-g75cffe7 I smartos 2015-02-08T09:39:35Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here is a cloudconfig for a diskless coreos | |
(Local Disk is formatted for /var/lib/docker) | |
This file is parsed and each node gets its own Version of this file where | |
%DHCP_IP% an %NR% is replaced with the right numbers | |
============================================================================================================================= | |
#cloud-config | |
# | |
hostname: node%NR% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
coreos-ipxe-server from https://github.com/kelseyhightower/coreos-ipxe-server | |
(Maybe we should rewrite this server to have some parsing "inteligence" | |
running from /opt/coreos | |
=================================================== | |
[root@coreos-control ~]# cd /opt/coreos-ipxe-server/ | |
[root@coreos-control coreos-ipxe-server]# ifconfig ens192 | |
ens192: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 | |
inet 10.40.8.2 netmask 255.255.255.0 broadcast 10.40.8.255 | |
inet6 fe80::250:56ff:fe80:f0ca prefixlen 64 scopeid 0x20<link> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
write_files: | |
- path: /etc/systemd/network/static.network | |
permissions: 0644 | |
content: | | |
[Match] | |
Name=ensXXX | |
[Network] | |
Address=10.40.8.10/24 | |
Gateway=10.40.8.254 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CoreOS stable (557.0.0) | |
Update Strategy: No Reboots | |
Failed Units: 1 | |
rpcbind.service | |
core@node01 ~ $ sudo su - | |
root@node01 ~ # system enable rpcbind.service | |
-su: system: command not found | |
root@node01 ~ # systemctl enable rpcbind.service | |
root@node01 ~ # systemctl start rpcbind.service | |
Job for rpcbind.service failed. See "systemctl status rpcbind.service" and "journalctl -xe" for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node02 ~ # systemctl cat rpcbind | |
# /usr/lib64/systemd/system/rpcbind.service | |
[Unit] | |
Description=RPC Bind | |
After=network.target | |
Wants=rpcbind.target | |
Before=rpcbind.target | |
[Service] | |
Type=forking |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node02 lib64 # dmesg -e | grep -i -E "nfs|rpc" | |
[ +0.040010] RPC: Registered named UNIX socket transport module. | |
[ +0.001250] RPC: Registered udp transport module. | |
[ +0.000988] RPC: Registered tcp transport module. | |
[ +0.001818] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ +0.017613] NFS: Registering the id_resolver key type |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
# | |
hostname: node01 | |
users: | |
- name: sysop | |
passwd: $6$rounds=4096$eebbUuLtfIKr42ku$Dzenrm4BdmY796Jg.4o3HSjLDpIHpdZgZ0ZB8nddRHKWKHksYq2zNvu.6zeuenjckLm2aTtNaAKc4sFJmZI5z/ | |
groups: | |
- sudo | |
- docker |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
# | |
hostname: node01 | |
users: | |
- name: sysop | |
passwd: $6$rounds=4096$eebbUuLtfIKr42ku$Dzenrm4BdmY796Jg.4o3HSjLDpIHpdZgZ0ZB8nddRHKWKHksYq2zNvu.6zeuenjckLm2aTtNaAKc4sFJmZI5z/ | |
groups: | |
- sudo | |
- docker |
OlderNewer