Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


[Kimsufi] Black Friday - Limited Edition KS-LE - Page 9
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

[Kimsufi] Black Friday - Limited Edition KS-LE

1679111243

Comments

  • mcgreemcgree Member
    edited November 2021

    How to change Raid1 to Raid0.

    My note:

    root@ns******:~# cat /proc/mdstat
    Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10] 
    md2 : active raid1 sda2[1] sdb2[0]
          1952855040 blocks super 1.2 [2/2] [UU]
          bitmap: 1/15 pages [4KB], 65536KB chunk
    
    unused devices: <none>
    root@ns******:~# mdadm /dev/md2 --fail /dev/sdb2
    mdadm: set /dev/sdb2 faulty in /dev/md2
    root@ns******:~# mdadm /dev/md2 --remove  /dev/sdb2
    mdadm: hot removed /dev/sdb2 from /dev/md2
    root@ns******:~# wipefs -a /dev/sdb2
    /dev/sdb2: 4 bytes were erased at offset 0x00001000 (linux_raid_member): fc 4e 2b a9
    root@ns******:~# cat /proc/mdstat
    Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10] 
    md2 : active raid1 sda2[1]
          1952855040 blocks super 1.2 [2/1] [_U]
          bitmap: 3/15 pages [12KB], 65536KB chunk
    
    unused devices: <none>
    root@ns******:~# mdadm --detail /dev/md2
    /dev/md2:
               Version : 1.2
         Creation Time : Mon Nov 22 15:19:28 2021
            Raid Level : raid1
            Array Size : 1952855040 (1862.39 GiB 1999.72 GB)
         Used Dev Size : 1952855040 (1862.39 GiB 1999.72 GB)
          Raid Devices : 2
         Total Devices : 1
           Persistence : Superblock is persistent
    
         Intent Bitmap : Internal
    
           Update Time : Tue Nov 23 01:46:30 2021
                 State : clean, degraded 
        Active Devices : 1
       Working Devices : 1
        Failed Devices : 0
         Spare Devices : 0
    
    Consistency Policy : bitmap
    
                  Name : md2
                  UUID : 6849a02d:97f671af:786a5197:14d8f4a8
                Events : 20
    
        Number   Major   Minor   RaidDevice State
           -       0        0        0      removed
           1       8        2        1      active sync   /dev/sda2
    root@ns******:~# mdadm --grow /dev/md2 --level=0 
    mdadm: level of /dev/md2 changed to raid0
    root@ns******:~# mdadm --misc --detail /dev/md2
    /dev/md2:
               Version : 1.2
         Creation Time : Mon Nov 22 15:19:28 2021
            Raid Level : raid0
            Array Size : 1952855040 (1862.39 GiB 1999.72 GB)
          Raid Devices : 1
         Total Devices : 1
           Persistence : Superblock is persistent
    
           Update Time : Tue Nov 23 01:47:35 2021
                 State : clean 
        Active Devices : 1
       Working Devices : 1
        Failed Devices : 0
         Spare Devices : 0
    
            Chunk Size : 64K
    
    Consistency Policy : none
    
                  Name : md2
                  UUID : 6849a02d:97f671af:786a5197:14d8f4a8
                Events : 24
    
        Number   Major   Minor   RaidDevice State
           1       8        2        0      active sync   /dev/sda2
    root@ns******:~# mdadm --add /dev/md2 /dev/sdb2
    mdadm: level of /dev/md2 changed to raid4
    mdadm: added /dev/sdb2
    root@ns******:~# mdadm --misc --detail /dev/md2
    /dev/md2:
               Version : 1.2
         Creation Time : Mon Nov 22 15:19:28 2021
            Raid Level : raid4
            Array Size : 1952855040 (1862.39 GiB 1999.72 GB)
         Used Dev Size : 1952855040 (1862.39 GiB 1999.72 GB)
          Raid Devices : 3
         Total Devices : 2
           Persistence : Superblock is persistent
    
           Update Time : Tue Nov 23 01:48:38 2021
                 State : active, FAILED, reshaping 
        Active Devices : 1
       Working Devices : 2
        Failed Devices : 0
         Spare Devices : 1
    
            Chunk Size : 64K
    
    Consistency Policy : resync
    
        Reshape Status : 0% complete
         Delta Devices : 1, (2->3)
    
                  Name : md2
                  UUID : 6849a02d:97f671af:786a5197:14d8f4a8
                Events : 45
    
        Number   Major   Minor   RaidDevice State
           1       8        2        0      active sync   /dev/sda2
           2       8       18        1      spare rebuilding   /dev/sdb2
           -       0        0        2      removed
    root@ns******:~# watch cat /proc/mdstat
    Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10] 
    md2 : active raid4 sdb2[2] sda2[1]
          1952855040 blocks super 1.2 level 4, 64k chunk, algorithm 5 [3/2] [U__]
          [>....................]  reshape =  0.9% (19050868/1952855040) finish=750.7min speed=42927K/sec
    
    unused devices: <none>
    
    [Long time...]
    
    root@ns******:~# mdadm --misc --detail /dev/md2
    /dev/md2:
               Version : 1.2
         Creation Time : Tue Nov 23 01:45:45 2021
            Raid Level : raid0
            Array Size : 3905710080 (3724.78 GiB 3999.45 GB)
          Raid Devices : 2
         Total Devices : 2
           Persistence : Superblock is persistent
    
           Update Time : Tue Nov 23 11:31:20 2021
                 State : clean 
        Active Devices : 2
       Working Devices : 2
        Failed Devices : 0
         Spare Devices : 0
    
            Chunk Size : 64K
    
    Consistency Policy : none
    
                  Name : md2
                  UUID : 305efdee:76ec5b85:d66afca1:002a4f1f
                Events : 20170
    
        Number   Major   Minor   RaidDevice State
           1       8        2        0      active sync   /dev/sda2
           2       8       18        1      active sync   /dev/sdb2
    root@ns******:~# df -h
    Filesystem      Size  Used Avail Use% Mounted on
    udev             16G     0   16G   0% /dev
    tmpfs           3.2G  900K  3.2G   1% /run
    /dev/md2        1.8T  1.2G  1.7T   1% /
    tmpfs            16G     0   16G   0% /dev/shm
    tmpfs           5.0M     0  5.0M   0% /run/lock
    tmpfs           3.2G     0  3.2G   0% /run/user/0
    
    root@ns******:~# resize2fs /dev/md2
    resize2fs 1.46.2 (28-Feb-2021)
    Filesystem at /dev/md2 is mounted on /; on-line resizing required
    old_desc_blocks = 117, new_desc_blocks = 233
    The filesystem on /dev/md2 is now 976427520 (4k) blocks long.
    
    root@ns******:~# df -h
    Filesystem      Size  Used Avail Use% Mounted on
    udev             16G     0   16G   0% /dev
    tmpfs           3.2G  900K  3.2G   1% /run
    /dev/md2        3.6T  1.2G  3.5T   1% /
    tmpfs            16G     0   16G   0% /dev/shm
    tmpfs           5.0M     0  5.0M   0% /run/lock
    tmpfs           3.2G     0  3.2G   0% /run/user/0
    root@ns******:~# 
    

    refer:https://www.taterli.com/8394/

  • YABS for RAID0:

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2021-10-09                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Tue Nov 23 12:33:48 UTC 2021
    
    Basic System Information:
    ---------------------------------
    Processor  : Intel(R) Xeon(R) CPU E5-1620 v2 @ 3.70GHz
    CPU cores  : 8 @ 2504.938 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 31.3 GiB
    Swap       : 1024.0 MiB
    Disk       : 3.6 TiB
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 1.07 MB/s      (269) | 16.41 MB/s     (256)
    Write      | 1.11 MB/s      (278) | 16.96 MB/s     (265)
    Total      | 2.19 MB/s      (547) | 33.37 MB/s     (521)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 49.48 MB/s      (96) | 72.92 MB/s      (71)
    Write      | 52.19 MB/s     (101) | 77.78 MB/s      (75)
    Total      | 101.67 MB/s    (197) | 150.71 MB/s    (146)
    
  • @jmgcaguicla said:
    Anyone had luck booting rescue mode, am I supposed to get an email with the password? tried with an SSH key, no dice.

    Also, is the server status supposed to say anything other than Error? It's the same regardless if booted normally, in rescue mode or during restart.

    Already have a ticket open, but I doubt I'll get a reply within my lifetime.

    select rescue mode, then click reboot, you will receive an email which tell you the root password.

  • @hotsnow said:
    select rescue mode, then click reboot, you will receive an email which tell you the root password.

    Already tried that multiple times, not getting any email. Doesn't even show up in the My emails page. Is my account in some sort of limbo? (although I can already fiddle with the server on the panel)

  • @jmgcaguicla said:

    @hotsnow said:
    select rescue mode, then click reboot, you will receive an email which tell you the root password.

    Already tried that multiple times, not getting any email. Doesn't even show up in the My emails page. Is my account in some sort of limbo? (although I can already fiddle with the server on the panel)

    ITS a sign to save your money

  • @ehab said:
    ITS a sign to save your money

    Too late, they already ate my money

  • ehabehab Member
    edited November 2021

    @jmgcaguicla said:
    Too late, they already ate my money

    if they did then you should get screwed the server if its available.

    be patient and you can call by Thursday if they have a number.

  • MatthewLeighMatthewLeigh Member
    edited November 2021

    @mikewazar said:
    I have a brand new US Kimsufi account with a 100/1000Mbps KS-LE for sale at face value, PM me if you want it

    doesn't this go in a different part of the forum? or doesn't someone have to approve this?

  • jmgcaguiclajmgcaguicla Member
    edited November 2021

    @MatthewLeigh said:
    doesn't this go in a different part of the forum? or doesn't someone have to approve this?

    Nah, transfers can but do not have to be their own thread. And it's all good as long as it's a "legal" transfer (e.g. not "change the email" type of transfer).

  • ralfralf Member
    edited November 2021

    @jmgcaguicla said:

    @hotsnow said:
    select rescue mode, then click reboot, you will receive an email which tell you the root password.

    Already tried that multiple times, not getting any email. Doesn't even show up in the My emails page. Is my account in some sort of limbo? (although I can already fiddle with the server on the panel)

    An actual e-mail to the e-mail address you signed up with. It gets sent a couple of minutes after you reboot into rescue mode. Did you remember to click "Restart" after changing the "Netboot" setting?

    When you get this e-mail, in addition to ssh'ing to the machine, you can also connect via HTTP port 81 or HTTPS port 444 using the username root and password sent by email to access the test page, so if you know the IP address but never got the email, you can test these ports to see if it booted into rescue mode or not.

  • Another gotcha - if you're going to be rebooting the server and changing network settings, disable the monitoring first or they'll lock you out of the machine so they can do an intervention, which achieves nothing except wasting a couple of hours.

    Thanked by 1ehab
  • jmgcaguiclajmgcaguicla Member
    edited November 2021

    @ralf said:
    An actual e-mail to the e-mail address you signed up with. It gets sent a couple of minutes after you reboot into rescue mode.

    Didn't get anything, tried multiple times.

    @ralf said:
    Did you remember to click "Restart" after changing the "Netboot" setting?

    Yes, for all attempts.

    @ralf said:
    When you get this e-mail, in addition to ssh'ing to the machine, you can also connect via HTTP port 81 or HTTPS port 444 using the username root and password sent by email to access the test page, so if you know the IP address but never got the email, you can test these ports to see if it booted into rescue mode or not.

    Haven't tried that one, didn't know rescue mode has services other than SSH by default running.

    I have never received any email with credentials aside from the one whenever you do a reinstall. In fact I received no welcome "server has been provisioned" email, the next one I got was after I tried reinstalling the machine.

    Odd thing is, I can do a reinstall and receive the email for the credentials just fine. It's just rescue mode that's funky.

  • So much love on KS perhaps.. we gonna look at this thread again after few years.

    Thanked by 1ariq01
  • @mrclown said:
    So much love on KS perhaps.. we gonna look at this thread again after few years.

    Definitely

  • rm_rm_ IPv6 Advocate, Veteran

    @mrclown said: So much love on KS perhaps.. we gonna look at this thread again after few years.

    What do you mean? KS exists for more than a few years by now, and also runs sweet sales for more than that too. Some of us still have the KS3C/KS4C from their past sales, still running well.

  • @rm_ said:

    @mrclown said: So much love on KS perhaps.. we gonna look at this thread again after few years.

    What do you mean? KS exists for more than a few years by now, and also runs sweet sales for more than that too. Some of us still have the KS3C/KS4C from their past sales, still running well.

    So many of us are excited once again like KS3C time here. Hahaha. Our love for KS is always here for good flash sales.

  • Ordered and paid for more than 12 hours, but the order status is always validating, with no validation emails sent to me...
    BTW, there is no stock on KS-LE anymore...

  • Yep, I still have the old i5 KS-3C from 2016 at BHS. It served me well and will be replaced with this one.

  • Can someone please share the steps to install proxmox 7 on this server?

    Thanks!

  • One of my HDDs is failing, I've sent a ticket with details. Hoping I get a new disk since this one is dying.

  • @mikewazar said: One of my HDDs is failing, I've sent a ticket with details. Hoping I get a new disk since this one is dying.

    What's it doing?

  • @Nekki said:

    @mikewazar said: One of my HDDs is failing, I've sent a ticket with details. Hoping I get a new disk since this one is dying.

    What's it doing?

    Spin Retry Count is 132k

    Thanked by 1iKeyZ
  • Is there another batch of amazing offers?

  • bruh21bruh21 Member, Host Rep

    i wish the port was faster, ovh has a great network
    unfortunately we cannot take advantage :(

  • @dev_vps said:
    Can someone please share the steps to install proxmox 7 on this server?

    Thanks!

    You have to install Proxmox 6 and then update the Proxmox to get the 7 version
    https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0

    Thanked by 2mikewazar dev_vps
  • I purchased the KS-LE this morning.
    I didn't receive the email to let me know the server was ready but I could install Proxmox despite I got an error message on the dashboard showing an error on the server status.
    There was no ip in the dashboard settings.
    At this time, by running Yabs,I could get 250 Mbits in Upload and 980 Mbits in Download with the ip v4!
    I didn't try the ip v6 as the ip v6 and v4 wasn't displayed in the dashboard at this time.
    After I open a case with Soyoustart, they admitted the issue and it was fixed later.
    Now , for ip v4,I got 95 in Upload, 930 in Download.
    For ipv6, it's 500 Upload and 900 in Download.

     ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2021-10-09                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Tue 23 Nov 2021 03:06:29 PM UTC
    
    Basic System Information:
    ---------------------------------
    Processor  : Intel(R) Xeon(R) CPU E5-1620 v2 @ 3.70GHz
    CPU cores  : 8 @ 2352.007 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 31.3 GiB
    Swap       : 2.0 GiB
    Disk       : 1.8 TiB
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 782.00 KB/s    (195) | 11.01 MB/s     (172)
    Write      | 819.00 KB/s    (204) | 11.56 MB/s     (180)
    Total      | 1.60 MB/s      (399) | 22.57 MB/s     (352)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 40.26 MB/s      (78) | 56.03 MB/s      (54)
    Write      | 42.06 MB/s      (82) | 60.60 MB/s      (59)
    Total      | 82.32 MB/s     (160) | 116.63 MB/s    (113)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed     
                    |                           |                 |                
    Clouvider       | London, UK (10G)          | 95.3 Mbits/sec  | 934 Mbits/sec  
    Online.net      | Paris, FR (10G)           | 95.4 Mbits/sec  | 923 Mbits/sec  
    WorldStream     | The Netherlands (10G)     | 94.8 Mbits/sec  | busy           
    WebHorizon      | Singapore (1G)            | 16.6 Mbits/sec  | 180 Mbits/sec  
    Clouvider       | NYC, NY, US (10G)         | 34.5 Mbits/sec  | 294 Mbits/sec  
    Velocity Online | Tallahassee, FL, US (10G) | 25.3 Mbits/sec  | 211 Mbits/sec  
    Clouvider       | Los Angeles, CA, US (10G) | 23.1 Mbits/sec  | 208 Mbits/sec  
    Iveloz Telecom  | Sao Paulo, BR (2G)        | 16.6 Mbits/sec  | 145 Mbits/sec  
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed     
                    |                           |                 |                
    Clouvider       | London, UK (10G)          | 561 Mbits/sec   | 912 Mbits/sec  
    Online.net      | Paris, FR (10G)           | 532 Mbits/sec   | 900 Mbits/sec  
    WorldStream     | The Netherlands (10G)     | 476 Mbits/sec   | 879 Mbits/sec  
    WebHorizon      | Singapore (1G)            | 74.8 Mbits/sec  | 548 Mbits/sec  
    Clouvider       | NYC, NY, US (10G)         | 233 Mbits/sec   | 326 Mbits/sec  
    Clouvider       | Los Angeles, CA, US (10G) | 164 Mbits/sec   | 171 Mbits/sec 
    
  • Most of YABS that I saw in this tread show low 4 k blocksize speed. I wanted to complain that on my storage VPS the 4k blocksize speed is 5 MB/s but I see people here have 500 KB/s...

    Thanked by 1fendix
  • For the people that didn’t know: you can create an so-called install template (3rd option in control panel) and setup your own disk layout there. You wont need netboot or anything, just create a profile, give it a name, select your base os, and create your partution layout. You can select the raid level there also.

    Thanked by 1dahartigan
  • @dominos said:

    @dev_vps said:
    Can someone please share the steps to install proxmox 7 on this server?

    Thanks!

    You have to install Proxmox 6 and then update the Proxmox to get the 7 version
    https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0

    Upgrading from proxmox 6 to 7 breaks the server, ifupdown is installed on Proxmox 6 and Proxmox 7 uses ifupdown2 and when ifupdown2 is installed it does not get an dhcp address for some reason....

  • I've got one too.
    Great offer.

     # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #  
     #              Yet-Another-Bench-Script              #
     #                     v2021-10-09                    #
     # https://github.com/masonr/yet-another-bench-script #
     # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
     Mon 22 Nov 2021 10:05:58 PM UTC
    
     Basic System Information:
     ---------------------------------
     Processor  : Intel(R) Xeon(R) CPU E5-1620 v2 @ 3.70GHz
     CPU cores  : 8 @ 1456.484 MHz
     AES-NI     : ✔ Enabled
     VM-x/AMD-V : ✔ Enabled                                                                                                 
     RAM        : 31.3 GiB                                                                                                  
     Swap       : 2.0 GiB                                                                                                   
     Disk       : 1.8 TiB                                                                                                   
    
     fio Disk Speed Tests (Mixed R/W 50/50):                                                                                
     ---------------------------------                                                                                      
     Block Size | 4k            (IOPS) | 64k           (IOPS)                                                               
       ------   | ---            ----  | ----           ----                                                                
     Read       | 755.00 KB/s    (188) | 11.05 MB/s     (172)                                                               
     Write      | 787.00 KB/s    (196) | 11.58 MB/s     (181)
     Total      | 1.54 MB/s      (384) | 22.63 MB/s     (353)
                |                      |
     Block Size | 512k          (IOPS) | 1m            (IOPS)
       ------   | ---            ----  | ----           ----
     Read       | 45.40 MB/s      (88) | 61.68 MB/s      (60)
     Write      | 47.92 MB/s      (93) | 66.21 MB/s      (64)
     Total      | 93.32 MB/s     (181) | 127.89 MB/s    (124)
    
     iperf3 Network Speed Tests (IPv4):
     ---------------------------------
     Provider        | Location (Link)           | Send Speed      | Recv Speed                                             
                     |                           |                 |                                                        
     Clouvider       | London, UK (10G)          | 39.2 Mbits/sec  | 187 Mbits/sec                                          
     Online.net      | Paris, FR (10G)           | 34.4 Mbits/sec  | 158 Mbits/sec                                          
     WorldStream     | The Netherlands (10G)     | 34.0 Mbits/sec  | 180 Mbits/sec                                          
     WebHorizon      | Singapore (1G)            | 11.8 Mbits/sec  | 237 Mbits/sec                                          
     Clouvider       | NYC, NY, US (10G)         | 94.1 Mbits/sec  | 392 Mbits/sec                                          
     Velocity Online | Tallahassee, FL, US (10G) | 49.9 Mbits/sec  | 155 Mbits/sec                                          
     Clouvider       | Los Angeles, CA, US (10G) | 37.1 Mbits/sec  | 85.4 Mbits/sec                                         
     Iveloz Telecom  | Sao Paulo, BR (2G)        | 22.6 Mbits/sec  | 150 Mbits/sec
    
Sign In or Register to comment.