Skip to content

Instantly share code, notes, and snippets.

@cyrille-leclerc
Last active March 11, 2016 14:30
Show Gist options
  • Save cyrille-leclerc/db6963f8a0a2cc8e7908 to your computer and use it in GitHub Desktop.
Save cyrille-leclerc/db6963f8a0a2cc8e7908 to your computer and use it in GitHub Desktop.
rht openshift enterprise install logs
---
Name: OpenShift Installer Configuration
Vendor: OpenShift Origin Community
Description: This is the configuration file for the OpenShift Installer.
Version: 0.0.1
Deployment:
Hosts:
- host: openshift-enterprise.example.com
roles:
- nameserver
- broker
- msgserver
- dbserver
- node
ssh_host: localhost
user: ec2-user
ip_addr: 10.0.0.210
named_ip_addr: 10.0.0.210
ip_interface: eth0
state: validated
mcollective_user: mcollective
mcollective_password: *****
mongodb_broker_user: openshift
mongodb_broker_password: ****
mongodb_admin_user: admin
mongodb_admin_password: ***
openshift_user: demo
openshift_password: ****
load_balancer: N
broker_session_secret: ***
console_session_secret: ***
broker_auth_salt: ***
broker_auth_priv_key: |
-----BEGIN RSA PRIVATE KEY-----
MIIEpQIBAAKCAQEAvly3xqvPtX9GV079g3eGQlt1uOaZ9jEh/P9+jpNfw5NZPuVN
***
msPlfBTrQ3IeHijwhfpPUAsaO5E3RqRRVJnY5Vsed9OnqBkuFSOpqgI=
-----END RSA PRIVATE KEY-----
DNS:
app_domain: openshift-enterprise.example.com
register_components: N
deploy_dns: Y
dnssec_key: ***
Global:
valid_gear_sizes: small
user_default_gear_sizes: small
default_gear_size: small
broker_hostname:
Districts:
- name: Default
gear_size: small
node_hosts: openshift-enterprise.example.com
Subscription:
type: none
[ec2-user@ip-10-0-0-210 ~]$ ./oo-install-ose -a
Checking for necessary tools...
...looks good.
Using bundled assets.
Extracting oo-install to temporary directory...
Starting oo-install...
OpenShift Installer (OpenShift Enterprise 2.2 - Build 20160308-1749)
----------------------------------------------------------------------
Welcome to OpenShift.
This installer will guide you through a basic system deployment, based
on one of the scenarios below.
Select from the following installation scenarios.
You can also type '?' for Help or 'q' to Quit:
1. Install OpenShift Enterprise
2. Add a Node to OpenShift Enterprise
Type a selection and press <return>: 1
It looks like you are running oo-install for the first time on a new
system. The installer will guide you through the process of defining
your OpenShift deployment.
----------------------------------------------------------------------
DNS Configuration
----------------------------------------------------------------------
First off, we will configure some DNS information for this system.
Do you want me to install a new DNS server for OpenShift-hosted
applications, or do you want this system to use an existing DNS
server? (Answer 'yes' to have me install a DNS server.) (y/n/q/?) y
All of your hosted applications will have a DNS name of the form:
<app_name>-<owner_namespace>.<all_applications_domain>
What domain name should be used for all of the hosted apps in your
OpenShift system? |example.com| openshift-enterprise.example.com
Do you want to register DNS entries for your OpenShift hosts with the
same OpenShift DNS service that will be managing DNS records for the
hosted applications? (y/n/q) n
You have indicated that you want the installer to deploy DNS. Please configure a host to use as the nameserver.
Hostname (the FQDN that other OpenShift hosts will use to connect to
the host that you are describing): openshift-enterprise.example.com
Hostname / IP address for SSH access to
openshift-enterprise.example.com from the host where you are running
oo-install. You can say 'localhost' if you are running oo-install from
the system that you are describing:
|openshift-enterprise.example.com| localhost
Using current user (ec2-user) for local installation.
Detected multiple network interfaces for this host:
* 10.0.0.210 on interface eth0
* 172.17.42.1 on interface docker0
Do you want other hosts to use one of these IP addresses to reach this
host? (y/n/q/?) y
The following network interfaces were found on this host. Choose the
one that it uses for communication on the local subnet:
1. 10.0.0.210 on interface eth0
2. 172.17.42.1 on interface docker0
Type a selection and press <return>: 1
Normally, the BIND DNS server that is installed on this host will be
reachable from other OpenShift components using the host's configured
IP address (10.0.0.210).
If that will work in your deployment, press <enter> to accept the
default value. Otherwise, provide an alternate IP address that will
enable other OpenShift components to reach the BIND DNS service on
this host: |10.0.0.210|
That's all of the DNS information that we need right now. Next, we
need to gather information about the hosts in your OpenShift
deployment.
----------------------------------------------------------------------
Broker Configuration
----------------------------------------------------------------------
Okay. I'm going to need you to tell me about the host where you want
to install the Broker.
Do you want to assign the Broker role to
openshift-enterprise.example.com? (y/n/q/?) y
Okay. Adding the Broker role to openshift-enterprise.example.com.
That's everything we need to know right now for this Broker.
Do you want to configure an additional Broker? (y/n/q) n
Moving on to the next role.
----------------------------------------------------------------------
MsgServer Configuration
----------------------------------------------------------------------
Okay. I'm going to need you to tell me about the host where you want
to install the MsgServer.
Do you want to assign the MsgServer role to
openshift-enterprise.example.com? (y/n/q/?) y
Okay. Adding the MsgServer role to openshift-enterprise.example.com.
That's everything we need to know right now for this MsgServer.
Do you want to configure an additional MsgServer? (y/n/q) n
Moving on to the next role.
----------------------------------------------------------------------
DBServer Configuration
----------------------------------------------------------------------
Okay. I'm going to need you to tell me about the host where you want
to install the DBServer.
Do you want to assign the DBServer role to
openshift-enterprise.example.com? (y/n/q/?) y
Okay. Adding the DBServer role to openshift-enterprise.example.com.
That's everything we need to know right now for this DBServer.
Do you want to configure an additional DBServer? (y/n/q) n
Moving on to the next role.
----------------------------------------------------------------------
Node Configuration
----------------------------------------------------------------------
Okay. I'm going to need you to tell me about the host where you want
to install the Node.
Do you want to assign the Node role to
openshift-enterprise.example.com? (y/n/q/?) y
Okay. Adding the Node role to openshift-enterprise.example.com.
That's everything we need to know right now for this Node.
Do you want to configure an additional Node? (y/n/q) n
Do you want to manually specify usernames and passwords for the
various supporting service accounts? Answer 'N' to have the values
generated for you (y/n/q) n
Here are the details of your current deployment.
DNS Settings
* Installer will deploy DNS
* Application Domain: openshift-enterprise.example.com
* Register OpenShift hosts with DNS? No
Global Gear Settings
+-------------------------+-------+
| Valid Gear Sizes | small |
| User Default Gear Sizes | small |
| Default Gear Size | small |
+-------------------------+-------+
Account Settings
+----------------------------+------------------------------------------------------------------+
| OpenShift Console User | demo |
| OpenShift Console Password | *** |
| Broker Session Secret | ********************* |
| Console Session Secret | ********************** |
| Broker Auth Salt | ********************** |
| Broker Auth Private Key | -----BEGIN RSA PRIVATE KEY----- |
| | **************************************************************** |
| | msPlfBTrQ3IeHijwhfpPUAsaO5E3RqRRVJnY5Vsed9OnqBkuFSOpqgI= |
| | -----END RSA PRIVATE KEY----- |
| MCollective User | mcollective |
| MCollective Password | ********************** |
| MongoDB Admin User | admin |
| MongoDB Admin Password | ********************* |
| MongoDB Broker User | openshift |
| MongoDB Broker Password | ********************** |
+----------------------------+------------------------------------------------------------------+
Node Districts
+----------+-----------+-----------------------------------+
| District | Gear Size | Nodes |
+----------+-----------+-----------------------------------+
| Default | small | openshift-enterprise.example.com |
+----------+-----------+-----------------------------------+
Role Assignments
+------------+-----------------------------------+
| Broker | openshift-enterprise.example.com |
| NameServer | openshift-enterprise.example.com |
| MsgServer | openshift-enterprise.example.com |
| DBServer | openshift-enterprise.example.com |
| Node | openshift-enterprise.example.com |
+------------+-----------------------------------+
Host Information
+-----------------------------------+------------+
| Hostname | Roles |
+-----------------------------------+------------+
| openshift-enterprise.example.com | Broker |
| | DBServer |
| | MsgServer |
| | NameServer |
| | Node |
+-----------------------------------+------------+
Choose an action:
1. Change the deployment configuration
2. View the full host configuration details
3. Proceed with deployment
Type a selection and press <return>: 3
Here is the subscription configuration that the installer will use for
this deployment.
+---------+-------+
| Setting | Value |
+---------+-------+
| type | none |
+---------+-------+
Do you want to make any changes to the subscription info in the
configuration file? (y/n/q/?) n
Do you want to set any temporary subscription settings for this
installation only? (y/n/q/?) n
Preflight check: verifying system and resource availability.
Checking openshift-enterprise.example.com :
* Target host is running Red Hat Enterprise Linux
* Located getenforce... can invoke 'getenforce' with sudo
* SELinux is running in enforcing mode
* Located yum... can invoke 'yum' with sudo
* openssh-clients RPM is installed.
Deploying workflow 'enterprise_deploy'.
hosts for installation=[#<Installer::HostInstance:0x0000000099f7f0 @roles=[:nameserver, :broker, :msgserver, :dbserver, :node], @install_status=:new, @broker_cluster_load_balancer=false, @host="openshift-enterprise.example.com", @ssh_host="localhost", @user="ec2-user", @ip_addr="10.0.0.210", @named_ip_addr="10.0.0.210", @ip_interface="eth0", @mcollective_user="mcollective", @mcollective_password="*********", @mongodb_broker_user="openshift", @mongodb_broker_password="***", @mongodb_admin_user="admin", @mongodb_admin_password="***", @openshift_user="demo", @openshift_password="***", @broker_cluster_virtual_host=nil, @broker_cluster_virtual_ip_addr=nil, @mongodb_replica_key=nil, @mongodb_replica_name=nil, @msgserver_cluster_password=nil, @broker_session_secret="**********", @console_session_secret="********", @broker_auth_salt="2w5zcUdN5vwguRCiqYpZtw", @broker_auth_priv_key="-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAvly3xqvPtX9GV079g3eGQlt1uOaZ9jEh/P9+jpNfw5NZPuVN\nWueQCRgiI5ehy79j/b3wVzKdElL2VhYp9+HyudRRa7qGPdKN+oon38bcwywpn1jH\nYzyC89XcYtWkAf5V4mmp+YVYs2zmc5Pq7H/Il1QVQxDqsseMlS+3vwkbsXycykbz\n1roHqGmRkzQ1koAoMPrAWKWcOZYKpr+h3u44yjDZLVamRfDuinqXuoGzKGJn9iiN\nTWGPhp33NEqTxZ04WEskO221flNCayw7Zvcy1zRUL2RfdhjRoao6CrAbEMO9SHKC\nnhwL6ylcl/9nSFEHNa7hQkV9Pk19idsZf4+HBQIDAQABAoIBAQCJlyh536tEyxaD\neqOAR37yLXscRwkXShH/9Id79Aduq+0AqepMfzy7Zgce5LVcOBzExWmXDQ08tlw4\ngtKYyWaQbGbhT7NBshNO+Fazxt+/7gazlw6eqpkYNwaRJUvi6PsYqDjkEj63iUnU\nViCiCgZpYqvviqWozNTO6+uKl8G9eUs9/DPTJz2D4giKcFxiIixBQR7+ThWuU0Z0\nuFbM2rK2h6xnTcWXIdGJbiTNQJYYTZi8uCiw1P/HPxpjDokV3gbf8DzPZbg7bndf\nEjy4eGzztHHpCkm2Dc9y+RCs6BGk7xmvsdiETDIqy1+alhfe91kD2ge8I5J6JXjZ\nZUIJp8qBAoGBAPxLiZKidlb744Srg5u1B4zXUgeOriIw84BKP5uM1BDLD8t/8JPL\nPaXYdQYu0IC0m5qO6GRmZzAfW8lPJNukVX8dRSIsDeVim47+U1mawZJKyhWQJjoe\nr9ugZCVFG9OXKuAZs9LL/uaiZw1NaRzCJ3RiYqkpsctvUby1Izgb78qhAoGBAMEo\nWpEr50sTi1mNg07SmZOsd+RVydIRn2V0cU5GCBCRQCfukxdaxOCDi7shVlpenVyC\nci40OXcqQosZIIfA098M81ZX4ym2SNCd4hvBfecsFdHKnKBltQkh2p3yJSVfk5B5\nVU5BNpTfthEQyJIrapJ08UQDAaNOALbowdPaBiXlAoGBAPeKbesPuCjUcIGFf1XR\nIx1PTs7XcYdenCvtrcdDP/dSJac3WqbILS6B2SA94pnFmz7kpKONzgTrX7V/D9zp\nunFEGMbUjrXYMGT2qHUsYGzXMLxDeR5haY6GKnxe+FR857aFwWg8e1dzVMU6hL2Q\nygFpXwA3RpkiGgKbf3jYAEjBAoGBAIDVKZMqdVrd7lQMz0gDr+uPXWgu0C4NEwPY\nZrqOe1KRjvkTZ4hsQmR9WPW3hqE/+jV5zC6FJs8UoM2mNMxXEPn06VjtxdZMfsSm\niel5ZUCLZwJG4bEaJWWx7t7qY1xKI2J5iyxm0sD5dbZsO1tDGhIVbdavKqiBnnhh\nRubGxNMBAoGABSEEG9gu++****+ZeasBa0NjfYv3Hz7\nPd6xbpliraTyo9I/0SqzeMJWsRrZVbYPSR9keavv0KAW+4ChgSqYrGl3/cXuiCQa\****=\n-----END RSA PRIVATE KEY-----\n">]
openshift-enterprise.example.com : Configuring package repositories.
openshift-enterprise.example.com:
openshift-enterprise.example.com : Completed configuring package repositories.
Step Prepare completed successfully.
openshift-enterprise.example.com : Installing RPMs. This step can take up to an hour.
openshift-enterprise.example.com:
openshift-enterprise.example.com : Completed installing RPMs.
Step Install RPMs completed successfully.
openshift-enterprise.example.com : Configuring host.
openshift-enterprise.example.com:
openshift-enterprise.example.com : Completed configuring host.
Step Configure Host completed successfully.
openshift-enterprise.example.com : Configuring OpenShift.
openshift-enterprise.example.com:
openshift-enterprise.example.com : Completed configuring OpenShift.
Step Configure OpenShift completed successfully.
openshift-enterprise.example.com : Performing post deploy steps.
openshift-enterprise.example.com:
openshift-enterprise.example.com : Completed post deploy steps.
Step Post Deploy completed successfully.
openshift-enterprise.example.com : Validating installation.
openshift-enterprise.example.com:
openshift-enterprise.example.com : Completed validation.
Step Validate completed successfully.
All tasks completed.
oo-install exited; removing temporary assets.
[ec2-user@ip-10-0-0-210 ~]$
# netstat -an | grep LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 ::1:25 :::* LISTEN
unix 2 [ ACC ] STREAM LISTENING 24575 /run/lvm/lvmetad.socket
unix 2 [ ACC ] STREAM LISTENING 2577 /run/systemd/private
unix 2 [ ACC ] STREAM LISTENING 15932 private/tlsmgr
unix 2 [ ACC ] SEQPACKET LISTENING 2669 /run/udev/control
unix 2 [ ACC ] STREAM LISTENING 15921 public/pickup
unix 2 [ ACC ] STREAM LISTENING 29839 /run/lvm/lvmpolld.socket
unix 2 [ ACC ] STREAM LISTENING 2987 /var/run/dbus/system_bus_socket
unix 2 [ ACC ] STREAM LISTENING 15925 public/cleanup
unix 2 [ ACC ] STREAM LISTENING 15928 public/qmgr
unix 2 [ ACC ] STREAM LISTENING 15950 public/flush
unix 2 [ ACC ] STREAM LISTENING 15965 public/showq
unix 2 [ ACC ] STREAM LISTENING 14035 /var/run/NetworkManager/private
unix 2 [ ACC ] STREAM LISTENING 29152 /var/run/docker.sock
unix 2 [ ACC ] STREAM LISTENING 15935 private/rewrite
unix 2 [ ACC ] STREAM LISTENING 15938 private/bounce
unix 2 [ ACC ] STREAM LISTENING 15941 private/defer
unix 2 [ ACC ] STREAM LISTENING 15944 private/trace
unix 2 [ ACC ] STREAM LISTENING 15947 private/verify
unix 2 [ ACC ] STREAM LISTENING 15953 private/proxymap
unix 2 [ ACC ] STREAM LISTENING 15956 private/proxywrite
unix 2 [ ACC ] STREAM LISTENING 15959 private/smtp
unix 2 [ ACC ] STREAM LISTENING 15962 private/relay
unix 2 [ ACC ] STREAM LISTENING 15968 private/error
unix 2 [ ACC ] STREAM LISTENING 15971 private/retry
unix 2 [ ACC ] STREAM LISTENING 15974 private/discard
unix 2 [ ACC ] STREAM LISTENING 15977 private/local
unix 2 [ ACC ] STREAM LISTENING 15980 private/virtual
unix 2 [ ACC ] STREAM LISTENING 15983 private/lmtp
unix 2 [ ACC ] STREAM LISTENING 15986 private/anvil
unix 2 [ ACC ] STREAM LISTENING 15989 private/scache
unix 2 [ ACC ] STREAM LISTENING 1270 /run/systemd/journal/stdout
unix 2 [ ACC ] STREAM LISTENING 14075 /var/run/NetworkManager/private-dhcp
# service --status-all
netconsole module not loaded
Configured devices:
lo eth0
Currently active devices:
lo eth0 docker0
Usage: /etc/init.d/rh-cloud-firstboot {start|stop}
● rhnsd.service - LSB: Starts the Spacewalk Daemon
Loaded: loaded (/etc/rc.d/init.d/rhnsd)
Active: active (running) since Wed 2016-03-09 08:36:39 EST; 40min ago
Docs: man:systemd-sysv-generator(8)
Main PID: 796 (rhnsd)
CGroup: /system.slice/rhnsd.service
└─796 rhnsd
Mar 09 08:36:39 ip-10-0-0-210.ec2.internal systemd[1]: Starting LSB: Starts the Spacewalk Daemon...
Mar 09 08:36:39 ip-10-0-0-210.ec2.internal rhnsd[785]: Starting Spacewalk Daemon: [ OK ]
Mar 09 08:36:39 ip-10-0-0-210.ec2.internal rhnsd[796]: Spacewalk Services Daemon starting up, check in interval 240 minutes.
Mar 09 08:36:39 ip-10-0-0-210.ec2.internal systemd[1]: PID file /var/run/rhnsd.pid not readable (yet?) after start.
Mar 09 08:36:39 ip-10-0-0-210.ec2.internal systemd[1]: Started LSB: Starts the Spacewalk Daemon.
chkconfig --list
Note: This output shows SysV services only and does not include native
systemd services. SysV configuration data might be overridden by native
systemd configuration.
If you want to list systemd services use 'systemctl list-unit-files'.
To see services enabled on particular target use
'systemctl list-dependencies [target]'.
choose_repo 0:off 1:off 2:on 3:on 4:on 5:on 6:off
netconsole 0:off 1:off 2:off 3:off 4:off 5:off 6:off
network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
rh-cloud-firstboot 0:off 1:off 2:off 3:off 4:off 5:off 6:off
rhnsd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
UNIT LOAD ACTIVE SUB DESCRIPTION
proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount Point
sys-devices-pci0000:00-0000:00:03.0-net-eth0.device loaded active plugged 82599 Ethernet Controller Virtual Function
sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
sys-devices-pnp0-00:09-tty-ttyS0.device loaded active plugged /sys/devices/pnp0/00:09/tty/ttyS0
sys-devices-vbd\x2d768-block-xvda-xvda1.device loaded active plugged /sys/devices/vbd-768/block/xvda/xvda1
sys-devices-vbd\x2d768-block-xvda-xvda2.device loaded active plugged /sys/devices/vbd-768/block/xvda/xvda2
sys-devices-vbd\x2d768-block-xvda.device loaded active plugged /sys/devices/vbd-768/block/xvda
sys-devices-virtual-block-loop0.device loaded active plugged /sys/devices/virtual/block/loop0
sys-devices-virtual-block-loop1.device loaded active plugged /sys/devices/virtual/block/loop1
sys-devices-virtual-net-docker0.device loaded active plugged /sys/devices/virtual/net/docker0
sys-module-configfs.device loaded active plugged /sys/module/configfs
sys-subsystem-net-devices-docker0.device loaded active plugged /sys/subsystem/net/devices/docker0
sys-subsystem-net-devices-eth0.device loaded active plugged 82599 Ethernet Controller Virtual Function
-.mount loaded active mounted /
dev-hugepages.mount loaded active mounted Huge Pages File System
dev-mqueue.mount loaded active mounted POSIX Message Queue File System
run-user-1000.mount loaded active mounted /run/user/1000
sys-kernel-config.mount loaded active mounted Configuration File System
sys-kernel-debug.mount loaded active mounted Debug File System
brandbot.path loaded active waiting Flexible branding
systemd-ask-password-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
session-1.scope loaded active running Session 1 of user ec2-user
session-2.scope loaded active running Session 2 of user ec2-user
auditd.service loaded active running Security Auditing Service
choose_repo.service loaded active exited LSB: Initializes the correct repo depending on the region.
chronyd.service loaded active running NTP client/server
cloud-config.service loaded active exited Apply the settings specified in cloud-config
cloud-final.service loaded active exited Execute cloud user/final scripts
cloud-init-local.service loaded active exited Initial cloud-init job (pre-networking)
cloud-init.service loaded active exited Initial cloud-init job (metadata service crawler)
crond.service loaded active running Command Scheduler
dbus.service loaded active running D-Bus System Message Bus
● docker-storage-setup.service loaded failed failed Docker Storage Setup
docker.service loaded active running Docker Application Container Engine
getty@tty1.service loaded active running Getty on tty1
irqbalance.service loaded active running irqbalance daemon
kdump.service loaded active exited Crash recovery kernel arming
kmod-static-nodes.service loaded active exited Create list of required static device nodes for the current kernel
lvm2-lvmetad.service loaded active running LVM2 metadata daemon
lvm2-monitor.service loaded active exited Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
network.service loaded active exited LSB: Bring up/down networking
NetworkManager.service loaded active running Network Manager
polkit.service loaded active running Authorization Manager
postfix.service loaded active running Postfix Mail Transport Agent
rhel-dmesg.service loaded active exited Dump dmesg to /var/log/dmesg
rhel-import-state.service loaded active exited Import network configuration from initramfs
rhel-readonly.service loaded active exited Configure read-only root support
rhnsd.service loaded active running LSB: Starts the Spacewalk Daemon
rsyslog.service loaded active running System Logging Service
serial-getty@ttyS0.service loaded active running Serial Getty on ttyS0
sshd.service loaded active running OpenSSH server daemon
systemd-journal-flush.service loaded active exited Flush Journal to Persistent Storage
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running Login Service
systemd-modules-load.service loaded active exited Load Kernel Modules
systemd-random-seed.service loaded active exited Load/Save Random Seed
systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
systemd-sysctl.service loaded active exited Apply Kernel Variables
systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev
systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
systemd-udevd.service loaded active running udev Kernel Device Manager
systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown
systemd-user-sessions.service loaded active exited Permit User Sessions
systemd-vconsole-setup.service loaded active exited Setup Virtual Console
tuned.service loaded active running Dynamic System Tuning Daemon
wpa_supplicant.service loaded active running WPA Supplicant daemon
-.slice loaded active active Root Slice
system-getty.slice loaded active active system-getty.slice
system-serial\x2dgetty.slice loaded active active system-serial\x2dgetty.slice
system.slice loaded active active System Slice
user-1000.slice loaded active active user-1000.slice
user.slice loaded active active User and Session Slice
dbus.socket loaded active running D-Bus System Message Bus Socket
dm-event.socket loaded active listening Device-mapper event daemon FIFOs
lvm2-lvmetad.socket loaded active running LVM2 metadata daemon socket
lvm2-lvmpolld.socket loaded active listening LVM2 poll daemon socket
systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
systemd-journald.socket loaded active running Journal Socket
systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
systemd-udevd-control.socket loaded active running udev Control Socket
systemd-udevd-kernel.socket loaded active running udev Kernel Socket
basic.target loaded active active Basic System
cloud-config.target loaded active active Cloud-config availability
cryptsetup.target loaded active active Encrypted Volumes
getty.target loaded active active Login Prompts
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User System
network-online.target loaded active active Network is Online
network.target loaded active active Network
paths.target loaded active active Paths
remote-fs.target loaded active active Remote File Systems
slices.target loaded active active Slices
sockets.target loaded active active Sockets
swap.target loaded active active Swap
sysinit.target loaded active active System Initialization
timers.target loaded active active Timers
systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
102 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
uname -a
Linux ip-10-0-0-210.ec2.internal 3.10.0-327.10.1.el7.x86_64 #1 SMP Sat Jan 23 04:54:55 EST 2016 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.2 (Maipo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment