Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Fix Version/s: 2021
-
Component/s: FIWARE-LAB-HELP
-
Labels:None
Description
Hi,
Please provide volume(500 Gb) to instance in fiware lab.
Details of instance:
Instance name: ICCC-App-Staging
Base image: centos 7
RAM:16GB
VCPUs:8vCPUs
Ip: 195.134.187.54
Key pair: centos.pem
Regards,
Damini
__________________________________________________________________________________________
You can get more information about our cookies and privacy policies on the following links:
- http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE_Privacy_Policy
- http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Cookies_Policy_FIWARE
Fiware-lab-help mailing list
Fiware-lab-help@lists.fiware.org
https://lists.fiware.org/listinfo/fiware-lab-help
[Created via e-mail received from: Damini Chopra <damini.c@india.nec.com>]
Activity
FW External User
created issue -
Backlog Manager
made changes -
Field | Original Value | New Value |
---|---|---|
Component/s | FIWARE-LAB-HELP [ 10279 ] |
José Ignacio Carretero Guarde
made changes -
Assignee | Noida Node Helpdesk [ atul_pandey ] |
Noida Node Helpdesk
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Noida Node Helpdesk
made changes -
Status | In Progress [ 3 ] | Answered [ 10104 ] |
Noida Node Helpdesk
made changes -
Resolution | Done [ 10000 ] | |
Status | Answered [ 10104 ] | Closed [ 6 ] |
Backlog Manager
made changes -
Summary | [Fiware-lab-help] Fiware instance volume attach | FIWARE.Request.Lab.Fiware instance volume attach. |
Fernando Lopez
made changes -
Fix Version/s | 2021 [ 12600 ] |
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
18h 18m | 1 | Noida Node Helpdesk | 27/Feb/19 6:57 AM | |||||
|
1d 2h 37m | 1 | Noida Node Helpdesk | 28/Feb/19 9:35 AM | |||||
|
4d 4h 17m | 1 | Noida Node Helpdesk | 04/Mar/19 1:52 PM |
Hi Damini San,
We have checked your system. 500 GB volume attached is visible in /dev as vdb.
You can use mount command to mount and then check mounted devices via df –h or lsblk -f
The standard form of the mount command is:
mount -t type device dir
for example:
mkdir /user/centos/volume
mount –t ext3 /dev/sdb /user/centos/volume -> if you want to write ext3 file system on vdb ( your 500 GB device) & mount on volume directory
Note: To persist the mounting od device after system reboot you need to add entry in fstab.
Thanks and Regards,
Noida Node