You are on page 1of 12

1 ls -l /var/tmp/

2 ls -l /var/tmp/*.iso
3 mount -o loop /var/tmp/rhel-8.0-x86_64-dvd.iso /mnt
4 mount -o loop /var/tmp/rhel-8.1-x86_64-dvd.iso /mnt
5 cp -v /mnt/media.repo /etc/yum.repos.d/rhel8.repo
6 vi /etc/yum.repos.d/rhel8.repo
7 chmod 644 /etc/yum.repos.d/rhel8.repo
8 dnf repolist
9 cp -v /mnt/media.repo /etc/yum.repos.d/rhel8.repo
10 dnf repolist:q!
11 cp -v /mnt/media.repo /etc/yum.repos.d/rhel8.repo :q!
12 vi /etc/yum.repos.d/rhel8.repo
13 dnf repolist
14 cat /etc/*release*
15 pip2 --version
16 dnf install python2-pip
17 dnf install python3-pip
18 dnf install python2
19 dnf install python3
20 pip2 --version
21 pip3 --version
22 dnf install lapack
23 dnf install mpi4py
24 dnf install moose
25 df -h
26 mkdir /shared
27 mount 172.20.0.1:/shared /shared
28 cd /shared
29 ls
30 cd openmpi/
31 ls
32 cd openmpi-
33 cd openmpi-1.10.2/
34 ls
35 cd ..
36 ls
37 dnf makecache --refresh
38 dnf -y install openmpi
39 ls -l /etc/modulefiles/mpi
40 cc
41 cc --version
42 gfortran
43 cmake
44 dnf install cmake
45 dnf remove cmake
46 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel
47 cd
48 yum install gcc perl-ExtUtils-MakeMaker
49 type gfortran
50 dnf install gfortran
51 yum install devtoolset-8
52 dnf install devtoolset
53 dnf install devtoolset-8
54 dnf -y install gcc-gfortran
55 gfortran --version
56 dnf install opensm
57 dnf install mvapich2
58 dnf install mpich2
59 moich --version
60 mkdir /mnt1
61 mount -o loop MLNX_OFED_LINUX-4.9-0.1.7.0-rhel8.1-x86_64.iso /mnt1
62 mount -o loop /shared/MLNX_OFED_LINUX-4.9-0.1.7.0-rhel8.1-x86_64.iso /mnt1
63 cd /mnt
64 ls
65 ./mlnxofedinstall
66 pwd
67 ls
68 cd /mnt1
69 ls
70 ./mlnxofedinstall
71 yum install tcsh tk
72 ./mlnxofedinstall
73 df -h
74 cd /mnt1
75 ls
76 ./mlnxofedinstall
77 yum remove pcp-pmda-infiniband opa-libopamgt opa-address-resolution
78 ./mlnxofedinstall
79 tail /tmp/MLNX_OFED_LINUX.20415.logs/fw_update.log
80 ls -l /tmp/MLNX_OFED_LINUX.20415.logs/fw_update.log
81 ls -l /tmp/MLNX_OFED_LINUX.20415.logs/
82 yum install epel-release -y
83 uptime
84 top
85 yum install epel-release -y
86 cat /etc/*release*
87 yum install rpm-build make -y
88 df -h
89 dnf --enablerepo=powertools install rrdtool-devel lua-devel hwloc-devel rpm-
build -y
90 export MUNGEUSER=1001
91 groupadd -g $MUNGEUSER munge
92 useradd -m -c "MUNGE Uid 'N' Gid Emporium" -d /var/lib/munge -u $MUNGEUSER
-g munge -s /sbin/nologin munge
93 export SLURMUSER=1002
94 groupadd -g $SLURMUSER slurm
95 useradd -m -c "SLURM workload manager" -d /var/lib/slurm -u $SLURMUSER -g
slurm -s /bin/bash slurm
96 yum install munge munge-libs munge-devel -y
97 yum install munge
98 dnf -y install epel-release
99 dnf list all | grep munge
100 useradd -m -c "SLURM workload manager" -d /var/lib/slurm -u $SLURMUSER -g
slurm -s /bin/bash slurm
101 yum install munge-devel
102 ls -ltr /var/tmp/
103 rpm -ivh /var/tmp/munge-devel-0.5.13-2.el8.x86_64.rpm
104 dnf list all | grep munge
105 ls -ltr /var/tmp/
106 rpm -iv /var/tmp/munge-devel-0.5.13-2.el8.x86_64.rpm
107 yum install munge-libs
108 rpm -ivh /var/tmp/munge-devel-0.5.13-1.el8.x86_64.rpm
109 rpm -qa | grep munge
110 /usr/sbin/create-munge-key
111 cp /etc/munge/munge.key /home
112 cexec cp /home/munge.key /etc/munge
113 yum install cexec
114 cp /home/munge.key /etc/munge
115 chown -R munge: /etc/munge/ /var/log/munge/ /var/lib/munge/ /run/munge/
116 chmod 0700 /etc/munge/ /var/log/munge/ /var/lib/munge/ /run/munge/
117 systemctl enable munge
118 systemctl start munge
119 journalctl -xe
120 yum install git vim bash-completion
121 git clone --single-branch --branch 2.0-release
https://github.com/XSEDE/CRI_XCBC/
122 cd /tmp
123 git clone --single-branch --branch 2.0-release
https://github.com/XSEDE/CRI_XCBC/
124 cd /tmp
125 ls
126 cd /var/tmp
127 unzip CRI_XCBC-main.zip
128 cd
129 pwd
130 ssh-keygen
131 cat .ssh/id_rsa.pub >> .ssh/authorized_keys
132 cd /var/tmp/CRI_XCBC-main/
133 install_ansible.sh
134 ls
135 cd /var/tmp
136 ./install_ansible.sh
137 ls
138 pwd
139 cd CRI_XCBC-main/
140 ./install_ansible.sh
141 exit
142 ip ad s
143 ifconfig ib0 172.21.1.11 up
144 exi
145 exit
146 cd /var/tmp
147 ls
148 cp /etc/yum.repos.d/Lenovo.OpenHPC.local.repo /var/tmp
149 history
150 mount -o loop /var/tmp/rhel-8.0-x86_64-dvd.iso /mnt
151 cd ~
152 cd /mnt
153 ls
154 mount -o loop /var/tmp/rhel-8.1-x86_64-dvd.iso /mnt
155 cp /etc/yum.repos.d/Lenovo.OpenHPC.local.repo /var/tmp
156 cd /var/tmp
157 ls
158 dnf install python-devel
159 dnf install python2-devel.x86_64
160 dnf install python2-rpm-macros.noarch
161 dnf install python3-babel.noarch
162 dnf install python3-jinja2.noarch
163 dnf install python3-jmespath.noarch
164 dnf install python3-markupsafe.x86_64
165 dnf install ansible.noarch
166 dnf install ar_mgr.x86_64
167 ls -ltr /etc/yum
168 cd /etc/yum
169 la
170 ls
171 cd vars
172 ls
173 cd ..
174 cd~
175 cd ~
176 yum -y install
http://build.openhpc.community/OpenHPC:/1.3/CentOS_7/x86_64/ohpc-release-1.3-
1.el7.x86_64.rpm
177 dnf install -y ohpc-base-compute ohpc-slurm-client lmod-ohpc
178 yum install tk gcc-gfortran
179 ls
180 cd /
181 ls
182 cd /tmp
183 ls
184 cd ..
185 cd etc
186 ls
187 cd ..
188 ls
189 cd / var/tmp
190 cd var
191 ls
192 cd tmp
193 ls
194 dnf install ansible.noarch
195 dnf list installed | grep slurmd
196 yum repolist
197 dnf clean all
198 dnf makecache
199 dnf list installed | grep slurm
200 dnf list | grep slurm
201 yum install python3 gcc openssl openssl-devel pam-devel numactl numactl-
devel hwloc lua readline-devel ncurses-devel man2html libibmad libibumad rpm-buil
202 yum install python3 gcc openssl openssl-devel pam-devel numactl numactl-
devel hwloc lua readline-devel ncurses-devel man2html libibmad libibumad rpm-build
203 yum install python3 gcc openssl openssl-devel pam-devel numactl numactl-
devel hwloc lua readline-devel ncurses-devel man2html libibmad libibumad rpm-build
yum install munge munge-libs munge-devel -y
204 yum install munge munge-libs munge-devel -y
205 cd /var/tmp
206 ls
207 tar --bzip -x -f slurm*tar.bz2
208 ls -ltr
209 cd slurm-22.05.10
210 ls
211 dnf group install "Development Tools"
212 sudo dnf --enablerepo=powertools install rrdtool-devel lua-devel hwloc-
devel rpm-build -y
213 ./configure
214 make
215 make install
216 dnf list installed | grep slurm
217 systemctl status slurmd
218 systemctl enable slurmd
219 sync
220 reboot
221 dnf list installed | grep slurm
222 pwd
223 cd
224 ls
225 cd /var
226 cd tmp
227 ls
228 rpmbuild -ta slurm-22.05.10.tar.bz2
229 dnf install pam-devel
230 history | grep mount
231 mount -o loop /var/tmp/rhel-8.1-x86_64-dvd.iso /mnt
232 dnf install pam-devel
233 rpmbuild -ta slurm-22.05.10.tar.bz2
234 dnf install readline-devel
235 rpmbuild -ta slurm-22.05.10.tar.bz2
236 find / -name rpmbuild
237 cd /root/rpmbuild
238 ls
239 cd RPMS
240 ls
241 cd ..
242 ls SRPMS/
243 dnf install -y bzip2 tar
244 echo $xcat_repo_dir
245 mkdir -p $xcat_repo_dir
246 echo ${os_repo_dir}
247 df -h
248 cd /etc
249 ls
250 cd/yum.repos.d
251 cd /yum.repos.d
252 cd yum.repos.d
253 ls
254 more rhel8.repo
255 dnf clean all
256 dnf makecache
257 wget https://raw.githubusercontent.com/xcat2/xcat-core/master/xCAT-server/
share/xcat/tools/go-xcat -O - >/tmp/go-xcat
258 dnf install xCAT
259 systemctl enable slurmd
260 cd /etc
261 ls
262 more resolv.conf
263 cd /yum
264 cd yum.repos.d
265 ls
266 more rhel8.repo
267 history | grep install
268 cd ///install/custom/
269 ./install_ansible.sh
270 dnf install -y ohpc-base-compute ohpc-slurm-client lmod-ohpc
271 configure
272 ldconfig -n /usr/lib64
273 .rpmmacros
274 dnf list installed | grep slurm
275 yum -y install ohpc-base
276 yum -y --installroot=$CHROOT install ohpc-base-compute
277 yum -y install ohpc-slurm-client
278 yum install munge munge-libs munge-devel
279 dnf -y install epel-release
280 yum install rpm-build make
281 dnf --enablerepo=powertools install rrdtool-devel lua-devel hwloc-devel
rpm-build
282 dnf install devtoolset-8
283 export MUNGEUSER=1001
284 groupadd -g $MUNGEUSER munge
285 useradd -m -c "MUNGE Uid 'N' Gid Emporium" -d /var/lib/munge -u
$MUNGEUSER -g munge -s /sbin/nologin munge
286 export SLURMUSER=1002
287 groupadd -g $SLURMUSER slurm
288 useradd -m -c "SLURM workload manager" -d /var/lib/slurm -u $SLURMUSER -g
slurm -s /bin/bash slurm
289 yum install munge munge-libs munge-devel
290 yum install cexec
291 systemctl enable munge
292 systemctl start munge
293 cd /var/tmp/CRI_XCBC-main/
294 ls
295 ./install_ansible.sh
296 dnf install python-devel
297 dnf install python-setuptools
298 vi /etc/sysconfig/network-scripts/ifcfg-eno1
299 lscpu
300 free -g
301 hostname
302 free -m
303 ifconfig ib0
304 ifconfig -a ib0
305 ifconfig ib0 172.21.1.11
306 more /etc/hosts
307 mkdir -p /gpfs/gpfs1
308 mount -t nfs -o rw,nosuid 172.21.1.192:/gpfs/gpfs1 /gpfs/gpfs1
309 dnf list installed | grep slurm
310 dnf list installed | grep munge
311 histor
312 history
313 df -h
314 cd /gpfs/gpfs1
315 ls
316 cd software
317 ls
318 cd ..
319 ls
320 cd home
321 ls
322 cd /var/tmp
323 ls
324 dnf install -y icinga2
325 dnf install -y nagios-plugins-ping
326 yum install rpm-build gcc python3 openssl openssl-devel pam-devel numactl
numactl-devel hwloc hwloc-devel munge munge-libs munge-devel lua lua-devel
readline-devel rrdtool-devel ncurses-devel gtk2-devel libibmad libibumad perl-
Switch perl-ExtUtils-MakeMaker xorg-x11-xauth
327 yum install munge munge-libs munge-devel
328 dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-
8.noarch.rpm
329 yum install libssh2-devel man2html
330 yum install mariadb-server mariadb-devel
331 yum install centos-release-scl
332 dnf install python3-mysql
333 yum install slurm-pam_slurm-$VER*rpm
334 ls
335 history | grep slurm
336 cd slurm-22.05.10
337 ls
338 cd slurm
339 ls
340 cd ..
341 ./configure
342 ls
343 more config.log
344 export VER=23.02.6
345 yum install slurm-$VER*rpm slurm-devel-$VER*rpm slurm-perlapi-$VER*rpm
slurm-torque-$VER*rpm slurm-example-configs-$VER*rpm
346 ls
347 more INSTALL
348 ls
349 more config.h
350 ls
351 cd etc
352 ls
353 more slurmrestd.service
354 more slurmd.service
355 ls
356 more Makefile
357 ls
358 cd ..
359 ls
360 ./INSTALL
361 cd ..
362 ls
363 history | grep slurm-22.05.10
364 rpmbuild <...> --with slurmrestd
365 rpmbuild -ta slurm-22.05.10.tar.bz2
366 ls
367 cd ~
368 ls
369 cd rpmbuild
370 ls
371 cd SRPMS
372 ls
373 rpmbuild -ta slurm-22.05.10-1.el8.src.rpm
374 yum install slurm-$VER*rpm slurm-devel-$VER*rpm slurm-perlapi-$VER*rpm
slurm-torque-$VER*rpm slurm-example-configs-$VER*rpm
375 cd slurm-22.05.10-1.el8.src.rpm
376 yum install slurm-slurmdbd-$VER*rpm
377 ping www.google.com
378 cd ~
379 ifconfig
380 cd /etc/sysconfig/network-scripts/
381 ls
382 more ifcfg-eno2
383 vi ifcfg-eno2
384 more ifcfg-eno2
385 ping www.google.com.mx
386 ifconfig
387 systemctl restart NetworkManager
388 nmcli con down eno02 && nmcli con up eno02
389 ifconfig
390 ping www.google.com.mx
391 ping 8.8.8.8
392 dnf install -y ohpc-base-compute ohpc-slurm-client lmod-ohpc
393 ping 172.29.0.1
394 ping 172.29.0.2
395 ip ad s
396 ifconfig -a
397 ifconfig eno2 10.0.4.41/29 broadcast + up
398 ifconfig eno2 10.0.4.41/29 broadcast +up
399 ifconfig eno2 10.0.4.41/29 +broadcast up
400 ifconfig eno2 10.0.4.41 up
401 ip ad z
402 ip ad s
403 netstat -rn
404 route delete default 172.20.0.1 eno1
405 route delete gw default 172.20.0.1 eno1
406 route delete gw 172.20.0.1 eno1
407 route del default gw 172.20.0.1 eno1
408 netstat -rn
409 nslookup
410 vi /etc/resolv.conf
411 nslookup
412 cat /etc/resolv.conf
413 ip a ds
414 ip ad s
415 ping 172.20.0.1
416 ping 172.21.0.1
417 ping 172.21.0.2
418 ip ad s
419 route add default gw 10.0.4.46 eno2
420 nslookup
421 dnf clean all
422 dnf make cache
423 dnf makecache
424 cd yum.repos.d/
425 cd /etc
426 cd yum.repos.d/
427 ls -ltr
428 nore Lenovo.OpenHPC.local.repo
429 more Lenovo.OpenHPC.local.repo
430 mv Lenovo.OpenHPC.local.repo /var/tmp
431 dnf clean all
432 dnf makecache
433 more lenovo-hpc.repo
434 mv lenovo-hpc.repo /var/tmp/
435 dnf makecache
436 ls -ltr
437 mv lico-dep.repo /var/tmp/
438 dnf makecache
439 dnf list slurm
440 dnf install slurm
441 dnf install libhwloc
442 cd /var/t,p
443 cd /var/tmp
444 ls
445 rpm -ivh hwloc-devel-2.2.0-1.el8.x86_64.rpm
446 rpm -ivh hwloc-libs-2.2.0-1.el8.x86_64.rpm
447 rpm -Uvh hwloc-libs-2.2.0-1.el8.x86_64.rpm
448 rpm -ivh hwloc-devel-2.2.0-1.el8.x86_64.rpm
449 dnf install slurm
450 dnf config-manager --set-enabled PowerTools
451 dnf install epel-release
452 dnf clean packages
453 dnf install epel-release
454 dnf clean packages
455 dnf install epel-release
456 dnf install slurm
457 dnf install libsz.so.2
458 dnf install libsz
459 dnf config-manager --set-enabled PowerTools
460 dnf update
461 dnf install lua-filesystem
462 dnf install lua
463 dnf update lua
464 dnf update
465 yum install epel-release
466 ls -ltr
467 rpm -ivh libaec-1.0.2-3.el8.x86_64.rpm
468 yum install epel-release
469 dnf install slurm
470 dnf install opensm-libs
471 ls ltr
472 ls -ltr
473 rpm -ivh opensm-libs-3.3.23-4.el8.x86_64.rpm
474 dnf install slurm
475 dnf install infiniband-diags-2.2.0-3.el8.x86_64
476 dnf list installed MLNX
477 ibstat
478 dnf list installed infiniband
479 dnf list installed |grep -i infiniband
480 dnf remove infiniband-diags.x86_64
481 dnf remove infiniband-diags-compat.x86_64
482 ibstat
483 dnf install slurm
484 dnf list installed |grep -i infiniband
485 rpm -ivh opensm-libs-3.3.23-4.el8.x86_64.rpm
486 rpm -Uvh opensm-libs-3.3.23-4.el8.x86_64.rpm
487 dnf install slurm
488 dnf install slurm-client
489 dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-
8.noarch.rpm
490 yum install munge munge-libs munge-devel
491 yum install rpm-build gcc python3 openssl openssl-devel pam-devel numactl
numactl-devel hwloc hwloc-devel munge munge-libs munge-devel lua lua-devel
readline-devel rrdtool-devel ncurses-devel gtk2-devel libibmad libibumad perl-
Switch perl-ExtUtils-MakeMaker xorg-x11-xauth
492 yum install libssh2-devel man2html
493 yum install freeipmi-devel
494 ls
495 cd slurm-22.05.10
496 ls
497 export VER=22.05.10
498 cd ..
499 lks
500 ls
501 rpmbuild -ta slurm-22.05.10.tar.bz2
502 yum install slurm-$VER*rpm slurm-devel-$VER*rpm slurm-perlapi-$VER*rpm
slurm-torque-$VER*rpm slurm-example-configs-$VER*rpm
503 ls
504 cd slurm-22.05.10/
505 ls
506 cd slurm/
507 ls
508 cd ..
509 ls
510 ls -ltr
511 cdncd /root/rpmbuild/RPMS/x86_64/
512 cd /root/rpmbuild/RPMS/x86_64/
513 yum install slurm-$VER*rpm slurm-devel-$VER*rpm slurm-perlapi-$VER*rpm
slurm-torque-$VER*rpm slurm-example-configs-$VER*rpm
514 systemctl enable slurmd
515 systemctl status slurmd
516 yum install slurm-pam_slurm-$VER*rpm
517 dns list installed slurm
518 dnf list installed slurm
519 systemctl enable slurmd
520 cp /usr/lib/systemd/system/slurmd.service /etc/systemd/system/
521 cat /etc/passwd
522 yum install openssl openssl-devel pam-devel rpmbuild numactl numactl-devel
hwloc hwloc-devel lua lua-devel readline-devel rrdtool-devel ncurses-devel man2html
libibmad libibumad -y
523 wget https://download.schedmd.com/slurm/slurm-19.05.0.tar.bz2
524 wget https://download.schedmd.com/slurm/slurm-22.10.05.tar.bz2
525 wget https://download.schedmd.com/slurm/slurm-22.05.10.tar.bz2
526 ls -ltr
527 mv slurm-22.05.10.tar.bz2 /var/tmp/
528 cd /var/tmp
529 ls -ltr
530 rpmbuild -ta slurm-19.05.0.tar.bz2
531 rpmbuild -ta slurm-22.05.10.tar.bz2
532 yum --nogpgcheck localinstall slurm-*
533 cd -
534 yum --nogpgcheck localinstall slurm-*
535 cd -
536 ls -ltr
537 rpm -ivh perl-Switch-2.17-10.el8.noarch.rpm
538 dnf install perl
539 rpm -ivh perl-Switch-2.17-10.el8.noarch.rpm
540 cd -
541 yum --nogpgcheck localinstall slurm-*
542 systemctl status slurmd
543 systemctl enable slurmd
544 systemctl start slurmd
545 systemctl status slurmd
546 ip ad s
547 df -h
548 reboot
549 systemctl status slurmd
550 history
551 cd /etc/yum.repos.d/
552 ls
553 scp * root@gpu000:/var/tmp/
554 cd
555 ls
556 cd /var/t
557 cd /var/tmp
558 s
559 ll
560 scp rhel-8.1-x86_64-dvd.iso root@gpu000:/var/tmp
561 ip ad s
562 ifconfig ib0 172.21.1.11
563 mount -t nfs -o rw,nosuid 172.21.1.192:/gpfs/gpfs1 /gpfs/gpfs1
564 scp rhel-8.1-x86_64-dvd.iso root@172.21.1.9:/var/tmp
565 scp * root@gpu000:/etc/yum.repos.d/
566 cd /etc/yum.repos.d/
567 ll
568 scp * root@gpu000:/etc/yum.repos.d/
569 cd
570 ll
571 cd /var/tmp
572 ll
573 scp *.rpm gpu000:/var/tmp/
574 dnf group install "Development Tools"
575 pwd
576 cd /var/tmp}7
577 cd /var/tmp/
578 ls
579 cd /etc/yum.repos.d/
580 ls
581 rm OpenHPC.repo
582 df -h
583 mount -o loop /var/tmp/rhel-8.1-x86_64-dvd.iso /mnt
584 dnf group install "Development Tools"
585 ll
586 rm *epel*¨
587 rm *epel*
588 dnf group install "Development Tools"
589 cd
590 ll
591 du s-h rpmbuild/
592 du -sh rpmbuild/
593 tar cvf rpmbuild.tar rpmbuild/
594 scp rpmbuild.tar gpu000:/var/tmp/
595 history
596 which libibmad.so.12
597 systemctl start slurmd
598 systemctl status slurmd
599 systemctl restart slurmd
600 systemctl status firewalld
601 systemctl stop firewalld
602 systemctl status firewalld
603 systemctl disable firewalld
604 systemctl status firewalld
605 systemctl status slurmd
606 cd /etc
607 cd slurm
608 vi slurm.conf
609 systemctl restart slurmd
610 systemctl status slurmd
611 history | grep -i toolls
612 history | grep -i tool
613 dnf config-manager --set-enabled PowerTools
614 sinfo -Nel
615 ore /etc/sysconfig/network-scripts/ifcfg-eno1
616 more /etc/sysconfig/network-scripts/ifcfg-eno1ore /etc/sysconfig/network-
scripts/ifcfg-eno1
617 dnf clean all
618 dnf make cache
619 dnf makecache
620 cd /etc
621 cd /var/tmp
622 ls
623 cp /etc/yum.repos.d/Lenovo.OpenHPC.local.repo /var/tmp
624 dnf install -y ohpc-base-compute ohpc-slurm-client lmod-ohpc
625 sed -i '/^baseurl=/d' /var/tmp/Lenovo.OpenHPC.local.repo
626 sed -i '/^gpgkey=/d' /var/tmp/Lenovo.OpenHPC.local.repo
627 echo "baseurl=http://${sms_name}${link_ohpc_repo_dir}/CentOS_8" >>
/var/tmp/Lenovo.OpenHPC.local.repo
628 echo "gpgkey=http://${sms_name}${link_ohpc_repo_dir}/CentOS_8\
/repodata/repomd.xml.key" >> /var/tmp/Lenovo.OpenHPC.local.repo
629 cp /var/tmp/Lenovo.OpenHPC.local.repo /etc/yum.repos.d/
630 ls -l /etc/yum.repos.d/
631 ls ///install/custom/
632 cd ///install/custom/
633 cd ///install/c
634 cd ///install/
635 cd ///install
636 cd /mnt
637 ls
638 cd /
639 tar xvf /install/custom/repos.tar
640 history
641 more /etc/sysconfig/network-scripts/ifcfg-eno1
642 more /etc/sysconfig/network-scripts/ifcfg-eno2
643 mkdir -p /install/custom/backup
644 ls
645 mkdir /isos
646 mkdir -p /install/custom/server
647 mkdir -p /install/custom/xcat
648 mkdir -p /install/custom/ohpc
649 cd /var/tmp
650 yum install munge
651 cd etc
652 cd /etc
653 ls
654 cd yum.repos.d
655 ls
656 more Lenovo.OpenHPC.local.repo
657 history
[root@phi000 yum.repos.d]#
[root@phi000 yum.repos.d]#

You might also like