Difference between revisions of "Rchan-notepad"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:rchan]]
 
[[Category:rchan]]
Date: Jan 8, 2016
 
  
=PC2 - Linux Host Lab issue=
+
<pre>
When starting up VMware Player, got the following dialogue:
+
[rchan@cent ~]$ packstack --allinone
 +
Welcome to the Packstack setup utility
  
[[image:VMware-kernel-module-updater.png]]
+
The installation log file is available at: /var/tmp/packstack/20160311-213258-9B6kdC/openstack-setup.log
 +
 
 +
Installing:
 +
Clean Up                                            [ DONE ]
 +
Discovering ip protocol version                      [ DONE ]
 +
root@192.168.53.100's password:
 +
Setting up ssh keys                                  [ DONE ]
 +
Preparing servers                                    [ DONE ]
 +
Pre installing Puppet and discovering hosts' details [ DONE ]
 +
Adding pre install manifest entries                  [ DONE ]
 +
Setting up CACERT                                    [ DONE ]
 +
Adding AMQP manifest entries                        [ DONE ]
 +
Adding MariaDB manifest entries                      [ DONE ]
 +
Fixing Keystone LDAP config parameters to be undef if empty[ DONE ]
 +
Adding Keystone manifest entries                    [ DONE ]
 +
Adding Glance Keystone manifest entries              [ DONE ]
 +
Adding Glance manifest entries                      [ DONE ]
 +
Adding Cinder Keystone manifest entries              [ DONE ]
  
So I check the gcc directory and got the following directories:
 
<pre>
 
ict@debian:~$ ls -lR /usr/lib/gcc
 
/usr/lib/gcc:
 
total 4
 
drwxr-xr-x 4 root root 4096 Dec  4 11:05 x86_64-linux-gnu
 
  
/usr/lib/gcc/x86_64-linux-gnu:
+
  **** Installation completed successfully ******
total 8
 
drwxr-xr-x 2 root root 4096 Dec 19 2014 4.8
 
lrwxrwxrwx 1 root root    3 Dec  4 11:05 4.8.4 -> 4.8
 
drwxr-xr-x 2 root root 4096 Dec  4 12:15 4.9
 
lrwxrwxrwx 1 root root    3 Dec  4 11:05 4.9.2 -> 4.9
 
  
/usr/lib/gcc/x86_64-linux-gnu/4.8:
+
Additional information:
total 0
+
* A new answerfile was created in: /home/rchan/packstack-answers-20160311-213259.txt
 +
* Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
 +
* Warning: NetworkManager is active on 192.168.53.100. OpenStack networking currently does not work on systems that have the Network Manager service enabled.
 +
* File /root/keystonerc_admin has been created on OpenStack client host 192.168.53.100. To use the command line tools you need to source the file.
 +
* Copy of keystonerc_admin file has been created for non-root user in /home/rchan.
 +
* To access the OpenStack Dashboard browse to http://192.168.53.100/dashboard .
 +
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 +
* To use Nagios, browse to http://192.168.53.100/nagios username: nagiosadmin, password: fe823b91804d410a
 +
* The installation log file is available at: /var/tmp/packstack/20160311-213258-9B6kdC/openstack-setup.log
 +
* The generated manifests are available at: /var/tmp/packstack/20160311-213258-9B6kdC/manifests
  
/usr/lib/gcc/x86_64-linux-gnu/4.9:
 
total 15556
 
-rwxr-xr-x 1 root root 15854376 Dec 25  2014 cc1
 
lrwxrwxrwx 1 root root      22 Dec 25  2014 liblto_plugin.so -> liblto_plugin.so.0.0.0
 
lrwxrwxrwx 1 root root      22 Dec 25  2014 liblto_plugin.so.0 -> liblto_plugin.so.0.0.0
 
-rw-r--r-- 1 root root    70864 Dec 25  2014 liblto_plugin.so.0.0.0
 
  
 
</pre>
 
</pre>
 
The directory "4.8.4" was empty.
 
 
VMware Workstation 12 documentation can found [https://www.vmware.com/support/pubs/player_pubs.html here]
 

Revision as of 01:12, 12 March 2016


[rchan@cent ~]$ packstack --allinone
Welcome to the Packstack setup utility

The installation log file is available at: /var/tmp/packstack/20160311-213258-9B6kdC/openstack-setup.log

Installing:
Clean Up                                             [ DONE ]
Discovering ip protocol version                      [ DONE ]
root@192.168.53.100's password:
Setting up ssh keys                                  [ DONE ]
Preparing servers                                    [ DONE ]
Pre installing Puppet and discovering hosts' details [ DONE ]
Adding pre install manifest entries                  [ DONE ]
Setting up CACERT                                    [ DONE ]
Adding AMQP manifest entries                         [ DONE ]
Adding MariaDB manifest entries                      [ DONE ]
Fixing Keystone LDAP config parameters to be undef if empty[ DONE ]
Adding Keystone manifest entries                     [ DONE ]
Adding Glance Keystone manifest entries              [ DONE ]
Adding Glance manifest entries                       [ DONE ]
Adding Cinder Keystone manifest entries              [ DONE ]


 **** Installation completed successfully ******

Additional information:
 * A new answerfile was created in: /home/rchan/packstack-answers-20160311-213259.txt
 * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
 * Warning: NetworkManager is active on 192.168.53.100. OpenStack networking currently does not work on systems that have the Network Manager service enabled.
 * File /root/keystonerc_admin has been created on OpenStack client host 192.168.53.100. To use the command line tools you need to source the file.
 * Copy of keystonerc_admin file has been created for non-root user in /home/rchan.
 * To access the OpenStack Dashboard browse to http://192.168.53.100/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 * To use Nagios, browse to http://192.168.53.100/nagios username: nagiosadmin, password: fe823b91804d410a
 * The installation log file is available at: /var/tmp/packstack/20160311-213258-9B6kdC/openstack-setup.log
 * The generated manifests are available at: /var/tmp/packstack/20160311-213258-9B6kdC/manifests