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
| { | |
| "status": "ok", | |
| "summary": "No issues to report. All tests passed without error.", | |
| "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
| Redirecting to /bin/systemctl status nfs-server.service | |
| ● nfs-server.service - NFS server and services | |
| Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; vendor preset: disabled) | |
| Active: active (exited) since Thu 2016-08-18 15:01:34 BST; 3 days ago | |
| Process: 1240 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=exited, status=0/SUCCESS) | |
| Process: 1234 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS) | |
| Main PID: 1240 (code=exited, status=0/SUCCESS) | |
| Tasks: 0 (limit: 512) | |
| CGroup: /system.slice/nfs-server.service |
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
| #set -x | |
| clear | |
| cmds=( calc ) | |
| flag=false | |
| user=ec2-user | |
| server=osm1-master1.feedhenry.net | |
| fileserver=osm1-nfs1.feedhenry.net |
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
| { | |
| "kind": "Template", | |
| "apiVersion": "v1", | |
| "metadata": { | |
| "name": "jdg", | |
| "creationTimestamp": null, | |
| "annotations": { | |
| "description" : "jdg deploy on openshift v3", | |
| "title" : "jdg" | |
| } |