cancel
Showing results for 
Search instead for 
Did you mean: 
  • 199 Views

Possible issue with CH14 lab fs-review?

Jump to solution

Lab asks to mount /dev/sdb1 on /mnt/system-report on serverb.
However this partition does not exist even though the lab start script states that it was created.

Matyas_Varnagy_1-1758031640507.pngMatyas_Varnagy_2-1758031673747.png

This prartition does exist on servera so it is possible to do the lab tasks there.

Although the lab grade script expects serverb to have the mount and files so getting a grading is impossible.

Labels (1)
1 Solution

Accepted Solutions
ARoumiantsev
Flight Engineer
Flight Engineer
  • 175 Views

Hi

No problem here. Recommend to reset lab:

student@workstation:~$ lab start fs-review
SUCCESS Check connections
- servera
- serverb
SUCCESS Ensuring the mount directory does not exist
SUCCESS Ensuring there are no partitions on /dev/sdb
SUCCESS Creating a partition on /dev/sdb
student@workstation:~$ ssh serverb
Web console: https://serverb.lab.example.com:9090/ or https://172.25.250.11:9090/

Register this system with Red Hat Insights: rhc connect

Example:
# rhc connect --activation-key <key> --organization <org>

The rhc client and Red Hat Insights will enable analytics and additional
management capabilities on your system.
View your connected systems at https://console.redhat.com/insights

You can learn more about how to register your system
using rhc at https://red.ht/registration
[student@serverb ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 10G 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 200M 0 part /boot/efi
└─sda3 8:3 0 9.8G 0 part /
sdb 8:16 0 5G 0 disk
└─sdb1 8:17 0 5G 0 part
sdc 8:32 0 5G 0 disk
sdd 8:48 0 5G 0 disk
[student@serverb ~]$

 

View solution in original post

3 Replies
ARoumiantsev
Flight Engineer
Flight Engineer
  • 176 Views

Hi

No problem here. Recommend to reset lab:

student@workstation:~$ lab start fs-review
SUCCESS Check connections
- servera
- serverb
SUCCESS Ensuring the mount directory does not exist
SUCCESS Ensuring there are no partitions on /dev/sdb
SUCCESS Creating a partition on /dev/sdb
student@workstation:~$ ssh serverb
Web console: https://serverb.lab.example.com:9090/ or https://172.25.250.11:9090/

Register this system with Red Hat Insights: rhc connect

Example:
# rhc connect --activation-key <key> --organization <org>

The rhc client and Red Hat Insights will enable analytics and additional
management capabilities on your system.
View your connected systems at https://console.redhat.com/insights

You can learn more about how to register your system
using rhc at https://red.ht/registration
[student@serverb ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 10G 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 200M 0 part /boot/efi
└─sda3 8:3 0 9.8G 0 part /
sdb 8:16 0 5G 0 disk
└─sdb1 8:17 0 5G 0 part
sdc 8:32 0 5G 0 disk
sdd 8:48 0 5G 0 disk
[student@serverb ~]$

 

  • 146 Views

Deleted and recreated the lab environment.

That seems to have solved the issue. Not sure what the problem was the first time.

Thanks.

Chetan_Tiwary_
Community Manager
Community Manager
  • 129 Views

Thanks @ARoumiantsev for the recommendation and glad that it is resolved for you @Matyas_Varnagy !

Next time if you face this again - do not delete your lab - reach out to me so that I can check the root cause and propose the permanent fix. It is weird that it did create the partition on servera earlier and after reset it did so in serverb. 

0 Kudos
Join the discussion
You must log in to join this conversation.