Tuesday, August 20, 2019

Openstack -History from working Node

root@servera Desktop]# yum repolist all
Loaded plugins: langpacks, product-id, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Repository 'rhel7' is missing name in configuration, using id
repo id                                                     repo name                                                                   status
InstallMedia                                                Red Hat Enterprise Linux 7.1                                                disabled
juno                                                        [rhel]                                                                      enabled:   289
rhel7                                                       rhel7                                                                       enabled: 4,371
repolist: 4,660
[root@servera Desktop]# pwd
/root/Desktop
[root@servera Desktop]# history
    1  sudo yum update -y
    2  sudo yum install -y https://www.rdoproject.org/repos/rdo-release.rpm
    3  nmcti
    4  nmcli
    5  nmtui
    6  ifconfig -a
    7  pwd
    8  clear
    9  pwd
   10  cd /etc/sysconfig
   11  ls
   12  cd network-scripts/
   13  ls
   14  vi ifcfg-eno16777736
   15  service network restart
   16  ifconfig -a
   17  ping google.com
   18  ping www.google.com
   19  ping 192.168.63.111
   20  ping www.google.com
   21  ping 115.242.185.35
   22  service network restart
   23  ping 115.242.185.35
   24  ifconfig -a
   25  reboot
   26  ping 115.242.185.35
   27  service network restart
   28  ping www.google.com
   29  service network restart
   30  ifconfig -a
   31  ifconfig
   32  vi /etc/sysconfig/network-scripts/ifcfg-eno16777736
   33  reboot
   34  ifconfig -a
   35  setup
   36  uname -a
   37  nmcli
   38  cd /etc/sysconfig/network-scripts/
   39  ls
   40  cat ifcfg-eno16777736
   41  service netwok restart
   42  /etc/init.d/networking startus
   43  /etc/init.d/network status
   44  /etc/init.d/network restart
   45  journalctl -xn
   46  cd /etc
   47  vi hostname
   48  init 6
   49  pwd
   50  nmtui
   51  cd /etc/sysconfig/
   52  ls
   53  cd network-scripts/
   54  ls
   55  vi ifclear
   56  clear
   57  ls
   58  vi ifcfg-eno16777736
   59  ifconfig -a
   60  ifconfig -a
   61  cd /etc/sysconfig/network-scripts/
   62  ls
   63  vi ifcfg-eno16777736
   64  ifconfig -a
   65  ifconfig eno16777736 up
   66  service network restart
   67  service NetworkManager restart
   68  service networkmanager restart
   69  ifconfig -a
   70  init 6
   71  ifconfig -a
   72  service network restart
   73  ifconfig -a
   74  init 6
   75  ifconfig -a
   76  service network restart
   77  ifconfig -a
   78  servce network restart
   79  service network restart
   80  ifconfig -a
   81  service network restart
   82  service network restart
   83  init 6
   84  service network restart
   85  ifconfig
   86  systemctl restart network.service
   87  ifconfig
   88  ping 192.63.111
   89  ping 192.168.63.111
   90  cd /
   91  ls
   92  createrepo /opens/
   93  chmod -R 755 /opens/
   94  createrepo /opens/
   95  pwd
   96  cd opens
   97  ls
   98  createrepo /opens/juno-rpm/
   99  createrepo -v /opens/juno-rpm/
  100  createrepo /opens/juno-rpm/
  101  createrepo -v /opens/juno-rpm/
  102  pwd
  103  getinfo 0
  104  vi /etc/selinux/config
  105  systemctl stop firewalld.service
  106  systemctl stop NetworkManager.service
  107  cd /etc/yum.repos.d/
  108  ls
  109  vi juno.repo
  110  cd /opens/Packages/
  111  rpm -ivh createrepo-0.9.9-23.el7.noarch.rpm
  112  rpm -ivh vsftpd-3.0.2-9.el7.x86_64.rpm
  113  cd /
  114  createrepo -v /var/ftp/pub/Packages/
  115  cd /etc/yum.repos.d/
  116  ls
  117  vi juno.repo
  118  yum clean all
  119  yum list all
  120  vi juno.repo
  121  cd /
  122  cd /var/ftp/pub/
  123  chmod -R 777 Packages/
  124  yum clean all
  125  yum list all
  126  yum repolist all
  127  yum install -y openstack-packstack
  128  init 0
  129  yum install -y openstack-packstack
  130  clear
  131  ifconfig -a
  132  clear
  133  clear
  134  clear
  135  pwd
  136  clear
  137  clear
  138  history
  139  clear
  140  init 0
  141  history
  142  clear
  143  init 0
  144  openstack-packstack status
  145  openstack status
  146  ls
  147  clear
  148  ls
  149  cd Untitled\ Folder/
  150  ls
  151  ls
  152  cd /
  153  cd /etc/sysconfig/network-script/
  154  bash
  155  cd /etc/sysconfig/network-scripts/
  156  ls
  157  pwd
  158  cp ifcfg-eno16777736 /root
  159  pwd
  160  vi ifcfg-eno16777736
  161  vi ifcfg-eno16777736
  162  vi ifcfg-eno16777736
  163  pwd
  164  ls
  165  ls -ltr
  166  pwd
  167  vi ifcfg-br-ex
  168  history
  169  cp ifcfg-eno16777736 /etc/sysconfig/network-scripts/ifcfg-br-ex
  170  pwd
  171  vi ifcfg-br-ex
  172  pwd
  173  pwd
  174  cp /root/ifcfg-eno16777736 /etc/sysconfig/network-scripts/ifcfg-br-ex
  175  pwd
  176  vi ifcfg-br-ex
  177  vi ifcfg-br-ex
  178  systemctl restart network.service
  179  ovs-vsctl show
  180  hostname
  181  hostnamectl set-hostname servera.pod2.example.com
  182  clear
  183  history
  184  openstack-service status
  185  free -M
  186  free -m
  187  free -m
  188  init 6
  189  pwd
  190  ls
  191  clear
  192  yum repolis
  193  yum clean all
  194  yum repolist
  195  yum list all
  196  yum list all | more
  197  yum repolist all
  198  pwd
  199  history
[root@servera Desktop]#

No comments:

Post a Comment